


/* ■■■■■■■■■■■■■■■■■■■■■■■■
01）リセット
02) ボックスレイアウト
03）全体設定
04) タイトル
05) [ 次>> ] の表示
06) メッセージ部分
07) コメント＆トラックバック
08) ツールバー　基本設定
09) ツールバー　カレンダー
10) フッタ
■■■■■■■■■■■■■■■■■■■■■■■■ */






/*■■□　01) リセット　□■■ */

*{
	margin : 0;
	padding: 0;
	border: none;
	text-decoration: none;
	list-style : none ;
	word-break: break-all;
}



/* ■■□　02) ボックスレイアウト　□■■ */

#head {
	min-height: 340px; 
	height:auto !important; 
	height: 340px;
	background: url(http://s.asablo.jp/css/common2r/papapa-heart/header.jpg) center  no-repeat;
	position: relative;
} 

#container {
	margin: 0 auto;
	width: 1024px;
	background: url(http://s.asablo.jp/css/common2r/papapa-heart/bg2.gif) center repeat-y; 
}

#right {
	float: right;
	padding-right: 133px;
	padding-bottom : 50px ;
	margin-bottom : 50px ;
	width: 225px;
	background : url(http://s.asablo.jp/css/common2r/papapa-heart/mod_foot.jpg) left bottom no-repeat; 
}

#main {
	width: 500px;
}

#center {
	padding-left: 140px;
	margin-bottom : 50px ;
	float: left;
	width: 500px;
}


#footer {
	clear: both;
	height: 106px;
	background: url(http://s.asablo.jp/css/common2r/papapa-heart/footer.gif) center bottom no-repeat;
}




/* ■■□　03) 全体設定　□■■ */

body {
	height: 100%;
	color: #765C2F;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',"Osaka", Verdana, arial, sans-selif;
	font-size: 14px;
	line-height:1.8;
	background: url(http://s.asablo.jp/css/common2r/papapa-heart/bg1.jpg) center top repeat-y #FCE4D6;
}

a:link, 
a:visited {
	color: #992030;
}

a:hover {
	border-bottom : 2px dotted;
	color: #F7C767;
}


pre {
	border: 4px dotted #FCE4D6;
	margin-bottom: 1em;
	padding: 1em;
	white-space: normal;
}


blockquote {
	border: 4px double #FCE4D6;
	margin-bottom: 1em;
	padding: 1em;
}

ul {
	list-style : none ;
	margin-top: 1em;
}

li {
	padding : 0 0 1.2em 20px;
	line-height: 1em;
	background : url(http://s.asablo.jp/css/common2r/papapa-heart/li.gif) left top no-repeat; 
}




/* ■■□　04) タイトル・トップバナー　□■■
_____________________________ 02) #head 参照 */


#head h1 {
	position: absolute;
	width: 450px;
	top: 50px;
	right: 150px;
	font-size: 1.8em;
	letter-spacing: 1.5px;
}

#head h1 a {
	border: none;
	text-decoration: none;
}

#head h1 img {
	margin-top: 0px;
}




/* ■■□　05) [ 次>> ] の表示　□■■ */

.navi {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 1em;
	font-weight:bold;
	text-align: right;
}




/* ■■□　06）メッセージ部分　□■■
_____________ 02) #main, #center 参照 */


h2.msg-title{
	padding: 30px 10px 2px 20px;
	min-height: 25px; 
	height:auto !important; 
	height: 25px;
	line-height: 1.2em;
	font-size: 1.2em;
	color: #FFFFFF;
	background: url(http://s.asablo.jp/css/common2r/papapa-heart/msg_title.gif) top center no-repeat;
	position: relative;
	text-align: center;
	border-top: double 4px #FCE4D6;
	border-bottom: solid 1px #FCE4D6;
}

.msg-date {
	font-size: 0.6em;
	letter-spacing: 0.2em;
	text-align: right;
	color: #765C2F;
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
}

.msg-body {
	padding: 1em 2em 0 2em;
	font-size: 1em;
	clear: right;
}


#center div.msg-pict img {
	padding: 15px;
	border: double 3px #CCCCCC !important;
}

.msg-pict a:hover {
	border: none;
}


.msg-footer {
	font-size: 0.9em;
	text-align: right;
	clear: right;
	min-height: 60px; 
	height:auto !important; 
	height: 60px;
	padding: 20px 15px 30px 50px;
	margin-bottom: 80px;
	background: url(http://s.asablo.jp/css/common2r/papapa-heart/msg_footer.gif) left no-repeat ;
}

.msg-dow-fri .msg-footer {
	min-height: 60px; 
	height:auto !important; 
	height: 60px;
	padding: 5px 0px 45px 50px;
	margin-bottom: 80px;
	background: url(http://s.asablo.jp/css/common2r/papapa-heart/msg_fri.gif) left no-repeat ;
}





/* ■■□　07) コメント・トラックバック　□■■ */


.tb-caption, 
.comment-caption {
	margin: 50px 40px 0px 40px;
	font-size: 1em;
	letter-spacing: 0.7em;
	font-weight: bold;
	text-align: center;
	border-top: double 3px;
	border-bottom: solid 1px;
	border-color: #FCE4D6;
}


.comment-form p {
	font-size: 1em;
	padding: 0px 40px 0px 40px;
}


.comment-form form p input {
	margin-top: 5px;
	width: 180px;
	background: #FCE4D6;
	display: block;
	border: none;
}

.comment-form textarea {
	width: 400px;
	display: block;
	border: solid;
	background: #FFFFFF;
}

.comment-form form br{
	display: none;
}



.tb-title, 
.comment-title, 
.tb-url {
	padding: 0 40px;
	padding-top: 2em;
	font-size: 0.8em;
	line-height:1.2em;
}

.tb-url code{
	display: block;
}

.tb-body, 
.comment-body {
	padding: 0 40px;
	font-size: 0.8em;
}


.tb-attention {
	padding: 10px 40px 10px 40px;
	font-size: 0.8em;
}




/* ■■□　08) ツールバー　基本設定　□■■ */


.mod {
	background : url(http://s.asablo.jp/css/common2r/papapa-heart/mod_body.jpg) center repeat-y; 
	font-size: 0.9em;
}


.mod-caption {
	min-height: 35px; 
	height:auto !important; 
	height: 35px;
	padding-top : 30px;
	padding-right : 13px;
	padding-left : 70px;
	font-size : 1em;
	font-weight :bold;
	line-height : 1.2em;
	background : url(http://s.asablo.jp/css/common2r/papapa-heart/mod_caption.gif) center bottom no-repeat; 
}


p.mod-text,
p.mod-body,
.mod-body p {
	padding : 5px 15px 20px 30px;
	line-height : 1.5em;
}

li.mod-text  {
	margin-left : 30px;
	padding-right : 15px;
	line-height : 1em;
}

.mod-body .mod-link-to-archives {
	padding-left : 35px;
	background : url(http://s.asablo.jp/css/common2r/papapa-heart/mod_body.jpg) center repeat-y;  
}

.mod-link-to-archives a:hover {
	border-bottom : none;
}




/* ■■□　09) ツールバー　カレンダー　□■■ */

.mod-calendar{
	width : 225px ;
	min-height: 200px; 
	height:auto !important; 
	height: 200px;
}

.calendar{
	width : 190px ;
	position: relative;
	left:20px;
	text-align: center;
	background : url(http://s.asablo.jp/css/common2r/papapa-heart/calendar.gif) center bottom no-repeat; 
	}


.calendar-title {
	line-height:25px;
	font-size : 1.3em ;
	font-weight : bold ;
}

.calendar-sun-name, 
.calendar-wday-name, 
.calendar-sat-name {
	font-size: 1em;
	line-height:20px;
	font-weight:bold;
}

tr.calendar-cell {
	height: 15px;
}

.calendar-cell a {
	font-weight:bold;
}




/* ■■□　10) フッタ　□■■
____________ 02) #footer 参照 */


#footer img{
	text-decoration: none;
	margin-left: 140px;
	margin-top: 10px;
}


#footer a {
	border: none;
}




/* ■■□　END　□■■ */
/*追加修正170706*/
.msg-body u{
text-decoration:underline;
}
.msg-body strike,.msg-body s,.msg-body del{
text-decoration: line-through;
}

