﻿@charset "utf-8";

/* 基本設定 start */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	background-color: #FFF;
	text-align: center;
	color: #000000;
	line-height: 18px;
}
h2 {
	margin:10px 0px;
	border: 2px solid #6cc;
}
a:hover {
	color: #c63;
	text-decoration: underline;
}
a {
	color: #000;
	text-decoration: none;
}
#pageBody {
	width: 750px;
	margin: auto;
	text-align: left;
}
.midasi{
	background-color: #FFF;
	height: 26px;
	border-bottom: 2px solid #6cc;
	background-image: url(img/back.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* 基本設定 end */
/* メインメニュー start */

.contentsBody {
	width: 270px;
	border: 2px solid #6cc;
	float: left;
	height: 345px;
}
.contentsBody h3 {
	font-size: 24px;
	padding: 3px 5px;
}
.contentsBody ol {
	margin: 5px;
	line-height: 22px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 35px;
}
address {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-style: normal;
}

/* メインメニュー end */
/* その他 start */

#sideWrap {
	float: right;
	width: 460px;
	border-left: 2px solid #6cc;
	height: 350px;
	margin-bottom: 10px;
}
.sideBodyLeft, .sideBodyRight {
	border: 2px solid #6cc;
	height:180px;
	margin-bottom: 10px;
}
.sideBodyLeft {
	float: left;
	width:200px;
	margin:0px 10px;
}
.sideBodyRight {
	float: right;
	width : 220px;
}
.sideBodyLeft .midasi h4, .sideBodyRight .midasi h4, .sideList .midasi h4 {
	font-size: 18px;
	padding: 5px;
}
#sideWrap ul {
	margin: 5px;
	padding: 10px 25px;
	line-height: 22px;
	list-style-position: outside;
	list-style-image: url(img/sankaku.gif);
	list-style-type: none;
}
.sideBodyRight .add {
	text-align: right;
}
.sideBodyRight address {
	margin: 5px;
}
.sideList {
	clear: both;
	border: 2px solid #6cc;
	margin-left: 10px;
	height: 150px;
}

/* その他 end */
/* フッタ start */

#copy {
	background-color: #6cc;
	clear: both;
	text-align: center;
	height : 50px;
}
#copy address {
	color: #fff;
	padding: 14px;
}

/* フッタ end */
#flash {
	margin-top: 20px;
	margin-bottom: 20px;
}
