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

/* reset css */

body {
	font: normal 90% "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #fff;
	color: #333;
	margin: 0;
	padding: 0;
	/*background: url(../nyujiin/images/bg-temp.jpg) top center no-repeat;*/
}
a:link {
	color: #36c;
	background-color: transparent;
	text-decoration: underline;
}
a:visited {
	color: #36c;
	background-color: transparent;
	text-decoration: underline;
}
a:hover {
	color: #f60;
	background-color: transparent;
	text-decoration: underline;
}
a:active {
	color: #f60;
	background-color: transparent;
	text-decoration: underline;
}
h1 {
	margin: 0;
	padding: 0;
}
h2 {
	display: none;
}
h3 {
	margin: 0;
	padding: 0;
}
h4 {
	margin: 0;
	padding: 0;
}
h5 {
	margin: 0;
	padding: 0;
}
h6 {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
hr {
	display: none;
}
table {
	_font-size: 90%; /* ie6 */
}
/* ※※※※※※　各領域定義　※※※※※※
/*	header
=================================================================== */
header {
	background-color: #f4b2ba;
	color: #FFF;
}
#areaHeader {
	margin: 0 auto;
	width: 980px;
}
#areaHeader h1 {
	float: left;
	font-size: 100%;
	font-weight: normal;
	padding: 13px 0 1px 50px;
	width: 400px;
}
#areaHeader h1 span {
	display: block;
	font-size: 200%;
}
#areaHeader h1 a {
	color: #FFF;
	text-decoration: none;
}
#areaHeader #headerAdd {
	float: right;
	padding: 25px 45px 0 0;
	letter-spacing: .3px;
	line-height: 125%;
	text-align: right;
	min-width: 300px;
}
#areaHeader #headerAdd .tel {
	font-size: 115%;
}
/*	contents
=================================================================== */
#wrap {
	margin: 0 auto;
	position: relative;
	width: 980px;
}
/* g-navi */
#g-navi {
	background-color: #FFF;
	position: absolute;
	top: 8px;
	width: 100%;
}
#g-navi ul {
	list-style-type: none;
	margin: 0;
	padding: 3px 22px;
}
#g-navi ul li {
	display: inline-block;
	float: left;
	font-size: 90%;
	width: 117px;
}
#g-navi ul li a {
	color: #603813;
	display: table-cell;
	height: 3em;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 117px;
}
#g-navi ul li a:hover {
	background-color: #ef5a24;
	color: #FFF;
}
/* top image */
#topImg {
	margin-top: 6px;
	margin-bottom: 10px;
}
#topImg img {
	vertical-align: bottom;
}
#topLink {
	background-color: #cadcbe;
	margin-bottom: 55px;
	width: 100%;
}
#topLink p {
	color: #6aae27;
	padding: 2px 0;
	text-align: center;
}
#topLink p span:after {
	content: "　│　";
}
#topLink p a {
	color: #6aae27;
	text-decoration: none;
}
#topLink p a:hover {
	text-decoration: underline;
}
/* contents */
#contents1 {
	background: url(../images/page/bgimg01.png) 830px 80px no-repeat;
	min-height: 410px;
	width: 100%;
}
#contents1 h3.h3-green {
	background-color: #9dd8db;
	color: #0e5c7c;
	font-size: 130%;
	font-weight: normal;
	height: 55px;
	line-height: 55px;
	padding-left: 50px;
}
#contents1 h3.h3-green span {
	background: url(../images/page/h3green.png) 0 0 no-repeat;
	display: block;
	height: 55px;
	padding-left: 70px;
	width: 30%;
}
#contents2 {
	background: url(../images/page/bgimg02.png) 15px 110px no-repeat;
	min-height: 510px;
	width: 100%;
}
#contents2 h3.h3-yellow {
	background-color: #f9f695;
	color: #f5911e;
	font-size: 130%;
	font-weight: normal;
	height: 55px;
	line-height: 55px;
	padding-left: 50px;
}
#contents2 h3.h3-yellow span {
	background: url(../images/page/h3yellow.png) 0 0 no-repeat;
	display: block;
	height: 55px;
	padding-left: 70px;
	width: 30%;
}
#contents3 {
	background: url(../images/page/bgimg03.png) 800px 77px no-repeat;
	min-height: 470px;
	width: 100%;
}
#contents3 h3.h3-pink {
	background-color: #feb0ca;
	color: #d2145a;
	font-size: 130%;
	font-weight: normal;
	height: 55px;
	line-height: 55px;
	padding-left: 50px;
}
#contents3 h3.h3-pink span {
	background: url(../images/page/h3pink.png) 0 0 no-repeat;
	display: block;
	height: 55px;
	padding-left: 70px;
	width: 30%;
}

h4 {
	border-left: 10px solid #CADCBE;
	border-bottom: 1px dotted #CADCBE;
	color: #558C1F;
	margin: 10px 0;
	padding: 5px 10px 5px;
}
h5 {
	color: #96653B;
	font-weight: 110%;
	margin: 5px 0;
	padding: 5px 10px 5px;
}
ul.enkaku {
	display: inline-block;
}
ul.enkaku li {
	background-color: #BCDCFF;
	float: left;
	padding: 3px 10px;
	width: 20%;
}
ul.ulLine {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.ulLine li {
	border-bottom: 1px dashed #CCC;
	margin: 5px 0;
	padding: 10px;
}
dl.enkaku span {
	border-bottom: 1px solid #BCDCFF;
	float: right;
	padding: 3px 10px;
	width: 60%;
}

.box {
	line-height: 160%;
	margin: 30px auto;
	width: 590px;
}
.box .mainBox {
	margin: 0;
	padding: 0 0 20px 0;
	width: 580px
}
.mainBox ul.mainList li .lihead {
	display: inline-block;
	width: 30%;
}
.mainBox ul.mainList li .libody {
	display: inline-block;
	padding: 0 0 0 10px;
}
.mainBox ul.mainList li .w40 {
	width: 40%;
}
.box .photo {
	float: left;
	padding: 10px;
	text-align: center;
}
.box .boxStyle1 {
	font-weight: bold;
	background-color: #CADCBE;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	margin: 20px auto 0 auto;
	padding: 10px;
	width: 90%;
}
.box .boxStyle2 {
	background-color: #ffff66;
	border-radius: 10%;
	-moz-border-radius: 10%;
	-webkit-border-radius: 10%;
	margin: 20px 1%;
	padding: 2%;
	text-align: center;
	min-height: 350px;
	width: 44%;
}
.boxStyle2 p {
	font-size: 80%;
}
.boxStyle2 ul {
	font-size: 80%;
	margin: 10px 0 10px 50px;
	padding: 0;
	text-align: left;
	width: 50%;
}
.boxStyle2 img {
	width: 80%;
}

dl.historyList {
	border-bottom: 1px solid #D7E5FF;
	margin: 5px 0;
}
dl.historyList dt {
	background-color: #D7E5FF;
	padding: 5px;
}
dl.historyList dd {
	margin-left: 0;
	padding: 5px;
}
dl.historyList dd:before {
	content: "…　";
	color: #9DBFFF;
}
#g-map {
	margin: 10px 0;
}
#g-map iframe {
	height: 400px;
	width: 100%;
}

/* page top */
.pageTop {
	padding: 0 50px 0 0;
	text-align: right;
}
.pageTop img {
	vertical-align: bottom;
}
/*	footer
=================================================================== */
footer {
	background-color: #9DB867;
	font-size: 90%;
}
#footerMenu {
	background-color: #CCE0BB;
}
#footerMenu ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 6px 0;
	text-align: center;
	width: 980px;
}
#footerMenu li {
	border-right: 1px solid #9DB867;
	display: inline;
	padding: 0 20px;
	text-align: center;
}
#footerMenu li.liLast {
	border-right: none;
}
#footerMenu li a {
	color: #63AD2E;
	text-decoration: none;
}
#footerAdd {
	color: #FFF;
	line-height: 25px;
	padding: 15px 0 20px;
	text-align: center;
	margin: 0 auto;
	width: 980px;
}
/* ※※※※※※　class定義　※※※※※※ */
.noDisplay {
	display: none;
	margin: 0;
	padding: 0;
}
/* japanese  */
.jpara {
	text-indent: 1em;
}
/* block */
.setRight {
	float: right;
	display: block;
}
.setLeft {
	float: left;
	display: block;
}
.setClear {
	clear: both;
	font: 0px/0px sans-serif;
}
/* text */
.v-bottom {
	vertical-align: bottom;
}
.v-middle {
	vertical-align: middle;
}
.v-top {
	vertical-align: top;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.fBold {
	font-weight: bold;
}
.fSmall {
	font-size: 80%;
}
.sign {
	font-weight: bold;
	margin-bottom: 30px;
	text-align: right;
}
/* space */
.spaceTop05 {
	margin-top: 5px;
}
.spaceTop10 {
	margin-top: 10px;
}
.spaceTop15 {
	margin-top: 15px;
}
.spaceTop20 {
	margin-top: 20px;
}
.spaceTop25 {
	margin-top: 25px;
}
.spaceTop30 {
	margin-top: 30px;
}
.spaceTop35 {
	margin-top: 35px;
}
.spaceTop40 {
	margin-top: 40px;
}
.spaceTop45 {
	margin-top: 45px;
}
.spaceTop50 {
	margin-top: 50px;
}
.spaceBottom05 {
	margin-bottom: 5px;
}
.spaceBottom10 {
	margin-bottom: 10px;
}
.spaceBottom50 {
	margin-bottom: 50px;
}
/* list */
.ulCircle {
	list-style-type: circle;
}
.ulSquare {
	list-style-type: square;
}
.ulDecimal {
	list-style-type: decimal;
}
.ulNone {
	list-style-type: none;
}
/* table width */
.tdwidth5 {
	width: 5%;
}
.tdwidth10 {
	width: 10%;
}
.tdwidth15 {
	width: 15%;
}
.tdwidth20 {
	width: 20%;
}
.tdwidth25 {
	width: 25%;
}
.tdwidth30 {
	width: 30%;
}
.tdwidth33 {
	width: 33%;
}
.tdwidth35 {
	width: 35%;
}
.tdwidth40 {
	width: 40%;
}
.tdwidth50 {
	width: 50%;
}
.tdwidth60 {
	width: 60%;
}
.tdwidth70 {
	width: 70%;
}
/* table */
table.thYellow {
	border-collapse: collapse;
	border: 1px solid #F5AA00;
	font-size: 90%;
	width: 100%;
}
table.thYellow th {
	background-color: #F5AA00;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	padding: 8px;
	width: 110px;
}
table.thYellow td {
	background-color: #FFF;
	border: 1px solid #F5AA00;
	padding: 8px;
}
table.thYellow td.time {
	background-color: #FFF0CF;
	vertical-align: top;
}
/* back to top */
.backToTop {
	font-size: 90%;
	margin: 10px 5px 5px 0;
	text-align: right;
}
.backToTop a:link {
	text-decoration: none;
}
.backToTop a:visited {
	text-decoration: none;
}
.backToTop a:hover {
	text-decoration: underline;
}
.backToTop a:active {
	text-decoration: none;
}
/* clearfix */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/*IE6,7対策 （haslayout対策）*/
.cf {
 *zoom:1;
}
