@charset "shift_jis";

/*------BODY部設定------*/
BODY{
	margin: 0;
	padding: 0;
	font-size: small;
	color: #404040;
	text-align:center;
  
}
/*------見出し設定------*/
h1, h2{
	margin: 0;
	text-indent: -9999px;
}
a:link,a:visited{
	color: #404040;
	background: transparent;
}

A:HOVER, A:ACTIVE{
	color: #C40505;
	text-decoration : underline;
}

ul{
	margin: 0;
	padding:10px 10px;
}

/*------ヘッダー設定------*/
#header{
	width:720px;
	height:100px;
	background: #FFFFFF url(images/top4.jpg) no-repeat;
}
/*------ボディー設定------*/
#pagebody{
	width: 720px;
	margin: 0;
	text-align: left;
}

#navilist{
	float: left;
	width : 200px;
        line-height : 130%;
}

#main{
	float: right;
	width: 520px;
}
/*------フッター設定------*/
#footer{
	clear:both;
	padding-bottom:10px;
	text-align: center;
	width: 720px;
}

#wrap{
	margin: 0 auto; /* Firefox 向けセンタリング指定 */
	width : 720px;
}

/*------ナビゲーションメニュー設定------*/
.menu01{
	list-style-type : none;
	font-size : x-small;
	text-align : center;
	font-weight : bold;
	background-color : silver;
}
.menu02{
	list-style-type : none;
	font-size : x-small;
	text-align : center;
	font-weight : bold;
	background-color : silver;
}
.menu03{
	list-style-type : none;
	font-size : x-small;
}
.menu04{
	list-style-type : none;
	font-size : xx-small;
	text-align : center;
}
#nokori{
	font-size : small;
	background-color : #d9d9d9;
	text-align : right;
	width : 500px;
	font-weight : bold;
}
