* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px auto;
	background-color: #EBEFEA;
	color :#333;
	text-align: center;
}

.clear {
	clear: both;
	font: 0px/0px sans-serif ;
}

ul {
	margin: 0px 0px 0px 15px;
}

div {
	position: relative;
}

div, td {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", "Verdana";
}

.form_color {
	background: #ECECEC;
}

a { color: #8B4726; text-decoration: none; font-weight:bold;}
a:link		{ color: #8B4726; }
a:visited	{ color: #8B4726; }
a:active	{ color: #F30; }
a:hover		{ color: #F30; }

em {
 font-style: italic;
}

/* =================================== */
/* レイアウト */
/* =================================== */

#wrapper {
	margin: 0 auto;
	width: 800px;
	overflow: hidden;
	text-align: left;
	background: #FFF url(../../images/dotline-s.gif) repeat-y;
}

#header {
	height: 142px;
	background: url(../../images/header_bg.gif) no-repeat left bottom;
}


#contents {
	background: url(../../images/dotline.gif) repeat-y;
	margin-top: 20px;
}


#contents #left {
	float: left;
	width: 160px;
}

#contents #center {
	float: left;
	width: 440px;
	margin-left: 160px;
	margin-right: -600px;
	_display: inline;
}

#contents #center .pad {
	padding : 0 20px;
}

#contents #right {
	float: right;
	width: 200px;
}

#footer {
	clear: both;
	padding-bottom: 1em;
}



/* =================================== */
/* ヘッダー */
/* =================================== */

h1 {  }

.site_title a {
	display: block;
	width: 100%; height: 100%;
	color: #666666;
	text-decoration: none;
}
.site_title a:link {color: #666666;text-decoration: none;}
.site_title a:visited {color: #666666;text-decoration: none;}
.site_title a:active {color: #666666;text-decoration: none;}
.site_title a:hover {color: #666666;text-decoration: none;}

.site_title{
	width: 100%; height: 100%;
	text-indent: -9999px;
	font-size: 0;
}

.description {
	font-size: 14px;
	color: #666666;
	margin: 0px 0px 25px 0px;
}

.header-l {
	width: 800px;
	height: 67px;
	overflow: hidden;
	background: url(../../images/title.gif) no-repeat;
}

.header-r {
	display: none;
}



/* =================================== */
/* エントリー */
/* =================================== */

.view{
	font-size: 12px;
	margin: 15px 0px 30px 0px;
}

.entry_tag {
	font-size: 10.5px;
	text-align:left;
	margin: 15px 0 0 0;
}

.entry_tag a {
	font-style: italic;
}

.entry {
	margin: 0px 0px 50px 0px;
	padding: 0px;
}

	.entry_date {
		font-size: 11px;
		font-weight: bolder;
		color: #630;
		margin: 10px 0px;

	}
	
	.entry_title {
		font-size: 14px;
		font-weight: bolder;
		color: #2F2F2F;
		margin: 15px 0;
	}
	
	.entry_body {
		font-size: 12px;
		line-height: 170%;
		margin: 20px 0;
	}
	
	.entry_author {
		font-size: 10px;
		color: #999999;
		margin: 5px 0px 5px 0px;
		text-align: right;
	}
	
	.entry_more {
		font-size: 11px;
		line-height: 170%;
		color: #333333;
		margin: 15px 0px 15px 0px;
	}
	
	.entry_state {
		font-size: 11px;
		margin: 15px 0px 30px 0px;
		padding-bottom: 26px;
		border-bottom: 1px dotted #CCC;
	}

.entry_navi {
	font-size:10.5px;
	text-align:center;
	margin:5px 0 10px 0;
}

blockquote {
	font-size: 11px;
	margin: 20px 10px 20px 10px;
	padding: 10px;
	border-left: 3px solid #CCCCCC;
}


.comment {
	margin: 10px 10px 20px;
	padding: 10px 0px 10px;
	border-bottom: 1px dotted #CCC;
}

.comment_title {
	font-size: 12px;
	color: #666;
	margin: 10px 5px 0px 0px;
	padding-bottom: 3px;
}

.comment_state {
	font-size: 10px;
	color: #666;
}

.comment_description {
	
	padding: 10px 0px 10px;
	font-size: 12px;
	color: #666;
}


.comment_form {
	margin: 10px 10px 20px;
	padding: 10px 0px 10px;
}


.form_label {
	font-size: 12px;
	color: #666;
}


.form_btn {
	margin: 5px 0px;
}



.pict {
	border-width: 1px;
	border-style: solid;
	border-color: #999;
}

.page {
	font-size: 12px;
	padding: 10px 0px 0px 0px;
	border-top: 1px dotted #CCCCCC;
	text-align: center;
}

.linktitle {
	font-family: "Verdana";
	font-size: 12px;
	color: #FF3300;
	line-height: 120%;
	margin: 10px 0px 10px 12px;
}

.linktext {
	font-size: 11px;
	color: #8B4726;
	line-height: 1.4;
	padding: 0 6px 20px 12px;
	background-image: url("../../images/tensen.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
}

.linktext ul li {
	margin-bottom: 0.4em;
}

.twitter-widget {
	padding: 0 10px 20px;
	background: none;
}

/* =================================== */
/* 検索 */
/* =================================== */

.search {
	font-size: 10px;
	color: #333333;
	line-height: 170%;
	margin: 0 0 5px 0;
	padding: 0;
}

.search input {
	margin-left: 10px;
}

.search .form_color {
	width: 140px;
}

#search_result {
	margin-top: 1em;
}

.button {
	margin: 5px 0 0 0;
}


/* =================================== */
/* メルマガ */
/* =================================== */

.mailmag_form {
	margin-right: 4px;
}

.mailmag_form p {
	line-height: 1.4;
}

input#add {
	width: 100%;
}


/* =================================== */
/*フッター */
/* =================================== */

.copyright {
	font-size: 10px;
	color: #333333;
	line-height: 170%;
	border-top: 1px dotted #CCCCCC;
	margin: 5px 0px 0px 0px;
	padding-top: 10px;
}



/* =================================== */
/* Lists */
/* =================================== */

ul.entry_lists {
	margin: 10px 0px 10px 0px;
}
ul.entry_lists li {
	font-size:12px;
	line-height: 1.8em;
	list-style-type: none;
}
ul.entry_lists li a {
}

ul.entry_lists li.entry_list_description {
	margin: 5px 0 15px 0;
	padding:10px;
	list-style:none;
	border:1px #AAA solid;
}

.entry_lists dt {
	padding-left:15px;
	background-position:left;
	font-family:"Trebuchet MS", Trebuchet;
	font-weight: normal;
	}
	
.entry_lists dd {
	padding:0 0 5px 0;
	line-height: 1.2em;
}

.entry_lists_date {
	color: #999;
}


.lightup {
	background-color: #F5F5F5;
}


/* =================================== */
/* Clouds */
/* =================================== */

.entry_cloud {
	/*
	padding-top:20px;
	padding-left:10px;
	*/
}


/* エントリータイトル */
.entry_cloud h2 {
	font-size:medium;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:10px;
	background-position:left;
}

.entry_cloud ul {
	margin: 10px 0px;
}

.entry_cloud li {
	display: inline;
	padding-left: 1em;
	font-family:"Trebuchet MS", Trebuchet;
	font-weight: normal;
	font-size: 12px;
	}



/* =================================== */
/* ページ送り */
/* =================================== */

.pager {
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	margin: 0 60px;
	color: #666;
}

.pager strong {
	font-size: 130%;
	font-weight: bold;
}



/* =================================== */
/* CALENDAR */
/* =================================== */

.calendar {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 10px;
	font-family: "Verdana";
	font-size: 10px;
	color: #666;
}




ul.categories {
	list-style-type: none;
	margin: 0;
}
