@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}

body {
	background-image:url(../common/bg.jpg);
	background-attachment:fixed;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic","メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial,sans-serif;
	line-height:150%;
	color:#333;
}


#wrapper {
	width:820px;
	margin:0 auto;
	background-image:url(../common/bg_wrap.gif);
	background-repeat:repeat-y;
}



/***************************/
	/*ヘッダー*/
/***************************/

#header {
	width:800px;
	margin:0 auto;
}

h1 {
	font-size:11px;
	font-weight:normal;
	padding:10px;
}

.logo {
	padding:0 10px 10px 10px;
	float:left;
}

.info {
	padding:0 10px 10px 10px;
	float:right;
}

/***************************/
	/*ナビゲーション*/
/***************************/

#navi {
	clear:both;
	background-color:#FFF;
	width:800px;
	margin:0 auto;
	display:block;
	height:45px;
	border-top:5px solid #005AAB;
}

#navi ul{
	padding:10px;
	list-style-type:none;
}
#navi li{
	float:left;
	display:inline-block;
	}


/***************************/
	/*コンテンツ*/
/***************************/

#contents {
	width:780px;
	margin:0 auto;
	padding-top:10px;
}


.totop {
	clear:both;
	width:780px;
	margin:0 auto;
	text-align:right;
	font-size:11px;
	padding:20px 0;
}

.totop a{
	text-decoration:underline;
	color:#333;
}

.totop a:hover{
	text-decoration:none;
	color:#6AAD0A;
}

/***************************/
		/*フッター*/
/***************************/

#footer {
	clear:both;
	background-image:url(../common/bg_foot.gif);
	background-repeat:no-repeat;
	width:820px;
	height:100px;
	margin:0 auto;
}

.footmenu {
	text-align:center;
}

.footmenu a{
	text-decoration:none;
	color:#333;
}

.footmenu a:hover{
	text-decoration:underline;
	color:#5BB145;
}
.copy {
	color:#333;
	font-family:Arial , Helvetica , sans-serif , "ＭＳ Ｐゴシック", "MS PGothic";
	padding-top:40px;
	text-align:center;
}
