@charset "utf-8";

@import "reset.css";

/*----------------------------------------------------
基本のスタイル
----------------------------------------------------*/
html {
	height: 100%;
	width: 100%;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	height: 100%;
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat;
	color: #333333;
	width: 100%;
}
table {
	margin-right: auto;
	margin-left: auto;
}
.clear {
	clear: both;
	line-height: 0%;
}
.btn {
	width: 50%;
	float: left;
	height: auto;
}
*html .btnn {
	width: 40%;
	padding-right: 1em;
	padding-left: 2em;
}
/*----------------------------------------------------
応援バナーのスタイル
----------------------------------------------------*/
.banner_midashi {
	width: 800px;
	background-color: #FF6699;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
}
.ouen_banner {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.banner_size {
	width: 600px;
	background-color: #FF6699;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.banner_size_vertical {
	width: 120px;
	background-color: #FF6699;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.url {
	width: 600px;
	border: 1px solid #FF6699;
	color: #FF6699;
}
.url_vertical {
	width: 120px;
	border: 1px solid #FF6699;
	color: #FF6699;
}
.banner_r_size {
	width: 600px;
	background-color: #3399FF;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.banner_size_r_vertical {
	width: 120px;
	background-color: #3399FF;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.url_r {
	width: 600px;
	border: 1px solid #3399FF;
	color: #3399FF;
}
.url_r_vertical {
	width: 120px;
	border: 1px solid #3399FF;
	color: #3399FF;
}
.banner_coution {
	text-align: left;
	width: 775px;
	margin-right: auto;
	margin-left: auto;
}
/*----------------------------------------------------
テーブルのスタイル
----------------------------------------------------*/
#supporter {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}
#supporter td {
	padding: 5px;
	margin: 0px;
	border: 1px solid #FF6699;
	font-size: 12px;
	text-align: left;
}
.text {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 3em;
	padding-right: 1em;
	padding-bottom: 2em;
	padding-left: 4em;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: 500px bottom;
}
*+html .img {
	padding-top: 3em;
}
.illustration {
	width: 50%;
	float: left;
	height: auto;
}
*html .illustration {
	width: 40%;
	padding-right: 1em;
}
#top_img {
	width: 200px;
}
#top_img td {
	padding: 5px;
	margin: 0px;
	border: 1px solid #FF6699;
	font-size: 12px;
}
.kome {
	text-align: left;
}
.illust_title{
	text-align: right;
	color: #FF6699;
}
/*----------------------------------------------------
フォントスタイル
----------------------------------------------------*/
ul#global_navi a:link {
	color: #FFFFFF;
}
ul#global_navi a:visited {
	color: #FFFFFF;
}
ul#global_navi a:hover {
	color: #FFFF00;
}
ul#global_navi a:active {
	color: #FFFF00;
}
a:link {
	color: #3399FF;
}
a:visited {
	color: #FF9900;
}
a:hover {
	color: #FF0066;
}
a:active {
	color: #FF0066;
}
.style1 {
	color: #FF9900;
}
.style2 {
	color: #FF0000;
}
.style3 {
	color: #FF0000;
}
.style4 {
	color: #3399FF;
}
.style5 {
	color: #FF0066;
	font-size: 14px;
	font-weight: bold;
}
.style6 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #FF6699;
}
.style7 {
	width: 800px;
	background-color: #FF6699;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
}
.style8 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #FF6699;
	text-align: center;
}
/*----------------------------------------------------
ブロックのスタイル
----------------------------------------------------*/

div#container {
	height: auto;
	width: 100%;
}

div#content {
	height: auto;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg_content.jpg);
	background-repeat: repeat-y;
}
div#footer {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: 0px;
	height: 35px;
	background-image: url(../img/bg_footer.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0.5em;
}
/*----------------------------------------------------
ヘッダーのスタイル
----------------------------------------------------*/
div#header {
	height: auto;
	width: 900px;
	background-image: url(../img/bg_header.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: auto;
}
ul#global_navi {
	font-size: 16px;
	font-weight: bold;
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
*html ul#global_navi {
	margin: 0px;
	padding: 0px;

}
ul#global_navi li {
	float: left;
	height: 25px;
	width: 225px;
	text-align: center;
	color: #FFFFFF;
	background-color: #FF0066;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
