
/* kanran以下のhtml で使用 */


	/* float 自動クリア
	............................................................... */
		.clearfix{
			_height: 1px;
			min-height: 1px;
			/*￥*//*/
			height: auto;
			overflow: hidden;
			/**/
		}

		.clearfix:after{
			content:"";
			clear:both;
			height:0;
			display:block;
			visibility:hidden;
		}



/* contents_title
===================================== */
	#contents_title{
		width:594px;
		margin:0 0 20px 0;
		padding:0 0 0 0;
	}

	#contents_title h1{
		margin:0 0 0 0;
		padding:6px 0 6px 20px;
		font-size:14px;
		background-color:#e38294;
		color:#fff;
	}
			* html #contents_title h1{
				padding:7px 0 7px 20px;
			}
			*+html #contents_title h1{
				padding:7px 0 7px 20px;
			}

/* contents_box
===================================== */
	#contents_box{
		width:559px;
		margin:20px 0 20px 0;
		padding:0 15px 0 20px;
	}

