@charset "utf-8";
/* CSS Document */

*{
	margin: 0; 
	padding: 0;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#e7e7e7;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	background-image: url(image/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}


a{
	color:#01c309;
	text-decoration: underline;
}

a:hover{
	color:#01c309;
	text-decoration: none;
}

#header{
	background-image: url(image/headerimage_index.jpg);
	width:800px;
	height:350px;
	text-align: left;
	background-repeat: no-repeat;
	overflow:hidden;
}

#old_header{
	background-image: url(image/_headerimage_index.jpg);
	width:800px;
	height:350px;
	text-align: left;
	background-repeat: no-repeat;
	overflow:hidden;
}

#header_company{
	background-image: url(image/headerimage_company.jpg);
	width:800px;
	height:240px;
	text-align: left;
	background-repeat: no-repeat;
	overflow:hidden;
}

#header_reform{
	background-image: url(image/headerimage_reform.jpg);
	width:800px;
	height:240px;
	text-align: left;
	background-repeat: no-repeat;
	overflow:hidden;
}

#header_contact{
	background-image: url(image/headerimage_contact.jpg);
	width:800px;
	height:240px;
	text-align: left;
	background-repeat: no-repeat;
	overflow:hidden;
}

#header_link{
	background-image: url(image/headerimage_link.jpg);
	width:800px;
	height:240px;
	text-align: left;
	background-repeat: no-repeat;
	overflow:hidden;
}

#header_privacy{
	background-image: url(image/headerimage_privacy.jpg);
	width:800px;
	height:240px;
	text-align: left;
	background-repeat: no-repeat;
	overflow:hidden;
}

h1{
	width:800px;
	text-align: right;
	font-size: 10pt;
	color: #505050;
	padding:10px 0px 0px 0px;
}

img.title{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin:20px 0px 0px 0px;

}

#menu{
	margin:167px 0px 0px 0px;
}

#menu_other{
	margin:60px 0px 0px 0px;
}

div.menu_item{
	float:left;
	width:170px;
	height:40px;
	margin:10px 0px 0px 0px;

}

div.menu_right{
	float:left;
	width:120px;
	height:70px;
	background-image: url(image/menu_right.gif);
}


div.menu_item a{
	width:170px;
	height:40px;
	display:block;
	overflow:hidden;
	background-image: url(image/menu_off.gif);
	background-repeat: no-repeat;
}

div.menu_item a:hover{
	background-image: url(image/menu_on.gif);	
	background-repeat: no-repeat;
}

div.main_top{
	background-image: url(image/main_top.gif);
	width:800px;
	height:100px;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}

img.h2{
	margin:20px 0px 0px 0px;

}

div.main_middle{
	background-image: url(image/main_middle.gif);
	width:800px;
	background-position: left top;
	color: #252525;
	text-align: left;
}

div.h3{
	background-image: url(image/h3.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 50px;
}
h3{
	padding:20px 0px 0px 50px;
	font-size: 12pt;	

}

div.main_text{
	padding:10px 20px 10px 20px;
	line-height: 150%;
	font-size: 90%;
}

td.w{
	background-color: #F7F7F7;
	padding: 5px 10px 5px 10px;
}

td.contact_title{
	padding: 10px;
}
td.contact_input{
	padding: 10px;
}

td.contact_title2{
	padding: 10px 10px 0px 10px;
}
td.contact_input2{
	padding: 0px 10px 10px 10px;
}

ul{
	margin: 10px 0px 0px 30px;
}

small.color{
	color:#01C309;

}

div.linkbloc{
	float:left;

}

div.clear{
	clear:both;

}

img.reform{
	border: 1px solid #444444;
	margin:3px;
}

div.rss{
	font-size: 90%;
	color: #252525;
	background-color:#E7E7E7;
	text-align:left;
	padding:0px;
	margin:0px;

}

body.rss{
	background-image:none;
	background-color:#E7E7E7;
}

div.rss ul{
	list-style-type: none;
	margin:0px;
	padding:0px;
}

#footer{
	background-image: url(image/main_bottom.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 800px;
	font-size: 9pt;
}

#footer_menu{
	float:left;
	width: 450px;
	margin:35px 0px 0px 0px;
}

#footer_menu a{
	color: #252525;
	font-weight: bold;
}

#footer_copyright{
	float:left;
	width: 350px;
	margin:35px 0px 0px 0px;
	text-align: right;
}

