/*
	ページ全体共通スタイルシート
*/
html,body {
	scrollbar-3dlight-color:#966;
	scrollbar-base-color:#966;
	scrollbar-arrow-color:#fff;
	font-size:12px;
	line-height:18px;
}

a {
	color:#900;
	text-decoration:none;
}

a:hover {
	color:#966;
	text-decoration:underline;
}

h1,h2 {
	margin:0;
}

p {
	margin:15px 0 15px 0;
}

p.footer {
	width:600px;
	margin:15px auto 0 auto;
	color:#666;
	letter-spacing:3px;
	text-align:center;
}

p.center {
	margin:15px 0 15px 0;
	text-align:center;
}

/* 画像に対してのリンクの枠線を無くす */
a img {
	border:0;
}

.headimg {
	border-bottom:2px solid #000;
	border-top:2px solid #000;
}

#body {
	width:660px;
	margin:0 auto 0 auto;
}

div.header {
	clear:both;
	padding:10px;
	letter-spacing:30px;
	border-bottom:1px solid #666;
	background-color:#e7e7cd;
}

div.header h2 {
	font-size:16px;
	color:#633;
	text-align:center;
	margin:5px;
}

/* 新たに追加 */

div.under_nabi p{
font:11px;
color:#999966;
width:650px;
}

.under_nabi ul {
	margin:0 auto 0 auto;
	list-style:none;
    text-align:center;
    width:610px;
}

.under_nabi li {
	float:left;
	margin-right:4px;
}

.under_nabi {
	clear: both;
	height:20px;
	background-color:#e7e7cd;
	text-align: center;
	font-size:10px;
	margin-top:0px;
}
/* 新たに追加 */