@charset "utf-8";

#diary{
width:760px;
margin:0 auto;
}

/* 一覧ページリスト */
#diary ul.diary_list li{
font-size:14px;
background:url(../../img/common/arrow04.gif) no-repeat 15px center;
padding:0 0 0 30px;
margin:10px 0 0 0;}

/* h3 */
#diary h3{
font-size:15px;
padding:0 0 0 35px;
line-height:30px;
letter-spacing:0.2em;
margin:15px 0;
clear:none;
}

#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;}

#diary p{
font-size:14px;
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;
	}

/* ---------- 個別ページ ---------- */

/* 2010年6月号 */

.to_shisetsu_bridal {
	margin: -131px 0 0 20px;
	width: 131px;
	height: 131px;
	}
	
