@charset "UTF-8";

/* -------------------------------------------
header
------------------------------------------- */

header{
	height:180px;
}
/* nav
------------------------------------------- */
header nav{
	height:180px;
		background:url(../images/navi_bg.gif) no-repeat 0 30px ;
}
	header nav ul li.navi01,header nav ul li.navi02,header nav ul li.navi04,header nav ul li.navi05{ margin-right:30px; }
	header nav ul li.navi03{ margin-right:282px; }
	header nav ul li.navi06{ margin-right:0; }
.viewer {
	width: 100%;
	height: 590px;
	overflow: hidden;
	position:absolute;
	top:0;
	left:0;
	overflow: hidden;
}

.viewer ul {
	width: 1600px;
	height: 590px;
	text-align: left;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-800px;
}

.viewer ul li {
	top: 0;
	left: 0;
	width: 1600px;
	height: 590px;
	display: none;
	position: absolute;
}
/* -------------------------------------------

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
contents
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

------------------------------------------- */
.cover{
	background:url(../images/lower_main_bg.png) no-repeat center 30px;
	margin:60px 0;
}
	.content{
		width:970px;
		margin-left:auto;
		margin-right:auto;
		position:relative;
		padding:40px;
		background: rgba(255, 255, 255, 0.6);
	}


/* article ( left )
------------------------------------------- */

article section{
	width:680px;
	padding:30px 20px 40px;
	background:url(../../contents/images/box_bottom.gif) no-repeat bottom 20px center;
	margin-bottom:40px;
}

article section h1{
	margin-bottom:40px;
}
article section h2{
	font-weight:normal;
	font-size:24px;
}
	article section h2 span{
		font-size:16px;
		}
article section h3{
	font-size:16px;
	font-weight:normal;
}
article section h4{
	font-weight:normal;
	font-size:18px;
}
	article section h4 span{
		font-size:14px;
		}
article section p{
	line-height:1.8em;
	text-align:justify;
}
section ul li{
	line-height:1.8em;
}
.column2{
	width:680px;
	margin:0 -40px 0 20px;
}
.column2 li{
	float:left;
	width:300px;
	margin-bottom:40px;
	margin-right:40px;
}
.column2 li p{
}

.faq_ul{ margin:0 auto 40px; width:640px; }
.faq_ul li{
	background:url(../../contents/images/arrow01.gif) no-repeat left 49%;
	padding-left:22px;
	font-size:12px;
	margin-bottom:8px;
}

.faq_dl{
	margin:0 auto 40px;
	width:640px;
	padding-top:60px;
	background:url(../../contents/images/box_top.gif) no-repeat top center; }
	.faq_dl dt{
		background:url(../../contents/images/q.gif) no-repeat left top;
		height:25px;
		margin-bottom:20px;
		padding:15px 0 10px 60px;
		width:580px;
		border-bottom:#CCC solid 1px;
	}
	.faq_dl dd{
		background:url(../../contents/images/a.gif) no-repeat left top;
		margin-bottom:20px;
		padding:0 0 0 60px;
		min-height:35px;
	}
.careBox{
	background:url(../../contents/images/careLine_top.gif) no-repeat center top;
	padding-top:56px;
}
.careLine{
		background:url(../../contents/images/careLine_bottom.gif) no-repeat center top;
		height:26px;
		margin-bottom:40px;
		border:none;
}
.tour_ul li{
	background:url(../../contents/images/arrow01.gif) no-repeat left 49%;
	padding-left:22px;
	margin-left:10px;
}
.bgGray{ background:#fff1ff; padding:20px; }
/* right
--------------------------------------------- */
.right{ width:210px; float:right; }
aside{ margin-bottom:40px; }
	aside ul li{ border:#CCC solid 1px; margin-bottom:20px; }
	aside ul li:hover{ border:#ff85c3 solid 1px; }

/* =================================
common
================================= */
.boxShadow{
box-shadow: 0px 0px 6px #ddd;
-moz-box-shadow: 0px 0px 6px #ddd; /* Firefox */
-webkit-box-shadow: 0px 0px 6px #ddd;  ; /* Chrome, Safari */
background-color:#fff;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#ddd, direction=135, strength=10, enabled=true);
}
.pagetop{ text-align:center; margin:60px 0 0; }


#user_gmap{ width:618px;height:392px; }
	.gmap_cover{ width:628px; height:402px; border:solid 1px #eee; padding:10px 0 0 10px; margin:0 20px 20px;}

.no_bg{ background:#FFF; }
