@charset "utf-8";
/* CSS Document */


body {
	background:#ffffff url(../images/top_bg.gif) repeat-x top center;
	text-align: center;
	margin:0;
	padding:0px;
	font-family: "ＭＳ Ｐゴシック", "Osaka－等幅", "ヒラギノ角ゴ Pro W3";
}

p{
	font-size:80%;
	margin:0px;
	padding:6px;
	line-height:150%;
	color:#666666;
}

a{
	color:#666666;
}

a:hover{
	color:#E6608B;
	}
a:visited{
	color:#E6608B;
	}
#wrapper {
	width:100%;
	margin:0px auto;
	padding:0;
}
/*-----------------------------------------------------------1,header*/
#header{
	width:870px;
	margin:0 auto;
	text-align: left;
	background:url(../images/top_header.gif) no-repeat;
}

#header p{
	margin:0px;
	padding:10px 0 0 0px;
	text-align:center;
}

#header h1{
	font-size:14px;
	margin:0;
	padding:80px 0px 0px 0px;
	text-align:center;
	font-weight:bold;
	color:#EC4096
}
/*-----------------------------------------------------------3,contentarea*/
#main{
	width:870px;
	height:auto;
	margin:0 auto;
	padding: 0;
	text-align:center;
}

#topnavi {
	width:870px;
	padding:0px;
	margin:0 0px 10px 0;
	line-height:150%;
	text-align:center;
	}

#topnavi ul {
	display:block;
	list-style:none;
	padding:0px 5px 10px 10px;
	margin:0;
	font-size:80%;
	line-height:200%;
	}
	
#topnavi li{
	padding:0 0px 0 0px;
	background:url(../images/list.gif) no-repeat 0 7px;
	width:170px;
	color:#666666;
	float:left;
	}
	
#topnavi p {
	clear:both;
	text-align:left;
	padding:0px;
	margin:0;
	}
	
#toptext {
	width:630px;
	margin:0 120px 10px 120px;
	padding:0;
	background:url(../images/top_content_text.gif) no-repeat bottom center;
	text-align:right;
	}
	
#toptext h2 {
	background:url(../images/top_h2.gif) no-repeat;
	text-align:left;
	height:40px;
	font-size:90%;
	font-weight:bold;
	color:#3399CC;
	padding:30px 0 0 100px;
	margin:0;
	}
	
#toptext p {
	padding:10px 30px 20px 30px;
	margin:0;
	text-align:left;
	}


/*-----------------------------------------------------------6,footer*/
#footer{
	clear:both;
	text-align: left;
	width:100%;
	height:100px;
	margin:0 auto;
	padding:0;
	background: url(../images/top_footer.gif) repeat-x bottom;
	}
address {
	width:800px;
	margin:0 auto;
	margin-top: 0px;
	padding:0;
	text-align: center;
	font-size: 70%;
	font-style:normal;
	color:#E6608B;

}