/* CSS Document */
html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}
body{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
	font-style:normal;
	font-weight:normal;
	font-size:medium;
	text-align:left;
	color:#000000;
	background-color:#ffffff;
	background-image:url(./images/back.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
#container{
	width:780px;
	position: relative;
   margin: 0 auto; /* center on everything else */
   margin-top: 0px;
}

#header{
	width:780px;
	height:86px;
	margin-left: auto;
	margin-right: auto;
}

#main_visual{
	width:780px;
	height:300px;
}

#left_sidebar{
	width:180px;
	float:left;
}
#contents_top{
	width:540px;
	margin-left: 30px;
//	margin-right: 10px;
	float:left;
	FONT-SIZE:12px; 
	COLOR:#000000; 
	FONT-WEIGHT:NORMAL; 
	line-height:18px;
	text-align:center;
}
#footer{
	width:780px;	
	FONT-SIZE:12px; 
	text-align:right;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
/* コンテンツフォーマット */
#main_header{
	width:780px;
	height:96px;
	margin-left: auto;
	margin-right: auto;
}
#main_contents_waku{
	width:600px;
	float:left;
	FONT-SIZE:12px; 
	COLOR:#000000; 
	FONT-WEIGHT:NORMAL; 
	line-height:18px;
	text-align:center;
}
#main_contents{
	width:540px;
	margin-left: 30px;
//	margin-right: 10px;
	float:left;
	FONT-SIZE:12px; 
	COLOR:#000000; 
	FONT-WEIGHT:NORMAL; 
	line-height:18px;
	text-align:center;
}

.contents_table_black{
	text-align: left;
	vertical-align:top;
	FONT-SIZE:12px; 
	COLOR:#000000; 
	FONT-WEIGHT:NORMAL; 
	line-height:18px;
}
.contents_table_black_center{
	text-align:center;
	vertical-align:center;
	FONT-SIZE:12px; 
	COLOR:#000000; 
	FONT-WEIGHT:NORMAL; 
	line-height:18px;
}
.contents_table_green{
	text-align: left;
	vertical-align:top;
	FONT-SIZE:12px; 
	COLOR:#669900;
	FONT-WEIGHT:NORMAL; 
	line-height:18px;
}
.contents_table_blue{
	text-align: center;
	vertical-align:center;
	FONT-SIZE:12px; 
	COLOR:#0066CC;
	FONT-WEIGHT:BOLD; 
	line-height:18px;
}

.contents_table_red{
	text-align: center;
	vertical-align:center;
	FONT-SIZE:12px; 
	COLOR:#990000;
	FONT-WEIGHT:BOLD; 
	line-height:18px;
}

.table_line01 {  
	FONT-SIZE:12px; 
	text-align: left;
	border-color: black black #003399;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px
}
.table_line02 {  
	text-align: left;
	FONT-SIZE:12px; 
	border-color: black #003399 #003399 black;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px
}
.contents_table_glay {

	text-align: left;
	vertical-align:top;
	FONT-SIZE:12px; 
	COLOR:#999999; 
	FONT-WEIGHT:NORMAL; 
	line-height:18px;
}
