@charset "euc-jp";
/* 基本
---------------------------------------------*/
body {
	font-size: 75%;
	font-family:sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.4;
	/*\*/
	letter-spacing: 0.05em;
	/**/
	color: #333333;
	background-color:#FFFFFF;
	/*background: #ffffff url(/img/wall/rain-fs24.gif);*/
	text-align:center;
}

.attention {color:#FF0000;font-weight:bold}

hr {
	border: 0; 
    height: 1px;
	width:98%;
    color: #eeeeee;
	margin-top:5px;
	margin-bottom:5px;
}

/* パンクズナビ */
.pnavi	{
	text-align:right;
	padding-bottom:10px;
}

h1 {
	padding-top:10px;
	font-size:25px;
	color:#D45077;
	line-height: 1.0;
}

/* ヘッダー
---------------------------------------------*/
#header {
	width:780px;
	padding:0;
	background: #362115 url(/img/fukubon/headerbg.gif) left top repeat-x;
	border-bottom:3px double #664402;
}
#header h1 {
	margin: 0;
	padding: 0;
	float:left;
}

#header ul {
	margin: 0;
	padding: 0;
}

/* H1右のリンク */
#navi2	{
	text-align:	right;
	padding-top:30px;
}
#navi2 li	{
	list-style:none;
	float:	left;
	width:	110px;
}
#navi2 a	{
	display:	block;
	width:	100%;
}
#navi2 a:hover	{
	text-decoration:	none;
}
/* ヘッダー内のナビゲーション */
#navi1	{
	clear:both;
	text-align:	center;
}
#navi1 ul	{
	margin:0 0 0 50px;
	height:	28px;
	overflow:	hidden;
}
#navi1 li	{
	list-style:none;
	float:	left;
	width:	110px;
}
#navi1 a	{
	display:	block;
	width:	100%;
	padding:	4px 0;
	color:	#A17A40;
}
#navi1 a:hover	{
	padding:	5px 0 3px 0;
	text-decoration:none;
}

/* サイドナビ
---------------------------------------------*/
div#navi_categroy	{
	width: 170px;
	text-align:left;
	margin-bottom: 10;
}

div#navi_categroy li h5 {
	cursor:pointer;
	padding: 5px 0 5px 43px;
	margin: 0;
	color:#D45077;
	background: url(/img/fukubon/secondaryh5.gif) left center no-repeat;
}

div#navi_categroy ul {
	margin: 0;
	padding: 0;
	background: url(/img/fukubon/secondarylibg.gif) left top repeat-y;
}

div#navi_categroy li {
	list-style:none;
}



div#navi_categroy li a {
	padding: 5px 0 5px 39px;
	background: url(/img/fukubon/mark_off.gif) left center no-repeat;
	display: block;
	width:130px;
	color: #471E1E;
	font-size: 75%;
}

div#navi_categroy li a:hover {
	padding: 5px 0 5px 39px;
	background: url(/img/fukubon/mark_on.gif) left center no-repeat;
	display: block;
	width:130px;
	color: #D45077;
	font-size: 75%;
}

/* フッター
---------------------------------------------*/
#footer {
	width:780px;
	padding:0;
	background: #362115;
	border-top:3px double #664402;
}
#footer ul	{
	float:left;
}
#footer li	{
	list-style:none;
	float:left;
	width:150px;
}
