BODY{ padding:0; margin:0;}


#topics_area { width:695px;  }

h2.topics {
	background-image:url(common_img/h2_bg.jpg);
	width:695px;
	height:44px;
	background-repeat:no-repeat;
	line-height:44px;
	color:#FFFFFF;
	font-size: 14px !important;	/*文字の大きさを変更させたくない場所*/
  }
h3.topics {
	color:#FFFFFF;
	margin:0;
	background-image: url(common_img/title_txt_back02.gif);
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 30px;
	border-top-color: #6AA2DB;
	border-right-color: #6AA2DB;
	border-bottom-color: #6AA2DB;
	border-left-color: #6AA2DB;
	font-size: 14px !important;	/*文字の大きさを変更させたくない場所*/
}

#topics_area #mainSpace .information{
	list-style:none;
	background-image: url(common_img/title_txt_back.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 30px;
	margin-top: 15px;
}

#topics_area #mainSpace .information .subject {
	font-size: 18px !important;	/*文字の大きさを変更させたくない場所*/
	line-height: 1.4em;
	font-weight:bold;
}

.topics_thread {
	width: 520px;
	text-align: left;
	margin: 0px 0px 15px 10px;
	overflow: hidden;
}


.topics_comment {
	color: #333333;
	margin-bottom: 10px;
	margin-top:10px;
	padding:10px;
}
.topics_images {
	width: 500px;
	margin: 0px 0px 20px 0px;
	overflow:hidden;
}
.topics_image {
	width: 230px;
	text-align: left;
	float: left;
}
.topics_image div {
	text-align: center;
}
.topics_imagetitle {
	line-height: 24px;
	text-align: center;
}
.topics_image_margin {
	margin-right: 20px;
}

#footerthread {
	text-align: right;
}
#topics_buttonbox_position {
	text-align: right;
	margin-bottom: 10px;
}
#topics_buttonbox {
}
#topics_back {
	width:120px;
	height:24px;
	margin-right: 30px;
	float: right;
	overflow:hidden;
}
#topics_next {
	width:120px;
	height:24px;
	float: right;
	overflow:hidden;
}
#topics_backbtn {
	width:120px;
	height:24px;
}
#topics_nextbtn {
	width:120px;
	height:24px;
}



#topics_returntotop {
	text-align: right;
	margin-bottom: 10px;
}
.topics_topagetop {
	float: right;
	overflow: hidden;
}
.topics_toform {
	float: right;
	margin-right: 30px;
	overflow: hidden;
}

#topics_adminmenu {
	text-align: right;
}


.fltT	{
	height: 0px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
}
.low	{
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
}
.fltL	{	float: left;	}
.fltR	{	float: right;	}
.fltC	{	clear: both;	}
.fltH	{	float: left;	overflow: hidden;	}
.ovh	{	overflow: hidden; }

.txL	{	text-align: left;	}
.txR	{	text-align: right;	}
.txC	{	text-align: center;	}


.f1 {font-size: 8px;}
.f2 {font-size: 10px;}
.f3 {font-size: 12px;}
.f4 {font-size: 16px; line-height:20px;}
.f5 {font-size: 20px; line-height:25px;}
.f6 {font-size: 25px; line-height:30px;}

.f7 {color:#000000;}
.f8 {color:#800000;}
.f9 {color:#DF0000;}
.f10 {color:#008040;}
.f11 {color:#0000FF;}
.f12 {color:#C100C1;}
.f13 {color:#FF80C0;}
.f14 {color:#FF8040;}
.f15 {color:#000080;}

h2.kanri_h2 { background-color:#666666;
              color:#FFFFFF;
			  background-image:url(common_img/kanri_top.jpg);
			  background-repeat:no-repeat;
			  background-position:left top;
			  height:45px;
			  width:100%;
			  line-height:45px;
			 }
			 
h3.kanri_h3 { background-color:#999999;
              color:#FFFFFF;
			  background-image:url(common_img/kanri_up.jpg);
			  background-repeat:no-repeat;
			  height:45px;
  			  line-height:45px;
			 }
			 
.pdl80 { padding-left:80px;}
.pdl40 { padding-left:40px;}
.pdt_10 {padding-top:15px;}


.kanri_com { border:1px solid #cccccc;
             font-size:11px ;
			 line-height:1.4em;
			 padding:10px; 
			 width:300px;
			 }
.kanri { line-height:1.4em; }

.kanri hr { border:1px solid #999999;
          }#topics_area #mainSpace .information .subject {
	font-size: 16px;
}


.clear_b { clear:both; }

#topics_area #mainSpace .topics_main_img_area {
	height: 300px;
	width: 660px;
	overflow: hidden;
	position: static;
	padding-left: 30px;
}
#topics_area #mainSpace .topics_main_img_area .img_before {
	float: left;
	height: 450px;
	width: 200px;
}
#topics_area #mainSpace .topics_main_img_area .img_ya {
	float: left;
	height: auto;
	vertical-align: middle;
	padding-top: 80px;
}
#topics_area #mainSpace .topics_main_img_area .img_after {
	float: left;
	width: 350px;
	height: 450px;
}


/* --- 表全体 --- */
table.topics_tbl {
width: 300px; /* 表の幅 */
margin-bottom: 30px; /* 表の下マージン */
border: 1px #c0c0c0 solid; /* 大枠の境界線 */
border-collapse: collapse;
}

/* --- 表タイトル --- */
table.topics_tbl caption {
padding-bottom: 5px; /* 表タイトルの下パディング */
}

/* --- セル --- */
table.topics_tbl th,
table.topics_tbl td {
/* width: 20%; */ /* セルの幅（セルの幅を均等にする場合） */
padding: 6px 8px; /* セルのパディング（上下、左右） */
border: 1px #c0c0c0 solid; /* セルの境界線 */
font-size:10px;
}

/* --- 見出しセル --- */
table.topics_tbl thead th {
	background-color: #1b1171; /* 見出しセルの背景色 */
	text-align: center;
	color: #FFFFFF;
}

/* --- フッタセル --- */
table.topics_tbl tfoot td {
background-color: #f5f5f5; /* フッタセルの背景色 */
}

/* --- データセル --- */
table.topics_tbl tbody td {
background-color: #ffffff; /* データセルの背景色 */
}

table.topics_tbl tbody th {
	background-color: #f2f1fe; /* データセルの背景色 */
}


#topics_area #mainSpace .tbl_area {
	float: left;
	height: auto;
	width: 310px;
	padding-left: 20px;
}
#topics_area #mainSpace .topics_sekou1 {
	height: 120px;
	width: 680px;
	overflow: hidden;
}
#topics_area #mainSpace .topics_sekou2 {
	height: 60px;
	width: 680px;
	overflow: hidden;
}
#topics_area #mainSpace .topics_sekou1 ul {
    padding:0;
	margin:0;
	list-style:none;
}
#topics_area #mainSpace .topics_sekou1 li {
	width:170px;
	text-align:center;
	height:170px;
	float:left;
}
#topics_area #mainSpace .topics_sekou2 ul {
    padding:0;
	margin:0;
	list-style:none;
}
#topics_area #mainSpace .topics_sekou2 li {
	width:170px;
	text-align:center;
	float:left;
}
#topics_area #mainSpace .box1 {
	margin: 0px;
	padding: 0px;
	border: 1px solid #666666;
	margin:0 0 10px 0;
}

.right { float:right; 
         margin: 0 10px 0 0 }
		 
		 
.left { float:left; 
         margin: 0 10px 0 40px }
		 
#img1 { width:200px;
        height:180px;
		border:1px solid #cccccc;
	  }

#img2 { width:350px;
        height:300px;
		border:1px solid #cccccc;
	  }
#img3 { width:160px;
        height:120px;
		border:1px solid #cccccc;
      }
#img4 { width:160px;
        height:120px;
		border:1px solid #cccccc;
	  }
#img5 { width:160px;
        height:120px;
		border:1px solid #cccccc;
	  }

#img6{ width:160px;
        height:120px;
		border:1px solid #cccccc;
	  }
#img7 { width:160px;
        height:120px;
		border:1px solid #cccccc;
      }
#img8 { width:160px;
        height:120px;
		border:1px solid #cccccc;
	  }
#img9{ width:160px;
        height:120px;
		border:1px solid #cccccc;
	  }
#img10 { width:160px;
        height:120px;
		border:1px solid #cccccc;
      }
#img11 { width:160px;
        height:120px;
		border:1px solid #cccccc;
	  }
.topics_sekou { width:690px; overflow:hidden; }
.topics_sekou ul {
      list-style:none;
	  padding:0;
	  margin:0;
 }

.topics_sekou li {
      width:170px;
	  float:left;
 }
 
.topics_title_001{
	text-indent: -9999px;
	display: block;
	background-repeat: no-repeat;
}

.topics_title_001{
	background-image: url(common_img/title_txt_001.gif);
	width:695px;
	height:40px;
}

.new_look_btn a{
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 54px;
	width: 310px;
	margin-right: auto;
	margin-left: auto;

}

.new_look_btn a{background-image: url(common_img/const_btn.gif);	outline:none;}
.new_look_btn a:hover {background-image: url(common_img/const_btn_ov.gif);}
