@charset "utf-8";




/*accordion*/
.item_cat {cursor:pointer;}

.item_cat:hover {
	color: #F90;
	}


/*page-top*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index: 100;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 60px;
	text-align: center;
	display: block;
	border-radius: 5px;
	background-image: url(../img/top_bt.jpg);
	height: 60px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	text-indent: -9999px;
	background-repeat: no-repeat;
}
#page-top a:hover {
	background-image: url(../img/top_bt.jpg);
	background-repeat: no-repeat;
	background-position: 0px -60px;
	background-color: #000;
	height: 60px;
	width: 60px;
}


/**hide**/
h1,h2,h3,h4,h5 {
	margin: 0px;
	padding: 0px;
	font-size: 10px;

}
i {
	visibility: hidden;
}





/**html**/
html{
	height:100%;
	width: 100%;
}

body{
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 12px;
	font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	line-height: 1.4;

	
}

*html body {
	font-family: verdana,"lr oSVbN","MS PGothic",Sans-Serif;

}


* html div#container{
    height:100%;
}

div#container{
	position:relative;
	min-height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
body > #container {
        height: auto;
}

div#main{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 385px;
}



/**clear**/
.clear:after {
 content:".";
 display:block;
 visibility:hidden;
 clear:both;
 height:0;
}

.clear{
	min-height:1px;
	clear: both;
	float: none;

}

*html .clear{
 height:1%;

 /*\*//*/
 height:auto;
 overflow:hidden;
 /**/
}




/**foot**/
#foot{
	position: absolute;
	bottom: 0px;
	height: 65px;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 385px;
	background-color: #D4EBD8;
}
#foot_box {
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	width: 1000px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../img/foot_bk.jpg);
	background-position: right bottom;
}
#foot_menu ul {
	margin: 0px;
	padding: 0px;
}
#foot_menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#foot_menu h4  {
	display: inline;
	padding-left: 10px;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
}
#foot_menu a {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	font-style: normal;
}

#foot_menu a:hover {
	text-decoration: underline;
}
.foot_banner img {
	padding: 5px;
	border: 1px solid #FFF;
}

.foot_banner {
}


#address_box address {
	font-style: normal;
	font-weight: normal;
}
.foot_banner_box {
	margin-bottom: 10px;
}
#foot_box2_left_title {
	font-size: 15px;
	padding-left: 20px;
	color: #666;
}


.foot_banner {
	display: block;
	float: left;
	margin-right: 15px;
}

.foot_banner a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}





#foot_box2_left {
	display: block;
	float: left;
	width: 450px;
}

.foot_box2_left_box_a a {
	display: block;
	background-image: url(../img/footicon01.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	color: #666;
	text-decoration: none;
	line-height: 30px;
}
.foot_box2_left_box_a {
	display: block;
	float: left;
	width: 190px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-left: 20px;
	padding-bottom: 20px;
}
.foot_box2_left_box_b a {
	display: block;
	background-image: url(../img/footicon02.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	color: #666;
	text-decoration: none;
	line-height: 30px;
}


.foot_box2_left_box_b a:hover,
.foot_box2_left_box_a a:hover  {
	text-decoration: underline;

}
.foot_box2_left_box_b {
	display: block;
	float: left;
	width: 190px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-left: 20px;
	padding-bottom: 20px;

}
#foot_box2_right {
	display: block;
	float: left;
	width: 450px;
}








.head {
	display: block;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 298px;
}
#head_logo {
	display: block;
	position: absolute;
	left: 18px;
	top: 45px;
}
#head_sub_box01 {
	position: absolute;
	left: 204px;
	top: 75px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	display: block;
	width: 328px;
	background-image: url(../img/head_sub_txt01.jpg);
	background-repeat: no-repeat;
	height: 28px;
}
#head_sub_box01 h3 {
	text-indent: -9999px;

}

#head_sub_box02 {
	position: absolute;
	left: 206px;
	top: 111px;
	color: #FFF;
	font-size: 13px;
}
#head_sub_box03 {
	position: absolute;
	right: 0px;
	width: 203px;
	line-height: 0px;
}
#head_sub_box03 img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#head_sub_box03 a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}



#head_sub_box03 a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}




.head_bk {
	background-image: url(../img/head_bk.jpg);
	background-repeat: repeat-x;
}
#head_main_menu {
	width: 950px;
	position: absolute;
	left: 0px;
	top: 196px;
	padding-left: 50px;
}
#head_main_menu ul {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#head_main_menu ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#head_main_menu ul li h2 {
	display: block;
	margin: 0px;
	padding: 0px;
}
#head_main_menu ul li a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}

h2#m08 a　img {
	display: block;
	padding-top: 20px;
	height: 102px;
	width: 90px;
	
}


#m09 {
	display: block;
	clear: right;
	float: none;
}
.color_obi {
	background-image: url(../img/color_obi.jpg);
	background-repeat: repeat-x;
	height: 11px;
	width: 100%;
}
.color_obi2 {
	background-color: #F7C8CE;
	display: block;
	width: 100%;
	height: 48px;
}
