@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 h1 {
			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 dt {
			float: left;
			width: auto;
			font-weight: bold;
			padding: 11px 12px 10px 12px;
			line-height: 1.3;
		}
		#contents div.bodyBox dd {
			padding: 11px 12px 10px 110px;
			line-height: 1.3;
		}
		#contents div.bodyBox dt.c2,
		#contents div.bodyBox dd.c2 {
			background-color: #EEE;
		}
