@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: 538px;
	}

	/* IE6 HACK */
	* html #main div.comment {
		width: 534px;
	}

	#main div.comment p {
		text-indent:0;
		padding-bottom:2px;
	}
	
	#main div.comment p.clear {
		border-bottom-style:none;
	}

	#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;
	}
	
	#main {
		background:url(../../common/img/bg_circle.jpg) left bottom no-repeat;
	}
	


	/* ========================================
	   * location
	======================================== */


	p.title {
		margin-bottom:10px;
	}
	
	p.day {
		text-align:right;
		width:100%;
		font-size:80%;
	}

	#main .comment p.icon_s2 {
	background-image: url(../img/s_1c.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-style:none;
	padding-left: 15px;
	margin-left: 20px;
	width: 400px;
	margin-bottom:4px;
	font-size: 90%;
	}

	#main .comment ol {
	list-style-position:outside;
	padding-left: 0px;
	margin-left: 20px;
	margin-bottom:20px;
	font-size: 80%;
	}
	
	#main ol.comment li {
	list-style-type: circle;
	background:none;
	padding-left:0;
	margin-bottom:10px;
	}

}
