@charset "utf-8";

@import "reset.css";

/*----------------------------------------------------
基本のスタイル
----------------------------------------------------*/
html {
	height: 100%;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 175%;
	text-align: center;
	height: 100%;
	background-image: url(../img/bgMain.jpg);
	background-repeat: repeat;
	color: #FF6600;
}
h1 {
	display: none;
}
h2 {
	color: #FF9900;
	background-color: #FFFFFF;
	padding: 0.5ex;
	margin-bottom: 1ex;




}
h3 {
	color: #FFFFFF;
	font-size: 24px;
	padding-bottom: 0.5em;
}
.clear {
	clear: both;
}

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

a:link {
	color: #FF0066;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#navi a:visited{
	color: #FF6600;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}

/*----------------------------------------------------
基本のスタイル
----------------------------------------------------*/
div#container {
	height: 100%;
	width: 755px;
	margin-right: auto;
	margin-left: auto;
}
div#header {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 84px;
}
div#content {
	width: 100%;
	background-image: url(../img/bg_content.jpg);
	background-repeat: repeat-y;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
}
div#navi {
	width: 100%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
div#navi p {
	float: left;
}
.text {
	width: 672px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
div#copyrights {
	font-size: 12px;
}
#asahi_image td {
	padding-right: 0.5em;
	text-align: center;
	font-weight: bold;



}
/*----------------------------------------------------
更新情報のスタイル
----------------------------------------------------*/
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: 11px;
	width: 755px;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
}

