@charset"UTF-8";

*{
	margin:0;
	padding:0;
}

/*======================================

	1-1.Yahoo UI Library Fonts CSS
	http://developer.yahoo.com/yui/fonts/
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt

	Font-size Adjustment
	
	77% = 10px	| 	112% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/

body{
	font-weight:normal;
	font-style:normal;
	font-family:"ＭＳ Ｐゴシック", sans-serif;
	color:#333;
	font-size:12px;
}
/*IE 6 or sooner */
*html body{
	font-size:77%;
}

p,h1,h2,h3,h4,h5,li,dt,dd{
	font-size:92%;
	line-height:1.5;
	letter-spacing:0;
	font-weight:normal;
}

img{
	border:none;
	vertical-align:top;
}

ul{
	list-style:none;
}

hr{
	display:none;
}

a{
	color:#7a7473;
	text-decoration:none;
}
a:hover{
	color:#7a7473;
	text-decoration:underline;
}

/*-----------------------------------------
LAYOUT
----------------*/
#contain_top{
	width:694px;
	margin:0 auto;
}


#left_box_top{
	float:left;
	width:410px;
	padding:40px 0 0; 
}

ul#top_menu{
	margin-top:80px;
}
ul#top_menu li{
	float:left;
}
#img_blank{
	margin-top:20px;
}
#right_box_top{
	float:right;
	width:284px;
	padding:40px 0 470px; 
	background:#000 url(../images/bg_top_rightbox.gif) repeat-x 0 0;
}


#footer_top{
	padding:490px 0 0;
	text-align:left;
	color:#000;
}

#footer{
	color:#7a7473;
	padding:19px 26px 40px 0;
	border-top:1px solid #424242;
	text-align:right;
	background:#000 url(../images/bg_footer.gif) repeat-x left bottom;
}
#footer_top address, #footer address{
	font-style:normal;
	font-size:85%;
}



