@charset "utf-8";
body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-size: 16px;
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #F5F5F5;
}
.oneColFixCtr #container {
	width: 900px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.clear {
	clear: both;
}
.header {
	font-size: 12px;
	padding-top: 13px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 152px;
	text-align: left;
	color: #004080;
}
.side_menu {
	width: 282px;
	height: 390px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.main_back {
	margin: 0px;
	height: 391px;
	width: 668px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 282px;
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.header_back {
	background-image: url(images/header_001.gif);
	margin: 0px;
	padding: 0px;
	height: 172px;
	width: 950px;
}

.topmenu {
	width: 800px;
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 14px;
	line-height: 150%;
	margin: 0px;
	padding: 5px;
}
.com_p {
	font-size: 13px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}


dl {
	padding: 0px;
	margin: 0px;
}

dt {
	font-size: 14px;
	color: #F93;
	font-weight: bold;
	padding: 3px;
}
dd {
	font-size: 12px;
	line-height: 130%;
	color: #4F0000;
}
#naviber li{
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 110px;
	line-height: 0px;
}
#naviber ul{
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

.topix_fla {
	font-size: 12px;
	height: 120px;
	width: 776px;
	border: 1px solid #FC3;
	overflow: scroll;
	padding: 10px;
	margin-bottom: 10px;
}
.menu_back {
	background-image: url(images/top_menu_back.gif);
	height: 385px;
	width: 800px;
}


img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.menu_p {
	height: 82.5px;
	width: 340px;
	text-align: left;
	padding-top: 80px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	font-family: "MS UI Gothic";
	font-size: 16px;
	line-height: 150%;
}
.menu_p2 {
	height: 82.5px;
	width: 340px;
	text-align: left;
	padding-top: 80px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	font-family: "MS UI Gothic";
	font-size: 12px;
	line-height: 140%;
}

.footmanu {
	padding: 10px;
	font-size: 12px;
	text-align: center;
}

.footer {
	font-size: 12px;
	text-align: center;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(images/footer.jpg);
	background-position: center top;
	height: 20px;
	margin: 0px;
	color: #000;
}

.company {
	font-size: 12px;
	padding: 5px;
	line-height: 130%;
}
table {
	font-size: 14px;
	line-height: 130%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

td {
}

th {
}

h1 {
	font-size: 18px;
	color: #FFF;
	text-align: center;
	background-image: url(images/h1_back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
h2 {
	font-size: 17px;
	color: #00468C;
	line-height: 150%;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3 {
	font-size: 16px;
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #FFF;
	background-color: #F7CA77;
	margin: 5px;
	padding: 3px;
}
h4 {
	color: #004993;
	font-size: 16px;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #39F;
	padding: 5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
h5 {
	font-size: 12px;
	color: #36C;
}
.img_align {
	padding: 10px;
}
.komoji {
	color: #999;
	font-size: 10px;
}
.aka {
	color: #C00;
}
.aka2 {
	font-size: 15px;
	text-align: center;
	color: #C00;
	font-weight: bolder;
}
.ao {
	color: #009;
}
.midori {
	color: #393;
}

.siro {
	color: #FFF;
}
.main_p {
	line-height: 150%;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 100px;
}



.main_p2 {
	line-height: 150%;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 100px;
	text-align: left;
}
.info_back {
	background-image: url(images/info.jpg);
	height: 209px;
	width: 800px;
}

.waku2 {
	border: thin dotted #FC6;
}
.info_p {
	height: 139px;
	width: 700px;
	padding-top: 60px;
	padding-bottom: 10px;
	padding-right: 50px;
	padding-left: 50px;
	font-family: "MS UI Gothic";
	font-size: 14px;
	line-height: 130%;
}
.top_p {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: "MS UI Gothic";
	font-size: 12px;
}
div.kahen{
	width:285px;
	margin:0 0 10px 0;
	padding:0;
	background-color: #FFC;
}
div.kahen div.top{
background-image:url("file:///C|/Documents and Settings/豪洋/img/frame_top.png");
background-repeat:no-repeat;
height:32px;
}
div.kahen div.bottom{
background-image:url("file:///C|/Documents and Settings/豪洋/img/frame_bottom.png");
background-repeat:no-repeat;
height:11px;
}
div.kahen p{
	margin:0;
	padding:5px;
	background-image:url(file:///C|/Documents%20and%20Settings/%E8%B1%AA%E6%B4%8B/img/frame_line.png);
	background-repeat:repeat-y;
	background-color: #FC9;
}
.oneColFixCtr #container .main_p .main_p ul li {
	margin: 0px;
	line-height: 150%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.orange {
	color: #F60;
	font-weight: bold;
}
.oneColFixCtr #container .main_p table tr td {
	border: 0.5px dotted #999;
}
.oneColFixCtr #container .main_p table tr td #map table tr td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtr #container #lot div div table tr td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
