@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
html{
	font-size: 0.78em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
body{
	color: #333333;
	background: url(images/header.png) top center no-repeat;
}

h1,h2,h3,h4,h5,h6,h7{
	font-size: 1.0em;
	font-weight: normal;
}
h1{
	color: #999999;
	font-size: 0.85em;
	text-align: right;
	height: 14px;
}
h2{
	font-size: 1.1em;
}
h2{
	font-size: 1em;
}

table{
	font-size: 1em;
}

img{
	border: none;
}

#wrap{
	width: 900px;
	margin: 0 auto;
}

#header{
	height: 80px;
	width: 900px;
}
#logo{
	height: 50px;
	width: 260px;
	float: left;
}
a.ask{
	background-image: url(images/go_ask0.png);
	background-position: right 0px;
	background-repeat: no-repeat;
	height: 41px;
	width: 203px;
	margin-top: 10px;
	float: right;
}
a.ask:hover{
	background-position: right -41px;
}


ul.head_menu{
	height: 24px;
	overflow: hidden;
}
ul.head_menu li{
	display: block;
	list-style: none;
	float: left;
	height: 24px;
}
ul.head_menu li a{
	display: block;
}
ul.head_menu a.navi01, ul.head_menu a.navi02, ul.head_menu a.navi03, ul.head_menu a.navi04
{
	background-image: url(images/menu_head.png);
}
ul.head_menu a.navi01
{
	background-position: 0px -25px;
}
ul.head_menu a.navi02
{
	background-position: -78px -25px;
}
ul.head_menu a.navi03
{
	background-position: -179px -25px;
}
ul.head_menu a.navi04
{
	background-position: -301px -25px;
}
ul.head_menu a.navi01:hover
{
	background-position: 0px 0px;
}
ul.head_menu a.navi02:hover
{
	background-position: -78px 0px;
}
ul.head_menu a.navi03:hover
{
	background-position: -179px 0px;
}
ul.head_menu a.navi04:hover
{
	background-position: -301px 0px;
}

#mycontents{
	clear: both;
	margin-top: 3px;
}

/* Contents Area */
#contents{
	width: 668px;
	float: left;
}
#contents #imgbox{
	margin-bottom: 5px;
	background: url(images/img.jpg) no-repeat center center;
	height: 365px;
	width: 668px;
}

#wellcome{
	font-size: 0.9em;
	margin-bottom: 3px;
	line-height: 1;
}

#news{
	height: auto;
	overflow: auto;
}
.news_date{
	color: #0099ff;
	font-size: 0.8em;
}
.news_title{
	font-weight: bolder;
}
.news_body{
	font-size: 0.9em;
	border-bottom: 1px #999999 dotted;
	margin-bottom: 3px;
}
.corp{
	background-image: url(images/corp.jpg);
	background-position: right 0px;
	background-repeat: no-repeat;
	width: 174px;
	height: 104px;
	float: right;
}
.corp:hover{
	background-position: right -104px;
}
/* END Contents Area */

/* Side Area */
#sidebar{
	width: 230px;
	float: left;
	margin-left: 2px;
}
#sidebar #sidemenu{
	background: url(images/back_menu.png) top center no-repeat;
	padding: 34px 9px 20px;
	margin-bottom: 3px;
	line-height: 1;
	overflow: hidden;
	height: 387px; /*IE６用ハック*/
}

.menu04-1 {background-image: url(images/menu04.jpg)}
.menu04-2 {background-image: url(images/menu04-2.jpg)}
.menu04-3 {background-image: url(images/menu04-3.jpg)}

.menu04-1, .menu04-2, .menu04-3 {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
}
.menu04-1:hover, .menu04-2:hover, .menu04-3:hover {
	background-position: 0px -120px;
}

.shop{
	background-image: url(images/shopping.jpg);
	background-position: right 0px;
	background-repeat: no-repeat;
	height: 104px;
	display: block;
}
.shop:hover{
	background-position: right -104px;
}
/* END Side Area */

/* Footer Area */
#footer{

}
ul.foot_menu{
	margin-top: 5px;
	height: 24px;
	overflow: hidden;
}
ul.foot_menu li{
	display: block;
	list-style: none;
	float: left;
	height: 24px;
}
ul.foot_menu li a{
	display: block;
}
ul.foot_menu a.fnavi01, ul.foot_menu a.fnavi02
{
	background-image: url(images/menu_foot.png);
}
ul.foot_menu a.fnavi01
{
	background-position: 0px 0px;
}
ul.foot_menu a.fnavi02
{
	background-position: -66px 0px;
}
ul.foot_menu a.fnavi01:hover
{
	background-position: 0px -25px;
}
ul.foot_menu a.fnavi02:hover
{
	background-position: -66px -25px;
}

#copyright{
	font-size: 0.9em;
	color: #999999;
	text-align: right;
}

/* END Footer Area */

.hr_clr{
	clear: both;
	visibility: hidden;
	margin: 0;
	
}
.br_clr{
	clear: both; 
	visibility: hidden; 
	line-height: 0;
}

.alignright{
	float: right;
}
li#menubar {
	height: 24px;
	float: right;
	width: 150px;
}
#wrap .head_menu #menubar a {
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	color: #FFFFFF;
	margin-right: 10px;
	margin-top: 3px;
}
#wrap .head_menu #menubar a:hover {
	text-decoration:none;
}
#wrap #mycontents #contents #wellcome br {
	line-height: 1;
}
#contents #imgbox ul {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0px;
	padding: 49px 0px 0px 280px;
	list-style: none;
}

#contents #imgbox ul li {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div#imgbox a {
	text-indent: -9999px;
	display: block;
	height: 29px;
	width: 63px;
}


#sidemenu #sidemenu01 a {
	background: url(images/menu_new01.jpg);
	text-indent: -9999px;
	display: block;
	height: 65px;
	width: 204px;
}
#sidemenu #sidemenu01 a:hover {
	background: url(images/menu_new01_on.jpg);
}
#sidemenu #sidemenu01 {
	background: url(images/menu_new01_on.jpg) no-repeat left top;
	margin-top: 0px;
	margin-left: 4px;
}



#sidemenu #sidemenu02 a {
	background: url(images/menu_new02.jpg);
	text-indent: -9999px;
	display: block;
	height: 65px;
	width: 204px;
}
#sidemenu #sidemenu02 a:hover {
	background: url(images/menu_new02_on.jpg);
}
#sidemenu #sidemenu02 {
	background: url(images/menu_new02_on.jpg) no-repeat left top;
	margin-top: 3px;
	margin-left: 4px;
}



#sidemenu #sidemenu03 a {
	background: url(images/menu04_r4_c1.jpg);
	text-indent: -9999px;
	display: block;
	height: 32px;
	width: 212px;
}
#sidemenu #sidemenu03 a:hover {
	background: url(images/menu04_r4_c1.jpg);
}
#sidemenu #sidemenu03 {
	background: url(images/menu04_r4_c1.jpg);
}




#sidemenu #sidemenu04 a {
	background: url(images/menu_new03.jpg);
	text-indent: -9999px;
	display: block;
	height: 65px;
	width: 204px;
}
#sidemenu #sidemenu04 a:hover {
	background: url(images/menu_new03_on.jpg);
}
#sidemenu #sidemenu04 {
	background: url(images/menu_new03_on.jpg) no-repeat left top;
	margin-top: 3px;
	margin-left: 4px;
}


#sidemenu #sidemenu05 a {
	background: url(images/menu_syuuri.jpg);
	text-indent: -9999px;
	display: block;
	height: 32px;
	width: 212px;
}
#sidemenu #sidemenu05 a:hover {
	background: url(images/menu_syuuri.jpg);
}
#sidemenu #sidemenu05 {
	background: url(images/menu_syuuri.jpg);
}




#sidemenu #sidemenu06 a {
	background: url(images/menu_new04.jpg);
	text-indent: -9999px;
	display: block;
	height: 65px;
	width: 204px;
}
#sidemenu #sidemenu06 a:hover {
	background: url(images/menu_new04_on.jpg);
}
#sidemenu #sidemenu06 {
	background: url(images/menu_new04_on.jpg) no-repeat left top;
	margin-top: 3px;
	margin-left: 4px;
}


#sidemenu #sidemenu07 a {
	background: url(images/menu04_r5_c1.jpg);
	text-indent: -9999px;
	display: block;
	height: 28px;
	width: 212px;
}
#sidemenu #sidemenu07 a:hover {
	background: url(images/menu04_r5_c1.jpg);
}
#sidemenu #sidemenu07 {
	background: url(images/menu04_r5_c1.jpg);
}


#sidemenu #sidemenu08 a {
	background: url(images/menu04_r6_c1.jpg);
	text-indent: -9999px;
	display: block;
	height: 28px;
	width: 212px;
}
#sidemenu #sidemenu08 a:hover {
	background: url(images/menu04_r6_c1.jpg);
}
#sidemenu #sidemenu08 {
	background: url(images/menu04_r6_c1.jpg);
}
#sidebar #sidemenu ul {
	margin: 0px;
	padding: 5px 0px 0px;
	list-style: none;
}
div#sidemenu02 a {
	background: url(images/button02.jpg);
	text-indent: -9999px;
	display: block;
	height: 104px;
	width: 229px;
}
div#sidemenu02 a:hover {
	background: url(images/button02-2.jpg);
}
div#sidemenu02 ul li {
	background: url(images/button02-2.jpg);
}
#sidemenu02 ul {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0px 0px 3px;
	padding: 0px;
	list-style: none;
}
#wrap .head_menu #online {
	background: url(images/onlinebt_on.png) no-repeat;
}
#wrap .head_menu #online .navi04 {
	background: url(images/onlinebt.png) no-repeat center center;
	text-indent: -9999px;
	display: block;
	height: 24px;
	width: 120px;
}

#wrap .head_menu #online .navi04:hover {
	background: url(images/onlinebt_on.png) no-repeat center center;
}
#wrap #gnabi {
	background: url(images/menu02_r1_c7.png) no-repeat right center;
}
