@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 1px;
}
.both{
	width:100%;
	height:1px;
	clear:both;
	font: 0pt/0pt sans-serif;
}
/*--- Wrapper----*/
strong{
	font-weight:bold;
}
#wrapper {
	width: 100%;
	height: auto;	
}
/*----Header-----*/
#header{
	background:url(../img/header.png) center repeat-x;
	height:67px;
	width:100%;
}
#header-content{
	width:980px;
	height:67px;
	margin:auto;
	position:relative;
}
#logo{
	position:absolute;
	top:0px;
	left:0px;
	z-index:1000;
}
#navi{
	width:760px;
	position:absolute;
	right:0px;
}
/*----Content----*/
#content{
	width:980px;
	margin:auto;
	position:relative;
}
/*----Footer----*/
#footer{
	width:100%;
	height:33px;
	background:url(../img/footer.png) repeat-x;
}
#footer-content{
	width:980px;
	text-align:center;
	margin:auto;
	color:#dddad9;
	font-size:12px;
	padding-top:2px;
	font-family:font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
#footer-content a{
	color:#dddad9;
}
#footer-content a:hover{
	text-decoration:underline;
}
/**********************************[to pagetop]***/
#pageTop {
	background:#fff;
	color:#87634b;
	padding:5px 10px 0;
	position:fixed;
	bottom:0;
	right:60px;
	font-weight:bold;
	font-size:2em;
	text-align:center;
	box-shadow:1px 1px 2px #333;
	opacity:0.5;
}
#pageTop:hover {
	background:#fff;
	color: #941711;
	opacity:0.7;
}
#pageTop small {
	font-weight:normal;
	font-size:12px;
}