@charset "Shift_JIS";

p, ul, ol, h1, h2, h3, h4, h5, h6, div, body {
	margin: 0;
	padding: 0;
}
ul li {
	list-style-type: none;
}
img {
	border: 0;
}
.c_clear {
	clear: both;
}

/* 全体の外枠 */
#c_wrapper {
	width: 900px;
	margin: 15px auto;
	border: 1px solid #999;
	padding: 12px;
}
/* ヘッダー全体の枠 */
#c_hdr {
	width: 900px;
	height: 76px;
	position: relative;
}
/* ヘッダーのロゴ */
#c_hdr_logo {
	width: 240px;
	height: 76px;
	float: left;
	background-image: url("../img/c_hdr_logo.gif");
	position: absolute;
	bottom: 0;
}
#c_hdr_logo p {
	width: 240px;
	height: 76px;
	text-indent: -999em;
}
#c_hdr_logo p a {
	display: block;
	width: 240px;
	height: 76px;
}
/* ヘッダーのお問い合わせ */
#c_hdr_inq {
	width: 600px;
	float: right;
	position:absolute;
	left: 300px;
	bottom: 0;
	font-size: 86%;
}
#c_hdr_inq p {
	text-align: right;
}
/* 上部ナビ */
#c_hdr_navi {
	width: 900px;
	margin-top: 16px;
}
#c_hdr_navi li {
	width: 149px;
	float: left;
	background-color: #ccc;
	text-align: center;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	font-size: 12px;
	font-weight: bold;
}
#c_hdr_navi li a {
	display: block;
	padding: 10px 0;
	width: 149px;
	background-color: #ccc;
	text-decoration: none;
	color: #000;
}
#c_hdr_navi li a:hover {
	background-color: #000;
	color: #ffffff;
}
#c_hdr_navi #c_hdr_navi_1 {
	width: 148px;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}
#c_hdr_navi #c_hdr_navi_1 a {
	width: 148px;
}
/* メインコンテンツ */
#c_main {
	width: 646px;
	float: left;
	font-size: 12px;
	margin-top: 18px;
}
#c_main h1 {
	width: 646px;
	height: 140px;
	text-indent: -999em;
}
#c_main_cont {
	padding: 12px;
	width: 620px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}
#c_main_cont_ttl_txt {
	width: 500px;
	margin: 12px auto;
	padding: 12px;
	border: 1px solid #666;
	background-color: #f6edc7;
	font-size: 12px;
}

#c_main_cont .content {
	margin-top: 26px;
	width: 620px;
}
#c_main_cont .content h2 {
	height: 32px;
	text-indent: -999em;
}
/* 右バナー */
#c_bnrs {
	width: 228px;
	float: right;
	text-align: center;
	margin-top: 18px;
	background-color: #eff;
	border: 1px solid #ccc;
	padding: 6px;
}
#c_bnrs h2 {
	width: 228px;
	height: 32px;
	text-indent: -999em;
}
#c_bnrs #c_bnrs_oursite {
	background-image: url("../img/c_bnrs_oursite_ttl_bg.gif");

}
.c_bnrs_cont {
	margin-top: 6px;
	padding: 6px;
	width: 214px;
	border: 1px solid #999;
	background-color: #fff;
}
.c_bnrs_cont h3 {
	font-size: 86%;
	text-align: center;
	padding: 0.35em 0;
	color: #336;
}
/* pagetopボタン */
#c_pt {
	width: 900px;
	font-size: 71%;
	text-align: right;
	margin: 8px 0;
}
#c_pt a {
	color: #666;
	text-decoration: none;
}
#c_pt a:hover {
	color: #9999ff;
}
/* フッター */
#c_ftr {
	width: 900px;
	height: 32px;
	background-image: url("../img/c_ftr_bg.jpg");
}
#c_ftr p {
	padding: 0.7em 0;
	text-align: center;
	font-size: 86%;
}
