@charset "utf-8";
/*                                   */
/*         Webそうごうページ         */
/*       初体験隊アーカイブCSS       */
/*         (C)SOGO PAGE 2005         */
/*                                   */
/*記事部分*/
#junkie {
	margin:0 auto;
	padding:0;
	}
#junkie img {
	border:none;
}
/*タイトル部分*/
	#title {
		margin:0;
		color:#000;
		text-align:center;
		font-size:x-small;
		line-height:1.25em;
	}
	#title p{
		margin:15px 0;
		color:#666;
		text-align:center;
		font-size:large;
		line-height:1.25em;
	}
		#title h2 {
			margin:0;
			color:#000;
			font-size:large;
			line-height:1em;
			font-weight:inherit;
		}
		#title img {/*記事イメージ*/
			border:0;
		}
/*文書と写真部分*/
	.chapter {
		padding:5px 5px 15px 5px;
	}
		.chapter h3 {
			margin:0;
			padding:3px 5px;
			border-top:2px solid #660000;
			border-bottom:2px solid #660000;
			color:#990000;
			font-size:medium;
			line-height:1.5em;
		}
		.chapter img.thumbnail {
			width:230px;
			float:left;
		}
		.chapter p {/*記事文面*/
			margin:0;
			padding:5px;
			color:#000;
			font-size:small;
			line-height:1.75em;
			width:470px;
			float:left;
		}
		.chapter h4 {
			margin:0;
			padding:0;
			color:#600;
			font-size:x-small;
			line-height:1.5em;
			text-align:right;
			font-family:Arial, Helvetica, sans-serif;
			clear:both;
		}