/* 文字設定 */
body {
	font-size:12px;
	line-height:130%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Verdana','ＭＳ Ｐゴシック','sans-serif';
	letter-spacing:1px;
	color:#555555;
}

.bold {
	font-weight:bold;
}

.big {
	font-size:13px;
	line-height:140%;
}

.small {
	font-size:10px;
}

a:link {
	COLOR:#9F7C6F;
	TEXT-DECORATION:none;
}

a:visited {
	COLOR:#9F7C6F;
	TEXT-DECORATION:none;
}

a:hover {
	COLOR:#9F7C6F;
	TEXT-DECORATION:underline;
}

a:active {
	COLOR:#9F7C6F;
	TEXT-DECORATION:none;
}

a h1 {
	TEXT-DECORATION:none;
}

/* 共通デザイン */

.centering {
	text-align:center;
}

.text-right {
	text-align:right;
}

p {
	margin:10px 0px 10px 0px;
}

.top-margin-5px {
	margin:5px 0px 0px 0px;
}

.top-margin-10px {
	margin:10px 0px 0px 0px;
}

.bottom-margin-5px {
	margin:0px 0px 5px 0px;
}

.bottom-margin-10px {
	margin:0px 0px 10px 0px;
}

.margin-5px {
	margin:5px;
}

.spacer-100 {
	float:left;
	width:100%;
	height:100px;
}

.clear {
	clear:both;
}

/* カラムセット */

body {
	margin:0px;
	padding:0px;
	background-image:url("../image/bg.jpg");
	background-repeat:repeat-x;
	background-color:#ffffff;
	text-align:center;
}

body.contact {
	font-size:12px;
	line-height:130%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Verdana','ＭＳ Ｐゴシック','sans-serif';
	letter-spacing:1px;
	color:#555555;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	text-align:left;
}

#top-banner {
	width:100%;
	height:100px;
	margin:0px auto 0px auto;
	background-image:url("../image/top.jpg");
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
}

#contents {
	clear:both;
	display:table;
	width:850px;
	margin:0px auto 0px auto;
	padding:0px 0px 10px 0px;
	background-color:#ffffff;
	border-left:solid 1px #aaaaaa;
	border-right:solid 1px #aaaaaa;
	text-align:left;
	background-image:url("../image/main-image.jpg");
	background-repeat:no-repeat;
	background-position:10px 10px;
}

#left {
	display:inline;
	float:left;
	width:170px;
	margin:220px 17px 10px 10px;
}

#center {
	display:inline;
	float:left;
	width:450px;
	margin:220px 0px 0px 0px;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
	border-top:solid 1px #cccccc;
}

#right {
	display:inline;
	float:right;
	width:170px;
	margin:220px 10px 10px 0px;
}

#footer {
	clear:both;
	width:100%;
	height:70px;
	text-align:center;
	background-image:url("../image/footer-bg1.jpg");
	background-repeat:repeat-x;
	background-color:#ffffff;
	border-bottom:1px solid #DAD9D0;
}

#footer1 {
	margin:0px auto 0px auto;
	width:850px;
	height:70px;
	background-image:url("../image/footer-bg.jpg");
	background-repeat:no-repeat;
	background-position:center top;
	text-align:left;
}

/* 左ナビ */
#left h2 {
	margin:10px 0px 10px 0px;
}

/* 中央カラム */
.entry {
	float:left;
	width:450px;
	border-bottom:solid 1px #cccccc;
	background-image:url("../image/center/entry-bg.jpg");
	background-repeat:no-repeat;
	display : inline;
}

.entry-date {
	float:left;
	width:100%;
	text-align:right;
	font-family:'Georgia','Times','serif';
	font-size:27px;
	line-height:27px;
	margin-bottom:5px;
	display : inline;
}

#center h2 {
	float:left;
	width:440px;
	font-size:14px;
	font-weight:bold;
	margin-left:10px;
	display : inline;
}

.entry-comment {
	float:left;
	width:440px;
	margin-right:10px;
	text-align:right;
	font-size:10px;
	font-weight:bold;
	display : inline;
}

.entry-body {
	float:left;
	width:430px;
	margin:10px;
	display : inline;
	overflow:hidden;
}

/*カレンダー*/
table.calender {
	float:left;
	width:160px;
	margin:10px 0px 20px 0px;
	text-align:center;
}

/*カレンダーのタイトル*/
caption.calender {
	color:#FFFFFF;
	font-weight:bold;
	background-color:#555555;
	font-size:10px;
	text-align:center;
}

/*カレンダーの曜日*/
th.calender {
	line-height: 12px;
	font-size:10px;
	text-align:center;
	font-weight: bold;
	color: #555555;
	padding:2px 0px 0px 0px;
}

/*カレンダーの日付*/
td.calender {
	line-height:12px;
	font-size:10px;
	font-weight: normal;
	color: #cccccc;
	text-align:center;
	padding:2px 0px 0px 0px;
}

.comment-title {
	border-bottom:1px solid #aaaaaa;
	margin-top:25px;
}

.commenter-data {
	text-align:right;
	font-size:10px;
	margin:5px 0px 10px 0px;
}

textarea[id="comment-text"] {
	width: 80%;
	font-size:12px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Verdana','ＭＳ Ｐゴシック','sans-serif';
}

form {
	font-size:12px;
}

/* 右カラム */
#right h2 {
	margin:10px 0px 10px 0px;
}

select {
	margin:10px 0px 10px 0px;
}

#right form {
	margin:10px 0px 20px 0px;
}

#right label {
	font-size:10px;
}

ul.latest {
	margin:15px 0px 20px 0px;
	padding:0px;
	list-style-type:none;
	line-height:0px;
}

li.latest {
	margin:0px 0px 8px 0px;
	padding:0px 0px 0px 14px;
	line-height:120%;
	background:url("http://kazuhito.biz/image/right/li-head.gif") no-repeat;
	background-position:left 1px;
}


/* フッター */
#footer1 .text {
	float:left;
	position:relative;
	width:500px;
	height:40px;
	margin:12px 0px 0px 10px;
}

#footer1 .navi {
	margin-bottom:10px;
}

#footer1 .copyright {
	font-weight:bold;
	font-size:8px;
}

