@charset "utf-8";
/*                                   */
/*         Webそうごうページ         */
/*         　　スナップCSS　         */
/*         (C)SOGO PAGE 2005         */
/*                                   */
/*記事部分*/
#snap {
	margin:0 auto;
	}
/*タイトル部分*/
#title h2 {
	margin:0;
	padding:0;
}
#title p {/*記事文面*/
	margin:0;
	padding:0;
	color:#006;
	font-size:small;
	line-height:1.75em;
	text-align:center;
}
/*文書と写真部分*/
.chapter {
	padding:0 3px;
	float:left;
	width:353px;
	height:500px;
}
.chapter h3 {
	margin:0;
	padding:0;
	color:#666;
	font-size:small;
	text-align:right;
	height:20px;
}
.chapter a,
.chapter a:link,
.chapter a:visited {
	display:block;
	padding:3px;
	border:1px solid #9900CC;
}
.chapter a:hover,
.chapter a:active {
	padding:2px;
	border:2px solid #FF0000;
}
.chapter img {
	border:none;
}
.chapter p {
	margin:0;
	padding:3px;
	color:#333;
	font-size:small;
	line-height:1.5em;
}
/*ナイトパル部分*/
#night {
	border:1px solid #909;
}
#night h3 {
	margin:0;
	padding:10px;
	float:left;
}
#night p {/*記事文面*/
	margin:0;
	padding:10px;
	color:#333;
	font-size:small;
	line-height:1.5em;
}
#snap img {/*記事イメージ*/
	border:0;
}