﻿@charset "utf-8";
@import url(reset.css);

/*--------------------------------------------------------------
							大枠
--------------------------------------------------------------*/
html, body {
	height: 100%;
	font-size: 0.95em;
	line-height: 1.5;
}

#wrapper {
	width: 980px;
	margin: 0px auto;
	background-image: url('img/html_bg_01.gif');
		background-repeat: repeat-y;
		background-position: 0 0;
	text-align: left;
}
#header {
	background-color: #FFFFFF;
}
#contents {
	display: inline;
	float: right;
	width: 750px;
	margin-top: 10px;
	background-color: #FFFFFF;
}
#localNav {
	display: inline;
	float: left;
	width: 216px;
	margin-left: 4px;
}
#footer {
	clear: both;
	padding: 10px 0px 0px 0px;
	background-color: #FFFFFF;
}

/*--------------------------------------------------------------
							ヘッダ
--------------------------------------------------------------*/
#header {
}

#header #discription {
	padding: 5px;
	font-size: 85%;
}

/*--------------------------------------------------------------
							フッタ
--------------------------------------------------------------*/
#footer {
}

#footer .line01 {
	height: 1px;
	border-top: 1px solid #000000;
}
#footer .line01 hr {
	display: none;
}
#footer ul#siteNav {
	color: #7D86A2;
	text-align: right;
}
#footer ul#siteNav li {
	display: inline;
	float: right;
	margin: 7px;
	padding-right: 15px;
	border-right: 1px solid #7D86A2;
	border-left: 1px solid #7D86A2;
	font-size: 85%;
	line-height: 1.1;
	text-indent: 15px;
}

#footer ul#siteNav li.item01 {
	padding: 0px;
	border: none;
	text-indent: 0px;
}

#footer ul#siteNav li a {
	color: #7D86A2;
	text-decoration: none;
}

#footer ul#siteNav li.item01 a {
	color: #cc0033;
	text-decoration: none;
}

#footer ul#siteNav li a:hover {
	text-decoration: underline;
}

#footer #information {
	clear: both;
	height: 89px;
	background-image: url('img/footer_bg_01.jpg');
	background-repeat: repeat-x;
}

#footer #information:after {
	/* clearfix */	
	content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}

#footer address#contact {
	display: inline;
	float: right;
	width: 183px;
	height: 60px;
	margin: 15px 10px 14px 0;
	background-image: url('img/footer_logo_02.jpg');
		background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#footer address#corpInfo {
	display: inline;
	float: left;
	width: 546px;
	height: 75px;
	margin-top: 5px;
	margin-left: 10px;
	background-image: url('img/footer_logo_01.gif');
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

/*--------------------------------------------------------------
							localNav
--------------------------------------------------------------*/
#localNav {
}

#localNav ul {
	margin: 8px 4px 0 2px;
}

#localNav ul li.item01 {
	margin-bottom: 10px;
}

#localNav ul li.item02 {
	margin-bottom: 10px;
}

#localNav ul li.item03 {
	margin-bottom: 10px;
}

#localNav ul li.item01 a {
	display: block;
	width: 208px;
	height: 214px;
	background-image:url('img/localNav_btn_01.jpg');
		background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#localNav ul li.item02 a {
	display: block;
	width: 207px;
	height: 61px;
	background-image:url('img/localNav_btn_02.jpg');
		background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#localNav ul li.item03 a {
	display: block;
	width: 207px;
	height: 61px;
	background-image:url('img/localNav_btn_03.jpg');
		background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#localNav ul li.item01 a:hover { background-position: -208px 0;}
#localNav ul li.item02 a:hover { background-position: -207px 0;}
#localNav ul li.item03 a:hover { background-position: -207px 0;}

#localNav ul#banners li.item01 {
	
}
#localNav ul#banners li.item01 a {
	display: block;
	width: 208px;
	height: 214px;
	background-image: url('img/camp_bnr_07.jpg');
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#localNav ul#banners li.item01 a:hover { background-position: -208px 0;}
/*--------------------------------------------------------------
							globalNav
--------------------------------------------------------------*/
p#navBar {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 85%;
}

ul#globalNav {
}

ul#globalNav:after {
	/* clearfix */	
	content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}

ul#globalNav li {
	display: inline;
	float: left;
	margin-right: 3px;
	margin-bottom: 20px;
}

ul#globalNav li a {
	display: block;
	width: 184px;
	height: 34px;
	text-indent: -9999px;
	overflow: hidden;
}

ul#globalNav li.item01 a {
	background-image: url('img/globalNav_btn_01.jpg');
		background-repeat: no-repeat;
		background-position: 0 0;
}

ul#globalNav li.item02 a {
	background-image: url('img/globalNav_btn_02.jpg');
		background-repeat: no-repeat;
		background-position: 0 0;
}

ul#globalNav li.item03 a {
	background-image: url('img/globalNav_btn_03.jpg');
		background-repeat: no-repeat;
		background-position: 0 0;
}

ul#globalNav li.item04 a {
	background-image: url('img/globalNav_btn_04.jpg');
		background-repeat: no-repeat;
		background-position: 0 0;
}

ul#globalNav li.item01 a:hover { background-position: -184px 0; }
ul#globalNav li.item02 a:hover { background-position: -184px 0; }
ul#globalNav li.item03 a:hover { background-position: -184px 0; }
ul#globalNav li.item04 a:hover { background-position: -184px 0; }



/*--------------------------------------------------------------
							パーツ
--------------------------------------------------------------*/
h2.firstTitle {
	padding: 7px 0px 20px 50px;
	background-image: url('img/mainContent_tit_01.jpg');
	background-repeat: no-repeat;
	font-size: 116%;
	font-weight: bold;
}

div.titleBox {
	width: 100%;
	padding: 0px 0px 0px 0px;
	background-image: url('img/mainContent_tit_02.jpg');
	background-position: 0px -1px;
	background-repeat: no-repeat;
}
h3.secondTitle {
	margin: 0px 0px 0px 30px;
	font-weight: bold;
	color: #802349;
	font-size: 116%;
}
h4.thirdTitle {
	background-image: url('img/mainContent_tit_03.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 2px;
	color: #802349;
	font-weight: bold;
}
.textSection {
	margin-left: 20px;
	margin-bottom: 10px;
}
.indexUnit {
	padding: 15px 0px;
	zoom: 1;
}
.indexUnit:after {
	/* clearfix */	
	content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}

.indexUnit span.indexIcon {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

.indexUnit p {
	padding-left: 40px;
}

.indexUnit p.indexTitle {
	background-image: url('img/indexUnit_ico_01.gif');
		background-repeat: no-repeat;
		background-position: 10px 50%;
	font-size: 108%;
	font-weight: bold;
}
.indexUnit p.indexTitle a {
	color: #000000;
	text-decoration: none;
}
.indexUnit p.indexTitle a:hover {
	text-decoration: underline;
}

#contents div.line01 {
	height: 3px;
	background-image:url('img/common_line_01.gif');
		background-repeat: repeat-x;
}

#contents div.line01 hr {
	display: none;
}

#contents div.line02 {
	height: 10px;
	background-image:url('img/index_line_01.gif');
		background-repeat: repeat-x;
}

#contents div.line02 hr {
	display: none;
}

strong {
	font-weight: bold;
}

.textSection ol {
	padding-left: 40px;
}

.textSection ol li {
	list-style-type: decimal;
}

ul.ul01 {
	padding-left: 40px;
}

ul.ul01 li {
	list-style-type: disc;
}

table.table01 {
	color: #666666;
	border-top: 1px #666666 solid;
	border-left: 1px #666666 solid;
	font-size: 0.90em;
}

table.table01 tbody {
}

table.table01 tbody tr {
}

table.table01 tbody tr th {
	padding: 5px;
	background-color: #f0eee1;
	border-right: 1px #666666 solid;
	border-bottom: 1px #666666 solid;
}

table.table01 tbody tr td {
	padding: 5px;
	border-right: 1px #666666 solid;
	border-bottom: 1px #666666 solid;
}

/*--------------------------------------------------------------
							インデックス
--------------------------------------------------------------*/
.indexTextSection01 {
	margin-top: 15px;
	margin-left: 10px;
	padding-right: 260px;
	background-image: url('img/index_img_02.jpg');
	background-repeat: no-repeat;
	background-position: 100% 0px;
	margin-right: 10px;
}

.indexTextSection01 h3 {
	color: #ee1414;
}

span.circle {
	font-size: 150%;
}

.indexTextSection02 {
	margin: 15px 10px 0px 10px;
	padding-left: 270px;
	background-image: url('img/index_img_03.jpg');
	background-repeat: no-repeat;
}

.indexTextSection02 h3 {
	color: #ee1414;
}

#mainVisual {
	margin: 15px 0px 0px 0px;
}

