@charset "utf-8";

/* ----- left menu ----- */

#diary #leftmenu dl.left_root#left_none dd.diary_index a,
#diary #leftmenu dl.left_root#left_bn dd.diary_bn a {
	background-color: #ffdcdc;
}

/* ----- diary ----- */

/* intro */
#main.diary div.intro {
	width: 727px;
	height: 71px;
	background-position: left top;
	background-repeat: no-repeat;
	padding: 279px 0 0 33px;
	overflow: hidden;
	margin-top: -10px;
}

#main.diary div.intro dl dt, #main.diary div.intro dl dd { display: none; }

#main.diary div.intro dl dd.offer {
	display: block;
	max-width: 422px;  
    width: auto !important;  
    width: 422px; /* for IE6 */
	height: 40px;
	overflow: hidden;
}

#main.diary img.mg_top-10 { margin-top: -10px; }


/* 一覧ページリスト */
#main.diary ul.diary_list li {
	background: url(../../img/common/arrow04.gif) no-repeat 15px center;
	padding: 0 0 0 30px;
	margin: 10px 0 0 0;
	}

/* h3 */
#main.diary h3 {
	font-size: 116%;
	padding: 0 0 0 35px;
	line-height: 30px;
	letter-spacing: 0.2em;
	margin: 15px 0;
	clear: none;
	}

#main.diary h3.clear { clear: both; }

	/* 女の子記事の時 */
	.girl h3{
	background: url(../img/ico_girl.gif) no-repeat;
	border-bottom: #FF6699 dotted 1px;
	color: #FF6699;}
	/* 男の子記事の時 */
	.boy h3{
	background: url(../img/ico_boy.gif) no-repeat;
	border-bottom: #0066CC dotted 1px;
	color: #0066CC;}

#main.diary p { padding:0 35px }

/* 戻る&一覧&次へ */
.btn { clear:both; padding:20px 0 0 0; }
.btn table { margin: 0 auto; }

/* オンマウスでずれる */
.shift_img a:hover img, .shift_img a:active img {
	position: relative;
	top: 1px;
	left: 1px;
	}

/* 左側に画像 */
.w420 { width: 420px; }
	
/* 背景画像にする */
.bg_tight {
	height: 330px;
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
	}
.bg_tight fl { margin: 0 10px 10px 0; }
.bg_tight fr { margin: 0 0 10px 10px; }	

.bg_tight p {
	display: none;
}

.bg_wide {
	height: 300px;
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
	}
.bg_wide p {
	display: none;
}

/* 背景画像ボタン */
a.bg_btn {
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
	height: 0;
	overflow: hidden;
	position: relative;
}
a.bg_btn:hover, a.bg_btn:active {
	background-position: right top;
}
	

/* ---------- 個別ページ ---------- */

/* 2010年6月号 */

.to_shisetsu_bridal {
	margin: -131px 0 0 20px;
	width: 131px;
	height: 131px;
	}
	
	

