/*------------ あらすじ -------------*/
#contents {
	height: auto;
	overflow: hidden;
	padding: 0 0 200px;
	}
	/*------------ タイトル -------------*/
	#contents h2 {
		background: url(../diary/images/title.gif) 0 0 no-repeat;
		}
	/*------------ 紹介文 -------------*/
	#contents #intro {
		width: 700px;
		margin: 50px 0 30px 70px;
		}
		#contents #intro p {
			font-size: 14px;
			line-height: 1.5
			}
	/*------------ 新着情報 -------------*/
	#contents #news {
		width: 190px;
		padding: 0 0 15px;
		float: right;
		position: absolute;
		top: 200px;
		right: 0;
		background: url(../diary/images/bg_news_bottom.gif) left bottom no-repeat;
		}
		#contents #news h3 {
			width: 161px;
			height: 42px;
			background: url(../diary/images/title_news.gif) 0 0 no-repeat;
			}
			#contents #news h3 em {
				display: none;
				}
		#contents #news ul {
			width: 147px;
			padding: 10px 0 0 11px;
			background: url(../diary/images/bg_news_middle.gif) 0 0 repeat-y;
			letter-spacing: 0;
			}
			#contents #news ul li {
				width: 136px;
				margin: 0 0 7px;
				padding: 0 0 7px 4px;
				background: url(../diary/images/bar_news.gif) left bottom no-repeat;
				line-height: 1.3;
				}
				#contents #news ul li a {
					display: block;
					width: 110px;
					padding: 0 0 0 25px;
					background: url(../diary/images/news_icon.gif) 0 -2px no-repeat;
					}
			/*------------ トップ -------------*/
			#contents #news ul li.top {
				width: 140px;
				margin: 0 0 10px;
				padding: 0 0 10px;
				background: none;
				line-height: 1.3;
				text-align: center;
				background: url(../diary/images/bar_news.gif) left bottom no-repeat;
				}
				#contents #news ul li.top a {
					display: inline;
					padding: 0 5px 0 0;
					background: none;
					}
			/*------------ ボトム -------------*/
			#contents #news ul li.bottom {
				width: 147px;
				margin: 0;
				padding: 0;
				background: none;
				line-height: 1.3;
				text-align: center;
				}
				#contents #news ul li.bottom a {
					display: inline;
					padding: 0;
					background: none;
					}

	/*------------ 記事 -------------*/
	#contents #article {
		width: 616px;
		height: auto;
		overflow: auto;
		margin: 0;
		padding: 0;
		float: left;
		}
		/*------------ 記事1件分ボックス -------------*/
		#contents #article .box {
			width: 552px;
			height: auto;
			overflow: auto;
			margin: 0 0 50px 45px;
			padding: 0 0 10px;
			background: url(../diary/images/bar_contents.gif) left bottom no-repeat;
			}
			/*------------ 日付＆タイトル -------------*/
			#contents #article .box h3 {
				width: 512px;
				height: 31px;
				margin: 0 0 15px;
				padding: 6px 0 0 40px;
				background: url(../diary/images/bg_contents_title.gif) 0 0 no-repeat;
				}
				#contents #article .box h3 em {
					font-size: 16px;
					font-weight: bold;
					padding: 0 10px 0 0;
					background-color: #fef9f9;
					}
			/*------------ 写真（267px×150px） -------------*/
			#contents #article .box .pic0 {
				width: 287px;
				height: 168px;
				float: left;
				background: url(../diary/images/bg_picture0.gif) 0 0 no-repeat;
				}
				#contents #article .box .pic0 img {
					margin: 9px 0 0 9px;
					}
			/*------------ 写真（150px×267px） -------------*/
			#contents #article .box .pic {
				width: 168px;
				height: 287px;
				float: left;
				background: url(../diary/images/bg_picture.gif) 0 0 no-repeat;
				}
				#contents #article .box .pic img {
					margin: 9px 0 0 9px;
					}
			/*------------ 写真（150px×200px） -------------*/
			#contents #article .box .pic2 {
				width: 168px;
				height: 219px;
				float: left;
				background: url(../diary/images/bg_picture2.gif) 0 0 no-repeat;
				}
				#contents #article .box .pic2 img {
					margin: 9px 0 0 9px;
					}
			/*------------ テキスト：通常 -------------*/
			#contents #article .box p.text {
				width: 345px;
				margin: 1em 0 0 20px;
				float: left;
				font-size: 12px;
				line-height: 1.8;
				}
			/*------------ テキスト：写真横向き -------------*/
			#contents #article .box p.text0 {
				width: 530px;
				margin: 1em 0 0 10px;
				float: left;
				font-size: 12px;
				line-height: 1.8;
				}
			/*------------ テキスト：写真無し -------------*/
			#contents #article .box p.text_no {
				width: 530px;
				margin: 1em 0 0 10px;
				float: left;
				font-size: 12px;
				line-height: 1.8;
				}
			/*------------ TOPに戻る -------------*/
			#contents #article .box p.backtop {
				clear: both;
				width: 550px;
				padding: 20px 0 0;
				text-align: right;
				}
		/*------------ 前の10件 -------------*/
		#contents #article #next {
			width: 552px;
			margin: 0 0 0 45px;
			padding: 0;
			}
			#contents #article #next p {
				text-align: right;
				}

