@charset "utf-8";
/* 【 ___ 基本設定 ___ 】 */
a img {
	border-style:none;
}
a {
	text-decoration:none;
	color: #993333;
}
body{
	margin:0 auto;
}
.bg {
	margin:0 auto;
	background-image: url(../images/common/bg.jpg);
	background-repeat: repeat;
	width: 840px;
}
.container {
	width: 804px;
	margin:0 20px 0 20px;
}
.clearfloat {
	/* このクラスは、div またはブレークエレメントに適用される必要があり、
		また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* 【 ヘッダー 】 */
.header_box {
	width: 784px;
	padding:0 10px 10px 10px;
	background-color:#FFFFFF;
}
.head_textbox {
	margin:18px 8px 2px 8px;
	font-size:0.8em;
	color:#666666;
	width:200px;
}
.logo {
	margin:3px 0 5px 12px;
	width:320px;
	height:60px;
}
.head_contact {
	margin:10px;
	width:208px;
	height:84px;
	float:right;
	clear:right;
}
.head_leftbox {
	text-align:left;
	width:340px;
	float:left;
}
/* 【 メニュー 】 */
.menu_box {
	width:804px;
	height:64px;
}
/* 【 ライトナビ 】 */
.right_navibox {
	width: 214px;
	float:right;
	padding:10px 5px 10px 11px;
	text-align:center;
}
table.link {
	width:180px;
	border-collapse: collapse;
    empty-cells:show;
	margin-left:auto;
	margin-right:auto;
}	
.link td {
	border-bottom: 1px #FF9999 solid;
	border-top: 1px #FF9999 solid;
	padding:5px 2px 5px 2px;
	font-size:0.8em;
	color:#666666;
	text-align:left;
}	
.link th {
	width:10px;
	border-bottom: 1px #FF9999 solid;
	border-top: 1px #FF9999 solid;
	padding:5px 1px 5px 1px;
	font-size:0.8em;
	color:#666666;
	text-align:left;
}	
	
/* 【 メインコンテンツ 】 */
.main_box {
	width:550px;
	padding:12px;
	float:left;
}
.contents_s {
	padding:0 0 30px 0;
}
/* 【 トップへ戻る 】 */
.pageup_box {
	width:530px;
	padding:5px 10px 20px 10px;
	text-align:right;
}


/* 【 フッター 】 */
.foot_box {
	background-color:#990000;
	width:804px;
}
.footnavi {
	margin:10px 0 6px 15px;
	width: 350px;
	color:#FFFFFF;
	font-size:0.8em;
}
.copyright {
	width: 500px;
	color:#FFCCFF;
	font-size:0.7em;
	margin:3px 10px 5px 0;
	float:right;
	text-align:right;
}
/* 【 共通レイアウト設定 】 */
.center {
	text-align:center;
}
