@charset "UTF-8";
/* ================================================================================
	layout setting
================================================================================ */
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#container {
}
/* ================================================================================
	#header
================================================================================ */
#header {
	position:relative;
}
#header a,
#footer a {
	text-decoration:none;
}
#header a:hover,
#footer a:hover {
	text-decoration:underline;
}

#hgroup {
	float:left;
}

#site-id {
	font-size:38px;
	line-height:1.2;
	text-transform:capitalize;
	margin:0;
}
#description {
	font-size:12px;
	margin:0 0 10px;
	padding-left:0.5em;
}

/* #branding*/
#branding {
	height:240px;
	overflow:hidden;
	position:relative;
	box-shadow			: 0 0 4px rgba(0,0,0,0.2) inset;
	-webkit-box-shadow	: 0 0 4px rgba(0,0,0,0.2) inset;
}
#branding img {
	position:absolute;
	z-index:-1;
	margin:-50px 0 0;
}
.home #branding {
	height:340px;
}
.error404 #branding {
}
.home #branding img {
	margin:0;
}


/* ================================================================================
	#contents
================================================================================ */
/* =Global
----------------------------------------------- */
body, input, textarea {
	color: rgb(51,51,51);
	font-size: 14px;
	line-height: 1.65;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background:url(../img/border.png) no-repeat left bottom;
	border: 0 none;
	height: 3px;
	margin: 20px 0;
	clear:both;
}
/* Text elements */
p {
	margin-bottom: 2em;
}
ul, ol {
	margin: 0 0 2em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 2em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 2em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: normal;
}
blockquote {
	font-weight: normal;
	padding: 0 4em;
	margin: 0 2em;
	color:rgb(136,136,136);
	background:	url(../img/blockquote-left.png) no-repeat left top,
				url(../img/blockquote-right.png) no-repeat right bottom;
}
blockquote p {
	padding:0.6em 0;
}
blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: rgb(102,102,102);
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: rgb(244,244,244);
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 2em;
	overflow: auto;
	padding: 0.75em 2em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted rgb(102,102,102);
	cursor: help;
}
address {
	display: block;
	margin: 0 0 2em;
	font-style:normal;
}
ins {
	background: rgb(255,249,192);
	text-decoration: none;
	padding:0.2em;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* forms */
input[type=text],
textarea {
	background: rgb(250,250,250);
	-webkit-box-shadow	: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow			: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid rgb(221,221,221);
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #228b22;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}

/* Links */
a {
	color: #228b22;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

#contents {
	padding-top:16px;
}
.home #contents {
	padding-top:0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom: 5px;
}

.page-title,
.single .entry-title {
	font-size:24px;
	line-height:1.2;
	text-transform:capitalize;
	border-bottom:2px solid rgb(10,150,90);
	padding-bottom:3px;
	margin:0 0 20px;
}
.page-title,
.page-title a,
.single .entry-title,
.single .entry-title a {
	color:rgb(51,51,51);
	text-decoration:none;
	font-weight:normal;
}
.page-title a:hover,
.page-title a:focus,
.page-title a:active {
	color: rgb(25,130,209);
}
.single .entry-title {
	margin-bottom:0;
}

.archive-meta {
	margin-bottom:20px;
}

.hentry,
.no-results {
	background:url(../img/border.png) no-repeat left bottom;
	padding-bottom:13px;
	margin:0 0 20px;
}
.hentry:last-child,
.no-results {
}
.blog .sticky .entry-header .entry-meta {
}
.entry-title,
.entry-header .entry-meta {
}
.entry-title {
	font-size:18px;
	text-transform:capitalize;
}
.entry-title,
.entry-title a {
	color:rgb(51,51,51);
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
}
.entry-meta {
	font-size:12px;
	background:rgb(245,241,231);
	padding:0.25em 1em;
	margin-bottom:10px;
	border-top:1px solid rgba(0,0,0,0.1);
}
.entry-meta a {
}
.entry-utility {
	font-size:12px;
	clear:both;
	padding:0.25em 1em;
	margin-bottom:10px;
	border-top:1px dotted rgba(0,0,0,0.1);
}
.meta-nav {
	margin-left:0.2em;
}
.entry-content,
.entry-summary {
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	color:rgb(130,45,0);
	font-size:18px;
	line-height:1.3;
}
.entry-content h3,
.comment-content h3 {
}
.entry-content table,
.comment-content table {
	margin: 0 0 2em;
	width: 100%;}
.entry-content th,
.comment-content th {
	text-align:left;
	background:rgb(245,241,231);
}
.entry-content td,
.comment-content td {
}
.entry-content th,
.entry-content td,
.comment-content th,
.comment-content td {
	padding:0.6em;
	vertical-align:top;
	border: 1px solid rgb(221,221,221);
	border-left: 1px dotted rgb(221,221,221);
	border-right: 1px dotted rgb(221,221,221);
}
.entry-content ul li {
	background: transparent url(../img/list-circle.png) no-repeat scroll 0 0.4em;
	margin: 0 0 6px 0;
	padding: 0 0 0 16px;
	list-style:none;
}
.entry-content ol li {
	margin: 0 0 6px 0;
}
.entry-content #s {
}

#comments h3 {
	color:rgb(130,45,0);
}
.comment-content ul,
.comment-content ol {
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
}
.page-link {
}
.page-link a {
}
.page-link a:hover {
}
.page-link span {
}
.entry-meta .edit-link a {
}
.entry-meta .edit-link a:hover {
}
.update-meta .entry-date,
.update-meta .entry-category {
	margin-right:0.5em;
}
.entry-meta .entry-date,
.entry-meta .entry-category {
	margin-right:0.5em;
}
.entry-content .edit-link {
}

/*#update-info only*/
#update-info {
}
#update-info .update-info-title {
	font-size:24px;
	line-height:1.2;
	font-weight:normal;
	text-transform:capitalize;
	border-bottom:2px solid rgb(51,51,51);
	margin:0 0 10px;
	padding-bottom:3px;
}
#update-info ul {
	margin:0;
}
#update-info ul li {
	font-size:14px;
	list-style: none none inside ;
	padding:0 0 13px;
	margin:0 0 10px;
	background:url(../img/border.png) no-repeat left bottom;
}
#update-info ul li a img {
	padding:4px;
	margin:5px 20px 0 0;
	float:left;
	}
#update-info ul li .update-title {
	font-size:18px;
	clear:none;
}
#update-info ul li .update-title a {
	color:rgb(51,51,51);
	text-decoration:none;
}
#update-info ul li .update-meta {
	margin-bottom:0;
}

/* menu table only */
.menu-name {
	width:280px;
}
.menu-price {
	text-align:right;
}

/* box-link only */
.box-link {width: 120px; 
	float: left;
	padding:20px 10px;
}


/* yarpp-template-thumbnail only */
.related_entries li {
    vertical-align:top;
    float:left;
 display:block
    font-size:10px;
    width:120px;
    min-height:120px;
    margin:0;
    padding:10px;
    }
 

.related_entries ol li:hover {
    background:#f2f2f2;
    }
 

.related_entries ol li img {
    width:104px;
    height:104px;
    padding:2px;
    background:#ffffff;
    border:#cccccc1pxsolid;
    }


/* ================================================================================
	Style
================================================================================ */
/* Twenty Eleven 参考 */
/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
.attachment-post-thumbnail,
.attachment-large_thumbnail,
.post img.border-less {
	border: none;
padding: 0;
}


.wp-caption img {
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"] 


.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img { /* ... including captioned images!  */
	background: rgb(255,255,255);
	border-color: rgb(221,221,221);
}

/* Alignment */
.alignleft,
.attachment-post-thumbnail,
.attachment-large_thumbnail {
	float: left;
	margin-right: 1.6em;
}
.alignright {
	float: right;
	margin-left: 1.6em;
}
.aligncenter {
	clear: both;
	display: block;
	margin:0 auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-top:5px;
	margin-bottom:10px;
}
ul.alignleft {
	margin-left:1em;
}

/* Images Style for Twenty Ten */
.entry-content img,
.comment-content img,
.widget img {
	margin-bottom:10px;
}

img[class*="align"],
img[class*="wp-image-"] {
}
img.size-full {
}
.entry-content img.wp-smiley {
}
img.alignleft,
img.alignright,
img.aligncenter {
}
p img,
.wp-caption {
}
.wp-caption {
}
.wp-caption img {
}
.wp-caption .wp-caption-text,
.gallery-caption {
}
.wp-caption .wp-caption-text {
}
.wp-caption .wp-caption-text:before {
}


/* ps-auto-sitemap */
#ps-auto-sitemap {
}
#sitemap_list {
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
#sitemap_list a {
	text-decoration: none;
}

#sitemap_list > li {
	font-size:20px;
	font-weight:bold;
}
#sitemap_list > li > a {
	color:rgb(130,45,0);
}
#sitemap_list li {
	background: transparent url(../img/border.png) repeat-x scroll 0 1.5em;
	list-style-type: none;
	margin: 0;
	padding: 0 0 20px 0;
	text-indent: 0;
}
#sitemap_list li ul {
	margin: 0;
	padding: 15px 0 0;
}
#sitemap_list li li {
	background: transparent url(../img/list-circle.png) no-repeat scroll 0 0.3em;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 6px 15px;
	padding: 0 0 0 20px;
}
#sitemap_list li li li {
	background: url("../images/simple/ico_gray_arrow.png") no-repeat scroll 0 0.5em transparent;
}
#sitemap_list .posts_in_category {
	padding-left: 10px;
	position: absolute;
}
#sitemap_list .posts_in_category a {
	background: url("../images/simple/ico_post_list.png") no-repeat scroll center center transparent;
	border: 1px solid rgb(204,204,204);
	display: block;
	height: 1.2em;
	text-indent: -9999px;
	width: 1.2em;
}


span.position {
	font-weight:normal;
	font-size:12px;
	color:rgb(90,90,90);
	vertical-align:baseline;
	margin-left:0.5em;
}
span.position:before {
	content : '/';
	margin-right:0.5em;
}

/* ================================================================================
	#footer
================================================================================ */
#footer {
	position:relative;
	padding: 30px 0 10px;
}

#copyright {
	font-size:12px;
	clear:both;
	margin-bottom:0;
}
#copyright a {
	color:rgb(50,50,50);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}
#go-top {
	position:absolute;
	bottom:40px;
	right:0;
	line-height:1;
	margin-bottom:0;
}