body {
	line-height: 100%;
	color: #212121;
	font-size: 16px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 400;
	line-height: 1.8;
}

h1 {
	text-align: center;
	margin: 30px 0; 
}

nav {
	width: 100%;
	border-bottom: 2px solid #4EA9A7;
	background: url(../images/b_back.gif) repeat-x;
	text-align: center;
	margin: 25px 0 40px 0;
}

nav ul {
	margin: 0px auto !important;
	padding: 0px !important;
	line-height: 100% !important;
}

nav ul li {
	list-style: none;
	display: inline-block;
	margin: 0px;
}

nav ul li a {
	display: inline-block;
	padding: 10px 25px;
	color: #212121;
	text-decoration: none;
	font-size: 18px;
}

nav ul li a:hover,
nav ul li a.now {
	background: url(../images/b_over.gif) repeat-x;
	color: #ffffff;
}

#main {
	width: 764px;
	margin: 0px auto;
}

h2 {
	background: url(../images/title.gif) repeat-y;
	padding: 5px 0px 5px 15px;
	margin: 25px 0px 15px 0px;
	font-size: 16pt;

}

p {
	
	margin-top: 10px;
}

h3 {
	border: 1px solid #c7e9e4;
	background: linear-gradient(#dff2f0, #ffffff);
	padding: 6px 15px;
	font-size: 20px;
	margin: 30px 0px 20px 0px;
	font-weight: 500;
}

h4 {
	background: url(../images/midashi2.gif) 0 30px no-repeat;
	padding: 0px 0px 7px 0px;
	font-size: 14pt;
	margin: 30px 0px 0px 0px;
	line-height: 1.3;
}

h5 {
	/*background: url(../images/midashi3.gif) no-repeat;*/
	padding: 3px 0px 3px 10px;
	font-size: 13pt;
	margin: 30px 0px 10px 0px;
	border-left: 4px solid #75bcb9;
}

h5 a {
	font-weight: normal;
	font-size: 11pt;
}

#copyright {
	width: 763px;
	margin: 20px auto;
	padding-top: 7px;
	border-top: 2px solid #CCCCCC;
	text-align: center;
	line-height: 1.5;
}

.clearfix:after { /*floatの解除、ここがポイント*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}

.clearfix {
	min-height: 1px; /*IE6、7対策*/
}

* html .clearfix {
	height: 1px;
	/*\*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}

.alC { text-align: center; }
.mgr50 { margin-right: 50px; }

.ast {
	margin-left: 1em;
	text-indent: -1em;
	/*color: #666666;*/
}

.news {
	font-size: 16pt;
	color: #ff3333;
	font-weight: bold;
}

.news a {
	color: #ff3333;
	text-decoration: underline;
}

ul {
	margin: 10px 0px 0px 0px;
	padding-left: 1.5em;
	line-height: 150%;
}

p.q {
	margin: 15px 0px 0px 0px;
}

p.a {
	margin: 5px 0px 10px 0px;
}

p.q span {
	font-weight: bold;
	color: #FD648E;
}

p.a span {
	font-weight: bold;
	color: #16AF6F;
}

table {
	border-collapse: collapse;
	margin-top: 10px;
}

table th {
	padding: 6px;
	background-color: #FFFAEC;
	border: 1px solid #E2D5B6;
}

table tbody td {
	padding: 6px;
	border: 1px solid #E2D5B6;
}

.photoR {
	float: right;
	margin: 0px 0px 10px 15px;
}

.f_l_500 {
	float: left;
	width: 500px;
}

.f_l_370 {
	float: left;
	width: 370px;
}

.f_r_240 {
	float: right;
	width: 240px;
}

.f_r_370 {
	float: right;
	width: 370px;
}

.ph_200 {
	width: 200px;
}

.ph_370 {
	width: 370px;
}

.mt50 { margin-top: 50px; }

.h_267 { height: 267px; }

.annai a {
	font-size: 16pt;
	color: #ff3333;
	font-weight: bold;
}

.photo_r {
	display: inline-block;
	float: right;
	margin: 0 0 10px 10px;
}

.pcnone { display: none; }