@charset "utf-8";

/*---------------------------------------
 * ブログトップの広告枠
 *---------------------------------------
 */
 
div#header_pr {
	text-align: left;
	padding: 4px;
	font-size: 0.9em;
	color: #AAAAAA;
}

/*---------------------------------------
 * ブログスキンのアイテム（パーツ）
 *---------------------------------------
 */
.module, .forced_display {
	margin: 0px 0px 40px;
	padding: 0px;
}

.forced_display .msg {
	color: #D94040;
	font-size: 10px;
	font-weight: bolder;
	text-align: left;
}

.item_edit_msg {
	background-color: #F0F0F0;
	border: 2px solid #C5C5C5;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 120%;
	margin-top: 4px;
	padding: 5px;
	text-align: center;
}

/*---------------------------------------
 * 追加アイテム（パーツ）
 *---------------------------------------
 */
 
 /*** おすすめツアー ***/
 #item_17 {
 	font-size: 0.8em;
 }
 #item_17 dl {
	clear:both;
	margin:0px 0px 3px;
 }
 #item_17 dd {
	line-height:1.2;
	padding:0px 0px 0px 15px;
 }
 #item_17 dt {
	float:left;
	margin:0px;
	padding:2px 0px 0px;
 }
 #item_17 .tour_text {
	line-height:125%;
 }
 
 
 
