
/* CSS Document */

/*----------------初期設定-------------------*/
body {
	margin: 0;
	padding: 0;
	font-size:15px;
	color: #444444;
	line-height: 135%;
	letter-spacing: normal;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image:url(../img/00_bg.gif);
	background-repeat:repeat-x;
	background-color:#f0f0f0;
}
p,table p {
	line-height: 135%;
	letter-spacing: normal;
}
.header_small a {
    width: 21px;
	height: 21px;
    margin: 0 0 0 70px;
	display: inline;
	background: url(../img/00_header_t_s.gif);
	color: #FFFFFF;
    float: left;
}
.header_midium a {
    width: 21px;
	height: 21px;
    margin-left: 7px;
	display: inline;
	background: url(../img/00_header_t_m.gif);
	color: #FFFFFF;
    float: left;
}
.header_large a {
    width: 21px;
	height: 21px;
    margin-left: 6px;
	display: inline;
	background: url(../img/00_header_t_l_on.gif);
	color: #FFFFFF;	
    float: left;
}
.header_small a:hover {
	background-image: url(../img/00_header_t_s_on.gif);
}
.header_midium a:hover {
	background-image: url(../img/00_header_t_m_on.gif);
}