@charset "Shift_JIS";

ul.newsList {
	width: 700px;
	margin: 1em auto;
	font-size: 14px;
	line-height: 18px;
}
ul.newsList li {
	list-style-type: none;
	padding: 0.5em 0px;
	border-bottom: 1px dashed #ccc;
	text-align: left;
}
ul.newsList li p.newsSubtitle a:link {
	color: #DD0000;
	text-decoration: underline;
}
ul.newsList li p.newsSubtitle a:visited {
	color: #CC0000;
	text-decoration: underline;
}
ul.newsList li p.newsSubtitle a:hover {
	color: #ff0000;
	text-decoration: none;
}

ul.newsList li p.newsPhoto {
	float: right;
	width: 100px;
	padding-left: 15px;
}





div.newsBox {
	clear: both;
	width: 700px;
	margin: 1em auto;
	font-size: 14px;
	line-height: 18px;
}
div.newsBox p.newsTitle {
	margin-bottom: 0.5em;
	padding: 0.2em 0px;
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	color: #0000A2;
	border-bottom: 1px solid #C81400;
}
div.newsBox p.newsSubtitle {
	margin-bottom: 0.5em;
	padding: 0px 0.5em;
	text-align: left;
	color: #0000A2;
}

div.newsBox p.newsPhoto {
	float: right;
/*	width: 190px;*/
	padding-top: 1em;
	padding-left: 15px;
}
div.newsBox p.newsPhoto img {
	margin-bottom: 5px;
	border-width: 0px;
}
div.newsBox p.newsComment {
	padding-top: 1em;
	text-align: left;
}

/* フォトギャラリー　*/

div#basesheet {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
	display: none;
	background: #000;
	opacity: 0.60;
	filter: alpha(opacity=60);
}


div#photogallery {
	position: absolute;
	width: 700px;
	margin: 0px;
	padding: 20px;
	top: -40px;
	left: 110px;
	z-index: 9999;
	background-color: #fff;
	display: none;
}
div#photogallery p.baseview {
	float: left;
	width: 640px;
	margin: 0px;
	padding: 0px;
}
div#photogallery p.thumbnails {
	float: right;
	width: 50px;
	margin: 0px;
	padding: 0px;
}
div#photogallery p.thumbnails img {
	padding-bottom: 5px;
}
p.photocomment {
	clear:both;
	width: 640px;
	text-align: center;
	font-size: 76%;
}
div#photogallery p.galleryClose {
	clear:both;
	padding-top: 0.5em;
	text-align: center;
	font-size: 76%;
}
div#photogallery p.galleryClose img {
	border-width: 0px;
}

/* ナビゲーション */
p.page_navi {
	padding-bottom: 1.5em;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}
p.page_navi span.notnavi {
	color: #999;
}


/* BOX配置 */
.fbox_end {
	clear:both;
	height:1px;
/*\*/
	overflow: hidden;
/**/
}
