/* ++++++ ヘッダー部分のデザイン ++++++ */
#header {
	width: 900px;
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
	float: left;
	padding-left: 0px;
}
#header a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#header a:hover {
	color: #990000;
	text-decoration: underline;
}
#header a:active {
	color: #990000;
	text-decoration: none;
}

#header #h-name {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	height: 152px;
	width: 108px;
}

#header #head-navi {
	padding: 0;
	list-style-type: none;
	margin-top: 58px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 618px;
	float: left;
}

#header #head-navi ul {
     margin: 0;
     padding: 0;
}
#header #head-navi ul li {
     float: left;
     list-style-type: none;
}
#header #head-navi ul li a {
	text-indent: -9999px; 
	text-decoration: none;
}

#header #head-navi ul li a#top {
	display: block;
     width: 86px;
     height: 30px;
	background-image: url(../images/head_navi/home-1.jpg);
}
#header #head-navi ul li a#top:hover,
#header #head-navi ul li a#top:active {
	background-image: url(../images/head_navi/home-2.jpg);
}

#header #head-navi ul li a#kura1 {
	display: block;
	width: 86px;
	height: 30px;
	background-image: url(../images/head_navi/kurasyokai-1.jpg);
}
#header #head-navi ul li a#kura1:hover,
#header #head-navi ul li a#kura1:active {
	background-image: url(../images/head_navi/kurasyokai-2.jpg);
}

#header #head-navi ul li a#kome {
     display: block;
     width: 86px;
     height: 30px;
	background-image: url(../images/head_navi/kometomizu-1.jpg);
}
#header #head-navi ul li a#kome:hover,
#header #head-navi ul li a#kome:active { 
	background-image: url(../images/head_navi/kometomizu-2.jpg);
}

#header #head-navi ul li a#kura2 {
     display: block;
     width: 108px;
     height: 30px;
	background-image: url(../images/head_navi/tojitokurabito-2.jpg);
}
#header #head-navi ul li a#kura2:hover,
#header #head-navi ul li a#kura2:active {
	background-image: url(../images/head_navi/tojitokurabito-2.jpg);
}

#header #head-navi ul li a#shohin {
     display: block;
     width: 88px;
     height: 30px;
	background-image: url(../images/head_navi/syohinsyokai-1.jpg);
}
#header #head-navi ul li a#shohin:hover,
#header #head-navi ul li a#shohin:active {
	background-image: url(../images/head_navi/syohinsyokai-2.jpg);
}

#header #sub-navi {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	overflow: hidden;
	width: 140px;
	list-style-type: none;
	float: left;
	margin-top: 30px;
	margin-left: 25px;
}
#header #sub-navi ul {
	list-style-type: none;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#header #sub-navi ul li {
	float: left;
	width: 120px;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
}
#header #sub-navi ul li a#hanbai {
	width: 120px;
	background-image: url(../images/head_navi/arro-off.jpg);

}
#header #sub-navi ul li a#hanbai:hover {
	background-image: url(../images/head_navi/arro-on.jpg);
	background-repeat: no-repeat;
}
#header #sub-navi ul li a#shitumon {
	width: 120px;
	background-image: url(../images/head_navi/arro-off.jpg);

}
#header #sub-navi ul li a#shitumon:hover {
	background-image: url(../images/head_navi/arro-on.jpg);
	background-repeat: no-repeat;
}
#header #sub-navi ul li a#toiawase {
	width: 120px;
	background-image: url(../images/head_navi/arro-off.jpg);

}
#header #sub-navi ul li a#toiawase:hover {
	background-image: url(../images/head_navi/arro-on.jpg);
	background-repeat: no-repeat;
}

/* ++++++ コンテンツ部分のデザイン ++++++ */
#container #contents #sub-p {
	width: 900px;
	clear: both;
}
#container #contents #m-txt {
	background-color: #FFFFFF;
	width: 900px;
	font-size: 12px;
	line-height: 150%;
	color: #000000;
}
#container #contents #m-txt a {
	font-size: 12px;
	line-height: 150%;
	color: #000000;
}

