@charset "utf-8";

/* ---------- reset ---------- */

* {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-family: Verdana, Arial, sans-serif;
}

/* ---------- reset_end ---------- */

/* ---------- body ---------- */

body {
	color:#696969;
	background-color:#800000;
	text-align:center;
}

a {
	text-decoration:none;
	color:#696969;
	background:inherit; 
}

a:hover {
	text-decoration:underline;
             color:#800000;
}

.layout-two-column-right #main-container,.layout-two-column-left #main-container,.layout-one-column #main-container {
	width:700px;
	margin:0 auto;
	text-align:left;
	background-color:#ffffff;
	color:inherit;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.layout-three-column #main-container {
	width:910px;
	padding:0px 0 0 0;
	margin:7 auto;
　　　　　　text-align:left;
             background-color:#fffacd;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;

             

}

/* ---------- body_end ---------- */

/* ---------- banner ---------- */

.layout-two-column-right #banner,.layout-two-column-left #banner,.layout-one-column #banner,.layout-three-column #banner {
	height:100px;
	margin:10px 15px 15px 15px;
}




/* ---------- main ---------- */

.layout-one-column #main {
	width:700px;
	float:left;
}

.layout-two-column-right #main {
	width:500px;
	float:left;
}

.layout-two-column-left #main {
	width:500px;
	float:right;
}

.layout-three-column #main {
	width:558px;
	float:left;
}

.content { padding:0 15px 5px 15px; }

.entry{ margin-bottom:10px; }

p.date-header {
	color:#666666;
	font-size:17;
	font-weight:normal;
	padding:5px 0 5px 0;
	background-color:inherit;
}

h1.entry-header {
	font-size:14;
	font-weight:bold;
	background-color:orange;
	padding:5px;
	color:#ffffff;
	margin-bottom:2px;
}

h1.entry-header a { color:#ffffff;background-color:orange; }

.entry-content{
	padding-left:5px;
}


.entry-content blockquote{
	color:#696969;
	font-size:18;
	padding:5px;
            background-color:inherit;
}


.entry-body p {
	color:#696969;
	font-size:18;
	line-height:140%;
	margin-bottom:10px;
             background-color:inherit;
	}

.entry-body img { border:0; margin-bottom:10px; background-color:#ffee99;}

.entry-body ul { list-style-position:inside; }

.entry-body li {
	color:#696969;
	font-size:18;
	margin-right: 0px;
	list-style-type: square;

}

.entry-more {
	color:#696969;
	font-size:18;
	margin:5px 0 ;
	background-color:inherit;
}

.entry-info { padding-bottom:10px; }

.entry-info ul { list-style-type: none; }

.entry-info li {
	color:#666666;
	font-size:80%;
	display:inline;
	margin-right: 5px;
	background-color:inherit;
}

.content h4 {
	background-color:#666666;
	color:#ffffff;
	font-weight:normal;
	font-size:70%;
	padding:2px;
	margin-bottom:10px;
}

.content p.navi-link {
	color:#666666;
	font-size:80%;
	margin-bottom:15px;
	background-color:inherit;
}

/* ---------- main_end ---------- */

/* ---------- menu ---------- */

.layout-one-column #left-menu,.layout-one-column #right-menu {
	display:none;
}

.layout-two-column-right #left-menu,.layout-two-column-right #right-menu {
	width:198px;
	float:right;
}

.layout-two-column-left #left-menu,.layout-two-column-left #right-menu {
	width:198px;
	float:left;
}

.layout-three-column #left-menu{
	width:185px;
	float:left;
            margin-bottom: 5px;
	border-top: 1px solid #ffffaa;
	border-right: 3px solid #edd;
	border-bottom: 2px solid #edd;
	border-left: 1px solid #ffffaa;
	filter: progid:DXImageTransform.Microsoft.Gradient
  (gradientType=0,startColorStr=#ffee99,endColorStr=#ffee99);



}

.layout-three-column #right-menu {
	width:140px;
	float:right;
             margin-bottom: 10px;
	border-top: 1px solid #ffffaa;
	border-right: 3px solid #edd;
	border-bottom: 2px solid #edd;
	border-left: 1px solid #ffffaa;
	filter: progid:DXImageTransform.Microsoft.Gradient
  (gradientType=0,startColorStr=#ffee99,endColorStr=#ffee99);


}



.layout-two-column-right .left-content,.layout-two-column-right .right-content {
	padding:0 15px 0 0;
}

.layout-two-column-left .left-content,.layout-two-column-left .right-content {
	padding:0 0 0 15px;
}

.layout-three-column .right-content {
	padding:0 0px 0 px;
}

.layout-three-column .left-content {
	padding:0 0 0 0px;
}

.left-content h3,.right-content h3  {
	background-color:orange;
	color:#696969;
	font-weight:normal;
	font-size:12;
	padding:2px 2px 2px 2px ;
	margin-bottom:2px;
             text-align:center;
             
}

#left-menu li ,#right-menu li {
	list-style-position:inside;
	color:#696969;
	font-size:12;
	background-color:inherit;
}

.search-form,.category-archives,.monthly-archives,.recent-entry,.site-link,.cclicense,.powered  {
	margin-bottom: 10px;
}


/* ---------- menu_end ---------- */

/* ---------- footer ---------- */

.layout-two-column-left #footer,.layout-two-column-right #footer,.layout-one-column #footer,.layout-three-column #footer {
	clear:both;
}

#footer { text-align:center;padding-bottom:30px; }
#footer ul { list-style:none; }
#footer ul li { display:inline;font-size:80%;color:#999999;margin-right:15px;background-color:inherit; }

/* ---------- footer_end ---------- */

/* ---------- trackback ---------- */

.trackbacks p,.trackbacks dt {
	color:#666666;
	font-size:80%;
	background-color:inherit;
}

.trackbacks p{
	margin:5px 0 10px 0;
}

.trackbacks input {
	color:#999999;
	border: 1px solid #999999;
	padding:2px;
	background-color:#ffffff;
}

.trackback-info { margin-bottom:15px;padding-bottom:5px; }

.trackback-info ul {
	padding:2px;
	display:inline;
}

.trackback-info li {
	color:#666666;
	font-size:80%;
	display:inline;
	margin-right: 5px;
	list-style-type: none;
	background-color:inherit;
}

/* ---------- trackback_end ---------- */

/* ---------- comment ---------- */

.comments,#comments-open-data label  {
	margin-bottom: 10px;
	padding:5px;
}

.comments-body { padding:5px; }

.comments-body p,.comments-info li,#comments-open-data legend,#comments-open-data label  {
	color:#666666;
	background-color:inherit;
	font-size:80%;
}

p.comments-open-moderated{
	color:#666666;
	background-color:inherit;
	font-size:80%;
}

.comments-body p,.comments-post-content p  {
	margin:5px 0 10px 0;
}

.comments-info {
	border-top: 1px solid #999999;
	padding-top:5px;
	margin-bottom:15px;
}

.comments-info li {
	display:inline;
	margin-right: 5px;
	list-style-type: none
}

#comments-open-data legend {
	color:#666666;
	background-color:inherit;
	margin-bottom:10px;
}

#comments-open-data input#comment-author,#comments-open-data input#comment-email,#comments-open-data input#comment-url {
	width:40%;
	color:#666666;
	font-size:80%;
	border: 1px solid #999999;
	padding:2px;
	background-color:#eeeeee;
	margin:5px 0 10px 0;
}

#comments-open-data textarea {
	width:60%;
	color:#666666;
	font-size:80%;
	border: 1px solid #999999;
	padding:2px;
	background-color:#eeeeee;
	margin:5px 0 10px 0;
}

.comments-open-footer input {
	color:#999999;
	font-size:80%;
	border: 1px solid #999999;
	background-color:#ffffff;
	margin-top:5px;
}

.comments-open-footer li {
	display:inline;
	margin-right:15px;
	list-style-type:none;
}

.cookie li{
	display:inline;
	list-style-type:none;
}

/* ---------- comment_end ---------- */

/* ---------- search ----------*/

.entry #search {
	width:50%;
	color:#999999;
	font-size:80%;
	border: 1px solid #999999;
	padding:2px;
	background-color:#eeeeee;
}

.entry .searchsubmit {
	color:#999999;
	font-size:80%;
	border: 1px solid #999999;
	background-color:#ffffff;
	margin-top:5px;
}

.entry .search-check {
	background-color:inherit;
	padding:5px;
	color:#333333;
	font-size:80%;
	margin:10px 0;
}

h2.search-title{
	color:#999999;
	font-size:80%;
	border: 1px solid #999999;
	background-color:#ffffff;
	padding:5px;
	margin:10px 0 5px 0;
}

h2.no-search-text {
	color:#666666;
	font-size:80%;
	font-weight:bold;
	margin:10px 0;
	background-color:inherit;
}

p.no-search-text {
	color:#333333;
	font-size:80%;
	background-color:inherit;
}

.search-body {
	color:inherit;
	padding:10px;
	background:#ffffff;
}

h1.entry-header {
	font-size:80%;
	font-weight:bold;
	margin-bottom:10px;
}

.search-body h3 {
	font-size:80%;
	font-weight:bold;
	margin-bottom:10px;
}

.search-body h3 a {color:#ffffff; background-color:#9ccb3b; padding:3px;}
.search-body h3 a:hover {color:#ffffff; background-color:#acd753; padding:3px;}

.search-body p {
	color:#333333;
	font-size:80%;
	margin:5px 0;
	background-color:inherit;
}

/* ---------- search_end ----------*/
