


/* ■■■■■■■■■■■■■■■■■■■■■■■■
01）リセット
02）全体設定
03) タイトル
04) [ 次>> ] の表示
05) メッセージ部分
06) コメント＆トラックバック
07) ツールバー　基本設定
08) ツールバー　カレンダー
09) フッタ



#402020…ヘッダ
#8B5C29…記事
#E4BC96…ハイライト
#FFCCCC…コメント
■■■■■■■■■■■■■■■■■■■■■■■■ */






/*■■□　01) リセット　□■■ */

* {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	list-style : none ;
}



/* ■■□　02) 全体設定　□■■ */


body {
	height: 100%;
	color: #402020;
	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/bread_strawberry/body_bg.png) top center repeat;
}


#container {
	margin: 0 auto;
	width: 884px;
	background: url(http://s.asablo.jp/css/common2r/bread_strawberry/bg.gif) top center repeat-y; 
}


#head {
	height: 139px;
	background: url(http://s.asablo.jp/css/common2r/bread_strawberry/head.gif) top center no-repeat;
	position: relative;
} 


#center {
	float: left;
	width: 530px;
	padding-bottom : 30px ;
	padding-left: 75px;
	position: relative;
}


#main {
	width: 530px;
	padding-top: 20px;
}


#right {
	float: left;
	padding-top:10px;
	padding-left: 30px;
	width: 200px;
}


#footer {
	clear: both;
	height: 160px;
	background: url(http://s.asablo.jp/css/common2r/bread_strawberry/footer.gif) bottom center no-repeat;
}



a:link, 
a:visited {
	color: #402020;
	border: none;
}

a:hover {
	border-bottom : 2px dotted;
	color: #E4BC96;
	border: none;
}


pre {
	border: 4px dotted #FFCCCC;
	margin-bottom: 1em;
	padding: 1em;
	white-space: normal;
}


blockquote {
	border: 4px double #FFCCCC;
	margin-bottom: 1em;
	padding: 1em;
}




/* ■■□　03) タイトル・トップバナー　□■■
_____________________________ 02) #head 参照 */


#head h1 {
	width: 550px;
	position: absolute;
	top: 20px;
	left: 275px;
	font-size: 2em;
	letter-spacing: 5px;
	line-height: 35px;
	background : #FFFFFF;
}

#head h1 a {
	border: none;
	text-decoration: none;
}


#head h1 img {
	margin-top: 0px;
}




/* ■■□　04) [ 次>> ] の表示　□■■ */

.navi {
	padding-bottom: 10px;
	font-size: 0.9em;
	font-weight:bold;
	text-align: right;
}




/* ■■□　05）メッセージ部分　□■■
_____________ 02) #main, #center 参照 */


h2.msg-title{
	position: relative;
	min-height: 45px;
	height:auto !important;
	height:45px; 
	width:460px;
	line-height: 1.2em;
	padding-top: 20px;
	padding-left: 70px;
	font-size: 1.2em;
	color: #FFFFFF;
	background: url(http://s.asablo.jp/css/common2r/bread_strawberry/msg_title.png) top left no-repeat;
}

.msg-date {
	font-size: 0.6em;
	font-weight: normal;
	color: #402020;
	position: absolute;
	top: 0px;
	left: 70px;
}

.msg-body {
	font-size: 1em;
	color: #8B5C29;
	clear: right;
}

.msg-body a:link,
.msg-body a:visited,
.msg-body a:hover {
	border-bottom: dotted 1px;
}

.msg-body ul {
	padding-top: 1em;
	padding-left: 20px;
}

.msg-body li {
	padding-bottom : 10px;
	list-style-type: square;
	font-size: 0.9em;
	line-height: 1em;
}


#center div.msg-pict img {
	padding: 0 15px 15px 0;
}


.msg-pict a:link,
.msg-pict a:visited,
.msg-pict a:hover {
	border: none;
}


.msg-footer {
	font-size: 0.9em;
	text-align: left;
	width: 350px;
	margin-top: 60px;
	margin-bottom: 80px;
	color: #777777;
}


.msg-footer a:link,
.msg-footer a:visited {
	color: #777777;
}

.msg-footer a:hover {
	color: #CCCCCC;
}


div.msg-dow-mon {
	background: url(http://s.asablo.jp/css/common2r/bread_strawberry/msg_mon.png) right bottom no-repeat ;
}

div.msg-dow-tue {
	background: url(http://s.asablo.jp/css/common2r/bread_strawberry/msg_tue.png) right bottom no-repeat ;
}

div.msg-dow-wed {
	background: url(http://s.asablo.jp/css/common2r/bread_strawberry/msg_wed.png) right bottom no-repeat ;
}

div.msg-dow-thu {
	background: url(http://s.asablo.jp/css/common2r/bread_strawberry/msg_thu.png) right bottom no-repeat ;
}

div.msg-dow-fri {
	background: url(http://s.asablo.jp/css/common2r/bread_strawberry/msg_fri.png) right bottom no-repeat ;
}

div.msg-dow-sat {
	background: url(http://s.asablo.jp/css/common2r/bread_strawberry/msg_sat.png) right bottom no-repeat ;
}

div.msg-dow-sun {
	background: url(http://s.asablo.jp/css/common2r/bread_strawberry/msg_sun.png) right bottom no-repeat ;
}



/* ■■□　06) コメント・トラックバック　□■■ */


.tb-caption, 
.comment-caption {
	margin: 50px 40px 0 40px;
	font-size: 1em;
	letter-spacing: 0.7em;
	font-weight: bold;
	text-align: center;
	border-top: double 3px;
	border-bottom: solid 1px;
	border-color: #FFCCCC;
}


.comment-form p {
	font-size: 1em;
	padding: 0px 40px 0px 40px;
}


.comment-form form p input {
	margin-top: 5px;
	width: 180px;
	background: #FFCCCC;
	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: 2em 40px 0 40px;
	font-size: 0.8em;
	line-height:1.2em;
}


.tb-body, 
.comment-body {
	padding: 0 40px;
	font-size: 0.8em;
}


.tb-attention {
	padding: 10px 40px 10px 40px;
	font-size: 0.8em;
	color: #777777;
}




/* ■■□　07) ツールバー　基本設定　□■■ */


.mod {
	font-size: 0.9em;
	margin-left: 10px;
}


.mod-caption {
	height: 42px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top : 35px;
	padding-left : 50px;
	font-size : 1em;
	font-weight :bold;
	line-height : 1.2em;
	background : url(http://s.asablo.jp/css/common2r/bread_strawberry/mod_caption.png) left bottom no-repeat; 
}


p.mod-text,
p.mod-body{
	padding-top : 5px;
	padding-bottom: 20px;
	margin-left: 10px;
	line-height : 1.5em;
}

p.mod-text a:link,
p.mod-text a:visited,
p.mod-text a:hover {
	border-bottom: dotted 1px;
}

li.mod-text  {
	margin-left : 10px;
	padding-bottom: 8px;
	line-height : 15px;
}

.mod-body .mod-link-to-archives {
	padding-left : 15px;
}




/* ■■□　09) ツールバー　カレンダー　□■■ */

.mod-calendar {
	width : 184px ;
	height: 200px;
	background : url(http://s.asablo.jp/css/common2r/bread_strawberry/calendar.png) left top no-repeat; 
	position: relative;
}

.calendar{
	position: absolute;
	top: 25px;
	left: 24px;
	font-size: 12px;
	width : 140px ;
	border-collapse: collapse;
}

.calendar tr {
line-height: 20px;
}

.calendar-title {
	line-height:25px;
	font-size : 16px ;
	font-weight : bold ;
	text-align : center;
}


.calendar-sun-name,
.calendar-wday-name,
.calendar-sat-name {
	font-size: 1em;
	line-height:20px;
	font-weight:bold;
}


.calendar-cell a {
	display: block;
	font-weight:bold;
	color: #8B5C29;
	background : url(http://s.asablo.jp/css/common2r/bread_strawberry/calendar_a.png) left top no-repeat;
}

.calendar-cell a:hover {
	color: #E4BC96;
}


/* ■■□　09) フッタ　□■■
____________ 02) #footer 参照 */


#footer img{
	text-decoration: none;
	margin-left: 660px;
	margin-top: 100px;
}


#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;
}

