/* body *******************************************************/
body {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
a:link {
	color: #3300CC;
}
a:visited {
	color: #3300CC;
}
a:hover {
	color: #FF3333;
}


/* 全体構造 ***********************************************************/
/* ヘッダー */
#header {
	text-align: center;
	height: 39px;
	width: 876px;
}

/* メニュー */
#menu_container	{
	height: auto;
	width: 876px;
	padding-top: 10px;
	padding-bottom: 30px;
}
.menu_btn_waku {
	width: 876px;
	height: 25px;
	padding-bottom: 10px;
}
.menu_btn_waku_l {
	width: 217px;
	height: 25px;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #336699;
	border-left-color: #336699;
}
.menu_btn_waku_r {
	width: 217px;
	height: 25px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #336699;
}
a.menu {
	color: #000000;
}
a.menu:visited {
	color: #000000;
}
a.menu:hover {
	color: #FF3300;
}
.menu_btn a {
	width:217px;
	height:25px;
	background-repeat: repeat-x;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	background-image: url(img/btn_menu_off.gif);
	float: left;
	text-decoration: none;
}
.menu_btn a:hover {
	background-image: url(img/btn_menu_on.gif);
	background-repeat: repeat-x;
}

/* サブコンテンツ */
#sub_container {
	height: 29px;
	width: 876px;
	padding-bottom: 15px;
}
.sub_ttl {
	height: 29px;
	width: 876px;
	text-align: center;
	background-image: url(img/line_sub_ttl.gif);
	background-repeat: repeat-x;
	background-position: center;
}

/* サブコンテンツ画像部分 */
#gazo {
	height: auto;
	width: 876px;
	padding-bottom: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

/* テキスト枠・センター */
.text_center {
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	height: auto;
	width: 800px;
	padding-top: 5px;
	padding-right: 38px;
	padding-left: 38px;
}

/* 携帯WEBテーブルデザイン */
.kei_tbl1 {
	height: 23px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #00CC99;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.kei_tbl2 {
	height: 23px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #00CC99;
	font-size: 14px;
	line-height: 23px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.kei_tbl3 {
	height: 23px;
	font-size: 14px;
	line-height: 23px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}
.kei_tbl4 {
	height: 23px;
	font-size: 13px;
	line-height: 23px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}


/* フッダー */
#footer {
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	background-image: url(img/line_ttl.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
	padding-bottom: 5px;
	height: auto;
	width: 876px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}


/* メンテナンス用 *******************************************************/
.mente1 {
	font-size: 16px;
	line-height: 25px;
	font-weight: bolder;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-left-color: #FF0000;
	width: 866px;
	text-align: center;
}
.mente2 {
	font-size: 16px;
	line-height: 20px;
	padding: 5px;
	width: 866px;
	margin-bottom: 10px;
	border: 1px solid #FF0000;
}
.com13 {
	font-size: 13px;
	line-height: 15px;
	display: block;
	float: left;
	text-align: left;
}
.comwaku {
	margin-right: 20px;
	float: right;
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
