@charset "utf-8";


/*-----------------------------
	大枠設定
------------------------------*/

body{
	background:url(../images/bg.png) repeat-x left top;
}
#wrapper{
	width:100%;
	text-align:center;
}



/*-----------------------------
	header
------------------------------*/

#header{
	width:954px;
	margin:0 auto;
	overflow:hidden;
}
/* h1 */
#header h1{
	float:left;
	padding:16px 0 9px 2px;
}
/* p */
#header p{
	float:right;
	padding:45px 2px 19px 0;
}
/* gnav */
#header #gnav{
	clear:both;
}
#header #gnav li{
	float:left;
}



/*-----------------------------
	contents
------------------------------*/

#contents{
	clear:both;
	width:950px;
	margin:0 auto 15px;
}
/* pan */
#contents #pan{
	margin-bottom:20px;
	text-align:left;
	font-size:10px;
	overflow:hidden;
}
#contents #pan li{
	float:left;
}
/* pagetop */
#contents #pagetop{
	clear:both;
	padding-top:10px;
	text-align:right;
}



/*-----------------------------
	main
------------------------------*/

#main{
	float:left;
	text-align:left;
}



/*-----------------------------
	side
------------------------------*/

#side{
	float:right;
	width:226px;
}
/* snav */
#side #snav{
	margin-bottom:40px;
}
#side #snav li{
	margin-bottom:5px;
}
/* contact */
#side #contact{
	position:relative;
	height:265px;
	width:220px;
	margin:0 0 30px 3px;
}
#side #contact dd{
	width:220px;
	position:absolute;
	left:0;
	bottom:11px;
}



/*-----------------------------
	footer
------------------------------*/

#footer{
	clear:both;
	width:100%;
	padding:25px 0 20px;
	background:url(../images/footer_bg.png) repeat-x left top #FF8C00;
}
/* copy */
#footer #copy{
	width:950px;
	margin:0 auto;
	text-align:left;
	color:#fff;
}






