@charset "Shift_JIS";



/* main_contents */
#main_contents {
	float: right;
	width: 540px;
	padding-bottom: 20px;
}


/* ---------------
 index
--------------- */
ul.main_contents_btn {
	padding: 0 0 10px 0;
}
.main_contents_btn li {
	float: left;
	position: relative;
	display: block;
	margin-bottom: 10px;
	padding: 3px;
	border: 1px solid #dddddd;
	background-color: #f7f7f7;
	width: 250px;
}
.main_contents_btn li:hover {
	border: 1px solid #7eb8d0;
	background-color: #dff0f8;
}
.main_contents_btn li.odd {
	margin-right: 20px;
}

.main_contents_btn li dl {
	padding: 5px;
	background-color: #ffffff;
}
.main_contents_btn li dl dt {
	padding: 3px;
	background-color: #efefef;
	font-size: 130%;
	font-weight: bold;
}
.main_contents_btn li:hover dl dt {
	background-color: #dff0f8;
}
.main_contents_btn li dl dt a {
	display: block;
	border-left: 3px solid #3ebcef;
	margin: 3px;
	padding-left: 5px;
	line-height: 1.0;
}
.main_contents_btn li:hover dl dt a {
	color: #444444;
}
.main_contents_btn li dl dd {
	font-size: 110%;
	margin-top: 7px;
	background: transparent;
}
.main_contents_btn li:hover dl dd {
	color: #808080;
}


/* ---------------
 service,
 service_sub
--------------- */
#s2, #s3, #s4, #s5, #s6, #s8, #s9, #s10, #s11, #s12 {
	margin-top: 50px !important;
}
#service #contents .page_top {
	margin-top: 10px;
}

/* price */
.price {
	margin: 0 10px 0 auto;
	float: right;
}
.price a {
	margin: 0;
	background-color: #ffffff;
	display: block;
	letter-spacing: normal;
}
.price a:hover {
	background-color: #ffffff;
}

/* arrow */
.arrow {
	background-image: url("../img/ico_arw.gif");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
	font-size: 12px;
}
a:hover .arrow {
	background-image: url("../img/ico_arw_hover.gif");
}


/* ---------------
 about
--------------- */
#about #main_contents p {
	margin-bottom: 3em;
}



/* ---------------
 access,
 price
--------------- */
#access #main_contents dl, #price #main_contents dl {
	background: transparent url("../img/dotline_gry.gif") repeat-x scroll bottom;
	font-size: 120%;
	width: 500px;
	margin-left: 10px;
	padding: 10px 10px 10px 10px;
	float: left;
}
#access #main_contents dl.first, #price #main_contents dl.first {
	padding: 0 10px 10px 10px;
}
#access #main_contents dl.last, #price #main_contents dl.last {
	margin-bottom: 50px;
}
#access #main_contents dt, #price #main_contents dt {
	font-weight: bold;
	float: left;
	width: 130px;
}
#price #main_contents dt {
	width: 330px;
}
#access #main_contents dd, #price #main_contents dd {
	float: left;
}
#access #main_contents img.map {
	margin: 20px 10px 20px 10px;
}



/* ---------------
 policy
--------------- */
#policy #main_contents ul, #policy #main_contents ol {
	font-size: 120%;
	padding: 0 5px 0 10px;
	margin-top: 1em;
}
#policy #main_contents ul li {
	list-style: disc;
	margin-left: 20px;
}
#policy #main_contents ol li {
	margin-left: 28px;
	list-style: decimal;
}
#policy #main_contents h3 {
	margin-top: 20px;
}
#policy #main_contents h3.first {
	margin-top: 10px;
}








