@charset "UTF-8";

/* structure and block-level elements */
html,body,div,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,adress,ul,ol,dl,dt,dd,
table,th,td,form,fieldset,input {
	margin:0;
	padding:0;
}
img {
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body {
	font-size: 75%;
	line-height: 1.6em;
	letter-spacing: 0.01em;
	background-image: url(../images/common/bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #B2B2B2;
}
.bodyTight {
	line-height: 1.25em;
}
.textSmall {
	font-size: 0.83em;
}
.attention {
	color: #961F00;
}

a:link {
	text-decoration: none;
	color: #961F00;
}
a:visited {
	text-decoration: none;
	color: #961F00;
}
a:hover {
	color: #AB5944;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.clear {
	clear: both;
	width: 100%;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#header {
	height: 90px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	padding: 0px;
	_margin-bottom: 20px;
}
#headerTitle {
	padding: 0px;
	float: left;
	height: 90px;
	width: 160px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}
#headerNavi {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 90px;
	width: 700px;
}

/*関連サイトのナビゲーション*/

#headerNaviSite {
	padding: 0px;
	width: 153px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 547px;
	list-style-type: none;
	height: 30px;
}
#headerNaviSite li {
	margin: 0px;
	width: 151px;
	padding: 0px;
	float: left;
}
#headerNaviSite li a{
	margin: 0px;
	height: 0px;
	width: 100%;
	display: block;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
	background-image: url(../images/common/btn_site.png);
}
#navS01 {
	width: 151px;
	float: left;
}
#navS02 {
	width: 151px;
	float: left;
	display: none;
}
#navS03 {
	width: 151px;
	float: left;
	display: none;
}


#navS01 a {
	background-position: 0px 0px;
}
#navS02 a {
	background-position: -151px 0px;
}
#navS03 a {
	background-position: -302px 0px;
}


/* ロールオーバー */	

#navS01 a:hover {
	background-position: 0px -40px;
}
#navS02 a:hover {
	background-position: -151px -40px;
}
#navS03 a:hover {
	background-position: -302px -40px;
}


/*メインメニューのナビゲーション*/

#headerNaviMenu {
	padding: 0px;
	width: 700px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
	height: 35px;
}

#headerNaviMenu li a {
	margin: 0px;
	height: 0px;
	width: 100%;
	display: block;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
	background-image: url(../images/common/navi.png);
}

#nav01 {
	width: 113px;
	float: left;
}
#nav02 {
	width: 82px;
	float: left;
}
#nav03 {
	width: 157px;
	float: left;
}
#nav04 {
	width: 106px;
	float: left;
}
#nav05 {
	width: 62px;
	float: left;
}
#nav06 {
	width: 83px;
	float: left;
}
#nav07 {
	width: 97px;
	float: left;
}


#nav01 a {
	background-position: 0px 0px;
}
#nav02 a {
	background-position: -113px 0px;
}
#nav03 a {
	background-position: -195px 0px;
}
#nav04 a {
	background-position: -352px 0px;
}
#nav05 a {
	background-position: -458px 0px;
}
#nav06 a {
	background-position: -520px 0px;
}
#nav07 a {
	background-position: -603px 0px;
}

/* ロールオーバー */	

#nav01 a:hover {
	background-position: 0px -35px;
}
#nav02 a:hover {
	background-position: -113px -35px;
}
#nav03 a:hover {
	background-position: -195px -35px;
}
#nav04 a:hover {
	background-position: -352px -35px;
}
#nav05 a:hover {
	background-position: -458px -35px;
}
#nav06 a:hover {
	background-position: -520px -35px;
}
#nav07 a:hover {
	background-position: -603px -35px;
}


#contents {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#gotop {
	text-align: right;
	padding: 0px;
	height: 16px;
	width: 100%;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	_margin-top: 0px;
}


#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #595959;
	padding: 0px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	width: 100%;
	_margin-top: 65px;
}

