@charset "utf-8";

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

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

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

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

body {
	color:#666666;
	background:#ffffff url(body_bg.gif) no-repeat top left;
	text-align:center;
}

a {
	text-decoration:none;
	color:#546e8f;
	background-color:transparent;
}

a:hover {
	color:#ffffff;
	background-color:#546e8f;
}

.layout-two-column-right #main-container,.layout-two-column-left #main-container,.layout-one-column #main-container {
	width:700px;
	padding:10px 0 0 0;
	margin:0 auto;
	text-align:left;
	background:#ffffff url(main_container_bg.gif) repeat-y;
	color:inherit;
}

.layout-three-column #main-container {
	width:800px;
	padding:10px 0 0 0;
	margin:0 auto;
	text-align:left;
	background:#ffffff url(main_container3_bg.gif) repeat-y;
	color:inherit;
}

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

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

.layout-two-column-right #banner,.layout-two-column-left #banner,.layout-one-column #banner {
	height:100px;
	margin:10px 15px 15px 15px;
	background:#ffffff url(head_bg.gif) no-repeat top left;
	color:inherit;
}

.layout-three-column #banner {
	height:100px;
	margin:10px 15px 15px 15px;
	background:#ffffff url(head_bg_3.gif) no-repeat top left;
	color:inherit;
}

#banner h1 {
	text-align:left;
	font-size:22px;
	font-weight:bold;
	position: relative;
	top: 35px;
	left: 15px;
}

#banner h1 a {
	color:#ffffff;
	background-color:inherit;
}

#banner h1 a:hover {
	color:#cccccc;
	background-color:transparent;
}

#banner h2 {
	color:#ffffff;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	position: relative;
	top: 40px;
	left: 15px;
	background-color:transparent;
}

/* ---------- 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:400px;
	float:left;
}

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

.entry{ margin-bottom:20px; }

p.date-header {
	width:100%;
	border-top:1px solid #999999;
	color:#000000;
	font-size:70%;
	font-weight:bold;
	padding:5px 0 5px 0;
	background-color:inherit;
	clear:both;
}

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

h3.entry-header a { color:#ffffff; background-color:#546e8f; padding:3px; }

h3.entry-header a:hover {color:#ffffff; background-color:#546e8f; padding:3px;}

.entry-content{
	padding:10px;
	background:#f9f9f9 url(entry_content_bg.gif) no-repeat top left;
	color:inherit;
}

.entry-content blockquote{
	color:#669966;
	font-size:80%;
	padding:10px;
	border:1px dashed #999999;
	background-color:#ffffff;
}


.entry-body p {
	color:#333333;
	font-size:80%;
	line-height:150%;
	margin-bottom:15px;
	background-color:inherit;
}

.entry-body img { border:0; margin-bottom:20px; }

.entry-body ul { list-style-position:inside;margin-bottom:15px; }

.entry-body li {
	color:#666666;
	font-size:80%;
	margin-bottom: 5px;
	list-style-type: square;
	background-color:inherit;
}

.entry-more {
	color:#333333;
	font-size:80%;
	margin:5px 0 15px 0;
	background-color:inherit;
}

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

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

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

.content h4 {
	background-color:#ffffff;
	color:#333333;
	font-weight:normal;
	font-size:60%;
	padding:2px;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
	margin-bottom:10px;
}

.content p.navi-link {
	color:#666666;
	font-size:60%;
	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:200px;
	float:right;
}

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

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

.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 15px 0 0;
}

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

.left-content h3,.right-content h3 {
	background-color:#ffffff;
	color:#333333;
	font-weight:normal;
	font-size:60%;
	padding:2px;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
}

#left-menu li ,#right-menu li {
	list-style-type: none;
	color:#333333;
	background-color:inherit;
	font-size:60%;
}

.blog-pet,.search-form,.category-archives,.monthly-archives,.recent-entry,.site-link,.cclicense,.powered  {
	background:transparent url(menu_bg.gif);
	color:inherit;
	margin-bottom: 10px;
	padding:5px;
}

.search-form label,.cclicense {
	background-color:inherit;
	color:#333333;
	font-size:60%;
}

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

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


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

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

.layout-two-column-left #footer,.layout-two-column-right #footer,.layout-one-column #footer {
	background:transparent url(footer_bg.gif) no-repeat bottom left;
	clear:both;
}

.layout-three-column #footer {
	background:transparent url(footer3_bg.gif) no-repeat bottom left;
	clear:both;
}

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

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

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

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

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

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

.trackback-info { margin-bottom:10px;padding-bottom:5px;border-bottom: 1px dashed #999999; }

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

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

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

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

.comments,#comments-open-data label  {
	background-image:url(menu_bg.gif);
	margin-bottom: 10px;
	padding:5px;
}

.comments-body {
	background-color:#ffffff;
	color:inherit;
	padding:5px;
}

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

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

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

.comments-info {
	border-top: 1px dashed #999999;
	padding-top:5px;
}

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

	padding-left: 5px;
}

#comments-open-data legend {
	color:#ffffff;
	background-color:#546e8f;
	padding:3px;
	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:60%;
	border: 1px solid #999999;
	padding:2px;
	background-color:#eeeeee;
	margin:5px 0 10px 0;
}

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

.comments-open-footer input {
	color:#999999;
	font-size:60%;
	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:60%;
	border: 1px solid #999999;
	padding:2px;
	background-color:#eeeeee;
}

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

.entry .search-check {
	background-image:url(menu_bg.gif);
	background-color:inherit;
	padding:5px;
	color:#333333;
	font-size:60%;
	margin:10px 0;
}

h2.search-title{
	color:#999999;
	font-size:60%;
	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;
}

h3.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:#546e8f; padding:3px;}
.search-body h3 a:hover {color:#ffffff; background-color:#546e8f; padding:3px;}

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

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