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



	 
/* === フロートクリア部分のスタイル === */	 
	 
.clear {
     clear:both;
	 }		


/* === コンテンツの部分のスタイル === */
#contents_full_index img.bar {
     margin:20px 0px 0px 35px;
	 }	


	 
/* === コンテンツの左（２分割）部分のスタイル === */

#contents_left {width:440px;
	 margin-left:15px;
     float:left;
	 }	 
	 
#contents_left img.bar01 {
     margin:0px 0px 0px 35px;
	 }	
	 
#contents_left table.table_index {
     text-align:left;
	 background-color:#111111;
     border-top: 1px solid #444444;
     border-left: 1px solid #444444;
	 border-right: 1px solid #444444; 
     border-bottom: 1px solid #444444;
  	 font-size:11px;
 	 margin-top:0.5em;
     margin-bottom:1em;
	 margin-left:45px;
     }
     
#contents_left table.table_index th {
     border-bottom: 1px solid #555555;
	 border-right: 1px solid #444444;
     padding: 8px;
     line-height: 1.4;
     background-color:#222222;
	 color:#999999;
     }	
	
#contents_left table.table_index td {
     border-bottom: 1px solid #555555;
	 border-right: 1px solid #444444;
     padding: 8px;
     line-height: 1.4;
     background-color:#222222;
	 color:#999999;
     }			   
	 		 
	 
/* === コンテンツの右（２分割）部分のスタイル === */

#contents_right {width:440px;
     float:left;
	 }		 
	 	
	 
#contents_right img.bar02 {
     margin:0px 0px 0px 35px;
	 }			
	 
	 
#contents_right table.table_index02 {
  	 font-size:11px;
 	 margin-top:0.5em;
     margin-bottom:1em;
	 margin-left:42px;
	 text-align:center;
     }
     
#contents_right table.table_index02 th {
     padding: 8px;
     line-height: 1.4;
	 color:#999999;
     }	
	
#contents_right table.table_index02 td {
     padding: 8px;
     line-height: 1.4;
	 color:#999999;
     }	

