/* ---------------------- */
/*　全ページ共通設定項目　*/
/* -----------------------*/


* {
	margin: 0;
	padding: 0;
}

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

div {
	zoom: 100%;
}

a,
a img {
	border: none;
}

a,
a:visited {
	color: #9F3434;
}

a:hover {
}

body {
	background: #DFD8C0;
	text-align: center;
	padding-bottom: 20px;
}

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

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

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



/* -- ******** -- */
/* -- 大枠指定 -- */
/* -- ******** -- */

#content {
	width: 792px;
	margin: 0px auto;
}

#main {
	width: 606px;
	float: right;
}

#footer {
	width: 792px;
	margin: 0px auto;
	padding-top: 45px;
	clear: both;
}




/* -- ************ -- */
/* -- ヘッダー指定 -- */
/* -- ************ -- */

#header {
	background: url(images/topimage.jpg) no-repeat;
	width: 722px;
	height: 158px;
	color: #FFFFFF;
	margin: 5px auto 25px auto;
	padding: 30px 35px;
	text-align: left;
}

#header h1 { font-size: 16px; }
#header h2 {
	font-size: 12px;
	font-weight: normal;
	margin-top: 10px;
}

#header a {
	color: #FFFFFF;
}

#mainsite {
	text-align: right;
	padding: 6px 8px 1px 8px;
	width: 776px;
	margin: 0px auto;
}



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

#menu {
	width: 171px;
	float: left;
	text-align: left;
	color: #452C11;
}

#menu h4 {
	font-size: 14px;
	color: #5E6618;
	background: url(images/bg_sidetitle.jpg) no-repeat;
	padding: 12px 0px 11px 41px;
	height: 14px;
	text-align: left;
	margin: 8px 0px;
	margin-top: 30px;
}

#menu ul { padding-left: 11px; }
#menu li {
	list-style: none;
	font-size: 12px;
	line-height: 1.5em;
}
#menu ul.feed { margin-top: 30px; }
ul.feed li { margin-top: 5px; }
ul.feed img { margin-bottom: -1px; }

#profile {
	position: relative;
	height: 128px;
}
#profile img {
	position: absolute;
	z-index: 2;
	top: 3px;
	left: 98px;
}
#profile h4 {
	margin-top: 0px;
	z-index: 1;
}
#profile p {
	width: 86px;
	z-index: 1;
	font-size: 10px;
	padding-left: 11px;
	line-height: 1.3em;
}

#homelink {
	margin-top: 30px;
	padding-left: 11px;
}
#homelink a { color: #000000; }



/* -- ****************** -- */
/* -- カレンダー限定指定 -- */
/* -- ****************** -- */

table.calendar {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width: 171px;
	padding: 2px 0px;
	margin: 4px 0px;
}

table.calendar th {
	font-size: 12px;
	font-weight: normal;
	padding: 6px 0px;
	text-align: center;
}
table.calendar td {
	font-size: 12px;
	padding: 2px 0px;
	text-align: center;
}

#calendar_month {
	text-align: center;
	line-height: 1.05em;
}
#calendar_previous {
	width: 80px;
	text-align: left;
	float: left;
}
#calendar_next {
	width: 80px;
	text-align: right;
	float: right;
}



/* -- ****************** -- */
/* -- ブログ記事本文指定 -- */
/* -- ****************** -- */

.entry {
	background: url(images/bg_entrybody.gif) repeat-y;
	margin-bottom: 25px;
}
.entrybody {
	padding: 0px 42px;
	font-size: 12px;
	text-align: left;
	line-height: 1.5em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


.entrytitle {
	padding: 26px 42px;
	background: url(images/bg_entrytop.gif) top no-repeat;
}
.entrytitle p {
	font-size: 10px;
	line-height: 1.05em;
	margin-bottom: 5px;
}
.entrytitle h3 {
	font-size: 18px;
	padding-bottom: 8px;
	border-bottom: 1px solid #C4BCA1;
	text-align: left;
	margin-bottom: 8px;
}

.entrydata {
	padding: 26px 42px;
	background: url(images/bg_entrybottom.gif) bottom no-repeat;
}
.entrydata ul { text-align: right; }
.entrydata li {
	list-style: none;
	display: inline;
	font-size: 10px;
	padding: 0px 5px;
	border-right: 1px solid #000000;
}
.entrydata li.theme { border-right: none; }



/* -- **************************** -- */
/* -- コメント・トラックバック指定 -- */
/* -- **************************** -- */

.comments {
	margin-bottom: 25px;
	background: url(images/bg_entrybody.gif) repeat-y;
	text-align: left;
}
.comment_top {
	background: url(images/bg_entrytop.gif) top no-repeat;
	padding: 24px 42px 6px 42px;
}
.comment_body { padding: 0px 42px; }
.comment_bottom {
	background: url(images/bg_entrybottom.gif) bottom no-repeat;
	padding: 6px 42px 24px 42px;
}
.comments h4 {
	font-size: 14px;
	text-align: left;
}

.commentbody { padding: 6px 0px 25px 0px; }
.commentbody .author {
	margin-top: 15px;
	margin-bottom: 4px;
}

.comments-open {
	margin: 0px auto;
	margin-top: 15px;
	font-size: 12px;
}

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;
}
p.preview { margin-bottom: 25px; }




/* -- ************ -- */
/* -- フッター指定 -- */
/* -- ************ -- */

#footer p {
	font-size: 10px;
	margin-bottom: 10px;
	text-align: center;
}

#footer address {
	font-size: 10px;
	margin-bottom: 16px;
	font-style: normal;
	text-align: center;
}

#footer address a,
#footer address a:visited {
	text-decoration: none;
}

#footer address a:hover {
	background: none;
}

#denki{
margin:0 0 15px 5px;
}
