
/* CSS Document */

/*----------------初期設定-------------------*/
body {
	margin: 0;
	padding: 0;
	font-size:15px;
	color: #666666;
	line-height: 120%;
	letter-spacing: 0.05em;
	font-family: 'ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Osaka;
	background: url(../img/00_bg.gif) top center repeat-x #c0472c;
}








#header_small a {
    width: 33px;
	height: 27px;
    margin-left: 58px;
	background: url(../img/00_header_txt_s_off.gif);
	color: #FFFFFF;
    float: left;
	display: inline;
	clear: both;
}
#header_midium a {
    width: 33px;
	height: 27px;
    margin: 0;
	background: url(../img/00_header_txt_m_off.gif);
	color: #FFFFFF;
    float: left;
	display: inline;
}
#header_large a {
    width: 33px;
	height: 27px;
    margin: 0;
	background: url(../img/00_header_txt_l_on.gif);
	color: #FFFFFF;
    float: left;
	display: inline;
}
#header_small a:hover {
	background-image: url(../img/00_header_txt_s_on.gif);
}
#header_midium a:hover {
	background-image: url(../img/00_header_txt_m_on.gif);
}






.top_con02_01_txt {
	width: 472px;
	margin: 10px 20px 0 220px;
	line-height: 125%;
}
.top_con02_02_txt {
	margin: 0 10px 5px 155px;
	line-height: 125%;
	height: 110px;
}
