@charset "utf-8";

/*
=======CONTENTS=======
 
 1,header
 2,globalnavi
 3,contentarea
 4,mainarea
 5,sidebar
 6,footer
 
 ============
 */

body {
	background:url(../images/bg.gif) repeat-x;
	text-align: center;
	margin:0;
	padding:0px;
	font-family: "ＭＳ Ｐゴシック", "Osaka－等幅", "ヒラギノ角ゴ Pro W3";

}

p{
	font-size:80%;
	margin:0px;
	padding:6px;
	line-height:150%;
	color:#887960;
}

a{
	color:#615645;
}

a:hover{
	color:#E28910;
	}

#wrapper {
	width:886px;
	margin:0px auto;
	padding:0;
	background: url(../images/main_bg.gif) repeat-y;
}
/*-----------------------------------------------------------1,header*/
#header{
	width:886px;
	height:130px;
	margin:0 auto;
	padding:0;
	text-align: left;
	background:url(../images/header.gif) no-repeat;
}

/*-----------------------------------------------------------2,globalnavi*/


#navi{
	clear:both;
	width:886px;
	font-weight: bold;
	margin:0;
	padding:0;

}
#navi ul{
	margin:0;
	padding:0;
}
#navi li{
	float:left;
	list-style-type:none;
	margin:0;
	padding:0 0 0 0px;
	font-size:12px;

}
#navi a.navi1{
	display:block;
	background:url(../images/bg_navi1_s.gif) no-repeat 0px 0px;
	height:34px;
	padding-top:16px;
	text-decoration: none;
	width:296px;
}
#navi a:hover.navi1{
	display:block;
	background:url(../images/bg_navi1_ov.gif) no-repeat 0px 0px;
	height:34px;
	padding-top:16px;
	width:296px;
}
#navi a.navi1ac{
	display:block;
	background:url(../images/bg_navi1.gif) no-repeat 0px 0px;
	height:34px;
	padding-top:16px;
	text-decoration: none;
	width:296px;
	color:#615645;
}

#navi a.navi2{
	display:block;
	background:url(../images/bg_navi2_s.gif) no-repeat 0px 0px;
	height:34px;
	padding-top:16px;
	text-decoration: none;
	width:295px;
}
#navi a:hover.navi2{
	display:block;
	background:url(../images/bg_navi2_ov.gif) no-repeat 0px 0px;
	height:34px;
	padding-top:16px;
	width:295px;
}
#navi a.navi2ac{
	display:block;
	background:url(../images/bg_navi2.gif) no-repeat 0px 0px;
	height:34px;
	padding-top:16px;
	text-decoration: none;
	width:295px;
	color:#615645;
}

#navi a.navi3{
	display:block;
	background:url(../images/bg_navi3_s.gif) no-repeat 0px 0px;
	height:34px;
	padding-top:16px;
	text-decoration: none;
	width:295px;
}
#navi a:hover.navi3{
	display:block;
	background:url(../images/bg_navi3_ov.gif) no-repeat 0px 0px;
	height:34px;
	padding-top:16px;
	width:295px;
}
#navi a.navi3ac{
	display:block;
	background:url(../images/bg_navi3.gif) no-repeat 0px 0px;
	height:34px;
	padding-top:16px;
	text-decoration: none;
	width:295px;
	color:#615645;
}


		
#pankuzu{
	width:450px;
	height:33px;
	clear:both;
	font-size:12px;
	text-align:left;
	font-weight:normal;
	float:left;
	padding:0px 0 0 20px;
	}

/*-----------------------------------------------------------3,contentarea*/
#content{
	width:885px;
	height:auto;
	margin:0 auto;
	padding: 0;
	clear:both;
	text-align:left;

}


/*-----------------------------------------------------------4,mainarea*/

#maincontent{
	float:left;
	width:600px;
	text-align: left;
}

#midashi{
	width:505px;
	padding:20px 0 0 65px;
	margin:0px 0px 10px 20px;
	background:url(../images/bg_h1.gif) no-repeat;
	color:#887960;
	}
	
#midashi h1{
	width:480px;
	font-size:14px;
	line-height:100%;
	}
	
#midashi img{
	padding:0px 0 0 0px;
	margin:0 0px 0px -65px;
	}

#box{
	width:550px;
	padding:0px 0px 0px 30px;
	margin:0 0px 10px 0;
	line-height:150%;
	clear:both;
	}

	
#box h2 {
	text-align:left;
	height:30px;
	font-size:15px;
	font-weight:bold;
	color:#E28910;
	padding:5px 20px 5px 30px;
	margin:10px 0 10px 0;
	background:url(../images/h2.gif) no-repeat 0 7px;
	}
	
#box ul{
	display:block;
	list-style:none;
	padding:0px 10px 10px 32px;
	margin:0;
	font-size:80%;
	line-height:170%;
	}
	
#box li{
	padding:5px 0px 5px 0px;
	color:#666666;
	}
	
#box p{
	clear:both;
	text-align:left;
	padding:0px 20px;
	margin:0;
	}
	

/*-----------------------------------------------------------5,sidebar*/



#sidebar {
	width:250px;
	margin:0;
	padding:0 15px 0 0px;
	float:right;

	}
	
#sidebar h2 {

	padding:0px 0 0 0px;
	margin:0;
	}

#sidebar ul {
	background:url(../images/prof_bg.gif) repeat-y;
	list-style:none;
	padding:0;
	margin:0;
	font-size:80%;
	}
	
#sidebar li{
	padding:0px 0px 0px 0px;
	height:30px;
	color:#887960;
	line-height:150%;
	}

#sidebar p{
	margin-bottom:10px;
	padding:0px 20px 20px 20px;
	line-height:180%;
	background:url(../images/prof_under.gif) repeat-y bottom;
	}

/*-----------------------------------------------------------6,footer*/
#footer{
	clear:both;
	text-align: left;
	width:886px;
	height:45px;
	margin:0 auto;
	padding:0;
	background: url(../images/bg_footer.gif) no-repeat;
	}
	
#footer img{
	padding:0px;
	margin:0;
	}

#footernavi {
	font-size:80%;
	float:left;
	padding:0px 0 0 20px;
	color:#E6608B;
	
	}
address {
	margin:0 auto;
	padding:20px 0 0 0;
	text-align: center;
	font-size: 80%;
	font-style:normal;
	color:#FFFFFF;

}

/*-------------------------------------for any--*/

.clear{
	clear:both;
	line-height:1px;
}

#pagetop{
	text-align:right;
	padding:0px 300px 0px 0;
	}