@charset "utf-8";

/*
=======CONTENTS=======
 
 1,header
 2,mainContents
 3,sidebar
 4,footer
 
 ============
 */

*{
	margin:0;
	padding:0;
	}
	
body {
	background:url(../images/bg.gif) repeat-x;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", "Osaka－等幅", "ヒラギノ角ゴ Pro W3";
}

p{
	font-size:80%;
	margin:0px;
	padding:0px;
	line-height:170%;
	color:#666666;
}

a{
	color:#666666;
}

a:hover{
	color:#882447;
	}

#wrapper {
	width:100%;
	margin:0px auto;
	height:auto;
	padding:0;

}
/*-----------------------------------------------------------1,header*/
#header{
	width:948px;
	padding:0;
	margin:0 auto;
	text-align: left;
	background:url(../images/head_bg.gif) no-repeat;
}
#header img{
	margin:0px;
	padding:15px 0 24px 30px;
}
#header h1{
	padding:25px 0px 0px 31px;
	font-size:11px;
	color:#666666;
}
#navi{
	width:948px;
	height:55px;
	font-weight: bold;
	text-align:center;
}
#navi ul{
	margin:0;
	padding:0;

}
#navi li{
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
}
#navi a,#navi a:hover{
	display:block;
	width:225px;
	height:30px;
	font-size:14px;
	text-decoration: none;
	padding:20px 0 0 10px;
}

#navi a.ac{
	display:block;
	width:225px;
	height:30px;
	font-size:14px;
	color:#882447;
	text-decoration: none;
	padding:20px 0 0 10px;
}
#navi p{
	padding:0;
	margin:0;
	clear:both;
	}	
#contentnavi{
	height:10px;
	text-align:left;
	clear:both;
	font-size:12px;
	padding:2px 0 7px 20px;
	}
	
#contentnavi img{
	float:left;
	padding:0;
	}
	
#contentnavi p{
	padding:1px 0 0 0;
	}

/*-----------------------------------------------------------2,mainContents*/
#contents{
	width:928px;
	min-height:600px;
	height: auto !important;
	height: 600px;
	margin:0 auto;
	padding:0 20px 0 0;
	background:url(../images/main.gif) repeat-y;
}
#contents p{
	padding:0 0 0 2px;
}

#main {
	width:625px;
	padding:0 0 0 25px;
	line-height:150%;
	text-align:left;
	float:left;
	}
	
#main p {
	padding:5px 30px;
	margin:10px 0 10px 0; 
	}
	
.maincontents,.topmenu{
	width:625px;
	line-height:150%;
	text-align:left;
	clear:both;
	padding:0 0 20px 0;
	}
.maincontents h2,.topmenu h2 {
	height: 25px;
	font-size:15px;
	font-weight:bold;
	color:#666666;
	padding:7px 0px 10px 30px;
	margin:0;
	background:url(../images/h2_icon.gif) no-repeat;
	}
.maincontents p.line{
	padding:10px 20px;
	width:550px;
	margin:10px 20px 0 10px; 
	border-bottom:1px #E4E4D3 solid;
	}
.maincontents ul {
	list-style:none;
	padding:15px 10px 10px 30px;
	margin:0;
	font-size:80%;
	line-height:200%;
	}
.maincontents li{
	padding:0 0px 0 22px;
	height:30px;
	background:url(../images/list_icon2.gif) no-repeat 0 7px;
	color:#666666;
	}
	
.topmenu h3 {
	height: 10px;
	font-size:15px;
	font-weight:bold;
	color:#882447;
	clear:both;
	padding:7px 0 20px 30px;
	margin:10px 0;
	}
.topmenu ul {
	list-style:none;
	padding:0px 10px 30px 30px;
	font-size:80%;
	line-height:200%;
	}
.topmenu li{
	padding:0 30px 0 22px;
	width:230px;
	float:left;
	background:url(../images/list_icon2.gif) no-repeat 0 7px;
	color:#666666;
	}
#special{
	height:220px;
	}

/*-----------------------------------------------------------3,sidebar*/
#sidebar{
	float:right;
	width:260px;
	text-align: left;
	padding:0 0 0 0;
	border:1px solid #D2D2BD;
	background:url(../images/side_bg.gif);
}

.menu {
	width:260px;
	padding:0px;
	margin:0 0px 10px 0;
	padding:0;
	background:url(../images/side_h2.gif) no-repeat;
	}
.menu h2{
	color:#ffffff;
	font-size:13px;
	padding:8px 0 0 20px;
	}
	
.menu ul {
	list-style:none;
	padding:10px;
	margin:0;
	font-size:80%;
	}	
.menu li{
	padding:0 0 0 30px;
	background:url(../images/list_icon.gif) no-repeat 10px 13px;
	color:#666666;
	line-height:280%;
	width:210px;
	}
	
.profile {
	width:260px;
	margin:0 0px 10px 0;
	padding:0;
	background:url(../images/side_h2.gif) no-repeat;
	}
	
.profile h2{
	color:#ffffff;
	font-size:13px;
	padding:10px 0 0 20px;
	}
.profile ul {
	list-style:none;
	padding:10px;
	margin:0;
	font-size:80%;
	}
	
.profile li{
	padding:5px 0 0 10px;
	border-bottom:1px #DFDFDF solid;
	color:#666666;
	line-height:280%;
	width:230px;
	}

.profile p {
	padding:0 30px 0 0;
	margin:0 20px 15px 18px;
	}
	
.profile img {
	padding:0;
	margin:0;
	}

/*-----------------------------------------------------------4,footer*/
#footer{
	clear:both;
	text-align: center;
	padding:0;
	margin:0 auto;
	width:100%;
	min-height:70px;
	background: url(../images/footer.gif) repeat-x;
	}
address {
	height:100%;
	padding:10px 0 70px 0;
	text-align: center;
	font-size: 12px;
	font-style:normal;
	color:#ffffff;
}

/*-------------------------------------for any--*/

.clear{
	clear:both;
}

#pagetop{
	text-align:right;
	}