@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	background-color: #333;
}
#page {
	color: #FFF;
	background-color: #1A1A1A;
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
/*-------------header--------------*/
#page #headerArea {
	padding-top: 30px;
	margin-right: 50px;
	margin-bottom: 30px;
	margin-left: 50px;
}
#page #headerArea #logo {
	width: 175px;
}
#page #headerArea #tel {
	margin-bottom: 120px;
	width: 281px;
}
#page #headerArea #tel img {
	text-align: right;
}
/*-------------gNav--------------*/
#page #headerArea #gNav {
	text-align: right;
	width:711px;
}
#page #headerArea #gNav li {
	display: inline;
	margin-left: 65px;
	font-size: 1%;
	line-height: 0.1;
}
/*-------------contentsArea--------------*/
#page #contentsArea {
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}
#page em {
	color: #BDB234;
}

/*-------------sidecContents--------------*/
#sideContents {
	float: left;
	width: 220px;
}
#sideContents h1 {
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 110%;
}
#sideContents #lNav {
	font-size: 110%;
	margin-bottom: 30px;
}
#sideContents #lNav li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#sideContents #lNav li a {
    color: #FFF;
	text-decoration: none;
}
#sideContents #lNav li a:hover {
	color: #BDB234;
}
#sideContents #map {
	margin-bottom: 20px;
}
#sideContents #logo2 {
	margin-bottom: 10px;
}
#sideContents #infoAddress {
	margin-bottom: 10px;
}
#sideContents #info {
	margin-bottom: 30px;
}
#sideContents #info dd {
	margin-left: 1em;
}
#sideContents #banner li {
	margin-bottom: 10px;
}

/*-------------mainContents--------------*/
#mainContents {
	float: right;
	width: 705px;
	margin-bottom: 10px;
}
#mainContents .title {
	margin-bottom: 15px;
}
#mainContents div.clearfix {
	margin-bottom: 10px;
	width: 705px;
}
#mainContents p.photo {
	width: 238px;
}
#mainContents p.floatR {
	width: 447px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#mainContents .toTel {
	text-align: right;
}
#mainContents .contents {
	margin-bottom: 30px;
}
/*-------------pagetopへ--------------*/
.toTop {
	text-align: right;
	margin-bottom: 10px;
}
/*-------------footer--------------*/
#footerArea {
	font-size: 80%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-bottom: 20px;
}
#textNav {
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 45px;
}
#textNav li {
	text-align: center;
	display: inline;
	color: #FFF;
}
#textNav li a {
	text-decoration: none;
	color:#FFF;
}
#textNav li a:hover {
	text-decoration: underline;
	color: #BDB234;
}
#footerArea address {
	font-size: 80%;
	color: #999;
	text-decoration: none;
}
