@charset "UTF-8";
h1 {
	margin: 0px;
	padding: 0px;
	width: 320px;
	height: 179px;
	left: auto;
	right: auto;
	text-align: center;
}

body{margin:0;}

body, p{
	color: #030;
	font-size: 14px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}


.width-keeper{
	/* 中央寄せ */
    margin-left:auto;
	margin-right:auto;
	display: table;
	padding: 0px;
}

a:link {
	width: 100%;
	height:100%;
	color: #060;
	text-decoration: none;
	display: block;
}
a:hover {
	color: #F60;
	text-decoration: underline;
}

a:visited {
	color: #063;
	font-size: 12px;
}


.contents{
	text-align: center;
}

.select {
	text-align: center;
	width: 320px;
	margin: 0px;
	padding: 0px;
}

.selector1 {
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(1, rgb(214, 247, 202)),color-stop(0.4, rgb(140, 222, 152)));
	background-image: -moz-linear-gradient(-90deg,rgb(214, 247, 202) 0%,rgb(140, 222, 152) 40%);
	background-image: linear-gradient(-90deg,rgb(214, 247, 202) 0%,rgb(140, 222, 152) 40%);
	-webkit-box-shadow: 1px 1px 4px rgb(51, 51, 51);
	-moz-box-shadow: 1px 1px 4px rgb(51, 51, 51);
	-ms-box-shadow: 1px 1px 4px rgb(51, 51, 51);
	box-shadow: 1px 1px 4px rgb(51, 51, 51);
	text-shadow: 1px 1px 0px rgb(255, 255, 255);
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	font-size: 14px;
	height: 35px;
	width: 78px;
	font-weight: normal;
	text-align: center;
	display: table-header-group;
	margin: 0px;
	float: left;
	clear: none;
	left: auto;
	right: auto;
	line-height: 35px;
	padding: 0px;
}

.selector2 {
background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(214, 247, 202)),color-stop(0.4, rgb(140, 222, 152)));
	background-image: -moz-linear-gradient(-90deg,rgb(214, 247, 202) 0%,rgb(140, 222, 152) 40%);
	background-image: linear-gradient(-90deg,rgb(214, 247, 202) 0%,rgb(140, 222, 152) 40%);
	-webkit-box-shadow: 1px 1px 4px rgb(51, 51, 51);
	-moz-box-shadow: 1px 1px 4px rgb(51, 51, 51);
	-ms-box-shadow: 1px 1px 4px rgb(51, 51, 51);
	box-shadow: 1px 1px 4px rgb(51, 51, 51);
	text-shadow: 1px 1px 0px rgb(255, 255, 255);
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	font-size: 13px;
	height: 35px;
	width: 80px;
	font-weight: normal;
	text-align: center;
	display: table-header-group;
	margin: 0px;
	float: left;
	clear: none;
	left: auto;
	right: auto;
	line-height: 35px;
	padding: 0px;
}



.container {
	text-align: left;
	display: table;
	background-image: url(../img/main_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	width: 320px;
}

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

.banner {
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	width: 310px;
	border: 1px solid #999;
	right: auto;
	left: auto;
	display: table;
	background-color: #FFF;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}


.news_title {
	margin:0 0 5px 0;
	padding:0;
	border-bottom:1px dotted #9ea0a2;
}



.kiji{
	margin:0px;
	padding:0;
	width: 320px;
}
.kiji p{
	font-size:12px;
	line-height:18px;
}
.kiji p a:link{
	color:#168e35;
	text-decoration:none;
}
.kiji p a:visited{
	color:#168e35;
	text-decoration:none;
}
.kiji p a:hover{
	color:#168e35;
	text-decoration:underline;
}
.kiji p a:active{
	color:#168e35;
	text-decoration:none;
}
.kiji-title{
	font-weight:bold;
}
.photo{
	margin-right:10px;
	padding:5px;
	border:1px solid #cbcfcb;
	float:left;
}
.date{
	color:#5d7664;
	font-size:10px;
}
