@charset "UTF-8";

/*========================================

	yoshinogari font_small.css
	Since: 2010.01
	Editor: kiml

=========================================*/
/* Font Size */

body{
	font-family:MS P Gothic,Meiryo,Hiragino Kaku Gothic Pro W3,Osaka,sans-serif;
	color:#38444F;
	font-size:61%;
	line-height:140%;
	letter-spacing:0.01em;
}

h2{
	font-size:140%;
	line-height:100%;
	font-weight:normal;
	letter-spacing:0.01em;
	color:#fff;
	padding:35px 0 0 30px;
	text-align:left;
}
h3{
	font-size:120%;
	line-height:100%;
	font-weight:bold;
	letter-spacing:0.01em;
	padding:14px 0;
	margin-bottom:10px;
	text-align:left;
	background:url(../img_cmn/rightbox_line.gif) repeat-x 0 100%;
}
h4{
	font-size:100%;
	line-height:100%;
	font-weight:bold;
	letter-spacing:0.01em;
}
h5{
	font-size:80%;
	line-height:100%;
	font-weight:bold;
	letter-spacing:0.01em;
}

h1,h6{
	font-size:100%;
	line-height:100%;
	letter-spacing:0.01em;
	color:#000;
}

/*h1{
	font-size:150%;
	color:#fff;
}*/

/* font-size select Button hover */

#header_area #fontsize li#sizeswitch1 a,
#header_area #fontsize li#sizeswitch2 a:hover,
#header_area #fontsize li#sizeswitch3 a:hover{
	background-position: 0 -40px;
}

/* footer */
#footer_group{
	width:680px;
	margin:0 auto;
	padding-top:6px;
	text-align:center;
}
#footer_group dl dd.address{
	width:280px;
}

