@charset "utf-8";

/*スライダー設定
---------------------------------------------------------------------------*/

#slide {
	margin-bottom: 25px;
	height: 200px;
	overflow: hidden;
}

/*メインメニュー
---------------------------------------------------------------------------*/

#menu_title {
	background-color: #F7F7F7;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	text-align: center;
	padding: 8px 0px 8px 0px;
	font-size: 16px;
	margin-bottom: 30px;
}
#menu_title h1 {
	font-size: 14px;
	display: inline;
	font-weight: normal;
}
#main_menu .inner {
	border: 4px solid #E7E7E7;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: relative;            /* PIE動作用 */
	behavior: url(/js/PIE.htc);	   /* CSS3 PIE */
	padding: 15px 0px 0px 0px;
}
#main_menu .service_number {
	text-align: center;
	position: absolute;
	top: -22px;
	width: 100%;
}
#main_menu .service_title {
	text-align: center;
	width: 90%;
	margin: 0px auto 10px auto;
	background-image: url(/image/common/contents/dot.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	height: 85px;
}
#main_menu .inner p {
	width: 85%;
	margin: 0px auto 15px auto;
	font-size: 13px;
	line-height: 1.6em;
}
#main_menu .detail {
	background-color: #EDEDED;
	padding: 10px 0px 10px 0px;
	width: 90%;
	margin: 0px auto 15px auto;
}
#main_menu .btn {
	width: 90%;
	margin: 0px auto 0px auto;
	text-align: center;
	background: -webkit-gradient( linear, left top, left bottom, from(#278CC9), to(#1D6692));
	background: -moz-linear-gradient( top, #278CC9, #1D6692);
	background: linear-gradient(to bottom, #278CC9, #1D6692);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#278CC9', endColorstr='#1D6692', GradientType=0)";
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: relative;            /* PIE動作用 */
	behavior: url(/js/PIE.htc);	   /* CSS3 PIE */
	border: 2px solid #D2D2D2;
	background-color: #278CC9;
}
#main_menu .btn a {
	line-height: 1em;
	padding: 8px 0px 10px 0px;
	display:block;
}
#main_menu .btn:hover {
	background: -webkit-gradient( linear, left top, left bottom, from(#1E6B99), to(#144867));
	background: -moz-linear-gradient( top, #1E6B99, #144867);
	background: linear-gradient(to bottom, #1E6B99, #144867);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1E6B99', endColorstr='#144867', GradientType=0)";
	background-color: #278CC9;
}
#main_menu .btn a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

/*その他メニュー
---------------------------------------------------------------------------*/

#sub_menu .column_2 {
	overflow: hidden;
}
#sub_menu .column_2 .box {
	margin-bottom: 30px;
}
#sub_menu .inner {
	border: 1px solid #CCCCCC;
}

/*新着情報
---------------------------------------------------------------------------*/

#news {
	clear: both;
}
#news .title {
	border-bottom: 1px solid #DDDDDD;
	padding: 0px 0px 10px 5px;
	margin-bottom: 5px;
}
#news dl {
	width: 100%;
	margin-bottom: 30px;
}
#news dt,#news dd {
	background-image: url(/image/common/contents/dot.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	font-size: 13px;
}
#news dt {
	float: left;
	width: 80px;
	padding: 12px 0px 10px 10px;
	clear: both;
	color: #339900;
	font-family: Arial, Helvetica, sans-serif;
}
#news dd {
	margin-left: 80px;
	padding: 12px 5px 10px 10px;
}

/*お見積
---------------------------------------------------------------------------*/

#contact_outline {
	overflow: hidden;
}
#contact,#faq {
	border: 1px solid #CCCCCC;
}
#contact {
	float: left;
}
#faq {
	float: right;
}