/* 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;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color:#000066;
	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;
	background-image:url(./images/top_main_area_back.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#container_main{
	width:780px;
	position: relative;
	margin: 0 auto; /* center on everything else */
	margin-top: 0px;
	background-image:url(./images/main_back.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#header{
	width:780px;
	height:88px;
	margin-left: auto;
	margin-right: auto;

}

#main_visual{
	width:780px;
	height:340px;
}

#top_menu_area{
	width:780px;
	margin-left: auto;
	margin-right: auto;
}
#top_contents{
	width:780px;
	FONT-SIZE:12px; 
	COLOR:#000000; 
	FONT-WEIGHT:NORMAL; 
	line-height:18px;
	text-align:center;
	background-image:url(./images/top_back01.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#top_info_area{
	padding-left: 15px;
	width:505px;
	float:left;
	FONT-SIZE:12px; 
	COLOR:#000000; 
	FONT-WEIGHT:NORMAL; 
	line-height:18px;
	text-align:left;
	padding-bottom: 4px;
}
#top_text_area{
	border-color:#FFFFFF;
	border-style:solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	FONT-SIZE:12px; 
	COLOR:#FFFFFF; 
	FONT-WEIGHT:NORMAL; 
	line-height:18px;
	text-align:left;
	padding-top: 5px;
	padding-bottom: 4px;
}
#top_banner_area{
	margin-left: 5px;
	float:left;
	FONT-SIZE:12px; 
	COLOR:#000000; 
	FONT-WEIGHT:NORMAL; 
	line-height:18px;
	text-align:left;
}
.top_banner{
	padding-bottom: 2px;
}



#main_visual_2{
	width:780px;
	height:215px;
}
#main_visual_sub{
	width:780px;
	background-color:#FFFFFF;
}

#left_sidebar{
	width:159px;
	float:left;
}
.left_menu{
	padding-top: 2px;
}
.left_menu_home{
	width:180px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main_bg_area{
	width:780px;
	background-image:url(./images/leftmenu_back.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#main_area{
width:621px;
	float:left;
	FONT-SIZE:12px; 
	COLOR:#000000; 
	FONT-WEIGHT:NORMAL; 
	line-height:18px;
	text-align:left;
	background-image:url(./images/kiramei_main_pattern.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#main_info_area{
	width:550px;
	margin-left: 30px;
	margin-top: 60px;
	FONT-SIZE:12px; 
	COLOR:#000000; 
	FONT-WEIGHT:NORMAL; 
	line-height:18px;
	text-align:left;
	padding-bottom: 10px;
}

#main_info_area_maintenance{
	width:550px;
	FONT-SIZE:12px; 
	COLOR:#000000; 
	FONT-WEIGHT:NORMAL; 
	line-height:18px;
	text-align:left;
	padding-bottom: 10px;
	padding-top: 10px;
	background-image:url(./images/main_maintenance_back.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#main_info_area_plant{
	width:550px;
	FONT-SIZE:12px; 
	COLOR:#000000; 
	FONT-WEIGHT:NORMAL; 
	line-height:18px;
	text-align:left;
	padding-bottom: 10px;
	padding-top: 10px;
	background-image:url(./images/main_plant_back.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#main_info_area_other{
	width:550px;
	FONT-SIZE:12px; 
	COLOR:#000000; 
	FONT-WEIGHT:NORMAL; 
	line-height:18px;
	text-align:left;
	padding-bottom: 10px;
	padding-top: 10px;
}

table.main_button_table {
	border-collapse : collapse;
	border-color: #CCCBCB;
	font-size: 12px;
	line-height:16px;
}

table.main_button_table td {
	width:189px;
	border-width : 0px ;
	border-style : solid ;
	vertical-align:top;
	padding-right : 3px ;
	padding-bottom : 10px ;	
}

table.main_button_table th {
	border-width : 0px ;
	border-style : solid ;
	padding : 3px ;
	
}

table.download {
	border-collapse : collapse;
	border-color: #CCCBCB;
	font-size: 12px;
}

table.download td {
	border-width : 1px ;
	border-style : solid ;
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 1px; 
	border-left-width: 0px;
	padding : 3px ;
	
}

table.main_table {
	border-collapse : collapse;
	border-color: #666666;
	font-size: 12px;
}

table.main_table td {
	border-width : 1px ;
	border-color: #666666;
	border-style : solid ;
	padding : 3px ;
	
}

table.main_table th {
	text-align:center;
	font-weight:normal;
	border-width : 1px ;
	background-color: #CCE4FF;
	color:#0066FF;
	border-style : solid ;
	padding : 3px ;
	border-color: #666666;
	
}

table.main_table_kakaku {
	border-collapse : collapse;
	border-color: #666666;
	font-size: 12px;
}

table.main_table_kakaku td {
	border-width : 1px ;
	text-align:right;
	border-style : solid ;
	border-color: #666666;
	padding : 3px ;
	
}

table.main_table_kakaku th {
	text-align:center;
	font-weight:normal;
	border-width : 1px ;
	background-color: #CCE4FF;
	color:#0066FF;
	border-style : solid ;
	padding : 3px ;
	border-color: #666666;
	
}
#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;
}
#top_footer_menu{
	width:780px;
	height:25px;
	FONT-SIZE:12px; 
	COLOR:#FFFFFF; 
	FONT-WEIGHT:NORMAL; 
	background-color:#000000;
	line-height:20px;
	text-align:center;
	margin-top: 10px;
	padding-bottom: 5px;
	clear: both;
}
#main_footer_menu{
	width:780px;
	height:25px;
	FONT-SIZE:12px; 
	COLOR:#FFFFFF; 
	FONT-WEIGHT:NORMAL; 
	background-color:#000000;
	line-height:20px;
	text-align:center;
	padding-bottom: 5px;
	clear: both;
}
#footer{
	clear:both;
	width:780px;	
	FONT-SIZE:12px; 
	COLOR:#FFFFFF; 
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color:#000000;
	background-image:url(./images/logo01.gif);
	background-position: right;
	background-repeat: no-repeat;

}
#page_link{	
	FONT-SIZE:10px; 
	text-align:right;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	padding-top: 5px;
	clear: both;
	border-color: #CCCCCC;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px
}
#main_tittle{	
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	border-color: #CCCCCC;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px
}
.waku{	
	FONT-SIZE:12px; 
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	border-color: #CCCCCC;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
}
/* コンテンツフォーマット */
#main_header{
	width:780px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
}
#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_block01{
	float:left;
	padding-bottom: 8px;
	margin:0px 0px 0px 0px;
	text-align:left;
	vertical-align:bottom;
	FONT-SIZE:12px; 
	COLOR:#000000; 
	FONT-WEIGHT:NORMAL; 
	line-height:18px;
}

.contents_block02{
	padding-left: 5px;
	text-align:left;
	vertical-align:bottom;
	FONT-SIZE:12px; 
	COLOR:#000000; 
	FONT-WEIGHT:NORMAL; 
	line-height:18px;
	padding-bottom: 8px;
float:left;
}
.contents_block03{
	text-align:left;
	FONT-SIZE:12px; 
	COLOR:#000000; 
	FONT-WEIGHT:NORMAL; 
	line-height:18px;
	padding-bottom: 8px;
	float:left;
}

.contents_block04{
	padding-right: 8px;
	text-align:left;
	vertical-align:bottom;
	FONT-SIZE:12px; 
	COLOR:#000000; 
	FONT-WEIGHT:NORMAL; 
	line-height:18px;
	padding-bottom: 8px;
}
.contents_block_shisetsu{
	float:right;
	padding-left: 8px;
	text-align:left;
	vertical-align:bottom;
	FONT-SIZE:12px; 
	COLOR:#000000; 
	FONT-WEIGHT:NORMAL; 
	line-height:18px;
	padding-bottom: 8px;
}
.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;
}
p {
	FONT-SIZE:12px; 
	line-height:18px;
	margin-top:0;
	padding-top:0;
	margin-bottom:0;
	padding-bottom:0;
}
H1 {
	margin-top:0;
	padding-top:0;
	margin-bottom:0;
	padding-bottom:0;
}
H2 {
	FONT-SIZE:16px; 
	color: #1975D1;
	FONT-WEIGHT:BOLD; 
	text-align: left;
	margin-top:0;
	padding-top:0;
	margin-bottom:0;
	padding-bottom:0;
}
H3 {
	FONT-SIZE:14px; 
	color: #1975D1;
	FONT-WEIGHT:BOLD; 
	text-align: left;
	line-height:18px;
	margin-top:0;
	padding-top:0;
	margin-bottom:0;
	padding-bottom:0;
}
p {
	FONT-SIZE:12px; 
	text-align: left;
}
.pict{
float: left; 
border: none; 
padding:0px;
margin:0px 8px 8px 0px;
vertical-align:top; 
}
.clear{
	clear:both;
	FONT-SIZE:12px; 
	text-align: right;
	line-height:18px;
}

