
@charset "utf-8";

/*===============================================
●style.css 画面の横幅が641px以上
===============================================*/


/* Basic-Design
---------------------------------------------------- */
body {
	font-size: 13px;
	line-height: 1.8em;
	color: #666;
    -webkit-text-size-adjust: 100% !important;	
}

a {
	color: #4B4B4B;
}

a:hover {
	color: #009944;
}

img {
	-ms-interpolation-mode: bicubic;/* ie7 画像荒れ対策*/
}


.new {
	margin-bottom:20px;
}


#container{
    width:100%;
}




/* class
------------------------------- */
.d_none_pc {
	display: none;
}

.mt00 {
	margin-top: 0!important;
}

.mt15 {
	margin-top: 15px;
}


/* header
---------------------------------------------------- */
#header_bg {
	width: 100%;
	height: 121px;
	background: url(img/header_bg.jpg) repeat-x;
}

#header {
	width: 960px;
	height: 109px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}


#header h1 {
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 9999;
}


/* g_nav
------------------------------- */
#g_nav {
	width: 100%;
	height: 81px;
	position: absolute;
	top: 40px;
}

#g_nav ul {
	position: absolute;
	top: 0;
	right: 11px;
}

#g_nav ul li, #g_nav ul li a {
	width: 140px;
	height: 77px;
	display: block;
	float: left;
	text-indent: -9999px;
}

#g_nav_hom a { background: url(img/nav_hom.jpg) left top no-repeat; }
#g_nav_gue a { background: url(img/nav_gue.jpg) left top no-repeat; }
#g_nav_res a { background: url(img/nav_res.jpg) left top no-repeat; }
#g_nav_loc a { background: url(img/nav_loc.jpg) left top no-repeat; }
#g_nav_acc a { background: url(img/nav_acc.jpg) left top no-repeat; }

#g_nav_hom a:hover { background: url(img/nav_hom.jpg) left bottom no-repeat; }
#g_nav_gue a:hover { background: url(img/nav_gue.jpg) left bottom no-repeat; }
#g_nav_res a:hover { background: url(img/nav_res.jpg) left bottom no-repeat; }
#g_nav_loc a:hover { background: url(img/nav_loc.jpg) left bottom no-repeat; }
#g_nav_acc a:hover { background: url(img/nav_acc.jpg) left bottom no-repeat; }

.hom #g_nav_hom a { background: url(img/nav_hom.jpg) left bottom no-repeat; }
.gue #g_nav_gue a { background: url(img/nav_gue.jpg) left bottom no-repeat; }
.res #g_nav_res a { background: url(img/nav_res.jpg) left bottom no-repeat; }
.loc #g_nav_loc a { background: url(img/nav_loc.jpg) left bottom no-repeat; }
.acc #g_nav_acc a { background: url(img/nav_acc.jpg) left bottom no-repeat; }

/* s_nav
------------------------------- */
#s_nav {
	width: 275px;
	position: absolute;
	top: 7px;
	right: 168px;
}

#s_nav ul {
}

#s_nav ul li {
	margin-right: 20px;
	padding-left: 20px;
	display: block;
	float: left;
	background: url(img/icon_a.gif) left center no-repeat;
}


/* font_size_change
------------------------------- */
#font_size_change {
	width: 145px;
	height: 23px;
	background: #EEEEEE;
	padding: 2px 0 0 5px;
	position: absolute;
	top: 7px;
	right: 11px;
	font-size: 0.9em;
}

#font_size_change p {
	float: left;
	margin: 0 12px 0 5px;
}

#font_size_change ul li {
	margin-top: 1px;
}

#font_size_change ul li, #font_size_change ul li a {
	display: block;
	width: 19px;
	height: 19px;
	margin-right: 3px;
	float: left;
	overflow: hidden;
	text-indent: -9999px;
}

#font_s a { background: url(img/fontsize_change.gif) 0 0 no-repeat; }
#font_m a { background: url(img/fontsize_change.gif) -19px 0 no-repeat; }
#font_l a { background: url(img/fontsize_change.gif) -38px 0 no-repeat; }

#font_s a:hover { background: url(img/fontsize_change.gif) 0 -19px no-repeat; }
#font_m a:hover { background: url(img/fontsize_change.gif) -19px -19px no-repeat; }
#font_l a:hover { background: url(img/fontsize_change.gif) -38px -19px no-repeat; }

#font_s a.textresizer-active { background: url(img/fontsize_change.gif) 0 -19px no-repeat; }
#font_m a.textresizer-active { background: url(img/fontsize_change.gif) -19px -19px no-repeat; }
#font_l a.textresizer-active { background: url(img/fontsize_change.gif) -38px -19px no-repeat; }



/* slide_image
---------------------------------------------------- */
#slide_image_bg {
	min-width: 960px;
	width: 100%;
	height: 477px;
	background: url(img/slide_image_bg.jpg) repeat;
	/*margin: 0 0 10px 0;*/
	margin: 0 0 0 0;
	overflow: hidden;
	position: relative;
}

#slide_image {
	width: 1200px;
	/*background: url(img/slide_bg.gif) left top repeat;*/
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#slide_image .slide_text {
	position: absolute;
	bottom: 20px;
	right: 120px;
	z-index: 9999;
}

.slide_image_bottom_line {
	width: 960px;
	height: 5px;
	background: url(img/slide_image_bottom.jpg) no-repeat;
	margin: 0 auto;
}

.bx-controls {
	display: none;
}


@media print{
#slide_image_bg {
	min-width: 960px;
	width: 960px;
	height: 477px;
	background: url(img/slide_image_bg.jpg) repeat;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: -9999;
}

#slide_image {
	position: static;
	width: 1200px;
	margin-left:-120px;
}
}


@media print and (-ms-high-contrast:none){
body {
	width:960px;
	zoom:100%;
}
}



/* page_main_image
---------------------------------------------------- */
#page_main_image_bg {
	width: 100%;
	height: 200px;
	background: url(img/slide_image_bg.jpg) repeat;
	margin: 0 0 10px 0;
}

#page_main_image {
	width: 960px;
	background: url(img/slide_bg.gif) left top repeat;
	margin: 0 auto;
	z-index: 1;
}

.page_main_image_bottom_line {
	width: 960px;
	height: 5px;
	background: url(img/slide_image_bottom.jpg) no-repeat;
	margin: 0 auto;
}


/* breadcrumbs
---------------------------------------------------- */
#breadcrumbs {
	width: 960px;
	margin: 0 auto 5px auto;
}

#breadcrumbs ul {
	padding-left: 10px;
}

#breadcrumbs ul li {
	float: left;
	margin-right: 15px;
}

#breadcrumbs ul li.arrow {
	background: url(img/icon_arrow02.gif) left center no-repeat;
	padding-left: 18px;
}



/* contents
---------------------------------------------------- */
#contents {
	width: 100%;
	height: 100%;
	background: #F8F7F0;
	padding-top: 30px;
	padding-bottom: 30px;
}

#contents_inner {
	width: 960px;
	height: 100%;
	margin: 0 auto;

}


/* main_area
---------------------------------------------------- */
#main_area {
	width: 670px;
	float: left;
}

#main_area h3 {
	margin: 0 0 10px 5px;
}

.main_contents_h3line {
	position: relative;
	height: 3px;
	background: url(img/line_bg.jpg) left bottom repeat-x;
}

.ie6 .main_contents_h3line {
	padding-top: 2px;
}

.main_contents_h3line .left_line {
	position: absolute;
	top: 0;
	left: 0;
	width: 9px;
	height: 3px;
	background: url(img/h3_line_left.gif) no-repeat;
}

.main_area_inner {
	padding: 15px 0 15px 10px;
}


/* side_area
---------------------------------------------------- */
#side_area {
	width: 260px;
	float: right;
}

#side_area h3 {
	margin: 0 0 10px 5px;
}

.side_contents_line {
	width: 100%;
	height: 2px;
	background: url(img/line_bg.jpg) repeat-x;
	font-size: 0;
}

.side_contents_line .left_line {
	width: 40px;
	height: 2px;
	background: #009944;
	border-right: solid 1px #F8F7F0;
}

.side_contents_box {
	padding: 8px 5px 5px 5px;
	margin-bottom: 30px;
}

.side_contents_box .side_btn {
	margin-top: 10px;
}

.side_contents_box .side_btn a:hover {
	margin-top: 10px;
	background-color:#FFFFFF;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
}

.side_etc{
	margin-bottom: 20px;
	padding: 9px;
	border-top: 2px solid #009944;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background: #FFF;
}

.side_etc ul{
	border-top: 1px dotted #DDD;
}
.side_etc ul li{
	border-bottom: 1px dotted #DDD;
	font-size: 14px;
	line-height: 1.4;

}
.side_etc ul li a{
	display: block;
	padding: 10px 10px 10px 25px;
	text-decoration: none;
	background: url(http://okawa.ihwgroup.co.jp/common/css/img/icon_arrow02.gif) 10px 15px no-repeat;	
}
.side_etc a,
.side_etc a:link,
.side_etc a:visited,
.side_etc a:active { color: #666;}
.side_etc a:hover {
	background:#F2F4EF url(http://okawa.ihwgroup.co.jp/common/css/img/icon_arrow02.gif) 10px 15px no-repeat;
	color: #009944;
}
.fac01 .side_etc .n_fac01 a,
.fac02 .side_etc .n_fac02 a,
.fac03 .side_etc .n_fac03 a{
	background: #F2F4EF;
	color: #5E7840;
}




/* footer
---------------------------------------------------- */
#footer_bg {
	width: 100%;
	height: 100%;
	margin-top: 40px;
	border-top: solid 1px #999999;
	background: #F6F6F6;
}

.footer_line {
	width: 100%;
	height: 100%;
	margin-top: 1px;
	border-top: solid 2px #B79F6B;
	background: #F6F6F6;
}
/*#footer_bg:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-top: solid 2px #B79F6B;
	background: #F6F6F6;
	position: absolute;
	top: 1px;
}*/

#footer {
	width: 960px;
	height: 140px;
	margin: 0 auto;
	position: relative;
	background: #F6F6F6;
}

#footer p.page_top {
	width: 69px;
	height: 17px;
	position: absolute;
	top: -26px;
	right: 30px;
	z-index: 2;
}

.ie6 #footer p.page_top, .ie7 #footer p.page_top {
	top: -20px;
}

#footer ul li{
	display:block;
	background: url(img/icon_b.gif) left center no-repeat;
	padding-left: 10px;
	margin: 15px 15px 0 0;
	float: left;
}

#footer address {
	font-style: normal;
	position: absolute;
	bottom: 10px;
	right: 20px;
}

#footer p.logo {
	position: absolute;
	bottom: 10px;
	left: 5px;
}

