/* gallery --------------------------------- */
#gallery {
	position: relative;
	height: 200px;
	width: 720px;
	overflow: hidden;
}
ul#gallery-img li {
	display: none;
	position: absolute;
	left: -9999px;
	top: 0;
}
#gallery-on {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	height: 200px;
	width: 720px;
	background-color: #ffffff;
	opacity: 0;
	filter: alpha(opacity=0);
}
#gallery-trap {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
#gallery-trap a,
#gallery-trap span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 200px;
	width: 720px;
	
}



.slideshow {
	height: 200px;
	width: 720px;
	padding-bottom: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.pickupttlbox {
	background-color: #ffc781;
	height: 320px;
	width: 210px;
	padding: 10px;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
.pickupttlbox h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 19px;
	font-weight: bold;
}
.pickupttlbox  p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 15px;
}
.pickupttlbox .ttlboxtxt {
	height: 120px;
	width: 210px;
}
.pickupttlbox #read {
	float: right;
	margin-top: 35px;
}
.pickupttlbox #thum02 {
	float: left;
}
.newsarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 15px;
	background-color: #DCDCDC;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.content .more_read {
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	margin-left: 40px;
}
