@charset "utf-8";

@import "reset.css";

/*----------------------------------------------------
基本のスタイル
----------------------------------------------------*/
html {
	height: 100%;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	height: 100%;
	color: #006666;
	background-color: #FFFFFF;
}
h1 {
	display: none;
}
h2 {
	display: none;
}
h3 {
	color: #FF0066;
	text-align: center;
	font-size: 24px;
	padding-bottom: 0.5em;
}
.clear {
	clear: both;
}

/*----------------------------------------------------
フォントのスタイル
----------------------------------------------------*/
.style1 {
	color: #FF0000;
	font-weight: bold;
}
.style2 {
	font-size: 14px;
	color: #FF6699;
}

a:link {
	color: #993333;
	text-decoration: underline;
}
a:visited {
	color: #996666;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
div#header {
	background-image: url(../img/bg_header.jpg);
	background-repeat: no-repeat;
	height: 91px;
	width: 100%;
	background-position: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #006666;
}
div#header div {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 100%;
}
div#mainContent {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 20px;
}
/*----------------------------------------------------
レフトコンテンツのスタイル
----------------------------------------------------*/
div#leftContent {
	height: auto;
	width: 220px;
	border: 1px solid #006666;
	background-color: #F4FFFF;
	padding: 0.5em;
	float: left;
}
/*----------------------------------------------------
ライトコンテンツのスタイル
----------------------------------------------------*/
div#rightContent {
	height: auto;
	width: 530px;
	text-align: left;
	float: right;
}
.midashi {
	background-image: url(../img/bg_midashi.jpg);
	height: 23px;
	width: 498px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 33px;
	padding-top: 5px;
	background-repeat: no-repeat;
}
.text {
	border: 1px solid #006666;
	background-color: #FFFFEC;
	padding: 0.5em;
	color: #333333;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
div#leftContent ul {
}
div#leftContent li.date {
	list-style-type: none;
	background-image: url(../img/list.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1em;
	font-weight: bold;
}
div#leftContent ul li {
}
/*----------------------------------------------------
更新情報のスタイル
----------------------------------------------------*/
div.logbox {
	border: 1px solid #FF6699;
	width: auto;
	height: 150px;
	overflow: auto;
	text-align: left;
	padding: 0.5em;
	margin-bottom: 1em;
	color: #666666;
	background-image: url(../img/bg_moyou.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
div.logbox dl {
	width: 100%;
}
div.logbox dt {
	width: 100%;
	margin: 0px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF6699;
	color: #FF6699;
}
div.logbox dd {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0em;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 0px;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
/*----------------------------------------------------
フッターのスタイル
----------------------------------------------------*/
div#footer {
	height: 25px;
	width: 100%;
	background-image: url(../img/bar.jpg);
	background-repeat: repeat-x;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #006666;
	padding-top: 0.5em;
}
