@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: #FFFFFF;
	background-color: #000000;
	background-image: url(../img/bg_body.jpg);
	background-repeat: no-repeat;
}
h1 {
	display: none;
}
h2 {
	display: none;
}
.clear {
	clear: both;
	line-height: 0px;
}
.iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}
table#banner {
	margin-bottom: 2em;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg_body.jpg);
	background-position: center top;
}
table#banner td {
	padding: 5px;
	border: 1px solid #000000;
}
/*----------------------------------------------------
フォントのスタイル
----------------------------------------------------*/
.style1 {
	color: #FF0066;
}
a:link {
	color: #990099;
	text-decoration: underline;
}
a:visited {
	color: #990099;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
/*----------------------------------------------------
インデックスページのスタイル
----------------------------------------------------*/
div#index {
	width: 100%;
	height: auto;
}
div#index ul {
	height: auto;
	width: 10em;
	margin-right: auto;
	margin-left: auto;
}
div#index li {
	float: left;
	height: auto;
	width: 5em;
	text-align: center;
}
div#header {
	background-image: url(../img/bgHead.jpg);
	background-repeat: repeat-x;
	height: auto;
	width: 100%;
}
div#content {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	background-image: url(../img/bgContent.jpg);
	background-repeat: repeat-y;
}
div#navi {
	height: auto;
	width: auto;
}
div#navi ul {
	height: auto;
	width: auto;
}
div#navi li {
	float: left;
}
div#topImg {
	margin-bottom: 1em;
	width: 800px;
	text-align: left;
}
/*----------------------------------------------------
レフトコンテンツのスタイル
----------------------------------------------------*/
div#leftContent {
	height: auto;
	width: 220px;
	float: left;
}
/*----------------------------------------------------
更新情報のスタイル
----------------------------------------------------*/
div#logbox {
	border: solid 1px #808080;
	width: auto;
	height: 150px;
	overflow: auto;
	text-align: left;
	padding: 0.5em;
	margin-bottom: 1em;
}
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: #666666;
	color: #666666;
}
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#banner {
	height: auto;
	width: 601px;
	border: solid 1px #808080;
	margin-bottom: 1em;
	padding: 0.5em;
}
div#banner img {
	margin-bottom: 0.5em;
}
#outline {
	margin-right: auto;
	margin-left: auto;
	width: 601px;
	background-image: url(../img/bg_body.jpg);
	background-position: right top;
}
#outline td {
	border: 1px solid #000000;
	width: auto;
	height: auto;
	padding: 0.5em;
	text-align: left;
	background-position: center center;
	color: #000000;
	font-weight: bold;
}
#outline .category {
}
/*----------------------------------------------------
リンクについてのスタイル
----------------------------------------------------*/
div#link {
	height: auto;
	width: auto;
	border: solid 1px #808080;
	margin-bottom: 1em;
	text-align: left;
	padding: 0.5em;
}
.URL {
	border: 1px solid #333333;
	padding: 0.5em;
	font-weight: bold;
	color: #333333;
	background-color: #CCCCCC;
}
/*----------------------------------------------------
カウンターブロック
----------------------------------------------------*/
div#count {
	height: auto;
	width: auto;
	margin-bottom: 1em;
	text-align: center;
	padding: 0.5em;
}
/*----------------------------------------------------
ライトコンテンツのスタイル
----------------------------------------------------*/
div#rightContent {
	height: auto;
	width: auto;
	text-align: left;
	float: right;
	padding-right: 4.5em;
}
.midasi {
	padding-bottom: 1em;
}
.text {
	padding: 1em;
}
.patch {
	height: auto;
	width: auto;
}
.patch dt {
	float: left;
	width: 15em;
	padding: 2px;
}
.patch dd {
	padding: 2px;

}
/*----------------------------------------------------
フッターのスタイル
----------------------------------------------------*/
div#foot {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
	color: #FF0000;
	padding-top: 1em;
}

