@charset "utf-8";
/* CSS Document */


/*------------------------------------------
 body
------------------------------------------*/
body
{
	width:100%;
	color: #fff;
	font-family: "メイリオ","meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.5em;
	margin:0;
	padding:0;
	font-size:0.8em;
}

a{
	color:#ffffff;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;	
}



/*------------------------------------------
 コンテナー部
------------------------------------------*/
#container
{
	width:1000px;
	margin:0px auto;
	padding:0;
	background:url(../common/bk.jpg) repeat-y;
}

/*------------------------------------------
 ヘッダ部 
------------------------------------------*/

#header
{
	width:1000px;
	height:158px;
	margin:0px auto;
	padding:0 0 10px 0;
	background:url(../common/top.jpg) no-repeat;
}

#header-logo
{
	position:relative;
	width:145px;
	height:145px;
	margin:7px 0 0 63px; 
	float:left;
}

#header-logo a
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#header-inner
{
	font-size:1.1em;
	color: #FFB872;
	width:400px;
	height:75px;
	padding:93px 0 0 0;
	float:right;
	line-height: 1.4em;
}

#header-inner a
{
	color:#FFB872;
	text-decoration:none;
}

#header-inner a:hover
{
	color:#FFB872;
	text-decoration:underline;
}


/*------------------------------------------
 サブメニュー部
------------------------------------------*/
#sub
{
	width:260px;
	margin:0px auto;
	padding:0 0 0 30px;
	float:left;
	line-height: 3.0em;
}

#sub ul
{
	list-style-image: url(../common/list.jpg);
}

/*------------------------------------------
 メイン部
------------------------------------------*/
#main
{
	width:650px;
	margin:0px auto;
	padding:0 60px 0 0;
	float:right;
}

#main h1
{
	font-size:120%;
	font-weight:normal;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #fff;
	padding:7px 0 5px 0;
}

#main h2
{
	font-size:110%;
	padding:20px 0 0 0;
}

#main p
{
	padding:0;
}

#main img
{
	float:right;
	clear:both;
	padding:0 0 10px 10px;
}

#main img.nofloat
{
	float:none;
}

	

/*------------------------------------------
 フッター部
------------------------------------------*/
#footer
{
    font-size:85%;
    clear:both;
	margin:0px auto;
	padding:80px 0 0 0;
	width:1000px;
	height:20px;
	background:url(../common/bk_btm.jpg) no-repeat;
	background-position: top;
	text-align:center;
}