@charset "EUC-JP";

/* ベース */

body {
	text-align:center;
	margin:20px;
	color:#000;
	background: #fff url(http://www.k-marubozu.jp/template/bz_back.gif) repeat-x top;
}

/* 共通 */

body,th,td {
	font-size:12px;
	line-height:170%;
	font-family: "Hiragino Kaku Gothic Pro","Osaka",sans-serif;
}
h1 {font-size:20px; line-height:150%;}
h2 {font-size:16px; line-height:150%;}
h3 {font-size:14px; line-height:150%;}
h4 {font-size:12px; line-height:150%;}

.small {font-size:11px; line-height:150%;}

a:link  { color:#00f; }
a:visited { color:#f0f; }
a:active { color:#f00; }
a:hover { color:#f00; }

img {border: 0;}
table {border: 0;}
.clear {clear:both;}
.hide {display: none;}

/* エリアレイアウト */

div#enclosure {
	width:800px;
	margin:30px auto 10px;
	text-align:center;
	border:1px solid #b40000;
	background-color:#fff;
}
div#title {
	width:800px;
}
div#title img {
	vertical-align:bottom;
}
div#menu {
	margin:0 auto 15px;
	padding-left:4px;
	padding-bottom:8px;
	border-bottom:1px solid #b40000;
}
div.menu-entory {
	margin-top:10px;
}
div#menu img {
	vertical-align:bottom;
}
div#contents {
	width: 422px;
	float:left;
	margin-left:22px;
	text-align: left;
}
div#side1 {
	padding-left:10px;
	width: 157px;
	float:left;
}
div#side2 {
	padding-right:10px;
	width: 157px;
	float:right;
}
div#side1-top {
	background: transparent url(http://www.k-marubozu.jp/template/bz_side_top.gif) no-repeat bottom right;
	width: 157px;
	height:5px;
	margin: 0;
}
div#side1-bottom {
	background: transparent url(http://www.k-marubozu.jp/template/bz_side_bottom.gif) no-repeat top right;
	width: 157px;
	height:5px;
	margin: 0;
}
div#side2-top {
	background: transparent url(http://www.k-marubozu.jp/template/bz_side_top.gif) no-repeat bottom left;
	width: 157px;
	height:5px;
	margin: 0;
}
div#side2-bottom {
	background: transparent url(http://www.k-marubozu.jp/template/bz_side_bottom.gif) no-repeat top left;
	width: 157px;
	height:5px;
	margin: 0;
}
div#side1-back,div#side2-back {
	background: transparent url(http://www.k-marubozu.jp/template/bz_side_body.gif) repeat-y right;
	width: 157px;
	padding-top:5px;
	padding-bottom:5px;
}
div#pagenavi {
	font-size:11px;
	width: 422px;
	text-align:center;
	margin-bottom: 15px;
}

/* エントリー */

div#entry-area,div#profile-area {
	width: 422px;
	margin-bottom:50px;
}
div#entry-area h2 {
	text-align:left;
	background: transparent url(http://www.k-marubozu.jp/template/bz_entry_top.gif) no-repeat bottom center;
	padding-left:75px;
	padding-top:30px;
	padding-bottom:5px;
	margin-bottom:0;
}
div#entry,div#profile {
	text-align:left;
	width: 420px;
	border-left: 1px solid #b40000;
	border-right: 1px solid #b40000;
	border-bottom: 1px solid #b40000;
	background-color:#fff;
	padding-top:7px;
}
div#entry p,div#profile p {
	padding-left: 10px;
	padding-right: 10px;
}
div.entry-author {
	width: 390px;
	text-align: right;
	padding:0 5px;
	margin: 0 auto 10px;
}
div.entry-state {
	clear: both;
	width: 390px;
	background-color:#b40000;
	text-align: right;
	padding:0 5px;
	margin: 10px auto;
	color:#fff;
}
div.entry-state a:link {color:#cf0;}
div.entry-state a:visited {color:#fc0;}
div.entry-state a:active {color:#f0f;}
div.entry-state a:hover {color:#f0f;}
div#entry img.pict {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 18px;
	text-align: center;
}
div#entry img.pict-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
div#entry img.pict-right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
div#entry img.thumb {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
div#entry em{
	font-weight: bold;
}
div#entry table {
	border-top: 1px solid #b40000;
	border-left: 1px solid #b40000;
}
div#entry table th {
	padding: 5px;
	border-bottom: 1px solid #b40000;
	border-right: 1px solid #b40000;
	background-color: #fff;
}
div#entry table td {
	padding: 5px;
	border-bottom: 1px solid #b40000;
	border-right: 1px solid #b40000;
	vertical-align: top;
	background-color: #fff;
}

/* コメント・トラックバック */

div#comments,div#trackback {
	width:420px;
	margin-bottom:50px;
}
div#comments h3,div#trackback h3 {
	padding-bottom: 5px;
	border-bottom: 2px solid #b40000;
}
div.msg-author {
	text-align: right;
	margin: 15px 0px 5px;
	padding-bottom: 2px;
	border-bottom: 1px solid #b40000;
}
div#comments h4 {
	background-color:#ffe5e5;
	border: 1px solid #b40000;
	padding: 5px 10px;
	margin-top:30px;
	margin-bottom:0px;
}
div#comment-form {
	border-bottom: 1px solid #b40000;
	border-right: 1px solid #b40000;
	border-left: 1px solid #b40000;
	background-color: #fff;
	padding: 10px 20px;
	margin-top:0px;
}
div.com-form-label {
	padding-bottom: 5px;
}
div.com-form-input {
	margin: 0px 10px 15px;
}
div.com-form-submit {
	margin: 0px 10px 15px;
}
p.tb-link {
	background-color: #ffe5e5;
	padding: 5px;
	margin-bottom: 30px;
	border: 1px solid #b40000;
	text-align: center;
}

/* プロフィール */

div#profile h2 {
	border-bottom: 2px solid #b40000;
	padding-bottom:5px;
	margin-bottom: 30px;
}

/* ナビゲーション */

div.side1-navi,div.side2-navi {
	padding-bottom: 30px;
}
div.navititle {
	margin: 0 auto;
}
div.navititle img {
	vertical-align:bottom;
}
div.side1-navi ul,div.side2-navi ul {
	list-style-type: none;
	padding: 0 4px;
	text-align: left;
}

/* カレンダー */

div#calendar {
	margin-left: 4px;
	text-align: center;
}
div#calendar table {
	width: 149px;
}
div#calendar table th,
div#calendar table td {
	text-align: center;
	padding: 1px;
}
.calendar_month {
	color: #000;
}
.weekday {
	color: #000;
	font-size:10px;
}
.cell {
	color: #999;
}

/* Extra */

div#search {
	text-align: center;
	margin: 0 4px 10px;
	padding: 15px 5px 5px;
	border-top: 1px solid #b40000;
	border-bottom: 1px solid #b40000;
}
div#search input {
	margin: 2px 0;
}
div#extra {
	text-align: center;
	margin: 0 4px 10px;
	padding: 10px 5px;
	border-top: 1px solid #b40000;
	border-bottom: 1px solid #b40000;
	font-size:11px;
}
.counter {
	font-size:11px;
	text-align:center;
}

/* フッタ */

.page-top {
	width:780px;
	font-size:11px;
	text-align:right;
	margin: 10px;
}
p#footer {
	text-align: center;
	font-size:11px;
	line-height:150%;
	color:#f00;
}

/*複数写真一括右寄せ*/

.sp2 {
	width:200px;
	float:right;
	margin:15px 0px 15px 15px;
}

/* IE6以前及びMacIE5用*/
*html div.side1-navi ul,
*html div.side2-navi ul {
	margin: 6px 0px;
}
/* Mac版除くIE6以前用\*/
*html div#entry,
*html div#profile,
*html div#comments,
*html div#trackback {
	width:422px;
}
*html div.entry-state {
	width:400px;
	margin-left:10px;
}
/**/
