@charset "utf-8";

body,
header,
footer{
	margin:0;
	padding:0;
}

p{
	line-height:1.75;
	font-size:14px;
}

body{
	background:url(../img/bg3.jpg) repeat center 0;
/*	background:url(../img/bg2.jpg) repeat center 0; */
/*	background:url(../img/body.jpg) repeat-x center 0;*/
}

#container{
	margin:0 auto;
	width:960px;
	background:url(../img/bg2.jpg) repeat center 0;
/*	background:url(../img/bg21.png) repeat-y center 0; */
/*	background:url(../img/bg.jpg) repeat-y center 0;*/
}

#pageHeader{
	height:350px;
	overflow:hidden;
}

#pageHeader h1{
	margin:0;
	padding:0;
}

#containerInner{
/*	padding:0 10px; */
	padding:0 0 10px 0;
}

#container img{
	vertical-align:bottom;
}


#head0 {
	margin:0 auto 30px auto;
	width:960px;
	height:143px;
	background:url(../img/bg3.jpg) repeat center 0;
}
#h_r {
	margin:0;
	padding:30px 0 0 0;
	width:180px;
	float:right;
}
#h_r li {
	padding:10px 12px 0 0;
	float:right;
}
#h_r a {
	color: #2c2221;
	font-weight: bold;
}
#h_m {
	margin:0;
	padding:33px 0 0 0;
	width:210px;
	float:right;
}
#h_m ul {
	list-style-image: url(../img/mark.gif);
}
#h_m li {
	line-height:2.25;
}

#h_m a {
	color: #3e3936;
	font-weight: bold;
	text-decoration: none;
}
#h_l {
	margin:0;
	padding:0;
	float:left;
}

.clear {
    clear:both; /*floatの解除、ここがポイント*/
}


#contents{
/*	padding:45px; */
	padding:0;
}

nav#localNav{
	text-align:center;
}

nav#localNav ul{
	width:860px;
	margin:0 auto;
}

nav#localNav li{
	float:left;
	padding:0 15px;
}

#pageFooter{
/*	padding:30px 45px 40px; */
	margin:0;
	padding:0;
	background:url(../img/bg3.jpg) repeat center 0;
}

#f_link {
	margin:0;
	width:960px;
	height:20px;
}

#f_link li{
	float:right;
	padding:30px 12px 0 0;
}
#f_link a{
	color: #2c2221;

}

#pageFooter2{
	background:#E2F2F9;
	padding:30px 45px 40px;
}
 
 
footer p{
	line-height:1;
}

footer p.headline{
	font-size:14px;
	margin-bottom:10px;
}

.mb30{
	margin-bottom:30px;
}

.section{
/*	margin-bottom:5px; */
}

.section .section{
	margin-bottom:40px;
}

h2.headline{
	font-size:200%;
	background: #C6E7F7; /* Old browsers */
	background: -moz-linear-gradient(top, #C6E7F7 0%, #B6E0F6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C6E7F7), color-stop(100%,#B6E0F6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #C6E7F7 0%,#B6E0F6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #C6E7F7 0%,#B6E0F6 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #C6E7F7 0%,#B6E0F6 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C6E7F7', endColorstr='#B6E0F6',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #C6E7F7 0%,#B6E0F6 100%); /* W3C */
	margin:0 0 30px 0;
	padding:15px;
	color:#221714;
	border:1px solid #8AC9EA;
	text-shadow:0px 0px 4px #fff;
	box-shadow:inset 0px 0px 0 rgba(255,255,255,0.1);
	-webkit-box-shadow:inset 0 0 50px rgba(0,0,0, 0.1);
	font-weight:bold;
}

h3.headline{
	font-size:160%;
/*	color:#e40111; */
	color:#5c5c5c;
	font-weight:bold;
	margin-bottom:20px;
}

.centerBox{
	margin:auto;
	width:840px;
}

.leftBox{
	float:left;
	width:540px;
}

.rightBox{
	float:right;
	width:300px;
}

.photoBox{
	overflow: hidden;
	height: 288px;
}

.photoBox ul{
	width:900px;
	padding:0;
	margin:0 -10px 0 0;
	list-style:none;
}

.photoBox ul li{
	float:left;
	width:209px;
	margin:0 8px 8px 0;
}

.center{
	text-align:center;
}

#turn2{
	padding:20px;
	border:2px dotted #e40111;
}

#turn2 .leftBox{
	float:left;
	width:400px;
}

#turn2 .rightBox{
	float:right;
	width:400px;
}

#turn2 .photo{
	float:left;
	width:400px;
}

#turn2 .text{
	float:left;
	width:380px;
}


#guest{
	padding:18px;
	border:2px dotted #e40111;
}

#guest .leftBox{
	float:left;
	width:400px;
}

#guest .rightBox{
	float:right;
	width:400px;
}

#guest .photo{
	float:left;
	width:120px;
}

#guest .text{
	float:right;
	width:260px;
}
