@charset "utf-8";


/* 外部CSSファイルの読み込み */

/* Import用CSS */
@import url("../../common/css/import.css");


/* Stylesheet Document */

@media all {

	/* ========================================
	   * 02-06. 領域設定 - メインコンテンツ -
	======================================== */

	#main div.comment {
		margin-right: 14px;
		width: 540px;
	}

	#main div.comment p {
		text-indent:0;
		padding-bottom:2px;
		margin:0 0 4px 0;
	}

	#main div.comment p.detail {
		margin:0 0 20px 0;
	}


	/* ========================================
	   * dl
	======================================== */

	#main dl {
		border:1px solid #dcdcdc;
		width:536px;
		margin-bottom:20px;
	}
	
	#main dl dt {
		float:left;
		width:100px;
		padding:16px 0 0px 10px;
		clear:both;
		font-weight:bold;
	}
	
	#main dl dd {
		width:396px;
		margin-left:110px;
		padding:16px 5px 12px 10px;
		border-left:1px solid #dcdcdc;
	}
	
	#main dl.his dd.st {
		font-weight:bold;
	}

	#main .comment .bnr {
		background: #FAF9F1;
		margin:20px 0 0 0;
		padding:6px;
		border:#CCCCCC solid 1px;
	}

	#main .comment .bnr img {
		margin:4px 0 0 2px;
	}
	
	#main .comment .bnr p {
		font-size:80%;
		margin:2px 0 0 6px;
	}	
	
	#main .comment a.pdf {
		background-image: url(../img/pdf_icon.gif);
		background-repeat: no-repeat;
		background-position: right center;
		padding-right:38px;
		margin-right:4px;
		padding-top:21px;
		padding-bottom:21px;
	}
	

	/* ========================================
	   * 
	======================================== */
	
	#contents #main ol.future li {
		background:none;
		list-style-type:decimal;
		list-style-position:inside;
		padding-left:10px;
		padding-bottom:10px;
		margin:6px 0 0 6px;
	}

	#bg_future {
		margin:0;
		padding: 0;
		background:url(../img/bg_ir.jpg) right 30px no-repeat;
		width:100%;
	}



	/* ========================================
	   * location
	======================================== */

	#main div.lo_comment {
		margin-right: 14px;
		width: 288px;
		float:left;
	}

	/* IE6 HACK */
	* html #main div.lo_comment {
		width: 284px;
	}

	#main div.lo_photo {
		margin-right: 14px;
		width: 220px;
		float:left;
	}

	/* IE6 HACK */
	* html #main div.lo_photo {
		margin-right: 7px;
	}
	
	
	#main div.lo_photo img {
		display: block;
		margin: 0 0 10px 0;
	}

	#main div.lo_photo img br {
		display: none;
	}






}
