@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	/*background-image: url(../images/bgp.png);
	background-repeat: repeat;*/
	background-color: #d8ffd8;
}

/*リンク関連*/
a {
	color: #CC3300; /*リンクの色*/
	text-decoration: none; /*下線無し*/
}
a:visited {
	color: #CC0000;/*リンクの色*/
}
a:hover {
	color: #FF3366; /*リンクの色*/
	text-decoration: underline; /*下線あり*/
}
#wrap_bg {
	margin: auto;
	height: auto;
	width: 980px;
	background-image: url(../images/wrap_bg.png);
	background-repeat: repeat;
}
#wrap {
	margin: auto;
	height: auto;
	width: 960px;
}
#content {
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	background-color: #FFF;
}
.bar {
	clear: none;
	float: left;
	height: 30px;
	width: 960px;
	margin-top: 20px;
}

.content_box {
	float: left;
	height: auto;
	width: 860px;
	clear: none;
	margin-top: 10px;
	margin-bottom: 20;
	margin-left: 50px;
	margin-right: 50px;
}
.new {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dotted #555;
	color: #555;
	margin-bottom: 5px;
}
.end {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dotted #888;
	color: #888;
}
.next_box_wrap {
	background-color: #dbf7e6;
	padding: 10px;
	height: 70px;
	margin-bottom: 10px;
}
.next_box {
	font-size: 14px;
	color: #333;
}
.end_box_wrap {
	padding: 10px;
}
.end_box {
	height: auto;
	font-size: 16px;
	color: #333;
	border-bottom: 1px dotted #888;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	float: left;
	width: 860px;
	clear: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 20px;
}
h1 {
	float: left;
	clear: none;
	width: 960px;
	margin-bottom: 10px;
}
h1 img {
	height: auto;
}
.year_box {
	height: auto;
	font-size: 20px;
	color: #333;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	float: left;
	width: 860px;
	clear: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888;
	margin-top: 0px;
}


#foot {
	clear: both;
	/*height: auto;
	width: 870px;
	text-align: right;
	font-size: 10px;
	color: #555;
	padding: 10px 40px 10px 50px;
	background-color: #c7e9d5;*/
}

.l_btn{
	clear: none;
	float: left;
	height: 65px;
	width: 360px;
	margin-left: 35px;
}


/*画像アニメーション*/
/*#wrap img:hover {
	position: relative;
	top: 2px;
	left: 2px;
}
*/
