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

body {
     font:14px/1.231 "ヒラギノ角ゴ Pro W3";
}
section, nav {
     margin-bottom: 1em;
}
p {
     margin-bottom: 1em;
}
/* clearfix */
.clearfix:after {
   content: " ";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
/* フロートクリア */
.float-clear {
	font-size: 0px;
	clear: both;
}

#container {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
}
header {
	background-color: #308ae5;
}
header h1 {
	margin: 0px;
	padding: 0px;
}
header nav {
	padding: 10px;
	margin: 0;
	background-color: #308ae5;
}
header nav ul li {
}
header nav ul #btn_left {
	float: left;
	width: 148px;
	display: inline;
}
header nav ul #btn_right {
	float: right;
	width: 148px;
	display: inline;
}
header nav ul li a { display: block; height: 23px; background-image: none; width: 140px; margin-bottom: 5px; color: #fff; text-decoration: none; padding-left: 5px; padding-top: 4px; margin-right: 2px; border-top: 1px solid #fff; border-left: 3px solid #fff; }
h2 {
	text-align: center;
}

.newsevent {
	padding: 10px;
	background-color: #FFFFFF;
	margin: 15px;
	border: 1px solid #CCC;
}
.newsevent h3 {
	margin-bottom: 10px;
	width: 255px;
	padding-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
	background-color: #FFFFFF;
	padding-top: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FBB62E;
	border-right-color: #FBB62E;
	border-bottom-color: #FBB62E;
	border-left-color: #FBB62E;
	padding-left: 5px;
}
.newsevent .box_news h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}
.newsevent .box_news p {
	color: #4d3737;
	font-size: 11px;
	line-height: 15px;
}
.box_item {
	width: 280px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding: 5px;
	border: 1px dotted #936;
}
.box_item p img {
	float: left;
	display: inline;
	margin-right: 10px;
	margin-bottom: 5px;
}
.box_item h4 {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
}
.box_item p {
	color: #999;
	font-size: 12px;
}
#subnavi {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
#subnavi ul li a {
	height: 30px;
	display: block;
	margin-bottom: 5px;
	color: #fff;
	text-decoration: none;
	background-color: #308ae5;
	font-size: 18px;
	text-indent: 20px;
	line-height: 30px;
	font-weight: bold;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border: solid 1px #eeeae2;
}
#subnavi ul li a:active {
	color: #FBB62E;
	text-decoration: none;
	text-indent: 20px;
}
.pagetop {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.pagetop p {
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.pagetop p a {
	text-decoration: none;
	font-style: italic;
	color: #00B2BE;
}
#gotopc p {
	text-align: center;
	padding-top: 10px;
}
#gotopc p a {
	color: #FBB62E;
}
footer {
	padding: 0px;
	margin: 0px;
}
footer p  {
	text-align: center;
	color: #333;
	font-size: 10px;
	line-height: 26px;
	margin: 0px;
	padding: 0px;
}
