@charset "utf-8";

/* Reset Class */

* {
	margin: 0;
	padding: 0;
}

p,h1,h2,h3,h4,h5,h6,a,li,td,th,dt,dd,input,textarea,address {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

div:after,
ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

div,
ul {
	zoom: 100%;
}

sup {
	vertical-align: baseline;
	position:relative;
	top:-4px
}

p {
	line-height: 1.5em;
	font-size: 12px;
}

a { color: #FFA200; }
a:hover {
	color: #FFFFFF;
	background: #FFA200;
}


a img {
	border: none;
}

strong {
	color: #FA4B0C;
}

body {
	background: url(images/bg_body.gif);
	text-align: center;
	color: #675A54;
}

#contents {
	background: url(images/bg_contents.gif) repeat-y;
	width: 860px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px auto;
}


/* header指定 */

#header {
	padding: 15px;
	border-top: 5px solid #3D2716;
	_width: 100%;
         width: 830px;
}

#header #logo {
	float: left;
}

#header #contact_btn {
	float: right;
	margin-top: 2px;
}

#header #tel {
	float: right;
	margin-right: 15px;
}

#header ul.hd_menu {
	float: right;
	margin-right: 16px;
	_margin-right: 5px;
	margin-top: 3px;
}
*:first-child+html #header ul.hd_menu {     
        margin-right: 5px;
}
#header ul.hd_menu li {
	float: left;
	list-style: none;
}




/* footer指定 */

#footer {
	width: 860px;
	padding-top: 20px;
	clear: both;
}

#footer address {
	font-style: normal;
	color: #3D2716;
	background: #EEE4D8;
	font-size: 10px;
	text-align: right;
	padding: 2px 8px;
}

#footer_link {
	background: #3D2716;
	padding: 10px 12px;
}

#footer #footer_company {
	float: right;
	margin-top: 10px;
}

#footer p {
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
}

#footer a {
	color: #FFFFFF;
	background: none;
}



/*<--------------- サイドメニュー指定 --------------->*/

#menu {
	width: 230px;
	padding-left: 18px;
	float: left;
}

#menu dt {
	width: 230px;
	padding: 6px 0px;
	margin-top: 20px;
	font-size: 14px;
	height: 14px;
	font-weight: bold;
	background: url(images/bg_menutitle.gif) no-repeat;
}

#menu dd {
	padding: 10px 15px 24px 15px;
	text-align: left;
	background: #F6F4EE;
}

ul.category li,
ul.backnumber li,
ul.comment li,
ul.feed li {
	list-style: none;
	font-size: 12px;
	text-align: left;
	line-height: 1.5em;
	margin-top: 6px;
	padding-left: 12px;
	margin-left: 12px;
	background: url(images/menu_listitem.gif) left no-repeat;
}
ul.category a,
ul.backnumber a,
ul.comment a,
ul.feed a {
	text-decoration: none;
}
#menu dd.feed {
	background: none;
	padding: 0px;
	margin-top: 30px;
}
ul.feed img { margin-bottom: -2px; }
ul.feed li {
	padding-left: 8px;
	background: none;
}

table.calendar,
table.calendar caption {
	font-size: 10px;
	width: 200px;
	background: #FFFFFF;
}

table.calendar td,
table.calendar th {
	text-align: center;
	padding: 3px 0px;
	color: #6E471C;
}
table.calendar th.saturday { color: #0000CC; }
table.calendar th.sunday { color: #FF0000; }

table.calendar td a {
	color: #CC0000;
	text-decoration: underline;
}



/*<--------------- エントリー部分指定 --------------->*/

#main {
	width: 574px;
	float: right;
	margin-right: 18px;
	_margin-right: 9px;
}

.entry_butelink {
	margin-top: 35px;
}

.entrybox {
	margin-top: 20px;
	background: #F6F4EE;
	width: 572px;
}

.entrytop {
	text-align: left;
	padding-bottom: 20px;
}

.entrybody {
	padding: 20px 36px;
	text-align: left;
	line-height: 1.5em;
	font-size: 12px;
}

.entrybottom { padding: 30px 30px 20px 30px; }
.entrybottom ul { text-align: right; }
.entrybottom li {
	display: inline;
	list-style: none;
	padding-left: 6px;
	padding-right: 2px;
	border-left: 1px solid #553D38;
	font-size: 10px;
}
.entrybottom li.permalink { border: none; }

.entrytop h2 {
	font-size: 16px;
	width: 500px;
	background: url(images/bg_entrytitle.gif) no-repeat;
	padding: 8px 36px;
}
.entrytop ul.entrydata {
	border-bottom: 1px dotted #ADADAD;
	font-size: 10px;
	padding: 12px 10px;
	width: 500px;
	margin: 0px auto;
	list-style: none;
}
.entrytop ul.entrydata li.theme {
	width: 300px;
	float: left;
}
.entrytop ul.entrydata li.entrydate {
	width: 150px;
	float: right;
	text-align: right
}

/* コメント投稿部指定 */


#comments {
	margin-top: 20px;
	font-size: 12px;
	background: #F6F4EE;
}

#comment_top {
	padding: 20px 20px 0px 20px;
}

#comment_bottom {
	padding: 0px 20px 20px 20px;
}

#comments h3 {
	font-size: 14px;
	margin-bottom: 6px;
	padding: 4px 8px;
}

#comments p,
#comments h4 {
	padding: 0px 15px;
}

.commentbody {
	padding: 15px;
	background: #FFFFFF;
	text-align: left;
	margin-bottom: 20px;
	border: 1px solid #A5ACB2;
}

.commentbody h4 {
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 4px;
	pading: 15px;
}

.comments-open {
	width: 450px;
	margin: 0px auto;
	margin-top: 15px;
}

textarea { width: 100%; }
input.text { width: 300px; }

input.submit {
	margin-top: 20px;
	padding: 4px 10px;
}

#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comments-open-text {
	text-align: left;
	padding: 4px 0px;
}

#comment-form-name label,
#comment-form-email label,
#comment-form-url label {
	float: left;
	width: 80px;
	display: block;
}

h4.preview-comment {
	font-size: 14px;
	text-align: left;
}

.preview-comment-body {
	padding: 20px 0px 30px 0px;
}