@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";
	color: #3D1E06;
}

address,em { font-style: normal; }

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

div,ul {
	zoom: 100%;
}

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

a {
	color: #F39839;
}
a img { border: none; }
a:hover {
	color: #FFFFFF;
	background: #FD8B10;
}

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

#content {
	background: #FFFFFF;
	width: 830px;
	margin: 0px auto;
	color: #553D38;
}

#mainsite {
	text-align: right;
	padding: 1px 8px;
}


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

#menu {
	width: 210px;
	padding-left: 15px;
	float: left;
}

#menu dt {
	width: 210px;
	height: 26px;
	text-indent: -5000em;
	margin-top: 20px;
}

#menu dt.category { background: url(images/tl_category.gif); }
#menu dt.staff { background: url(images/tl_staff.gif); }
#menu dt.calendar { background: url(images/tl_calendar.gif); }
#menu dt.entry { background: url(images/tl_recententry.gif); }
#menu dt.comment { background: url(images/tl_comment.gif); }

#menu dd {
	margin-top: 10px;
	padding-left: 25px;
	text-align: left;
}

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;
}
ul.category a,
ul.backnumber a,
ul.comment a,
ul.feed a {
	text-decoration: none;
}

dd.staff img { margin-top: 4px; }
dd.staff p { font-size: 10px; }
dd.staff .photo {
	float: left;
	margin-right: 10px;
	margin-top: 0px;
}
#menu dd.feed {
	margin-top: 40px;
	background: none;
	padding: 0px;
}
ul.feed img { margin-bottom: -2px; }
ul.feed li { padding-left: 4px; }


table.calendar {
	font-size: 10px;
	width: 185px;
}

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: 560px;
	float: right;
	margin-right: 22px;
	_margin-right: 11px;
}

.entry_butelink {
	margin-top: 35px;
}

.entrybox {
	background: url(images/bg_entry.jpg) repeat-y;
	margin-top: 30px;
}

.entrytop {
	background: url(images/bg_entrytop.jpg) no-repeat top;
	padding: 35px 25px 0px 25px;
}
.entrytop li {
	list-style: none;
	font-size: 10px;
}

.entrybody {
	padding: 50px 25px 0px 25px;
	text-align: left;
	line-height: 1.5em;
	font-size: 12px;
}

.entrybottom {
	background: url(images/bg_entrybottom.jpg) no-repeat bottom;
	padding: 60px 25px 10px 25px;
}
.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 ul:after { clear: none; }

.entrytop .date {
	font-size: 10px;
	margin-bottom: 4px;
	text-align: left;
	margin-top: 2px;
}
.entrytop .author {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}
.entrytop h2 {
	font-size: 14px;
	margin-top: 4px;
	text-align: left;
	color: #F39839;
}
.entrytop h3 {
	font-size: 10px;
	margin-top: 4px;
	text-align: left;
}

.entrymore {
	margin-top: 20px;
}



/*<--------------- フッター部分指定 --------------->*/

#footer {
	clear: both;
	padding: 40px 15px 23px 15px;
	background: #FFFFFF;
	width: 800px;
	margin: 0px auto;
	color: #553D38;
}
#footer p {
	padding: 8px 20px;
	font-size: 10px;
	border-top: 1px solid #E0D6C2;
}
#footer p.gray {
	border-top: none;
	background: #F4EFE8;
	text-align: right;
	font-size: 12px;
}

#footer p.gray a {
	background: none;
	color: #3D1E06;
}

#footer address {
	font-size: 10px;
	padding-top: 10px;
}
#footer address a {
	color: #3D1E06;
	text-decoration: none;
	background: none;
}



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


#comments {
	margin-top: 30px;
	font-size: 12px;
	background: url(images/bg_entry.jpg) repeat-y;
}

#comment_top {
	padding: 20px 20px 0px 0px;
	background: url(images/bg_entrytop.jpg) top no-repeat;
}

#comment_bottom {
	padding: 0px 20px 20px 20px;
	background: url(images/bg_entrybottom.jpg) bottom no-repeat;
}

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

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

.commentbody {
	padding-bottom: 15px;
}

.commentbody h4 {
	font-size: 12px;
	text-align: left;
	color: #666666;
	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 40px 30px 40px;
	text-align: left;
}

