@charset "UTF-8";

/*------------------------------
　インポート
------------------------------*/

@import url("reset.css");
@import url("font.css");
@import url("base.css");

/*------------------------------

------------------------------*/

/*　メインイメージ　*/
#pagesImg {
	background-image: url(../images/pages_image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 140px;
	width: 100%;
	background-color: #d4d4d4;
	text-indent: -10000px;
}
#pages #cntsBlock-inner h2 {
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bcbcbc;
	padding-bottom: 15px;
}
.section {
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 50px !important;
	clear: both;
}
.section .section-L {
	width: 500px;
	float: right;
}
.section .section-R {
	width: 360px;
	float: left;
}
.section h3 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 20px;
	color: #3a5500;
}
.section p {
	line-height: 1.6;
	margin-bottom: 20px;
}

.section dl.menu {
	margin-left: 20px;
}
.section dl.menu dt {
	font-weight: bold;
	margin-bottom: 10px;
}
.section dl.menu dd {
	margin-left: 20px;
	margin-bottom: 20px;
}
.section dl.menu dd ul {
	margin-left: 20px;
	padding-bottom: 35px;
}
.section dl.menu dd ul li {
	list-style-type: disc;
	margin-bottom: 5px;
	margin-right: 30px;
	white-space: nowrap;
	float: left;
}

.section dl.menu-tate {
	margin-left: 20px;
}
.section dl.menu-tate dt {
	font-weight: bold;
	margin-bottom: 10px;
}
.section dl.menu-tate dd {
	margin-left: 20px;
	margin-bottom: 20px;
}
.section dl.menu-tate dd ul {
	margin-left: 20px;
}
.section dl.menu-tate dd ul li {
	list-style-type: disc;
	margin-bottom: 5px;
}


.section .leftBlock {
	float: left;
	text-align: center;
	padding-left: 30px;
	padding-right: 0px;
}
.section .rightBlock {
	text-align: center;
	float: right;
	padding-right: 30px;
	padding-left: 0px;
}
.aboutPht {
	float: left;
	width: 196px;
	margin-right: 25px;
	text-align: center;
}
.aboutPht img {
	padding: 3px;
	border: 1px solid #CCCCCC;
}
.aboutPht p {
	margin-bottom: 7px;
	line-height: 1.35;
}
.tableStyle01 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #CCCCCC;
}
.tableStyle01 th,
.tableStyle01 td {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
.tableStyle01 th {
	white-space: nowrap;
	vertical-align: top;
	font-weight: bold;
}
