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

body
	{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	}

#all
	{
	width: 800px;
	min-height: 400px;
	height: auto;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
	background-image: url('/image/bg-slice-hor.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	}
	
h1
	{
	font-size: 20px;
	}
	
h2
	{
	font-size: 14px;
	color: #9c3e3e;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	}	
	
h3
	{
	font-size: 13px;
	color: #9c3e3e;
	margin: 0px;
	padding: 0px;
	}		
	
p
	{
	font-size: 11px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	}
	
a
	{
	color: #a00000;
	text-decoration: none;
	}
	
a:hover
	{
	text-decoration: underline;
	}
	
input
	{
	font-size: 11px;
	}
	
#header
	{
	width: 100%;
	height: auto;
	}
	
#logo
	{
	width: 168px;
	height: 151px;
	background-image: url('/image/bg-logo.png');
	background-repeat: no-repeat;
	float: left;
	text-decoration: none;
	}
	
#menu
	{
	width: 630px;
	float: right;
	margin: 130px 0px 0px 0px;
	text-align: right;
	}
	
.menu_link
	{
	color: #333;
	text-decoration: none;
	font-size: 13px;
	padding: 0px 46px 0px 40px;
	background-image: url('/image/bg-dot.png');
	background-repeat: no-repeat;
	background-position: 5px right;
	font-weight: bold;
	}
	
.menu_link_last
	{
	color: #333;
	text-decoration: none;
	font-size: 13px;
	padding: 0px 0px 0px 40px;
	font-weight: bold;
	}	

.menu_link:hover, .menu_link_last:hover
	{
	color: #a00000;
	}
	
#main
	{
	width: 100%;
	height: auto;
	min-height: 200px;
	background-image: url('/image/bg-logo-mirror.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 0px 0px 0px;
	text-align: right;
	}
	
.correct
	{
	width: 100%;
	height: 1px;
	clear: both;
	}
	
.contact
	{
	float: right;
	}
	
.red_bold
	{
	color: #a00000;
	font-weight: bold;
	}
	
.green_bold	
	{
	color: #406557;
	font-weight: bold;
	}

