@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	background-image:url(../common/bg.png);
	font-size:14px;
	color:#333;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	line-height:160%;
}

#container {
	width:814px;
	margin:0 auto;
}

h1 {
	display:block;
	font-size:11px;
	font-weight:normal;
	color:#FFF;
	margin:0;
	padding:0 15px;
	line-height:180%;
	text-align:right;
}

a {
	text-decoration:underline;
	color:#1A87FF;
}
a:hover {
	text-decoration:none;
	color:#FB3706;
}
/**********************/
	/*ヘッダー*/
/**********************/

#header {
	background-image:url(../common/bg_head.jpg);
	background-repeat:no-repeat;
	width:814px;
	height:165px;
}
.logo {
	float:left;
	padding:35px 0 0 15px;
}
.head_nav {
	float:right;
	padding-top:0px;
	padding-right:10px;
}
.head_nav ul {
	list-style-type:none;
}
.head_nav li {
	float:left;
	padding:0 5px;
}
/**********************/
/*メインコンテンツ*/
/**********************/

#contents {
	background-image:url(../common/container.jpg);
	background-repeat:repeat-y;
	width:814px;
	margin:0 auto;
	padding-bottom:40px;
}
/**********************/
/*グローバルナビ*/
/**********************/

#navi {
	clear:both;
	width:814px;
	margin:0 auto;
	padding:5px 0;
}
#navi ul {
	list-style:none;
}
#navi li {
	float:left;
	display:block;
	border:none;
}
/**********************/
/*フラッシュ*/
/**********************/

#flash {
	clear:both;
	background-color:#000;
	width:780px;
	height:250px;
	margin:0 auto;
}

/**********************/
/*フッター*/
/**********************/


#footer {
	background-image:url(../common/bg_footer.jpg);
	background-repeat:no-repeat;
	height:100px;
}

.footmenu {
	width:100%;
	text-align:center;
	font-size:11px;
	color:#AB7B41;
	letter-spacing:0.2em;
	padding:40px 0 5px 0;
}
.footmenu a {
	text-decoration:none;
	color:#AB7B41
}
.footmenu a:hover {
	text-decoration:underline;
	color:#000;
}

.copy {
	margin:0 auto;
	width:100%;
	text-align:center;
	font-size:11px;
}

