/* stripe_peachpuff_common2l.css */


/* ★ページ全体の共通指定 */
* {
	margin: 0;
	padding: 0;
}
body {
	color: #333333;
	font-size: 12px;
	font-family: "メイリオ", Osaka, verdana, arial, sans-serif;
	text-align: center;
	background: #FDC4B3 url(http://s.asablo.jp/css/common2l/stripe-peachpuff/bg.gif);
	border: 0;
}
h1, h2, h3 {
	font-weight: normal;
}
ul, p, div, span {
}
li {
	margin-left: 1em;
	list-style-type: disc;
}
img {
	border: none;
}
table {
	border: none;
}
a {
	color: #788DB8;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* ★各要素の指定 */
#container {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	background: #FCC4B5 url(http://s.asablo.jp/css/common2l/stripe-peachpuff/bg_body.gif) repeat-y;
}
#head {
	width: 680px;
	height: 77px;
	margin: 0px 30px 0px 30px;
	background-color: #DA958E;
}
#left {
	width: 240px;
	text-align: left;
	float: left;
}
#center {
	width: 490px;
	float: left;
}
#main {
	text-align: left;
	margin: 12px 20px 0px 24px;
}
#footer {
	clear: both;
	padding: 10px 0px 3px 45px;
	text-align: left;
}
/* ブログのタイトル */
#head h1 {
	padding: 25px 0px 0px 23px;
	text-align: left;
	font-size: 24px;
	color: #FFEDD9;
}
#head h1 a {
	color: #FFEDD9;
}

/* ☆ナビの指定 */
.navi {
	text-align: right;
	margin-bottom: 10px;
}
.navi a {
	color: #D8F5FE;
}
#navi-top {
}
#navi-bottom {
}


/* ★ メインコンテンツ（記事部分エリア）の指定 */
.msg {
	width: 450px;
	height: auto;
	margin-bottom: 20px;
	padding-top: 12px;
	background: url(http://s.asablo.jp/css/common2l/stripe-peachpuff/bg_msg.jpg) repeat-y;
}
/* 記事のタイトル */
/* safari only \*/
html:\66irst-child h2.msg-title {
	visibility: visible;
	margin: 16px 0px 21px 30px;
	color: #fef1e9;
	font-size: 16px;
	font-weight: bold;
}
h2.msg-title {
	position: relative;
	visibility: hidden;
	margin: 16px 0px 21px 30px;
	padding-top: 30px;
	color: #fef4f5;
	font-size: 16px;
	font-weight: bold;
}
h2.msg-title a {
	position: relative;
	visibility: visible;
	color: #499BCB;
}
/* 記事の日付 */
/* safari only \*/
html:\66irst-child span.msg-date {
	float: right;
	margin-left: 12px;
	padding-left: 18px;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	background: url(http://s.asablo.jp/css/common2l/stripe-peachpuff/point_date.gif) no-repeat;
	background-position: center left;
}
.msg-date {
	position: absolute;
	top: 0;
	left: -30px;
	visibility: visible;
	display: block;
	width: 230px;
	margin-left: 12px;
	padding-left: 18px;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	background: url(http://s.asablo.jp/css/common2l/stripe-peachpuff/point_date.gif) no-repeat;
	background-position: center left;
}
/* ☆記事本体 */
.msg-body {
	margin: 0px 30px 0px 30px;
	line-height: 1.6em;
}
.msg-body .msg-pict {
	margin-bottom: 10px;
}
.msg-archives ul {
	padding-top: 5px;
	padding-bottom: 15px;
	margin-left: 15px;
}
.msg-archives ul li {
	list-style-type: disc;
}
/* ☆wiki仕様****************************/
.msg-body h2 {
	padding-left: 1em;
	border-bottom: solid 1px #e4811e;
	border-left: solid 2px #e4811e;
}
.msg-body h3 {
	border-bottom: solid 1px #e4811e;
}
.msg-body h4 {
	border-bottom: dashed 1px #e4811e;
}
.msg-body p {
	line-height: 160%;
}
.msg-body pre {
	margin : 1em;
	padding : 1em;
	background-color: #F0F0F0;
	border : 1px dashed #e4811e;
}
.msg-body blockquote {
	margin : 1em;
	padding : 1em;
	background-color: #F0F0F0;
	border: 1px solid #e4811e;
}
/*************************************/
/* 記事のフッター（コメント・トラックバック部分） */
.msg-footer {
	padding: 10px 30px 30px 30px;
	color: #79C5E9;
	font-size: 12px;
	text-align: left;
	background: url(http://s.asablo.jp/css/common2l/stripe-peachpuff/bg_msg_footer.jpg) no-repeat;
	background-position: bottom;
}


/* ★ツールバーの指定 */
.sidebar {
	text-align: left;
	padding: 15px 1px 0px 30px;
}
.mod {
	margin-bottom: 16px;
}
/* ツールバーのタイトル指定 */
h2.mod-caption {
	font-size: 12px;
}
/* ☆ツールバーのボディー指定 */
.mod-body {
	padding: 9px 7px 9px 7px;
	margin-right: 5px;
	background-color: #FFF7EC;
}
.mod-body li {
	margin-bottom: 9px;
	padding-left: 5px;
	font-size: 12px;
	text-align: left;
	list-style-type: none;
	background: none;
}
.mod-body p.mod-text {
	font-size: 12px;
	text-align: left;
	line-height: 150%;
}


/* ★各コンテンツの要素設定 */
/* ☆最近の記事 */
.mod-recent-articles h2.mod-caption {
	width: 204px;
	height: 23px;
	background: url(http://s.asablo.jp/css/common2l/stripe-peachpuff/tooltitle_rec.gif) no-repeat;
	text-indent: -9999px;
}
.mod-recent-articles .mod-body li.mod-text {
	padding-left: 18px;
	background: url(http://s.asablo.jp/css/common2l/stripe-peachpuff/point_tool_rec.gif) no-repeat;
	background-position: center left;
}
/* ☆このブログについて */
.mod-description h2.mod-caption {
	width: 204px;
	height: 23px;
	background: url(http://s.asablo.jp/css/common2l/stripe-peachpuff/tooltitle_des.gif) no-repeat;
	text-indent: -9999px;
}
/* ☆メッセージ */
.mod-message h2.mod-caption {
	width: 179px;
	height: 100%;
	padding-top: 6px;
	padding-left: 25px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	vertical-align: center;
	background: #e3a189 url(http://s.asablo.jp/css/common2l/stripe-peachpuff/tooltitle_msg.gif) no-repeat;
}
.mod-message .mod-caption a {
	color: #ffffff;
	text-decoration: none;
}
.mod-message .mod-caption a:hover {
	text-decoration: none;
}
/* ☆カテゴリ */
.mod-category h2.mod-caption {
	width: 204px;
	height: 23px;
	background: url(http://s.asablo.jp/css/common2l/stripe-peachpuff/tooltitle_cat.gif) no-repeat;
	text-indent: -9999px;
}
.mod-category .mod-body li.mod-text {
	padding-left: 18px;
	background: url(http://s.asablo.jp/css/common2l/stripe-peachpuff/point_tool_cat.gif) no-repeat;
	background-position: center left;
}
/* ☆コメント */
.mod-comment h2.mod-caption {
	width: 204px;
	height: 23px;
	background: url(http://s.asablo.jp/css/common2l/stripe-peachpuff/tooltitle_com.gif) no-repeat;
	text-indent: -9999px;
}
.mod-comment .mod-body li.mod-text {
	padding-left: 18px;
	background: url(http://s.asablo.jp/css/common2l/stripe-peachpuff/point_tool_com.gif) no-repeat;
	background-position: center left;
}
/* ☆トラックバック */
.mod-trackback h2.mod-caption {
	width: 204px;
	height: 23px;
	background: url(http://s.asablo.jp/css/common2l/stripe-peachpuff/tooltitle_tb.gif) no-repeat;
	text-indent: -9999px;
}
.mod-trackback .mod-body li.mod-text {
	padding-left: 18px;
	background: url(http://s.asablo.jp/css/common2l/stripe-peachpuff/point_tool_tb.gif) no-repeat;
	background-position: center left;
}
/* ☆バックナンバー */
.mod-backno h2.mod-caption {
	width: 204px;
	height: 23px;
	background: url(http://s.asablo.jp/css/common2l/stripe-peachpuff/tooltitle_bk.gif) no-repeat;
	text-indent: -9999px;
}
.mod-backno .mod-body li.mod-text {
	padding-left: 18px;
	background: url(http://s.asablo.jp/css/common2l/stripe-peachpuff/point_tool_bk.gif) no-repeat;
	background-position: center left;
}
/* ☆RSS */
.mod-rss-button {
	width: 175px;
	padding: 10px 10px 0px 10px;
}
.mod-rss-button h2.mod-caption {
	height: 14px;
	padding: 2px 0px 2px 25px;
	background: #fefefe url(http://s.asablo.jp/css/common2l/stripe-peachpuff/bt-rss.gif) no-repeat;
	background-position: top left;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	border-top: solid 1px #e4811e;
	border-right: solid 1px #e4811e;
	border-bottom: solid 1px #e4811e;
	border-left: solid 1px #e4811e;
}
.mod-rss-button h2.mod-caption a {
	color: #333333;
}
/* ☆mailpia */
.mod-mailpia-button {
	width: 175px;
	padding: 0px 10px 0px 10px;
}
.mod-mailpia-button .mod-caption {
	padding: 2px 0px 2px 25px;
	background: #fefefe url(http://s.asablo.jp/css/common2l/stripe-peachpuff/bt-mailpia.gif) no-repeat;
	background-position: top left;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	border-top: solid 1px #e4811e;
	border-right: solid 1px #e4811e;
	border-bottom: solid 1px #e4811e;
	border-left: solid 1px #e4811e;
}
.mod-mailpia-button .mod-caption a {
	color: #333333;
}
/* ☆Login */
.mod-login-button {
	width: 175px;
	height: 14px;
	padding: 0px 0px 10px 10px;
}
.mod-login-button h2.mod-caption {
	padding: 2px 0px 2px 25px;
	background: #fefefe url(http://s.asablo.jp/css/common2l/stripe-peachpuff/bt-login.gif) no-repeat;
	background-position: top left;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	border-top: solid 1px #e4811e;
	border-right: solid 1px #e4811e;
	border-bottom: solid 1px #e4811e;
	border-left: solid 1px #e4811e;
}
.mod-login-button h2.mod-caption a {
	color: #333333;
}

/* ☆カレンダーの指定 */
.mod-calendar h2.mod-caption {
	display: none;
}
.mod-calendar .mod-body {
	margin: 11px 2px 8px 0px;
	padding: 0px;
}
table.calendar {
	width: 100%;
	height: 100%;
	background-color: #F5BFA5;
	border-top: 2px solid #F5BFA5;
	border-right: 5px solid #F5BFA5;
	border-bottom: 2px solid #F5BFA5;
	border-collapse: collapse;
	border-spacing: 0px;
	text-align: center;
	font-size: 10px;
}
table.calendar td {
	height: 25px;
	margin: 0;
	padding: 0;
	background-color: #FFF7EC;
	text-align: center;
}
table.calendar td.calendar-title {
	height: 25px;
	text-align: center;
	letter-spacing: 0.2em;
	border-bottom: 5px solid #F5BFA5;
}
.calendar-title a {
	display: inline;
}
table.calendar .calendar-row {
	height: 28px;
}
table.calendar td.calendar-cell {
	border-top: 5px solid #F5BFA5;
	border-right: 5px solid #F5BFA5;
	border-bottom: 5px solid #F5BFA5;
}
table.calendar .calendar-cell a {
	display: block;
	height: 19px;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 0px;
	background-color: #C0DAE9;
	color: #333333;
	font-size: 12px;
}
table.calendar td.calendar-sun-name, td.calendar-wday-name, td.calendar-sat-name {
	height: 28px;
	border-top: 2px solid #F5BFA5;
	border-right: 4px solid #F5BFA5;
	border-bottom: 2px solid #F5BFA5;
}


/* ★フッターリンク */
/* ☆コメント */
.comment-caption {
	border-top: none;
	padding: 0.5em 1em;
	font-weight: bold;
	font-size: 12px;
	color:#499BCB;
	border-bottom: dashed 1px #B6B6B6;
	background: url(http://s.asablo.jp/css/common2l/stripe-peachpuff/bg_msg.jpg) repeat-y;
}
.comment-caption a {
	color:#499BCB;
}
.comment-title {
	font-size: 12px;
	padding: 0.5em 1em 0.2em 1em;
	color:#499BCB;
	background-color: #D3E8F9;
	background: url(http://s.asablo.jp/css/common2l/stripe-peachpuff/bg_msg.jpg) repeat-y;
}
.comment-title a {
	color:#499BCB;
}
.comment-body {
	font-size: 12px;
	padding: 0em 1em 0.7em 1em;
	background: url(http://s.asablo.jp/css/common2l/stripe-peachpuff/bg_msg.jpg) repeat-y;
}
.comment-form {
	font-size: 12px;
	padding: 0.2em 1em 0.7em 1.1em;
	background: url(http://s.asablo.jp/css/common2l/stripe-peachpuff/bg_msg.jpg) repeat-y;
}
.comment-form p {
	padding-top: 0.5em;
	background: url(http://s.asablo.jp/css/common2l/stripe-peachpuff/bg_msg.jpg) repeat-y;
}
.comment-form form p {
	padding-bottom: 5px;
	line-height: 1.3em;
}
.comment-form form p input {
	display: block;
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
}
.comment-form form p br {
	display: none;
}
.comment-form textarea {
	display: block;
	width: 405px;
	height: 100px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
}
#main p {
	background: url(http://s.asablo.jp/css/common2l/stripe-peachpuff/bg_msg.jpg) repeat-y;
}

/* ☆トラックバック */
.tb-caption {
	border-top: dashed 1px #B6B6B6;
	padding: 0.5em 1em;
	font-size: 12px;
	font-weight: bold;
	border-bottom: none;
	background: url(http://s.asablo.jp/css/common2l/stripe-peachpuff/bg_msg.jpg) repeat-y;
}
.tb-caption a {
	color:#499BCB;
}
.tb-url {
	font-size: 12px;
	padding: 0.5em 1em;
	background: url(http://s.asablo.jp/css/common2l/stripe-peachpuff/bg_msg.jpg) repeat-y;
}
.tb-title {
	padding: 0.5em 1em 0.2em 1em;
	background-color: #D3E8F9;
	background: url(http://s.asablo.jp/css/common2l/stripe-peachpuff/bg_msg.jpg) repeat-y;
	color:#499BCB;
	font-size: 12px;
}
.tb-body {
	padding: 0em 1em 0.5em 1em;
	background: url(http://s.asablo.jp/css/common2l/stripe-peachpuff/bg_msg.jpg) repeat-y;
	font-size: 12px;
}

/* end of stylesheet */
