﻿@charset "UTF-8";

/* 基本設定 */
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
div,th,td,p,form,select {
	margin: 0px;
	padding: 0px;
}
#wrap0 {
	text-align: center;
}
#wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

/* clearFix */
.clearFix{
	overflow: hidden;
}
.clearFix:after{
	clear: both;
	height: 0px;
	overflow: hidden;
	display: block;
	content: "";
}

/*\*/
* html .clearFix{
	height: 1em;
	overflow: visible;
}
/**/

/* or */
.clear{
	clear: both;
}

/* ヘッダー */
#header {
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 55px;
	width: 800px;
}
#header #menu {
	margin-top: 36px;
	margin-left: 15px;
	float: left;
	display: inline;
}
#header #menu .text {
	color: #FFFFFF;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#header #logo {
	float: right;
	margin-right: 5px;
}
#header_line {
	background-image: url(images/header_line.gif);
	background-repeat: repeat-x;
	height: 3px;
	width: 800px;
}

/* コンテンツ */
#contents_area {
	width: 800px;
	text-align: left;
	background-image: url(images/contents_bg.jpg);
	background-repeat: repeat-y;
}
#contents_area #contents_main .text {
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
}

/* コンテンツフッター（アドレス） */
#contents_area #top_address {
	height: 55px;
	width: 730px;
	margin-left: 35px;
}
#contents_area #address {
	height: 55px;
	width: 730px;
	margin-left: 35px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#contents_area #address .text {
	font-size: 10px;
	line-height: 1.2em;
	color: #999999;
	padding-top: 40px;
	padding-left: 10px;
}

/* フッター */
#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-y;
	height: 22px;
	width: 800px;
	color: #FFFFFF;
}
#footer #copyright {
	color: #FFFFFF;
	margin-left: 10px;
	font-size: 10px;
	float: left;
}
#footer #site_map {
	float: right;
	margin-top: 3px;
	margin-right: 15px;
}

/* リンクテキスト */
#header #menu .text a {
	color: #FFFFFF;
	text-decoration: none;
}
#header #menu .text a:hover {
	color: #E1C845;
	text-decoration: underline;
}
a {
	color: #007BCF;
	text-decoration: none;
}
a:hover {
	color: #007BCF;
	text-decoration: underline;
}
#contents_main #sitemap table td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 2em;
}
#contents_main #topix table td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 1.5em;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

