@charset "utf-8";
/* CSS Document */

/* ページ全体で適用させる基本タグの設定
----------------------------------------------- */
body {
	font-size:0.8em;
	line-height:1em;
	margin:0;
	padding:0;
	background: url("../img/global/bg.gif") repeat;
	background: #fff;
	color: #444444;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-family: meiryo, verdana, sans-serif;

}
html>body{
	font-size:small;
}
td,th{
	font-size:0.8em;
}
html>body td,html>body th{
	font-size:small;
}

a:link{text-decoration:none;color:#534741;}
a:visited{text-decoration:none;color:#534741;}
a:active{text-decoration:none;color:none;}
a:hover{text-decoration:none;color:#0261cd;}
a:link img,a:visited img,a:active img,a:hover img {border:0;} 
a:hover img{opacity: 0.6;filter: alpha(opacity=60);} 

/* ブログ本体
----------------------------------------------- */
#container {
	width: 950px;
	background:url(../img/global/bg_shadow.jpg) repeat;
	padding:0 8px 0 8px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* ヘッダ
----------------------------------------------- */
#header {
	width:940px;
	height:100px;
	margin:0;
	padding:5px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000;

	color: #5C453D;
}

/* メインエリア
----------------------------------------------- */
#main {
	width:950px;
	margin:0 auto ;
	text-align:left;
	padding:0 0 20px 0;
}
#main:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* フッター
------------------------------------------------------------ */
#footer {
	width:950px;
	height:50px;
	background:#000000;
	text-align:center;
	padding:8px 0px ;
	color:#FFFFFF;
	font-size:10px;

}

/* コンテンツ中央
------------------------------------------------------------ */
#center{
	width:510px;
	float: left;
}

/* コンテンツ左
------------------------------------------------------------ */
#left {
	float: left;
	width: 210px;
	margin:0 5px 20px 5px;
	overflow: hidden;
}

/* コンテンツ右
------------------------------------------------------------ */
#right {
	float: right;
	width: 210px;
	overflow: hidden;
	padding:0 5px 20px 5px;
}

/* ウィジェット
------------------------------------------------------------ */
#wiget {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#wiget .tab {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999;
	margin-bottom:5px;
	padding-left:5px;
}
#wiget .tab h1 {
	font-size:1.2em;
	line-height: 1.3em;
	margin:0;
	padding:0;
}

#wiget .backnumber {
	height:150px;
	overflow: auto;
}

#wiget ul {
	margin:0;
	padding:0;
}

#wiget li {
	margin:0;
	line-height: 1.4em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

/* 記事エリア
----------------------------------------------- */
#center .content {
	line-height: 1.4em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#center .blog-title {
	background-color: #5C453D;
	margin:0 0 2px 0;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #331900;
}

#center .blog-title h2 {
	color:#FFFFFF;
	line-height: 1.3em;
	font-size:1.2em;
	margin:0;
	padding:10px 0 10px 5px;
}

#center .blog-title h2 a {
	color:#FFFFFF;
	font-size:1.2em;
	margin:0;
	padding:10px 0 10px 5px;
}

#center .content .blog-body {
	border: 1px dotted #333;
	padding:5px;
}

#center .content .byline {
	text-align:right;
}

/* コメント枠
----------------------------------------------- */
#comments {
}
.comment-content {
	padding: 10px;
	margin: 0 10px 20px;
	background-color: #E0E0E0;
}

.comment-content p.posted {
	background:none;
	padding:10px 0 0 0;
	margin: 0;
	height:auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #960;
}

.comment-list h2 {
	height: 35px;
	text-indent: -9999px;
	margin: 30px 0 15px;
	color:#fff;
}

.comment-body p {
	margin: 0 0 10px;
}

.comments-open,
.comment-list-previous,
.comment-error,
.comment-form,
.comment-preview {
	width: 500px;
	margin: 0 auto;
	padding: 0 0 20px;
}

.comment-form {
	width:472px;
}

#comment-form-data {
	padding: 10px;
}

.comment-form h2 {
	display:none;
}

.comment-preview p.posted {
	background:none;
}

#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-reply,
#comments-open-text
{
	padding-bottom: 10px;
}

/* トラックバック枠
----------------------------------------------- */
.trackback {
	padding: 10px;
	margin: 0 10px 20px;
	background-color: #F6F4BA;
	border: 1px solid #090;
}

trackback-header {
}

.trackback-content {
	margin-top: 10px;
	border-top-style: solid;
	border-top-color: #060;
	border-top-width: 1px;
}

.trackback-content p.posted {
	background:none;
	padding:10px 0 0 0;
	margin: 0;
	height:auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #960;
}

.trackback-list h2 {
	height: 35px;
	text-indent: -9999px;
	margin: 30px 0 15px;
	color:#fff;
}


.trackback-body p {
	margin: 0 0 10px;
}

.trackbacks-open,
.trackback-list-previous,
.trackback-error,
.trackback-form,
.trackback-preview {
	width: 500px;
	margin: 0 auto;
	padding: 0 0 20px;
}

.trackback-form {
	width:472px;
}

#trackback-form-data {
	padding: 10px;
}

.trackback-form h2 {
	display:none;
}

.trackback-preview p.posted {
	background:none;
}

/* 回り込みを防ぐclearfixの設定
----------------------------------------------- */
.clearfix:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */