@charset "Shift_JIS";

*{
	font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Osaka,'ＭＳ ゴシック',Verdana,Arial,Monaco,sans-serif;
}

a:link{
	color:#3a250f;
	text-decoration:underline;
}
a:visited{
	color:#453e36;
	text-decoration:none;
}
a:hover{
	color:#3a250f;
	text-decoration:underline;
	background-color:#6abf95;
}
a:active{
	color:#3a250f;
	text-decoration:none;
	background-color:#6abf95;
}

body{
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#2b1e15;
	background-image:url('../img/interface/bg.gif');
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:center center;
	text-align:center;
}

#main_area{
	background-color:#ecd5b6;
	background-image:url('../img/interface/bg.jpg');
	width:750px;
	margin:0px auto 0px 50px;
	text-align:left;
}

/*___header_____________________________________________________*/

#header{
	width:750px;
	height:240px;
}

#h_title{
	margin:0px;
	padding:0px;
	font-size:12px;
	line-height:0px;
}

/*___header_____________________________________________________*/

/*___main_left_____________________________________________________*/

#main_left{
	width:540px;
	float:left;
}

/*___main_left_____________________________________________________*/

/*___main_right_____________________________________________________*/

#main_right{
	width:200px;
	float:right;
}

/*___main_right_____________________________________________________*/

/*___menu_____________________________________________________*/

#main_menu{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#main_menu li{
	margin:0px 0px 0px 0px;
}

/*___menu_____________________________________________________*/

/*___analyser_____________________________________________________*/

#analyser{
	margin:30px 20px 0px 20px;
}

/*___analyser_____________________________________________________*/

/*___footer_____________________________________________________*/

#footer{
	width:750px;
	font-size:9px;
	text-align:center;
	padding:20px 0px 50px 0px;
	background-image:url('../img/interface/bg_noline.jpg');
}

#last{
	background-image:url('../img/interface/lace_bar.gif');
	background-repeat:no-repeat;
	background-position:top;
	width:750px;
	height:75px;
	background-color:#6abf95;
}

/*___footer_____________________________________________________*/


/*___　_____________________________________________________*/