/* 全ページ共通 */
body{
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
	line-height: 17px;
	color: #c8c8c8;
	margin: 0px;
	background-color: #000000;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	border-top: 8px solid #282828;
}
strong {
	font-weight: normal;
}
a:link {
	text-decoration: none;
	color: #c8c8c8;
}

a:visited {
	text-decoration: none;
	color: #c8c8c8;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
}

a:active {
	text-decoration: underline;
	color: #ffffff;
}

.header_bg{
	background: url(../img/header_bg.gif) no-repeat top;
}
.rogo{
	text-align: left;
	vertical-align: top;
	padding: 0px 0px 11px;
}
.h1_area{
	text-align: left;
	vertical-align: top;
	padding: 12px 20px 6px 0px;
	background: #282828 ;
}
h1{
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka,;
	font-size: 10px;
	font-weight: bold;
	color: #787878;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	}

.side_bg{
	background-color: #282828;
}
.home{
	padding: 10px 0px 21px 14px;
}
.tel{
	padding: 7px 0px 26px;
}
.banners{
	padding: 4px 0px 0px;
}
.b_blog{
	padding: 20px 0px 0px;
}
.counter{
	padding: 13px 0px 23px;
	text-align: center;
}
.footer{
	padding: 10px 12px 12px;
	border-top: 1px solid #282828;
}
.cr{
	background: url(../img/cr.gif) no-repeat;
	height: 78px;
}

/* top */

.fla{
	padding: 0px 0px 18px;
}
.news_tit{
	border-bottom: 2px solid #282828;
}

.news_txt{
	color: #373737;
	background: #A4A4A4;
	text-align: left;
}
.seo_area{
	background: #313131 url(../img/seo_bg.gif) repeat-x top;
	text-align: left;
}
.seo_tit{
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	padding: 10px 6px 8px;
	border-bottom: 1px solid #C8C8C8;
}
.seo_txt{
	text-align: left;
	padding: 8px 6px 16px;
}
.search1{
	border: 4px solid #282828;
	background: url(../img/search1_bg.gif) no-repeat center 10px;
}
.search2{
	border: 4px solid #282828;
	background: url(../img/search2_bg.gif) no-repeat center 10px;
}
.search3{
	border: 4px solid #282828;
	background: url(../img/search3_bg.gif) no-repeat left 10px;
	padding: 0px 16px 0px 0px;
}

.search_txt{
	text-align: left;
	padding: 34px 0px 10px;
}
.search{
	text-align: right;
	padding: 0px 0px 10px;
	vertical-align: bottom;
}

/* 2階層目以降共通 */
.tp{
	text-align: right;
	padding: 7px 13px 12px 0px;
}
.midashi{
	text-align: left;
	font-size: 14px;
	background: #282828 url(../img/midashi_r.gif) no-repeat right top;
	padding: 4px 65px 3px 14px;
	vertical-align: top;
}
.midashi_txt{
	border: 4px solid #282828;
	padding: 10px;
}
.hyo_l{
	padding: 6px;
	background: #282828;
}
.hyo_r{
	padding: 6px;
	background: #1A1A1A;
	text-align: center;
}
.hyo_r2{
	padding: 6px;
}

/* 文字色 */
.f_orenge{
	color: #E98513;
}
.f_blue{
	color: #95A6F4;
}
