@charset "utf-8";
/* CSS Document */

html{overflow-y:scroll;}

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, img, a img,
dl, dt, dd, ol, ul, li,
{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    list-style:none;
}
h1, h2, h3{
    margin:0px;
    padding:0px;
}
body {
	background: #fff;
	margin: 0px;
	padding: 0px;
    font-size : 14px;
    font-family:"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "sans-serif";
	min-width: 985px;
	color: #333;
}
ul, li, dl, dd, dt{
    margin: 0px;
    padding:0px;
    list-style: none;
}a {
    text-decoration: none;
	color: #7B2B7E;
}
a:hover {
	text-decoration:underline;
}
#wrapper{
	background: #ffccff;
	background: -moz-linear-gradient(top,  rgba(202,75,237,0.25) 0%, rgba(203,78,237,0.25) 1%, rgba(236,208,237,0.25) 51%, rgba(202,75,237,0.25) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(202,75,237,0.25)), color-stop(1%,rgba(203,78,237,0.25)), color-stop(51%,rgba(236,208,237,0.25)), color-stop(100%,rgba(202,75,237,0.25))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(202,75,237,0.25) 0%,rgba(203,78,237,0.25) 1%,rgba(236,208,237,0.25) 51%,rgba(202,75,237,0.25) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(202,75,237,0.25) 0%,rgba(203,78,237,0.25) 1%,rgba(236,208,237,0.25) 51%,rgba(202,75,237,0.25) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(202,75,237,0.25) 0%,rgba(203,78,237,0.25) 1%,rgba(236,208,237,0.25) 51%,rgba(202,75,237,0.25) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(202,75,237,0.25) 0%,rgba(203,78,237,0.25) 1%,rgba(236,208,237,0.25) 51%,rgba(202,75,237,0.25) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40ca4bed', endColorstr='#40ca4bed',GradientType=0 ); /* IE6-9 */
	width: 985px;
	margin: 10px auto;
	padding: 10px;
	border: groove 3px #EE82EE;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow:  0px 0px 10px 0px #666666;
box-shadow:  0px 0px 10px 0px #666666;
}

#headerArea{
	position: relative;
	height: 330px;
}
#headtitle{
	padding: 255px 0px 0px 0px;
	position: absolute;
	z-index : 999;
}
h1{
	padding: 10px 0px 5px 0px;
	text-align: center;
	width: 980px;
	font-size: 24px;
}
h1 a{
	color: #9400D3;
	}
	
h1 a:hover{
	color: #E071E4;
	}
	
h2{
	padding: 0px 0px 10px 0px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}
#nav{
	margin: 5px 0px 10px 0px;
	width: 990px;
	height: 60px;
	display: block; 
}
#nav li{
	padding: 0px 6px 0px 0px;
	width: 159px;
	float: left;
	font-size: 13px;
	
}
#nav li a{
	background: #F6C4F8;
	display: block;
	padding: 15px 0px ;
	text-align: center;
	min-height: 18px;
	height: auto !important;
	height:18px\9;
	*height:18px;
	_height:18px;
	font-size: 12px;
	font-weight: bold;
	border: outset 3px #EE82EE;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow:  1px 3px 0px 0px #B1797C;
box-shadow:  1px 3px 0px 0px #B1797C;
				}
#nav li a:hover{
	background: #FDF1FE;
	text-decoration:none;
	color:#9a6265;
}
#photo{
	width: 985px;
	margin: 0px auto; 
	}
#photo img{
	margin: 0px 0px 0px 0px;
	position: absolute;
-webkit-border-radius: 3px;
border-radius: 3px;
}
#center{
	overflow: hidden;
	margin-top: 10px;
}
#contents{
	padding: 0px 3px 0px 0px;
	width: 705px;
	float: left;
}
h3{
	background: #F6C4F8;
	padding:5px 0px 5px 0px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: normal;
	font-size: 15px;
	border: double 3px #EE82EE;
-webkit-box-shadow:  1px 3px 0px 0px #B1797C;
box-shadow:  1px 3px 0px 0px #B1797C;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.text_box, .text_box, .news_box, .topics_box{
	background: #EFEFED;
	padding: 5px 5px 15px 5px;
	margin-bottom: 10px;
	border: solid 2px #EE82EE;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow:  1px 1px 5px 0px #999999;
box-shadow:  1px 1px 5px 0px #999999;
	}
.text_box p{
	padding: 10px 10px 5px 10px;
	margin:0;
}
.topics_box h4{
	padding: 10px 10px 0px 10px;
	margin: 0;
	font-weight: bold;
	color: #9400D3;
	}
.topics_box p{
	padding: 2px 10px 20px 10px;
	margin: 0;
	}
	
	
.text_box li{
	list-style: square inside;
	color: #E071E4;
	padding: 10px 0px 0px 30px;
}
.news_box{
	background: #EFEFED;
	float: right;
	width: 255px;
	}
.news_box h3{
	background: #F6C4F8;
}
.news_box dl{
	overflow-y:auto;
	max-height : 500px;
	_height : 500px;
}
.news_box dt{
	padding: 5px 10px 0px 10px;

}
.news_box dd{
	padding: 5px 10px 15px 10px;
}
#footer{
	clear: both;
}
#footer p{
    text-align : center;
	font-size: 12px;
    display : block;
    padding: 20px 0px 20px 0px;
	margin:0;
}
#footer a{
}
