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

.container .content .newsArea h2 {
	line-height: 30px;
	float: left;
	height: 30px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 150px;
	width: 400px;
}

/* -----------------------------------------------------------
	#top_img
			トップイメージ
----------------------------------------------------------- */

div.top_img_bk {
	width:100%;
	height: 451px;
	padding: 0px;
	margin-top: 0px;
}

div.top_img{
	padding:0;
	width:938px;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-left:auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* -----------------------------------------------------------
	#slideshow
			スライドショー
----------------------------------------------------------- */

#slideshow {
	position:relative;
	width:938px;
	height:427px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
#slideshow img {
	position:absolute;
	left:0px;
	z-index:8;
}
#slideshow img { position:absolute; top:0; left:0; z-index:8; }
#slideshow img.active { z-index:10; }
#slideshow img.last-active { z-index:9; }

#ribbon {
	position:absolute;
	left:0px;
	z-index:500;
	margin-top: -20px;
	margin-left: -30px;
}

/* -----------------------------------------------------------
	.table1
----------------------------------------------------------- */

.table1 {
	margin-bottom:20px;
	width: 680px;
	float: left;
	margin-top: 20px;
}
	
.table1 table {
	font-size: 12px;
	border-top: 1px solid #5C4033;
	width: 660px;
	margin-left: 20px;
}
	
.table1 table th{
	background: #FAEDD7;
	border-left: 1px solid #5C4033;
	border-bottom: 1px solid #5C4033;
}
	
.table1 table td{
	background-color:#FDF9F2;
	padding: 10px;
	border-right: 1px solid #5C4033;
	border-left: 1px solid #5C4033;
	border-bottom: 1px solid #5C4033;
	width: 480px;
}
.container .content h2 {
	line-height: 72px;
	margin: 0px;
	background-image: url(../common/img/img_h2.png);
	background-repeat: no-repeat;
	height: 69px;
	text-indent: 70px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: 20px;
}
