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

/* ++++++++++++++++++
	global
++++++++++++++++++ */
body {
	color:#404040;
	font:12px/1.6 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,"Osaka","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

a {
	color:#2FB021;
}
a:hover {
	text-decoration:none;
}

*.am a, a.am {
	text-decoration:none;
}
	*.am a:hover, a.am:hover {
		text-decoration:underline;
	}
	
.center {
	text-align:center !important;
}
.left {
	text-align:left !important;
}
.right {
	text-align:right !important;
}

.fleft {
	float:left;
	margin:0 10px 10px 0;
}
.fright {
	float:right;
	margin:0 0 10px 35px;
}

.caution {
	color:#f00 !important;
}

/* ++++++++++++++++++
	#head
++++++++++++++++++ */
#headOuter {
	background:#FCFFF7;
	border-top:3px solid #4FE340;
}
#head {
	height:212px;
	position:relative;
	width:940px;
	margin:0 auto;
	background:url(../img/head/headback.jpg) no-repeat 480px 60px;
}
	#mainCopy {
		position:absolute;
		left:0; top:30px;
	}
	#descript {
		position:absolute;
		left:7px; top:105px;
	}
	#logo {
		position:absolute;
		right:0; top:54px;
	}
	#t_tel {
		position:absolute;
		right:0; top:128px;
	}
		
	#head dl#t_changer {
		position:absolute;
		right:0; top:14px;
	}
		#head dl#t_changer dt,
		#head dl#t_changer dd {
			float:left;
		}
			#head dl#t_changer dt img,
			#head dl#t_changer dd img {
				vertical-align:top;
			}

/* ++++++++++++++++++
	#menu
++++++++++++++++++ */
#menu {
	background:url(../img/menu/m_back.png) repeat-x;
}
	#menu ul {
		width:940px;
		margin:0 auto;
	}
		#menu ul li {
			float:left;
		}
			#menu ul li img {
				vertical-align:top;
			}

/* ++++++++++++++++++
	#cont
++++++++++++++++++ */
#cont {
	width:940px;
	margin:0 auto 30px;
}

#topicPath {
	line-height:50px;
	position:relative;
}
	#topicPath li {
		display:inline;
	}

/* ++++++++++++++++++
	#main
++++++++++++++++++ */
#main {
	float:right;
	width:690px;
	margin-top:-25px;
}
	#noneImage #main {
		margin-top:0;
	}
	#pageName {
		margin-bottom:30px;
	}
	#pageDesc {
		margin:-20px 0 30px 0;
	}
	#main div.inner {
		margin:0 10px;
	}
		#main div.inner h2 {
			margin:20px -10px;
			clear:both;
		}
		#main div.inner h2.text {
			margin:0;
			font-size:158%;
			color:#2FB021;
			font-weight:bold;
		}
		#main div.inner h3 {
			font-size:116%;
			color:#2FB021;
			font-weight:bold;
		}
		#main div.inner h4 {
			font-size:116%;
			font-weight:bold;
		}
	ul.cautionList {
		text-indent:-1em;
		margin-left:1em;
	}
	ul.circleList {
		margin:0 0 40px 0px;
	}
		ul.circleList li {
			margin: 20px 0;
			padding-left:15px;
			background:url(../img/main/circle_list.png) no-repeat left 4px;
		}
	dl.circleList {
		margin:20px 0 40px 0px;
	}
		dl.circleList dt {
			font-size:116%;
			font-weight:bold;
			color:#557038;
			padding-left:15px;
			background:url(../img/main/circle_list.png) no-repeat left 7px;
		}
		dl.circleList dd {
			margin:0 0 20px 15px;
		}
		
	.topmg {
		margin-top:-20px !important;
	}
	.topmgplus {
		margin-top:20px !important;
	}
	.btmmg {
		margin-bottom:40px !important;
	}
	
/* ++++++++++++++++++
	.mannerBox
++++++++++++++++++ */
.mannerBox {
	margin:0 -10px;
	background:url(../img/main/manner_back.png) repeat-x left bottom;
}
	.mannerBox dd {
		padding:25px 50px;
		border-left:1px solid #DCDEB8;
		border-right:1px solid #DCDEB8;
		border-bottom:1px solid #DCDEB8;
	}
	.mannerBox dd.clearfix {
		padding:25px 30px;
	}
		.mannerBox dd h3 {
			margin-bottom:15px;
		}
		.mannerBox dd dl {
			overflow:hidden;
		}
			.mannerBox dd dl dt {
				margin-top:-1px;
				border-top:1px dashed #d3d3d3;
				padding:15px 0 0 20px;
				background:url(../img/main/sq_icon.png) no-repeat left 20px;
				font-size:116%;
				font-weight:bold;
			}
			.mannerBox dd dl dd {
				border:none;
				padding:0 0 15px 20px;
			}
		.mannerBox dd p.otherLink {
			margin-left:-30px;
		}

/* ++++++++++++++++++
	#footNavi
++++++++++++++++++ */
#footNavi {
	position:relative;
	margin-bottom:40px;
	background:#F2F2F2;
	height:45px;
	line-height:45px;
	padding:0 80px;
	font-size:14px;
}
		#footNavi li a {
			display:inline-block;
			/display:inline;
			/zoom:1;
			line-height:45px;
		}
	#footNavi .prev {
		background:url(../img/main/prev.png) no-repeat left center;
	}
		#footNavi .prev a {
			padding-left:30px;
		}
	#footNavi .next {
		position:absolute;
		right:80px; top:0;
		text-align:right;
		background:url(../img/main/next.png) no-repeat right center;
	}
		#footNavi .next a {
			padding-right:30px;
		}
		
/* ++++++++++++++++++
	.gBack
++++++++++++++++++ */
.gBack {
	padding:15px 20px;
	background:#EFF9EE;
	margin:20px 0;
}
	.inner .gBack {
		margin:20px -10px;
	}

/* ++++++++++++++++++
	#side
++++++++++++++++++ */
#side {
	float:left;
	width:250px;
}

	#s_head {
		margin-bottom:20px;
	}
	
	#s_menu {
		margin-bottom:40px;
	}
		#s_menu li {
			font-size:116%;
			font-weight:bold;
			margin:12px 0;
			background:url(../img/side/s_list.png) no-repeat left 8px;
			padding-left:10px;
		}
			#s_menu li a {
				color:#557038;
			}
			
	#side p {
		margin:40px 0;
	}
	
	#hallList {
		margin-bottom:25px;
	}
		#hallList dt {
			margin-bottom:15px;
		}
		#hallList dd {
			margin:8px 0;
		}
		
	#s_contList {
		margin-bottom:30px;
	}
		#s_contList li {
			margin:10px 0;
		}

/* ++++++++++++++++++
	#foot
++++++++++++++++++ */
#footBigOuter {
	clear:both;
	background:#2FB021 url(../img/foot/f_back.png) repeat-x center -50px;
}
#footOuter {
	/*background:url(../img/foot/foot_image.jpg) no-repeat center top;*/
}
#foot {
	width:940px;
	margin:0 auto;
	padding:40px 0 20px;
	position:relative;
}
	#pageNavi {
		position:absolute;
		right:0; top:2px;
	}
		#pageNavi a {
			display:block;
			padding-top:3px;
		}
			#pageNavi a:hover {
				padding-top:0px;
			}
	#f_list {
		color:#fff;
	}
		#f_list li {
			margin:0 -3px;
			display:inline-block;
			/display:inline;
			/zoom:1;
			/margin:0;
		}
			#f_list a {
				color:#fff;
			}

address {
	display:block;
	text-align:center;
	line-height:40px;
	color:#333333;
	font-size:83%;
}
	
/* clearfix
---------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

