@charset "shift_jis";

/* base Structure サイト基本構造設定用スタイルシート */

/* ---------------------------------------------------------------- */

/* 共通設定 */

/* ---------------------------------------------------------------- */

body {
	background-image: url(../images/base.gif);
	background-repeat: repeat-x;
	color: #333333;
	background-color: #f6f6f6;
	background-position: top;
}

.br-both {
	clear: both;
}

/* ---------------------------------------------------------------- */

/* clearfix 設定 */

/* ---------------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

/* ---------------------------------------------------------------- */
/* サイトサイズ枠 */
/* ---------------------------------------------------------------- */

#baseContainer {
	width: 922px;
	zoom: 1;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}


/* ---------------------------------------------------------------- */
/* ヘッダ用ブロック設定 */
/* ---------------------------------------------------------------- */

#header {
	padding: 0;
	overflow: hidden;
	zoom: 1;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 94px;
	width: 922px;
}
#header  .headCopy {
	display: block;
	top: 0;
	left: 0;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 5px;
}


#copy {
	height: 20px;
	text-align: left;
	padding-top: 7px;
	font-size: 80%;
	width: 460px;
	float: left;
}


/* ---------------------------------------------------------------- */
/* グローバルナビ用ブロック設定 */
/* ---------------------------------------------------------------- */

#gNavigation {
	padding: 0;
	top: 58px;
	left: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 40px;
	width: 908px;
	height: 58px;
	margin-left: 7px;
}

#gNavigation ul {
	margin-right: auto;
	margin-left: auto;

}

#gNavigation li {
	list-style-type: none;
	display: block;
	float: left;
}

#gNavigation li a {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	color: #00061c;
	text-decoration: none;
	font-size: 16px;
}

#gNavigation li a:hover {
	color: #317426;
	list-style-type: none;

}


/* メインブロック */

#main {
	padding: 0;
	width: 910px;
	zoom: 1;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#mainImage {
	top: 42px;
	left: 1px;
	background-image: url(../images/mainImage.jpg);
	background-repeat: no-repeat;
	height: 92px;
	width: 568px;
	padding-top: 90px;
	padding-left: 660px;
	text-align:center;
}

#addressArea {
	background-color: #e8fce3;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	margin-bottom: 10px;
	color: #236A26;
}

#addressArea a {
	color: #236a26;
}

#addressArea a:hover {
	color: #236a26;
}


#pankuzu p {
	line-height: 130%;
	font-size: 80%;
}

#pankuzu p a {
	color: #E14CA7;
}

#pankuzu p a:hover {
	color: #6380AC;
}


/* コンテンツ用エリア設定 */

#contents {
	display: block;
	width: 922px;
	zoom: 1;
	margin-top: 35px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#contents_inner {
	display: block;
	zoom: 1;
	float: left;
	width: 699px;
	margin-top: 0;
	margin-bottom: 0;
	background-image: url(../images/contents-base.gif);
	background-repeat: repeat-y;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}

.sectionA {
	background-color: #f3fafd;
	border: 1px dotted #65c2e5;
	padding: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}

.sectionA .lsArea {
	float: left;
	width: 150px;


}

.sectionA .rsArea {
	float: right;
	width: 450px;
}

.sectionA .rsArea p {
	line-height: 160%;
}

.sectionB {
	background-color: #FFFFFF;
	border: 3px solid #daf5ff;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;

}

.contactArea {
	background-image: url(../images/contactBar-base.gif);
	background-repeat: no-repeat;
	height: 64px;
	width: 232px;
	padding-left: 360px;
	padding-top: 15px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

.guide {
	margin-bottom: 20px;
}

.guide table {
	border: 1px solid #27A1C6;
}

.guide  .bb  {
	background-color: #F3FAFD;
}

.guide  .bw  {

}

.guide  th  {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #27A1C6;
	text-align: left;
	padding: 7px;
}

.mapArea {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #d2e8f0;
	padding: 5px;
	width: 550px;
}

/* サイドバー用エリア設定 */

#sidebar {
	float: right;
	width: 212px;
	background-image: url(../images/side-base.gif);
	background-repeat: repeat-y;

}

#sidebar .profile {
	background-image: url(../images/side-profileBase.gif);
	background-repeat: repeat-y;
	width: 212px;
	margin-right: auto;
	margin-left: auto;

}

#sidebar  .profile_inner {
	list-style-type: none;
	text-align: center;
	width: 190px;
	margin-right: auto;
	margin-left: auto;

}

#sidebar .accessArea {
	background-image: url(../images/side-accessBase.gif);
	background-repeat: no-repeat;
	height: 185px;
	width: 190px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	padding-top: 5px;
	margin-top: 10px;

}


#sidebar .accessArea a {
	color: #FFFFFF;
}
#sidebar .accessArea a:hover {
	color: #FF9900;
}


/* 頭出しリンク用設定 */

#toPageTopBox {
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 30px;
}

#toPageTopBox p a {
	text-decoration: none;
	font-size: 62.5%;
	line-height: 120%;
}

#toPageTopBox p a:hover {
}

/* ---------------------------------------------------------------- */
/* フッター用ブロック設定 */
/* ---------------------------------------------------------------- */

#footer {
	width: 100%;
	zoom: 1;
	zoom: 1;
	background-image: url(../images/foot-base.gif);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 120px;
}


#footerLnk {
	font-size: 75%;
	width: 910px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

#footerLnk  p {
	list-style-type: none;
	list-style-image: url(../images/headerLnkMark.gif);
	text-align: left;
	background-image: url(../images/foot-logo.gif);
	background-repeat: no-repeat;
	padding-left: 220px;
	line-height: 160%;
}

#footerLnk a {
	text-decoration: none;
	color: #595959;
}

#footerLnk a:hover {
	color: #FF9900;
	text-decoration: none;
}


/* ---------------------------------------------------------------- */
/* お問い合わせ用ブロック設定 */
/* ---------------------------------------------------------------- */

#feedbackArea table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-left-color: #DDDDDD;

}

#feedbackArea th {
	text-align: right;
	white-space: nowrap;
	background-color: #F5F8F1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	color: #6D7E63;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#feedbackArea td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}

/* ---------------------------------------------------------------- */
/* 料金表用ブロック設定 */
/* ---------------------------------------------------------------- */

#priceArea table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-left-color: #DDDDDD;

}

#priceArea th {
	text-align: left;
	white-space: nowrap;
	background-color: #F7F7F4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	color: #685953;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#priceArea td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}
