@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:"ＭＳ Ｐゴシック",'ヒラギノ角ゴ Pro W3',arial,sans-serif;
	color:#353535;
	font-size:13px;
}
/*IE 6 or sooner */
*html body{
	font-size:80%;
}

p,h1,h2,h3,h4,h5,li,dt,dd{
	font-size:92%;
	line-height:1.7;
	font-weight:normal;
}

img{
	border:none;
	vertical-align:top;
}

ul{
	list-style:none;
}

hr{
	display:none;
}


a:link,a:visited{
	color:#4b1b08;
	text-decoration:underline;
}

a:hover{
	color:#4b1b08;
	text-decoration:none;
}

a:focus{
	overflow:hidden;
} 
/*-----------------------------------------
TOP
------------------------------------------------------------------------------*/
#contents_top{
	background:#fff url(../images/bg_teaser_top.jpg) no-repeat 0 0;
	width:1000px;
	margin:0 auto;
	padding-top:593px;
	padding-bottom:25px;
}
#news_area{
	width:890px;
	margin:0 auto;
	background:transparent url(../images/bg_top_newsarea_header.jpg) no-repeat 0 0;
	padding-top:15px;
}
#news_area_bg{
	background:transparent url(../images/bg_top_newsarea_footer.jpg) no-repeat 0 100%;
	padding-bottom:15px;
}

#news{
	float:left;
	width:441px;
	padding-top:34px;
	margin-left:15px;
	background:transparent url(../images/bg_news_header.jpg) no-repeat 0 0;
}

#news dl{
	padding-left:35px;
	padding-bottom:10px;
	background:transparent url(../images/bg_news_footer.jpg) no-repeat left bottom;
}
#news dl dt{
	display:none;
}
#news dl dd{
	text-indent:-60px;
	padding-left:60px;
	padding-right:20px;
}

ul.btn_top{
	float:left;
	margin-left:15px;
}
ul.btn_top li{
	padding-bottom:5px;
}


#footer{
	background-color:#4b1b08;
	width:890px;
	margin:20px auto 0;
}

#footer address{
	font-style:normal;
	padding:4px 8px;
	text-align:right;
	color:#fff;
}


