@charset "utf-8";

@import "/common/css/base.css";
@import "/common/css/frame.css";

#contents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#contents {
	display: inline-table;
	/*\*/
	display: block;
	*height: 1%;
	/**/
}


/* CONTENTS */
/* コンテンツ独自背景は [body] に設定 */
body{
}
#container {
}
#contentBody {
}
#contents {
}
/* headerBox */
	#contents div.headerBox {
	}
		#contents div.headerBox p.title {
			background: url(../images/title.gif) no-repeat left bottom;
			height: 126px;
			/*\*//*/
			padding-bottom: 126px;
			/**/
			text-indent: -9999px;
			overflow: hidden;
			display: block;
		}
	
	
/* bodyBox  */
	#contents div.bodyBox {
	}
		#contents div.bodyBox h1 {
			border-bottom: solid 3px #999;
			padding-bottom: 30px;
			margin-bottom: 15px;
			font-size: 24px;
			/*\*/
			*font-size: 198%;
			/**/
			line-height: 1.3;
			font-weight: bold;
		}
		#contents div.bodyBox p.date {
			background: url(/common/images/dot.gif) repeat-x left bottom;
			padding-bottom: 14px;
			margin-bottom: 30px;
			line-height: 1.1;
		}
		
		#contents div.bodyBox h2 {
			margin-bottom: 14px;
			font-size: 14px;
			/*\*/
			*font-size: 116%;
			/**/
			line-height: 1.3;
			font-weight: bold;
		}
		#contents div.bodyBox h3 {
			margin-bottom: 6px;
			line-height: 1.3;
			font-weight: bold;
		}
		#contents div.bodyBox p.image-right {
			float: right;
			width: auto;
			margin: 0 0 15px 20px;
		}
		#contents div.bodyBox p.image-left {
			float: left;
			width: auto;
			margin: 0 20px 15px 0;
		}
		#contents div.bodyBox p.text {
			margin-bottom: 45px;
			line-height: 2;
		}
		#contents div.bodyBox p.text2 {
			margin-bottom: 45px;
			font-size: 10px;
			/*\*/
			*font-size: 75%;
			/**/
			color: #666;
			line-height: 1.9;
		}
		#contents div.bodyBox p.prevlink {
		}
			#contents div.bodyBox p.prevlink a {
				background: url(/common/images/arw_prev.gif) no-repeat 0 2px;
				padding-left: 10px;
				line-height: 1.1;
			}