@charset "utf-8";
/*font IE*/
body {
  font-size : 87%;
  color: #000;
  font-family: "メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  min-width: 1000px;
  background : url(../image/top/background.jpg) repeat left top;
	line-height: 1.6;
}
*html body{
	line-height: 140%;
	font-size: 11px;
}
*:first-child+html body{
	line-height: 140%;
}
a {
  text-decoration: none;
  color: #03cdb7;
}

a:hover {
  text-decoration: underline;
}
p{
	line-height: 1.5;
}
#container{
	width: 982px;
	margin: 0px auto 20px auto;
	overflow: hidden;
}
h1{
	color: #F39800;
	margin: 5px 0px;
	display: inline;
	
}
h1 a{
	color: #059182;
}
h2{
	color: #059182;
	display: inline;

}

#menu, #box_area div, #service, #question, #right_side div{
	background: #fff;
	-webkit-border-radius: 5px;
    border-radius: 5px;	
	-webkit-box-shadow:  1px 1px 1px 0px #c5c2bb;
	box-shadow:  1px 1px 1px 0px #c5c2bb;
}

#left_side{
	float: left;
	width: 226px;
	
}
#menu{
	margin-bottom: 20px;
	overflow: hidden;

}
div#container div#left_side div#menu #logo{
	margin: 20px 30px;
	
}
#menu ul li a{
	padding: 7px 0px 7px 60px;
	background : url(../image/top/menu_off.jpg) no-repeat 37px 12px;
	display: block;
	color: #f39800;
	min-height : 9px;
	height: auto !important;
	height: 9px\9;

}
* html #menu ul li a{
	height: 9px;
}
*:first-child+html #menu ul li a{
	height:7px;
}

#menu ul li a:hover{
	background : #33c9b9 url(../image/top/menu_on.jpg) no-repeat 37px 12px;
	text-decoration: none;
	color: #fff;	

}
#menu ul#sub_menu{
	background: #f39800;
	overflow: hidden;
	margin-top: 20px;
}
#menu ul#sub_menu li{
	float: left;
}

#menu ul#sub_menu li a{
	width: 84px;
	background-image: none;
	color: #fff;
	padding: 10px 0px 10px 24px;
}
* html #menu ul#sub_menu{
	width: 226px;
}

* html #menu ul#sub_menu li a{
	background: #f39800;
	width: 84px;
}
*:first-child+html #menu ul#sub_menu li a{
	width: 84px;

}

#menu ul#sub_menu li a:hover{
	background: #f39800 url(../image/top/arrow_on.jpg) no-repeat 8px 15px;
}
ul#sub_navi{
	margin-bottom: 20px;
}

ul#sub_navi li a{
	border: #39b9ac solid 2px;
	-webkit-border-radius: 5px;
    border-radius: 5px;	
	-webkit-box-shadow:  1px 1px 1px 0px #c5c2bb;
	box-shadow:  1px 1px 1px 0px #c5c2bb;
	margin-bottom: 5px;
	color: #f39800;
	padding: 14px 0px 14px 60px;
	display: block;
	font-size: 16px;

}

ul#sub_navi li#fst a{
	background: #c5eeea url(../image/top/side_mark01.png) no-repeat 0px 5px;
}
ul#sub_navi li#scd a{
	background: #c5eeea url(../image/top/side_mark02.png) no-repeat 2px 3px;
}
ul#sub_navi li#thd a{
	background: #c5eeea url(../image/top/side_mark03.png) no-repeat 0px 4px;
}
ul#sub_navi li#fth a{
	background: #c5eeea url(../image/top/side_mark04.png) no-repeat 2px 4px;
}
ul#sub_navi li a:hover{
	background-color: #e3fffc;
	text-decoration: none;
}
ul#sub_navi li#fst a:hover{
	background: #e3fffc url(../image/top/side_mark01.png) no-repeat 0px 5px;
}
ul#sub_navi li#scd a:hover{
	background: #e3fffc url(../image/top/side_mark02.png) no-repeat 2px 3px;
}
ul#sub_navi li#thd a:hover{
	background: #e3fffc url(../image/top/side_mark03.png) no-repeat 0px 4px;
}
ul#sub_navi li#fth a:hover{
	background: #e3fffc url(../image/top/side_mark04.png) no-repeat 2px 4px;
}

#main_area{
	float: left;
	margin: 0px 0px 20px 20px;
	width: 735px;
}
* html #main_area{
	margin-right: 17px;
}

#main_image{
	position: relative;
	margin-bottom: 20px;
	
}
#main_image p{
	position: absolute;
	top: 328px;
	left: 20px;
}
#main_left{
	width: 480px;
	float: left;
}
#box_area{
	overflow: hidden;
}
#box_area div{
	width: 214px;
	float: left;
	padding: 10px;
	margin-bottom: 10px;
	height: 130px;
	
}
#box_area div#house, #box_area div#safe{
	margin-right: 10px;
}
#box_area div h3{
	background: #F39800;
	-webkit-border-radius: 5px;
    border-radius: 5px;	
	padding: 3px 0px;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
}

#box_area div ul{
	margin: 0px 0px 0px 88px;
}

#box_area div li{
	list-style: inside disc;
	font-size: 11px;
}
#box_area div a{
	margin: 0px 10px 0px 94px;
	font-weight: bold;

}
#box_area div#house{
	background: #fff url(../image/top/house.jpg) no-repeat 5px 63px;
}
#box_area div#car{
	background: #fff url(../image/top/car.jpg) no-repeat 5px 75px;
}
#box_area div#safe{
	background: #fff url(../image/top/safe.jpg) no-repeat 5px 63px;
}
#box_area div#others{
	background: #fff url(../image/top/keys.jpg) no-repeat 5px 71px;
}
#service{
	padding: 10px;
	margin-bottom: 10px;
}
#service h3, #question h3{
	border-bottom: #F39800 solid 2px;
	padding: 0px 0px 3px 10px;
	margin-bottom: 10px;
	font-size: 18px;
}
#service h4{
	background: url(../image/top/h4.jpg) no-repeat 0px 0px;
	padding: 5px 0px 3px 25px;
	border-bottom: #F39800 dotted 1px;
}
#service p{
	margin-bottom: 10px;
}
#question{
	padding: 10px;
}
#question dt{
	background: url(../image/top/q_mark.jpg) no-repeat 0px 0px;
	padding: 3px 0px 5px 60px;
	margin-bottom: 5px;
	color: #F60;
	font-weight: bold;
}
#question dd{
	background: url(../image/top/a_mark.jpg) no-repeat 0px 0px;
	padding: 3px 0px 5px 60px;
	margin-bottom: 20px;

}
#right_side{
	float: right;
	width: 234px;
	margin-right: 2px;
}
#right_side div{
	margin-bottom: 10px;
	overflow: hidden;
}
#right_side div a{
	padding: 10px 0px 5px 10px;
	border-bottom: #F39800 solid 1px;
	display: block;
}
#right_side div p{
	padding: 10px;
}
#right_side div#area{
	background: #fff url(../image/top/side_map.jpg) no-repeat 70px 310px;
}
#right_side div#area ul{
	width: 57px;
	float: left;
	margin-left: 14px;
}
#right_side div#area ul.left{
	margin-left: 22px;
}
#right_side div#area ul li a{
	border-bottom: none;
	padding: 0px;
}
* html #right_side div#area ul{
	margin-left: 15px;
}

* html #right_side div#area ul li a{
	height: 9px;
}

#footer{
	background: #F39800;
}
#footer img{
	margin: 0px auto 10px;
	display: block;
}
#footer #footer_link{
	width: 980px;
	margin: 0px auto 20px auto;
	text-align: center;
}

#footer ul li{
	display: inline;
}
#footer ul li a{
	color: #fff;
}

#footer p{
	text-align: center;
}
#footer p a{
	color: #fff;
}
