
/* css start ------------ */


/* :::::::::::::::::::::::::::::::::::::::::::::
	style reset
::::::::::::::::::::::::::::::::::::::::::::: */

html, body,
h1, h2, h3, h4, h5, h6,
p, pre, blockquote,
ul, ol, li,
dl, dt, dd, address,
input, textarea {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

hr {
	display: none;
}




/* :::::::::::::::::::::::::::::::::::::::::::::
	typography
::::::::::::::::::::::::::::::::::::::::::::: */

body { color: #333500; font-family: "メイリオ", "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Verdana, "ＭＳ Ｐゴシック", sans-serif; line-height:normal;}

div.comment-form form input,
div.comment-form form textarea { color: #333; font-family: "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif; }
html>/**/body input,
html>/**/body select,
html>/**/body textarea { color: #333; font-family:sans-serif; }/* Win IE 以外 */




/* :::::::::::::::::::::::::::::::::::::::::::::
	essential
::::::::::::::::::::::::::::::::::::::::::::: */

a:link,
a:visited {
	color: #5f8f3b;
	text-decoration: none;
	background-color: transparent;
}

a:active,
a:hover {
	color: #afc79d;
	text-decoration: underline;
	background-color: transparent;
}



/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	layout
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


body {
	background: #fff7cf url(http://s.asablo.jp/css/common2l/umemiyabi_gold/bg_top.jpg) repeat-x top center;
}

div#container {
	width: 820px;
	margin: 0 auto;
	background: url(http://s.asablo.jp/css/common2l/umemiyabi_gold/bg_y.gif) repeat-y top center;
}

div#container div#head {
	height: 322px;
	background: url(http://s.asablo.jp/css/common2l/umemiyabi_gold/head_bg.jpg) no-repeat;
}

div#container div#center {
	float: right;
	width: 515px;
}

div#container div#left {
	float: left;
	width: 275px;
	padding: 24px 0 50px 0;
}

div#container div#left div.sidebar {
	padding: 0 0 0 55px;
}

div#container p#footer {
	position: relative;
	clear: both;
	width: 820px;
	height: 100px;
}


/* ------------------------------------------------
	head
------------------------------------------------ */

div#head h1 {
	padding: 120px 360px 0 80px;
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
}

div#head h1 a:link,
div#head h1 a:visited {
	color: #fff;
}

div#head h1 a:hover,
div#head h1 a:active {
	color: #fff;
}



/* ------------------------------------------------
	main
------------------------------------------------ */

div#main {
	position: relative;
	padding: 12px 0 30px 0;
}


/* 前／次 ---------------- */

div#main div.navi {
	width: 455px;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
}

div#main div.navi a {
	padding: 0 5px 0 5px;
}

div#main div.navi a:link,
div#main div.navi a:visited,
div#main div.navi a:active,
div#main div.navi a:hover { text-decoration: underline; }

div#main div#navi-top {
	position: absolute;
	top: 0; left: 0;
}

div#main div#navi-bottom {
	padding: 25px 0 0 0;
}


/* 記事部分 ---------------- */

div.msg {
	position:relative;
	width: 455px;
	margin: 0 0 55px 0;
	padding: 58px 0 0 0;
	background: #fff url(http://s.asablo.jp/css/common2l/umemiyabi_gold/entry_top.gif) no-repeat;
}

div.msg h2.msg-title {
	padding: 0 0 13px 0;
	background: #fff url(http://s.asablo.jp/css/common2l/umemiyabi_gold/entry_tit_btm.gif) no-repeat left bottom;
	color: #fff;
	font-size: 0;
	line-height: 0px;
}
* html div.msg h2.msg-title { font-size: 1px; line-height:1; }


div.msg h2.msg-title a {
	color: #333500;
	font-size: 16px;
	line-height: 20px;
}

div.msg h2.msg-title span.msg-date {
	display: block;
	padding: 4px 0 0 0;
	color: #333500;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
}

div.msg div.msg-body {
	padding: 13px 0 0 0;
	font-size: 12px;
	line-height: 19px;
}

div.msg div.msg-body a:link,
div.msg div.msg-body a:visited { text-decoration: underline; }
div.msg div.msg-body a:active,
div.msg div.msg-body a:hover { text-decoration: none; }

div.msg div.msg-pict {
	padding: 10px 0 10px 0;
}

div.msg div.msg-content {
	padding: 10px 0 0 0;
	color: #333;
}

div.msg p.msg-footer {
	padding: 15px 0 33px 0;
	background: #fff url(http://s.asablo.jp/css/common2l/umemiyabi_gold/entry_btm.gif) no-repeat bottom left;
	text-align: center;
	color: #5f8f3b;
	font-size: 10px;
	line-height: 14px;
}


div.msg div.msg-body h1 { font-size: 24px; line-height: 38px; }
div.msg div.msg-body h2 { font-size: 21px; line-height: 33px; }
div.msg div.msg-body h3 { font-size: 18px; line-height: 28px; }
div.msg div.msg-body h4 { font-size: 16px; line-height: 24px; }
div.msg div.msg-body h5 { font-size: 14px; line-height: 21px; }
div.msg div.msg-body h6 { font-size: 12px; line-height: 19px; }

div.msg div.msg-body pre {
	margin: 0 0 1em 0;
	padding: 1em;
	background: #f7e5bc;
}

div.msg div.msg-body blockquote {
	margin: 0 0 1em 0;
	padding: 1em;
	border: 1px solid #efdbad;
}

div.msg div.msg-body ul li {
	padding: 2px 0 2px 20px;
	background: url(http://s.asablo.jp/css/common2l/umemiyabi_gold/arw01.gif) no-repeat 0em 0.5em;
	list-style: none;
}



/* アーカイブページ ---------------- */

div#main div.msg-archives  {
}

div.msg-archives h2.msg-title {
	
}

div.msg-archives h2.msg-title a {
	text-decoration: none;
}

div#main div.msg-archives div.msg-body {
	padding: 0 0 25px 15px;
	background: none;
	border: 0px;
}
div.msg-archives div.msg-body h3 {
	padding: 20px 0 0;
	color: #41380e;
	font-size: 16px;
	line-height: 20px;
}

div.msg-archives ul {
	padding: 10px 0 10px 0;
	list-style-type: none;
}

div.msg-archives div.msg-body ul li {
	width: 400px;
	padding: 0 0 0 0;
	background: none;
}

div.msg-archives div.msg-body ul li a {
	display: block;
	padding: 3px 0 3px 29px;
	background: url(http://s.asablo.jp/css/common2l/umemiyabi_gold/arw01.gif) no-repeat 8px 0.65em;
}

div.msg-archives div.msg-body ul li a:hover {
	background-image: url(http://s.asablo.jp/css/common2l/umemiyabi_gold/arw01_ov.gif);
}

div#main div.msg-archives p.msg-footer {
	margin: 0 0 0 15px;
	background: none;
	border: 0px;
}


/* コメント・トラックバック共通 ---------------- */

h2.comment-caption,
div.comment-form p.comment-caption,
h2.tb-caption {
	width: 455px;
	padding: 45px 0 10px 26px;
	background: url(http://s.asablo.jp/css/common2l/umemiyabi_gold/comm_tit.gif) no-repeat 0% 100%;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
h2.comment-caption {
	padding: 0 0 10px 26px;
}


h2.comment-caption a,
div.comment-form p.comment-caption a,
h2.tb-caption a {
	color: #333500;
	text-decoration: none;
}

h3.comment-title,
h3.tb-title {
	width: 435px;
	margin: 23px 0 0 0;
	padding: 0 0 0 18px;
	background: url(http://s.asablo.jp/css/common2l/umemiyabi_gold/arw01.gif) no-repeat 0em 0.25em;
	color: #1c3d04;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
}

h3.comment-title a:link,
h3.comment-title a:visited,
h3.tb-title a:link,
h3.tb-title a:visited { text-decoration: none; }
h3.comment-title a:hover,
h3.comment-title a:active,
h3.tb-title a:hover,
h3.tb-title a:active { text-decoration: underline; }

div.comment-body,
div.tb-body {
	width: 455px;
	padding: 8px 0 0 0;	
	font-size: 12px;
	line-height: 17px;
}


/* コメント ---------------- */

div.comment-body ul {
	list-style-type: none;
}

div.comment-form {
	width: 455px;
	padding: 0 0 16px 0;
}

div.comment-form form {
	padding: 23px 0 0 0;
}

div.comment-form p {
	margin: 15px 0 0 0;
	font-size: 12px;
	line-height: 18px;
}
div.comment-form form p {
	margin: 0 0 0 0;
	color: #41380e;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

div.comment-form form input {
	width: 200px;
	margin: 0 0 3px 0;
	background-color: #5f8f3b;
	border: 1px solid #5f8f3b;
	color: #ffffff;
	font-weight: normal;
	cursor: pointer;
}

div.comment-form form input:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

div.comment-form form #asablo-comment-name,
div.comment-form form #asablo-comment-mail,
div.comment-form form #asablo-comment-url,
div.comment-form form #asablo-comment-content,
div.comment-form form #asablo-comment-keyword  {
	display: block;
	margin-top: 2px;
	background-color: #fafaf3;
	border: 1px solid #e1d6d6;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	cursor: text;
}

div.comment-form form #asablo-comment-name:hover,
div.comment-form form #asablo-comment-mail:hover,
div.comment-form form #asablo-comment-url:hover,
div.comment-form form #asablo-comment-content:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

div.comment-form form textarea {
	width: 370px;
	margin: 0 0 14px 0;
}

div.comment-form form br {
	display: none;
}


/* コメント確認 ---------------- */

div.comment-body ul {
	padding: 0 0 1.7em 0;
}

div.comment-body ul li {
	padding: 0 0 3px 0;
}




/* トラックバック ---------------- */

p.tb-url,
p.tb-attention {
	padding: 15px 0 0 0;
	font-size: 12px;
	line-height: 18px;
}
p.tb-attention {
}

p.tb-url code {
	display: block;
	color: #1c3d04;
}


/* ------------------------------------------------
	left
------------------------------------------------ */

div#left {
	font-size: 12px;
	line-height: 17px;
}

/* ツール ---------------- */

div.mod {
	width: 215px;
	margin: 0 0 45px 0;
}

div.mod div.mod-body {
	padding: 6px 0 0 0;
}

div.mod-description h2,
div.mod-comment h2,
div.mod-recent-articles h2,
div.mod-trackback h2,
div.mod-category h2,
div.mod-backno h2 {
	width: 215px;
	height: 48px;
	text-indent: -9999px;
	font-size: 1px;
}

div.mod-description h2 { background: url(http://s.asablo.jp/css/common2l/umemiyabi_gold/mod_about.jpg) no-repeat;}
div.mod-comment h2 { background: url(http://s.asablo.jp/css/common2l/umemiyabi_gold/mod_comm.jpg) no-repeat;}
div.mod-recent-articles h2 { background: url(http://s.asablo.jp/css/common2l/umemiyabi_gold/mod_entry.jpg) no-repeat;}
div.mod-trackback h2 { background: url(http://s.asablo.jp/css/common2l/umemiyabi_gold/mod_tb.jpg) no-repeat;}
div.mod-category h2 { background: url(http://s.asablo.jp/css/common2l/umemiyabi_gold/mod_cate.jpg) no-repeat;}
div.mod-backno h2 { background: url(http://s.asablo.jp/css/common2l/umemiyabi_gold/mod_bn.jpg) no-repeat;}


div.mod div.mod-body p.mod-text {
	padding: 3px 0 0 0;
}


/* リスト */

div.mod ul {
	width: 215px;
	list-style-type: none;
}

div.mod ul li {
}

div.mod ul li a {
	display: block;
	padding: 3px 0 4px 29px;
	background: url(http://s.asablo.jp/css/common2l/umemiyabi_gold/arw01.gif) no-repeat 8px 0.5em;
	width:186px;
}
div.mod ul li a:hover {
	background-image: url(http://s.asablo.jp/css/common2l/umemiyabi_gold/arw01_ov.gif);
}

div.mod ul li.mod-link-to-archives {
	border-bottom: 0px;
}

div.mod ul li.mod-link-to-archives a {
	background: none;
}


/* カレンダー */

div.mod-calendar {
	width: 213px;
	border: 1px solid #f7e5bc;
}

div.mod-calendar div.mod-body {
	padding: 8px 8px 14px 8px;
}

div.mod-calendar div.mod-body table.calendar,
div.mod-calendar div.mod-body table.calendar td {
	border: 0px;
	border-collapse: collapse;
}

div.mod-calendar div.mod-body table.calendar {
	width: 197px;
}

div.mod-calendar div.mod-body table.calendar td {
	font-size: 12px;
	line-height: 19px;
	color: #333500;
	text-align: center;
	vertical-align: middle;
}

div.mod-calendar div.mod-body table.calendar td.calendar-title {
	padding: 4px 3px 3px 3px;
	background: #f4b723;
	color: #fff;
}

div.mod-calendar div.mod-body table.calendar td.calendar-title a:link,
div.mod-calendar div.mod-body table.calendar td.calendar-title a:visited,
div.mod-calendar div.mod-body table.calendar td.calendar-title a:hover,
div.mod-calendar div.mod-body table.calendar td.calendar-title a:active {
	color: #fff;
}

div.mod-calendar div.mod-body table.calendar td.calendar-sun-name,
div.mod-calendar div.mod-body table.calendar td.calendar-sat-name,
div.mod-calendar div.mod-body table.calendar td.calendar-wday-name {
	padding: 3px 0 4px 0;
	background: #f7e5bc;
	color: #333;
}
div.mod-calendar div.mod-body table.calendar td.calendar-sun-name { color: #e70036;}
div.mod-calendar div.mod-body table.calendar td.calendar-sat-name { color: #02569c;}

div.mod-calendar div.mod-body table.calendar td.calendar-cell {
	padding: 6px 0 0 0;
}

div.mod-calendar div.mod-body table.calendar td.calendar-cell a {
	display: block;
	width: 19px;
	height: 19px;
	margin: 0 auto;
	background: url(http://s.asablo.jp/css/common2l/umemiyabi_gold/mod_cal_link.gif) no-repeat 60% 50%;
	color: #fff;
}


/* メッセージ */

div.mod-message {
}

div.mod-message h2,
div.mod-message div.mod-body {
	width: 215px;
	padding: 10px 0 0 0;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
}

div.mod-message h2 {
	padding: 5px 0 5px 0;
	color: #41380e;
	font-weight: bold;
}


/* RSS、ブログの更新をお知らせ、ログイン */

div.mod-rss-button {
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
}

div.mod-rss-button h2,
div.mod-mailpia-button h2,
div.mod-login-button h2 {
	width: 215px;
	font-size: 12px;
	font-weight: normal;
}

div.mod-rss-button h2 a,
div.mod-mailpia-button h2 a,
div.mod-login-button h2 a {
	display: block;
	padding: 3px 0 4px 34px;
	background: url(http://s.asablo.jp/css/common2l/umemiyabi_gold/arw01.gif) no-repeat 12px 0.5em;
}
div.mod-rss-button h2 a:hover,
div.mod-mailpia-button h2 a:hover,
div.mod-login-button h2 a:hover {
	background-image: url(http://s.asablo.jp/css/common2l/umemiyabi_gold/arw01_ov.gif);
}



/* ------------------------------------------------
	footer
------------------------------------------------ */

p#footer {
}

p#footer img {
	position: absolute;
	top: 0px; left: 85px;
}






/* css end ------------ */