/*------メイン------*/
body
{
	margin-top:20px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	background-image:url(../images/bg.gif);
}

#mainview
{
	width:846px;
	height:auto;
	margin:20px auto;
	padding:0;
	background-color:#ffffff;
}

#logo
{
	width:84px;
	height:84px;
	margin:1px 5px 1px 1px;
	padding:0;
	float:left;
}

#heder
{
	width:754px;
	height:90px;
	margin:0;
	padding:0;
	background-image:url(../images/top_bglound.gif);
	float:left;
}

#content
{
	width:843px;
	height:auto;
	margin-top:5px;
	padding:0;
	background-color:#ffffff;
    	border:solid #dcdcdc 1px;
	font-size:12px;
	float:left;
	background-image:url(../images/h1.gif);
	background-repeat:repeat-y;
}

#footer
{
	width:843px;
	height:30px;
	margin-top:5px;
	padding-top:5px;
	background-color:#dcdcdc;
    	border:solid #dcdcdc 1px;
	text-align:center;
	color:#ffffff;
	font-size:12px;
	float:left;
}

/*------タイトル------*/
#how
{
	width:250px;
	height:50px;
	margin:0;
	padding:0;
	background: url(../images/member.gif);
	text-indent:-9999px;
	overflow:hidden;
}

/*-----フォント-----*/
#font
{
	font-size:12px;
	font-weight:bold;
}

#font1
{
	font-size:10px;
	color:#969696;
}

#font2
{
	font-size:10px;
}

/*------リンク------*/
a:link,a:visited
{
	color:#a9a9a9;
	text-decoration:none;
}

a:hover,a:active
{
	color:#ffccb3;
	text-decoration:none;
}

/*------ナビ------*/
ul#navi
{
	margin-top:49px;
	margin-left:91px;
	padding:0;
	list-style:none;
}

ul#navi li
{
	float:left;
	width:100px;
	height:35px;
}

ul#navi li a
{
	display:block;
	width:100px;
	height:35px;
	overflow:hidden;
}

li#menu1 a
{
	margin-right:10px;
	padding:0;
	background: url(../images/nabi_btn01.gif);
	left top no-repeat;
	text-indent: -9999px;
	background-position:-100px 0px;
}

li#menu2 a
{
	margin-right:10px;
	padding:0;
	background: url(../images/nabi_btn01.gif);
	left top no-repeat;
	text-indent: -9999px;
	background-position:-200px 0px;
}

li#menu3 a
{
	margin-right:10px;
	padding:0;
	background: url(../images/nabi_btn01.gif);
	left top no-repeat;
	text-indent: -9999px;
	background-position:-300px 0px;
}

li#menu4 a
{
	margin-right:10px;
	padding:0;
	background: url(../images/nabi_btn01.gif);
	left top no-repeat;
	text-indent: -9999px;
	background-position:0px -36px;
}

li#menu5 a
{
	margin-right:10px;
	padding:0;
	background: url(../images/nabi_btn01.gif);
	left top no-repeat;
	text-indent: -9999px;
	background-position:-400px 0px;
}

li#menu6 a
{
	margin-right:10px;
	padding:0;
	background: url(../images/nabi_btn01.gif);
	left top no-repeat;
	text-indent: -9999px;
	background-position:-500px 0px;
}

li#menu1 a:hover
{
	background-position:-100px -36px;
}

li#menu2 a:hover
{
	background-position:-200px -36px;
}

li#menu3 a:hover
{
	background-position:-300px -36px;
}

li#menu4 a:hover
{
	background-position:0px -36px;
}

li#menu5 a:hover
{
	background-position:-400px -36px;
}

li#menu6 a:hover
{
	background-position:-500px -36px;
}
