@charset "utf-8";
/* CSS Document */



body{background-color:#f9f9f9;
     margin-top:0px;}
	 
	 
img,fieldset {border:0;vertical-align:bottom;}



#wapper{ width:800px;
         background-color:#FFF;
         margin:0 auto;
		 -webkit-box-shadow: 1px 1px 5px 0px #ccc; /* Safari, Chrome用 */
	     -moz-box-shadow: 1px 1px 5px 0px #ccc; /* Firefox用 */
	     box-shadow: 1px 1px 5px 0px #ccc; /* CSS3 */
		 font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		 border:1 solid #CCC;
         }


/*余白系*/	
.margin-10px{width:100%; margin-top:10px;}
.margin-20px{width:100%; margin-top:20px;}
.margin-30px{width:100%; margin-top:30px;}
.margin-40px{width:100%; margin-top:40px;}
.margin-60px{width:100%; margin-top:60px;}
.margin-80px{width:100%; margin-top:80px;}
.margin-120px{width:100%; margin-top:200px;}
/*余白系*/	


.clr-line{ width:100%; clear:both;} 


		 
#header{ width:800px;}

#header-top{ width:800px; height:20px; color:#999999;
            font-size:10px; font-weight:100; margin:0px;
			background-color:#ffffff; line-height:18px;
			text-indent:10px;} 
			
#header-image{ width:800px; height:150px;}
			   
#header-logo{ width:800px; padding-top:20px;}
			   
			   

			   
			   
#contents{width:800px;}

.topics-title{ width:590px; height:50px;margin:0px;
               font-size:20px; color:#333; margin-left:10px; line-height:33px;
			   margin-top:10px; border-bottom:10px dotted #CCCCCC;
               }


#contents-left{ width:590px; float:left;}
#contents-right{ width:210px; float:right; text-align:left;}

.banner-margin{ margin-top:10px;}		  
			  
table#detail-table {
    width: 570px;color:#000000; font-size:12px;line-height:140%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0; margin:10px;
}

table#detail-table th {
    padding: 10px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
}
table#detail-table td {
    padding: 10px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
}

#topics-box{ width:570px;
			 }
			 

#topics-up{ width:570px; height:46px; 
			font-size:18px;
			font-weight:bold;
			line-height:55px; text-indent:30px;
			color:#999;}
			
#topics-bottom{ width:570px; height:8px;}


dl{ margin:20px;}	  
dt{ font-size:14px; background-color:#999999; text-indent:10px;
    font-weight:nomal;
	padding-top:5px; padding-bottom:5px;
	color:#ffffff;
	border-radius: 3px; 
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;}
dd{ font-size:12px; margin:10px;}

.text-icon{ margin-bottom:2px; margin-right:5px;}







.red{ color:#F00;}
.blue{ color:#0000FF;}


#footer{ width:800px; height:20px; color:#ffffff;
            font-size:10px; font-weight:100; margin:0px;
			background-color:#333333; line-height:18px;
			text-indent:10px; text-align:center;} 