@charset "utf-8";
/* ----------------------------------------------------------------
	top
----------------------------------------------------------------- */
nav ul#global-navi li a{
	display: block;
	background: #00309c;
	padding:10px 0px 8px;
	border-left:1px solid #8098ce;
}
nav ul#global-navi li.first a{
	border-left:none;
	background: #0b6dc9;
}

#mainarea {
	width: 100%;
	clear: both;
	display: block;
	background: url(../img/back.jpg) repeat center top;
	-webkit-background-size: 50% auto;
	background-size: 50% auto;
}

#mainarea .mainphoto img {
	max-width: 100%;
	height: auto;
}


#ttl-area {
	width: 100%;
	clear: both;
	display: block;
	background: url(../img/bg_c_ttl.png) repeat center top;
	-webkit-background-size: 10px auto;
	background-size: 10px auto;
	height:53px;
	text-align:right;
}
#ttl-area h1 {
	padding:14px 0 0 10px;
	display:inline-block;
	width:80px;
	float:left;
}
#ttl-area form {
	padding:15px 10px 0px 0;
	display:inline-block;
	width:200px;
	float:right;
}


.s-ttl-area {
	width: 100%;
	clear: both;
	display: block;
	background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f2e4)), #f0f2e4;
	border-top:4px solid #e60012;
	border-bottom:1px solid #CCC;
}
.s-ttl-area h2{
	clear: both;
	padding:6px 10px;
	font-size:15px;
	font-weight:bold;
}

.column-box {
	clear: both;
	display: block;
	background: #fff9c7;
	padding:10px 10px 1px;
}
.column-box .monthly-title {
	clear: both;
	display: block;
	background: url(../img/ico_c_ttl.png) no-repeat left 3px;
	-webkit-background-size: 10px auto;
	background-size: 22px auto;
	font-size:15px;
	padding:5px 0px 10px 26px;
	border-bottom:1px solid #999;
	color:#009fc9;
}

.column-box .white-box {
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background:#FFF;
	margin-bottom:10px;
	padding:10px;
}
.column-box .white-box h3,
.column-box .white-box h4 {
	border-bottom: 1px dotted #999;
	padding-bottom:7px;
	font-size:14px;
	color:#009fc9;
}
.column-box .white-box .news-body p {
	padding-top:7px;
word-break: break-word;
}

.column-box .white-box .news-body p img {
zoom: 50%;
}

ul.navi-area{
	width: 100%;
	text-align: left;
}
ul.navi-area li{
	width:49.5%;
	display:inline-block;
}
ul.navi-area li a{
	background: url(../img/arw_def_l.png) no-repeat left 3px;
	-webkit-background-size: 12px auto;
	background-size: 12px auto;
	display:block;
	padding:0px 0px 0px 15px;
	margin-top:3px;
}
ul.navi-area li.align-right a{
	background: url(../img/arw_def_r.png) no-repeat right 3px;
	-webkit-background-size: 12px auto;
	background-size: 12px auto;
	display:block;
	padding:0px 15px 0px 0px;
	margin-top:3px;
}

#bottom-navi{
	width: 100%;
	text-align: center;
	background-color: #D5D5D5;
	padding:5px 0;
}








