@charset "utf-8";
/* CSS Document */
/*回り込み解除*/
.clear{
	clear:both;
}


#store_frame_left{
	float:left;
	width:525px;
	height:600px;
}

#store_frame_right{
	float:left;
	width:390px;
}

#store_frame_right div#title{
	padding-top:82px;
	padding-bottom:11px;
	border-bottom:1px solid #CCCCCC;
}

/* 下部ボーダー付きの枠 */
.moji_frame{
	border-bottom:1px solid #CCCCCC;
	padding:7px 10px;
}

.moji_frame .left{
	width:105px;
	float:left;
}
.moji_frame .right{
	float:left;
	color:#000000;
}

/* インデント付き説明文 */
.intent_moji{
	font-size:10px;
	color:#330000;
	text-indent:-10px;
	padding-left:10px;
	line-height:16px;
}