@charset "Shift_JIS";

@import url("reset.css");
@import url("common.css");
@import url("style.css");
@import url("lightbox.css");

/* index-all
-------------------------------------------------------------------------------- */

#index-all {
	width: 915px;
	height:0 auto;
	background:#f0f0f0;

}

/* メインコンテンツ
-------------------------------------------------------------------------------- */

#main {
	width: 694px;
	height:1700px;
	background:#f0f0f0;
	border:#cfcfcf solid;
	border-width:0px 1px 0px 0px;
	float:right;
}

#main-section-1 {
	width: 674px;
	margin: 10px 0px 0px 10px;
}

#main-section-1 h1 {
	width: 654px;
	height:24px;
	padding: 5px 0px 0px 20px;
	color:#FFFFFF;
	font-size:14px;
	font-weight: bold;
	letter-spacing:1px;
	background:url(../image/main-title-bg.jpg) no-repeat;
}

#main-section-1 ul {
	width:672px;
	height:136px;
	margin-top: 4px;
	border: 1px solid #656565;
	background: #FFFFFF url(../access/image/main-section-cut-1.jpg) no-repeat left;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#main-section-1 li {
	padding: 8px 0px 0px 230px;
	font-size:12px;
	line-height:18px;
	letter-spacing:1px;
}





#main-section-2 h1 {
	width: 649px;
	height:24px;
	padding: 5px 0px 0px 25px;
	margin: 10px 0px 0px 10px;
	color:#FFFFFF;
	font-size:14px;
	font-weight: bold;
	letter-spacing:1px;
	background: url(../image/sub-title-bg.jpg) no-repeat;
}

#main-section-2 ul {
	width:672px;
	height:136px;
	margin: 4px 0px 0px 10px;
	background: #FFF;
	border: 1px solid #656565;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#main-section-2 li {
	padding: 8px 0px 0px 10px;
	font-size:12px;
	line-height:18px;
	letter-spacing:1px;
}


#main-section-2 figure {
	width: 672px;
	height:535px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 10px;
	color:#FFFFFF;
	font-size:14px;
	font-weight: bold;
	letter-spacing:1px;
	background: url(../image/sub-title-bg.jpg) no-repeat;
}






/* マップ
-------------------------------------------------------------------------------- */

#map {
	width: 683px;
	height:400px;
	background:#f0f0f0;
	padding: 15px 0px 0px 11px;
	border:#cfcfcf solid 1px;
	border-width:0px 1px 0px 0px;

}


#map-section-2 h1 {
	width: 649px;
	height:24px;
	padding: 5px 0px 0px 25px;
	margin: 10px 0px 0px 10px;
	color:#FFFFFF;
	font-size:14px;
	font-weight: bold;
	letter-spacing:1px;
	background: url(../image/sub-title-bg.jpg) no-repeat;
}



#map iframe{
	border:#cfcfcf solid 1px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
/*

#map a{
	color: #444444;
	text-decoration: underline;
}

#map a:hover{
	color: #ff59af;
	text-decoration: underline;
}
*/