/* トップページ */

#top_image {
	width: 712px;
	padding: 0px;
	position: relative;
	height: 290px;
	float: left;
	margin-top: 14px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(../image/main_image.jpg);
	background-repeat: no-repeat;
}

#message {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 110%;
	color: #3D3D3D;
	letter-spacing: 0.2em;
	text-align: center;
	padding-top: 24px;
	height: 82px;
	width: 712px;
	float: left;
	line-height: 1.5em;
	}

/* インフォメーション */
#information {
	height: 100%;
	width: 712px;
	overflow: visible;
	float: left;
}

.info_title {
	height: 26px;
	width: 712px;
	overflow: visible;
	float: left;
	margin-bottom: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

/* インフォメーション表示部分 */
#news_wrap{
	height: 192px;
	width: 712px;
	float: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	text-align: left;
	letter-spacing: 0.1em;
	overflow: hidden;
}

#news_wrap a{color:#0092FF;text-decoration:none;}

#news_wrap a:hover{color:#E900FF;text-decoration:none;}

ul#news_list li{
	padding-bottom:6px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	float: left;
	width: 712px;
	margin-bottom: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
/*
ul#news_list ul{
	margin:0 0 15px;
	padding:0;
}
*/
/* コンテンツ部分 */
#contents_area {
	height: 100%;
	width: 708px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -40px;
	margin-left: 0px;
}

.title_contents {
	float: left;
	clear: left;
	margin: 0px;
	padding: 0px;
	top: 20px;
	position: relative;
}

.contents_1 {
	height: 134px;
	width: 708px;
	float: right;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

.contents_1 a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.contents_2 {
	height: 134px;
	width: 708px;
	float: left;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.contents_2 a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.pmark {
	float: right;
	margin: 0px;
	clear: right;
	position: relative;
	padding: 0px;
	right: 0px;
	bottom: 80px;
}
