<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";
/*POSTER用*/


/*カテゴリheader*/
ul#headertitle{
	padding:0px;
	margin:0px;
	margin-left:20px;
}

ul#headertitle li{
	height:50px;
	padding:0px;
	padding-top:19px;
	margin:0px;
	list-style-type: none;
	text-indent:-2000px;
	display:block;
	border:none;
	background-position:0px 0px;
	float:left;
}

ul#headertitle li#category1 {/*カテゴリタイトル大*/
	width:158px;
	background:url(../images/title.gif) no-repeat;
}
ul#headertitle li#category2-1 {/*カテゴリタイトル小01*/
	width:600px;/*上部ナビリスト全体の長さを入力*/
	background: url(../images/subcategory1.gif) no-repeat;
}
ul#headertitle li#category2-2 {/*カテゴリタイトル小02*/
	width:600px;/*上部ナビリスト全体の長さを入力*/
	background:url(../images/subcategory2.gif) no-repeat;
}
ul#headertitle li#category2-3 {/*カテゴリタイトル小03*/
	width:600px;/*上部ナビリスト全体の長さを入力*/
	background:url(../images/subcategory3.gif) no-repeat;
}
ul#headertitle li#category2-4 {/*カテゴリタイトル小04*/
	width:600px;/*上部ナビリスト全体の長さを入力*/
	background:url(../images/subcategory4.gif) no-repeat;
}
ul#headertitle li#category2-5 {/*カテゴリタイトル小05*/
	width:600px;/*上部ナビリスト全体の長さを入力*/
	background:url(../images/subcategory5.gif) no-repeat;
}

/*上部ナビボタンリスト*/
ul#headernavi{
	padding:0px;
	margin:0px;
}

ul#headernavi li{
	height:16px;
	padding:0px;
	margin:0px;
	list-style-type: none;
	text-indent:-2000px;
	border:none;
	background-position:0px 0px;
	float:left;
}

ul#headernavi li#navilist1{/*現在地01*/
	display:block;
	width:52px;/*ボタンサイズを入力*/
	background:url(../images/navilist1.gif) no-repeat;
}
ul#headernavi li#navilist1 a{/*リンク時01*/
	display:block;
	width:52px;/*ボタンサイズを入力*/
	background:url(../images/navilist1_btn.gif) no-repeat;
}
ul#headernavi li#navilist1 a:hover{/*マウスオーバー時01*/
	display:block;
	width:52px;/*ボタンサイズを入力*/
	background:url(../images/navilist1_btn-over.gif) no-repeat;
}

ul#headernavi li#navilist2 {/*現在地02*/
	display:block;
	width:81px;/*ボタンサイズを入力*/
	background:url(../images/navilist2.gif) no-repeat;
}
ul#headernavi li#navilist2 a{/*リンク時02*/
	display:block;
	width:81px;/*ボタンサイズを入力*/
	background:url(../images/navilist2_btn.gif) no-repeat;
}
ul#headernavi li#navilist2 a:hover {/*マウスオーバー時02*/
	display:block;
	width:81px;/*ボタンサイズを入力*/
	background:url(../images/navilist2_btn-over.gif) no-repeat;
}

/*20100830追加↓*/
ul#headernavi li#navilist3 {/*現在地03*/
	display:block;
	width:140px;/*ボタンサイズを入力*/
	background:url(../images/navilist3.gif) no-repeat;
}
ul#headernavi li#navilist3 a{/*リンク時03*/
	display:block;
	width:140px;/*ボタンサイズを入力*/
	background:url(../images/navilist3_btn.gif) no-repeat;
}
ul#headernavi li#navilist3 a:hover{/*マウスオーバー時03*/
	display:block;
	width:140px;/*ボタンサイズを入力*/
	background:url(../images/navilist3_btn-over.gif) no-repeat;
}

ul#headernavi li#navilist4 {/*現在地04*/
	display:block;
	width:140px;/*ボタンサイズを入力*/
	background:url(../images/navilist4.gif) no-repeat;
}
ul#headernavi li#navilist4 a{/*リンク時04*/
	display:block;
	width:140px;/*ボタンサイズを入力*/
	background:url(../images/navilist4_btn.gif) no-repeat;
}
ul#headernavi li#navilist4 a:hover{/*マウスオーバー時04*/
	display:block;
	width:140px;/*ボタンサイズを入力*/
	background:url(../images/navilist4_btn-over.gif) no-repeat;
}

ul#headernavi li#navilist5 {/*現在地05*/
	display:block;
	width:140px;/*ボタンサイズを入力*/
	background:url(../images/navilist5.gif) no-repeat;
}
ul#headernavi li#navilist5 a{/*リンク時05*/
	display:block;
	width:140px;/*ボタンサイズを入力*/
	background:url(../images/navilist5_btn.gif) no-repeat;
}
ul#headernavi li#navilist5 a:hover{/*マウスオーバー時05*/
	display:block;
	width:140px;/*ボタンサイズを入力*/
	background:url(../images/navilist5_btn-over.gif) no-repeat;
}
/*20100830追加↑*/


</pre></body></html>