/* 

    Blog  -  herb CSS 

    1.基本設定
    2.ヘッダ　タイトル部分
    3.左カテゴリー
    4.右カテゴリー（本文）
    5.フッタ　コピーライト部分


*/

/*  1.基本設定  */
body{
text-align:center;
}

#whole{
margin-left:auto;
margin-right:auto;
margin-top:5px;
margin-bottom:0px;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
text-align:left;
width:760px;
background:#FFFFFF;
}

table{
	font-size:85%;
	font-family: Arial, Helvetica, sans-serif;
}

td{
vertical-align:top;
}

a{
color:#7D431C;
text-decoration:none;
}

a:hover{
color:#C56525;
text-decoration:underline;
}

/*  2.ヘッダ　タイトル部分  */
#header{
border-top:4px solid #FFFFFF;
border-bottom:4px solid #FFFFFF;
background:url('http://www.dreama.jp/blog/blog_master_skin/5/herb/header_apricot.gif') repeat-y;
}

h1{
font-size:100%;
margin:0px;
padding:5px 10px 0px 10px;
}

#useroption{
text-align:right;
height:20px;
padding:5px 12px 5px 0px;
margin:0px 15px 0px 0px;
}

.subcontents{
border-top:1px solid #000000;
border-bottom:1px solid #000000;
margin:0px 0px 4px 0px;
padding:4px 0px 1px 0px;
}

/*  3.左カテゴリー  */
#leftcateg{
float:left;
background:#FFEDE9;
width:220px;
margin:0px 10px 0px 0px;
}

.leftcategaround{
border:1px solid #000000;
padding:0px 0px 0px 0px;
}

.blogmenu{
background:url('http://www.dreama.jp/blog/blog_master_skin/5/herb/blogmenu_apricot.gif') no-repeat 10px 10px;
}

.categmenu{
border-top:1px solid #000000;
background:url('http://www.dreama.jp/blog/blog_master_skin/5/herb/block_apricot.gif') no-repeat 10px 7px #FFCDAB;
border-bottom:1px dashed #AAAAAA;
padding:5px 10px 5px 25px;
margin:10px 0px 0px 0px;
}

.listaround{
list-style-type:none;
padding:0px;
margin:0px;
}

.listaround li{
background:url('http://www.dreama.jp/blog/blog_master_skin/5/herb/line_dashed.gif') repeat-x left bottom;
margin:0px 0px 0px 0px;
padding:6px 10px 4px 17px;
}

.listaround2{
list-style-type:none;
margin:0px;
padding:0px;
}

.listaround2 li{
margin:0px;
padding:6px 10px 4px 17px;
}

/*  4.右カテゴリー（本文）  */
#rightcateg{
float:left;
width:520px;
}

.rightcategaround{
padding:27px 20px 5px 0px;
}

h2{
color:#80953E;
margin:0px;
font-size:100%;
background:url('http://www.dreama.jp/blog/blog_master_skin/5/herb/block_apricot.gif') no-repeat 0px 2px;
padding:0px 0px 0px 13px;
}

.timecode{
}

.newsedit{
text-align:right;
}

.newsmain{
font-size : 14px;
line-height:140%;
margin:10px 0px 10px 0px;
}

.newsmain a {color: #7D431C;text-decoration: underline}
.newsmain a:link {color: #7D431C;text-decoration: underline}
.newsmain a:visited {color: #7D431C;text-decoration: underline}
.newsmain a:active {color: #C56525;text-decoration: underline}
.newsmain a:hover {color: #C56525;text-decoration: underline}

.endpublish{
padding:2px 0px 2px 0px;
border-top:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
}

.trackbackurl{
border-top:1px solid #EEEEEE;
margin:1px 0px 0px 0px;
padding:1px 0px 0px 0px;
}

.comment_form_title{
width:300px;
}

.comment_form_name{
width:300px;
}

.comment_form_url{
width:300px;
}

.comment_form_textarea{
width:480px;
}

.commentform{
line-height:180%;
}

.nextpreview{
text-align:right;
margin:0px 25px 0px 0px;
}

.uptop{
margin:0px 25px 0px 0px;
text-align:right;
}

.infotitle{
background:url('http://www.dreama.jp/blog/blog_master_skin/5/herb/block_apricot.gif') no-repeat 0px 2px;
padding:0px 0px 0px 13px;
margin:27px 0px 10px 0px;
}

.information{
font-size:110%;
}

.information a {color: #7D431C;text-decoration: underline}
.information a:link {color: #7D431C;text-decoration: underline}
.information a:visited {color: #7D431C;text-decoration: underline}
.information a:active {color: #C56525;text-decoration: underline}
.information a:hover {color: #C56525;text-decoration: underline}

.TOP_PAGE{margin:10px 20px 10px 10px;padding:5px;line-height:140%;}

.TOP_PAGE a {color: #7D431C;text-decoration: underline}
.TOP_PAGE a:link {color: #7D431C;text-decoration: underline}
.TOP_PAGE a:visited {color: #7D431C;text-decoration: underline}
.TOP_PAGE a:active {color: #C56525;text-decoration: underline}
.TOP_PAGE a:hover {color: #C56525;text-decoration: underline}

/*  5.フッタ　コピーライト部分  */
#footer{
border-top:1px solid #000000;
clear:left;
margin:5px 0px 0px 0px;
padding:0px 0px 0px 0px;
height:auto;
}

.copyright{
border-top:4px solid #FFFFFF;
border-bottom:4px solid #FFFFFF;
background:url('http://www.dreama.jp/blog/blog_master_skin/5/herb/header_apricot.gif') repeat-y;
padding:0px 10px 4px 10px;
text-align:right;
}

.deco_none { text-decoration: none; }
.ENTRY_FOOTER { padding-bottom: 10px; }

#engine{
text-align:center;
margin:10px 0px 15px 0px;
font-size:85%;
}