/* import */
@import url(./my.css);
@import url(./1pain.css);
@import url(./2pain.css);

/* Tag-element */
body {
	font-family:'ＭＳ Ｐゴシック',sans-serif;
	color:#333333;
	margin:0px auto;
	padding:0px;
}
h1,h2,h3,h4,h5,p,dt,dd,li,form {
	line-height:100%;
	margin:0px;
	padding:0px;
}
li {
	padding-bottom:4px;
}
div {
	text-align:left;
}
img {
	border:0px;
}

/* general-element */
.text_center {
	text-align:center;
}
.text_right {
	text-align:right;
}
hr.clear {
	height:0px;
	margin:0px;
	padding:0px;
	clear:both;
	border:1px solid #FFFFFF;
}

#ul1 { 
    background: #FFFFFF;
    list-style: none;
    padding:0px;
    padding-bottom:50px;

}

#ul2 { 
    background: #FFFFFF;
    list-style: none;
    margin:0;
    padding:0px;
    padding-bottom:50px;
}
li.space{ 
	padding-bottom:50px;
}

/* fixed-element */
#header,
#search_box,
#body,
#footer {
	text-align:center;
	width:1080px;
	margin:0px auto;
	clear:both;
}
#header #menu {
	text-align:center;
	width:840px;
	margin:0px auto;
}

#header {
	background:url('') no-repeat center center;
}
#header #menu h1 {
	font-size:11px;
	margin-bottom:3px;
	text-align:center;
}
#header #menu p {
	font-size:11px;
}
#search_box {
	margin-bottom:3px;
}
#search_box #search_form {
	margin-bottom:5px;
}
#search_box #search_form p {
	text-align:cener;
}
#search_box #search_form p input {
	vertical-align:middle;
	margin:0px;
	padding:0px;
}
#search_box #search_form p input.text {
	width:270px;
	padding:3px;
	border:1px solid #999999;
}
#search_box #search_keyword {
	width:840px;
	margin-bottom:3px;
}
#search_box #search_keyword:after {
	content:"";
	display:block;
	clear:both;
	height:1px;
}
#search_box #search_keyword #keyword_list {
	text-align:center;
	font-size:13px;
	overflow:hidden;
	width:670px;
	float:left;
	padding:4px;
}
#search_box #search_keyword #keyword_list img {
	vertical-align:middle;
	margin-right:5px;
}
#search_box #search_keyword #keyword_list a {
	color:blue;
	text-decoration:none;
	background:#FFFFFF;
	border:1px solid #C6C6C6;
	padding:2px;
}
#search_box #search_keyword #keyword_list a:hover {
	color:#800080;
}

#search_box #search_keyword #keyword_help {
	font-size:11px;
	text-align:right;
	line-height:120%
	width:140px;
	float:left;
}
#search_box #search_keyword #keyword_help img {
	vertical-align:middle;
	margin-right:3px;
}

#body {
	margin-top:10px;
}
#body #content,
#body #sidebar {
	margin-bottom:5px;
}
#body #content {
	width:535px;
	float:left;
	clear:both;
	margin-top:5px;
}
#body #sidebar {
	width:300px;
	float:right;
	margin-top:5px;
}
#body #content h2 {
	font-family:"Verdana","Arial","Helvetica",Sans-Serif;
	background:url('/images/h2_background.gif') top center repeat-x;
	border:0px;
	width:535px;
	padding:0px;
	margin:0px 0px 3px 0px;
	height:40px;
}
#body #content h2:after {
	content:"";
	display:block;
	clear:both;
	height:1px;
}
#body #content h2 a,
#body #content h2 span {
	display:block;
	font-size:14px;
	float:left;
}
#body #content h2 a {
	height:40px;
	width:40px;
}
#body #content h2 span {
	height:30px;
	width:485px;
	line-height:30px;
	padding:9px 0px 0px 5px;
	border-bottom:1px solid #C6C6C6;
}

#body #sidebar h2 {
	background:url('../images/header_bg1.gif') repeat-x top center;
	border-bottom:1px solid #6699FF;
	font-size:12px;
	padding:4px;
}
#body #content div p#read {
	font-size:13px;
	margin:0px 0px 5px 0px;
	border:1px solid #C6C6C6;
	padding:3px;
}


#body #content #movie {
	width:513px;
	margin-bottom:10px;
}
#body #content #movie h3 {
	font-size:13px;
	line-height:120%;
	margin:0px 0px 5px 0px;
}
#body #content #movie:after {
	content:"";
	display:block;
	clear:both;
	height:1px;
}
#body #content #movie .player {
	width:270px;
	height:195px;
	float:left;
}
#body #content #movie .detail {
	width:243px;
	height:195px;
	float:right;
	overflow:hidden;
}
#body #content #movie .detail h3,
#body #content #movie .detail p {
	font-size:13px;
	line-height:120%;
}
#body #content #headline {
	margin-bottom:10px;
}
#body #content #headline h3 {
	white-space:nowrap;
	padding:0px;
	margin:0px 0px 3px 0px;
}
#body #content #headline h3 img {
	margin-right:3px;
}
#body #content #headline .line {
	border:1px solid #C6C6C6;
	padding:3px;
}
#body #content #headline .line div div {
	font-size:13px;
}
#body #content #headline .line div div img {
	vertical-align:middle;
}

#body #content #download {
	margin-bottom:10px;
}
#body #content #download h3 {
	font-size:13px;
	letter-spacing:2px;
	text-indent:5px;
	margin:0px;
	padding:3px;
	border-top:1px solid #C6C6C6;
	border-left:1px solid #C6C6C6;
	border-right:1px solid #C6C6C6;
	background:#D5D6E6;
}
#body #content #download ul {
	border:1px solid #C6C6C6;
	padding:5px;
	margin:0px;
}
#body #content #download ul li {
	list-style:none;
	font-size:13px;
	line-height:150%;
	margin:0px;
	padding:0px;
}

#body #content #thinkit {
	margin-bottom:10px;
}

#body #content #sponsors {
	padding-left:2px;
	padding-right:2px;
	margin-bottom:10px;
	
}
#body #content #sponsors h2 {
	margin-left:10px;
}
#body #content #sponsors h3 {
	display:inline;
}

#body #content .channel {
	border:1px solid #C6C6C6;
	margin-bottom:3px;
}
#body #content .channel table {
	width:100%;
	margin:0px auto;
	text-align:center;
}
#body #content .channel table tr {
	margin:0px;
	padding:0px;
}
#body #content .channel table tr.yellow_back {
	background:#FFFF99;
}
#body #content .channel table tr.blue_back {
	background:#EDEDF3;
}
#body #content .channel table tr th,
#body #content .channel table tr td {
	font-size:12px;
	margin:0px;
	padding:5px;
	text-align:left;
	vertical-align:top;
	line-height:120%;
}
#body #content .channel table th a {
	color:#000000;
	text-decoration:none;
}
#body #content .channel table td nobr {
	margin:0px;
	padding-right:8px;
}
#body #content .channel table td nobr a img {
	margin:5px 0px 5px 2px;
	padding:0px;
	vertical-align:middle;
}
#body #content .feature {
	margin-bottom:3px;
}
#body #content .feature div {
	width:533px;
	border:1px solid #C6C6C6;
}
#body #content .feature div:after {
	content:"";
	display:block;
	clear:both;
	height:1px;
}
#body #content .feature div h3 {
	font-size:13px;
	color:#363636;
	margin:3px;
}
#body #content .feature div h4 {
	font-weight:normal;
	line-height:120%;
	font-size:11px;
	text-align:center;
	width:88px;
	float:left;
}
#body #content .feature div h4 a img {
	filter:Alpha(Opacity=60);opacity:0.6;
}
#body #content .feature div h4 a:hover img {
	filter:Alpha(Opacity=100);opacity:1.0;
}
#body #content .feature div h4 a img {
	-moz-opacity:0.6;
}
#body #content .feature div h4 a:hover img {
	-moz-opacity:1.0;
}
#body #content .special {
	height:160px;
	text-align:center;
	margin:0px auto 3px auto;
}

#body>#sidebar>#specialbatch {
	font-size:12px;
}
#body #sidebar #help {
	background:#E7E6E4;
	width:300px;
	margin-bottom:10px;
}
#body #sidebar #help:after {
	content:"";
	display:block;
	clear:both;
	height:1px;
}
#body #sidebar #help p {
	float:left;
}
#body #sidebar #help p.img {
	width:152px;
}
#body #sidebar #help p.string {
	font-size:14px;
	line-height:120%;
	padding-left:3px;
	padding-right:3px;
	width:140px;
	margin:0px;

}

#body #sidebar #help p.string span {
	margin-top:10px;
	
}



#body #sidebar #rectangle {
	max-height:300px;
	overflow-y:hidden;
	margin-bottom:3px;
}
#body #sidebar #batch {
	width:100%;
	margin-bottom:3px;
}
#body #sidebar #batch:after {
	content:"";
	display:block;
	clear:both;
	height:1px;
}
#body #sidebar #batch a {
	width:50%;
	display:block;
}
#body #sidebar #batch a.left {
	float:left;
	text-align:left;
}
#body #sidebar #batch a.right {
	float:right;
	text-align:right;
}
#body #sidebar #google_ad_sense {
	margin-bottom:3px;
}

#body #sidebar #blog_link {
	margin-bottom:3px;
	width:100%;
}

#body #sidebar #blog_link p {
	text-align:center;
	width:100%;
	margin:0px;
	padding:0px;
}
#footer #menu p,#footer #menu h2 {
	text-align:center;
}
#footer #menu h2 {
	background:#D5D6E6;
	color:#3B42C5;
	font-size:12px;
	margin-bottom:4px;
	padding:2px;
}
#footer #menu p {
	text-align:center;
	font-size:12px;
	line-height:12px;
	margin-bottom:8px;
}
#footer #menu p a {
	margin:0px 3px;
	text-decoration:none;
}
#footer #menu p a:hover {
	margin:0px 3px;
	text-decoration:underline;
}
#footer #copyright {
	border-top:1px solid #999999;
	margin-bottom:10px;
	padding:8px 0px;
}
#footer #copyright p {
	font-size:12px;
	line-height:12px;
}
#footer #copyright p.left {
	width:63px;
	float:left;
}
#footer #copyright p.right {
	width:63px;
	float:right;
}
#footer #copyright p.text_center a {
	margin:0px 3px;
	text-decoration:none;
}
#footer #copyright p.text_center a:hover {
	margin:0px 3px;
	text-decoration:underline;
}

#footer #copyright p#reserved {
	font-size:12px;
	height:33px;
	line-height:33px;
}

#shim {
	z-index:10;
	position:absolute;
	display:block;
	visibility:hidden;
}
/* popup */
#popup {
	z-index:100;
	position:absolute;
	display:block;
	visibility:hidden;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	background-color:transparent;
	border:1px solid #C6C6C6;
}




#body #sidebar #sponsors {
	margin:0px 0px 10px 0px;
}
#body #sidebar #sponsors h2 {
	text-align:center;
	font-size:13px;
	font-family:Arial;
	letter-spacing:1px;
	border:0px;
	background:none;
	padding:0px;
	margin:0px 0px 5px 0px;
}
#body #sidebar #sponsors .box {
	border-top:1px solid #C6C6C6;
	border-left:1px solid #C6C6C6;
	width:300px;
}
#body #sidebar #sponsors .box:after {
	content:"";
	display:block;
	height:1px;
}
#body #sidebar #sponsors .box .channel {
	width:149px;
	float:left;
	border-bottom:1px solid #C6C6C6;
	border-right:1px solid #C6C6C6;
}
#body #sidebar #sponsors .box .channel h3 {
	text-align:center;
}







#Scroller {
	position: relative;
	width:100%;
	height: 200px;
	overflow: hidden;
}
.Scroller-Container {
	position: absolute;
}

.cmd_front {
	border:3px solid #999999;
	background:#000000;
}
.cmd_front h3 {
	width:100%;
	background:blue;
	font-size:12px;
	padding:3px 0px;
}
.cmd_front h3:after {
	content:"";
	display:block;
	height:1px;
}
.cmd_front h3 span.left {
	text-align:center;
	width:20px;
}
.cmd_front h3 a.center {
	line-height:16px;
	width:467px;
}
.cmd_front h3 a.right {
	text-align:center;
	width:20px;
}

.cmd_front div.cmd_body {
	background:#000000;
	color:#FFFFFF;
	font-size:12px;
	line-height:120%;
	padding:5px;
}
.cmd_front p {
	color:#FFFFFF;
	font-size:12px;
	line-height:150%;
	padding:0px 5px;
}
.cmd_front a {
	color:#FFFFFF;
}









/**
 * TEDIA Box基本スタイル
 */
#body #content div.tedia_box {
	border:1px solid #C6C6C6;
	padding:5px 10px;
	margin-bottom:3px;
	width:auto;
}
#body #content div h2.tedia_header2,
#body #content div.tedia_box h2 {
	background-image:none;
	font-size:17px;
	font-weight:normal;
	height:auto;
	width:auto;
	margin:5px 0px 10px 0px;
}



#body #content div h2.tedia_header2 a,
#body #content div.tedia_box h2 a {
	font-family:arial,sans-serif;
	color:#000000;
	font-size:17px;
	text-decoration:none;
	height:auto;
	width:auto;
	display:inline;
	float:none;
}
#body #content div h2.tedia_header2 img,
#body #content div.tedia_box h2 img {
	margin-right:10px;
	vertical-align:middle;
}
#body #content div.tedia_box div.body {
	background:url('/images/translator/t_shadow.gif') repeat-x center bottom;
	padding:0px 0px 20px 0px;
	margin:0px;

}
#body #content div.tedia_box p.buttom {
	text-align:center;
	padding-left:auto;
	padding-right:auto;
}
#body #content div.tedia_box p.button a {
	display:block;
	color:#FFFFFF;
	font-size:13px;
	text-align:center;
	text-decoration:none;
	line-height:23px;
	width:264px;
	height:23px;
	background:url('/images/translator/t_button.gif') no-repeat center center;
	padding-left:auto;
	padding-right:auto;
	margin-left:auto;
	margin-right:auto;
}


#body  div h2.tedia_header2,
#body  div.tedia_box h2 {
	background-image:none;
	font-size:16px;
	font-weight:normal;
	height:auto;
	width:auto;
	margin:5px 0px 10px 0px;
}

#body div h2.tedia_header2 a,
#body div.tedia_box h2 a {
	font-family:arial,sans-serif;
	color:#000000;
	font-size:16px;
	text-decoration:none;
	height:auto;
	width:auto;
	display:inline;
	float:none;
}

/**
 * TEDIA Box translator専用
 */
#body #content div.tedia_box .box_translator {
	background:#E6E6E6;
	border:1px solid #E6E6E6;
	padding:5px;
}
#body #content div.tedia_box .box_translator h3 {
	letter-spacing:1px;
	text-align:center;
	font-size:14px;
	margin:0px 0px 3px 0px;
}
#body #content div.tedia_box .box_translator p {
	text-align:center;
	margin:0px 0px 3px 0px;
}
#body #content div.tedia_box .box_translator p.submit {
	margin:0px 0px 10px 0px;
}
#body #content div.tedia_box .box_translator textarea {
	width:480px;
	height:100px;
}
#body #content div.tedia_box .box_translator input,
#body #content div.tedia_box .box_translator textarea {
	border:1px solid #C6C6C6;
	padding:3px;
}


div#articletedia  hr {
	width:100%;
	border-color:#fafafa;
}


div#articletedia  div.news div.desc {
	padding:5px;
}

div#articletedia  div.news  h3{
	padding:5px;
}

div#articletedia  div.news div.desc {
	margin:0 auto;
	font-size:14px;
	line-height:1.6em;
	padding-bottom:10px;
}

div#articletedia  div.news div.desc div.imgleft {
	float:left;
	padding-right:5px;
}

div#articletedia div.news div.desc ul.lastnews-tech {
	margin:0 auto;
	font-size:14px;
}


div#articletedia div.news div.desc ul.lastnews-tech li {
	marker-offset: 1px;
	margin:5px 0px;
	list-style:square;
	padding-left:1em;
}

div#articletedia span.continue a{
	margin:0px;
	font-size:14px;
	text-align:right;
	font-weight:bold;
}

div#articletedia div.news div.desc div.lastnews{
	margin:0px;
	font-size:14px;
	text-align:right;
	font-weight:bold;
}

