@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: 338px;
	}

	/* IE6 HACK */
	* html #main div.comment {
		width: 336px;
	}

	#main div.comment p {
		text-indent:0;
		padding-bottom:2px;
		border-bottom:dotted #CCCCCC 1px;
	}

	#main div.photo {
		margin-right: 14px;
		width: 190px;
	}

	/* IE6 HACK */
	* html #main div.photo {
		margin-right: 7px;
	}
	
	
	
	#main div.photo img {
		display: block;
		margin: 0 0 10px 0;
	}

	#main div.photo img br {
		display: none;
	}

	#main div.photo img.pht {
		display: block;
		margin: 0;
	}

	#main div.photo p.pht {
		margin:0 0 10px 0;
		padding:0;
		font-size:80%;
	}
	
	



	#main .paragraph p.no_indent {
		text-indent:0;
	}
	

	

	

	/* ========================================
	   * 
	======================================== */
	
	#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_affiliate.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;
	}






}

