@charset "shift_jis";

/* ページ全体
----------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	color: #333333;
	background: #ffffff;
}


/* ヘッダ
----------------------------------------------- */
#header{
	width:590px;
	height:65px;
	background:url(../../img/head_bg.gif) no-repeat;
	margin-top:30px;
}

#header_lo{
	width:330px;
	height:65px;
	float:right;
	background:url(../../img/m_02.gif) no-repeat;
	text-align:right
}


/* ニュース部分
----------------------------------------------- */
#news{
	width:590px;
	height:110px;
	background:url(../../img/news_bg.gif) no-repeat;
	text-align:right;
	padding-bottom: 15px;
}
html>/**/body #news{
	height:110px;
}

/* ボタン部分
----------------------------------------------- */
#button{
	width:590px;
}

#button ul{
	margin:0 0 0 0;
	padding:0;
	list-style:none;
}

#button li,#button a{
	display:block;
	height:30px
}

#button li{
	text-indent:-9999px;
}

#button a{
	text-decoration:none;
	background:url(../../img/button0612.gif) no-repeat;
}
#item01 a{ background-position: 0 0 }
#item02 a{ background-position: 0 -30px }
#item03 a{ background-position: 0 -60px }
#item04 a{ background-position: 0 -90px }
#item05 a{ background-position: 0 -120px }
#item06 a{ background-position: 0 -150px }
#item07 a{ background-position: 0 -180px }
#item08 a{ background-position: 0 -210px }
#item01 a:hover{ background-position: -590px 0 }
#item02 a:hover{ background-position: -590px -30px }
#item03 a:hover{ background-position: -590px -60px }
#item04 a:hover{ background-position: -590px -90px }
#item05 a:hover{ background-position: -590px -120px }
#item06 a:hover{ background-position: -590px -150px }
#item07 a:hover{ background-position: -590px -180px }
#item08 a:hover{ background-position: -590px -210px }


/* フッタ部分
----------------------------------------------- */
#foot{
	width:590px;
	height:81px;
	margin-top:9px;
	padding-top:51px;
	text-align:center;
	font-size:10px;
	background:url(../../img/issue.gif) center top no-repeat;
}

