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

/* ----------------------------------------- 
    Single Page
 ---------------------------------------- */

@import url("base.css");
/* ----------------------------------------- 
    Layout
----------------------------------------- */
#single-page #content-secondary .widget, #single-page #content-third .widget {
	width: 180px;
	margin-right: 0px;
}
/* ----------------------------------------- 
    Entry Navigation
----------------------------------------- */
#entry-nav {
	width: 500px;
	height: 24px;
	display: block;
	margin-bottom: 20px;
}
#entry-nav li {
}
#entry-nav li a {
	background-image: url(../img/list-mark-2.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 24px;
	width: 24px;
}
#entry-nav li#entry-nav-previous a {
	float: left;
}
#entry-nav li#entry-nav-next a {
	float: right;
}
#entry-nav li#entry-nav-previous a:link, #entry-nav li#entry-nav-previous a:visited {
	background-position: 0px 0px;
}
#entry-nav li#entry-nav-previous a:hover {
	background-position: 0px -24px;
}
#entry-nav li#entry-nav-next a:link, #entry-nav li#entry-nav-next a:visited {
	background-position: -24px 0px;
}
#entry-nav li#entry-nav-next a:hover {
	background-position: -24px -24px;
}
/* ----------------------------------------- 
    Entry Style
----------------------------------------- */
#single-page h1 {
	color: #0099FF;
	font-size: 1.8em;
	font-weight: bold;
}
.entry {
	background: #FFFFFF;
	margin-right: 6px;
	padding: 20px 38px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
}
.entry-body {
	font-size: 1.4em;
	line-height: 1.6;
	color: #2B2B2B;
	margin-bottom: 4em;
}
.entry-body h2,
.entry-body h3,
.entry-body h4,
.entry-body h5,
.entry-body h6 {
	clear: both;
}
.entry-body p, .entry-body ul, .entry-body ol, .entry-body dl, .entry-body table, .entry-body pre {
	line-height: 1em;
	clear: both;
	margin-bottom: 2em;
}
.level-2, .level-3, .level-4, .level-5, .level-6 {
	clear: both;
	font-weight: bold;
	color: #000000;
}
.level-2 {
	font-size: 1.4em;
	margin-left: -20px;
}
.level-3 {
	font-size: 1.4em;
	margin-left: -10px;
}
.level-4, .level-5, .level-6 {
	font-size: 1.3em;
}
.entry-body p {
  clear: none;
	line-height: 1.6;
}
.entry-body blockquote {
	border-left: 0.5em solid #424242;
	background: #E8E8E8;
	padding: 0.5em;
	margin-bottom: 1em;
}
.entry-body blockquote p {
	margin: 0px;
	padding: 0px;
	line-height: 1.4;
}
.entry-body pre {
	overflow: auto;
	width: 500px;
}
.entry-body code {
}
/* ----------------------------------------- 
    Image Style
 ---------------------------------------- */
/* WordPress Default Class*/
a img.size-full, .size-full {
	clear: both;
}
a img.size-medium, .size-medium {
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;
}
a img.size-thumbnail, .size-thumbnail {
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;
}

.photo-exif {
	display: block;
	color: #666;
	
}
/* ----------------------------------------- 
    List Style
 ---------------------------------------- */
.entry-body ul {
	list-style: disc inside;
}
.entry-body ol {
	list-style: decimal inside;
	margin-bottom: 1em;
}
.entry-body dl {
}
.entry-body dt {
	font-weight: bold;
	border-left: 0.5em solid #424242;
	padding-left: 1em;
}
.entry-body dd {
	margin-left: 1.5em;
	margin-bottom: 1em;
}
.entry-body ul li, .entry-body ol li, .entry-body dd {
	line-height: 1.4;
}
.entry-body ul li {
	margin-left: 1em;
}
.entry-body ul li ul {
	margin: 0px;
	list-style: circle inside;
}
.entry-body ul li ul li {
}
/* ----------------------------------------- 
    Table Style
 ---------------------------------------- */

.entry-body table {
	border-spacing: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetics, sans-serif;
	width: 500px;
	border-collapse: collapse;
	table-layout: auto;
}
.entry-body caption {
	font: normal 0.9em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	text-align: right;
}
.entry-body th {
	padding: 0.7692em;
	border: 1px solid #C0C0C0;
	font-weight: normal;
	background: #D9D9D9 url(../Copy%20of%20themebase/img/bg_table_header.png) no-repeat left top;
	white-space: nowrap;
}
.entry-body td {
	padding: 0.7692em;
	border: 1px solid #C0C0C0;
	background: #FFFFFF;
}
/* ----------------------------------------- 
    Align Style
 ---------------------------------------- */

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clear {
	clear: both;
}
/* ----------------------------------------- 
    サンプルをみる
 ---------------------------------------- */

.view-sample {
}
.view-code {
}
/* ----------------------------------------- 
    Affiliate Link
----------------------------------------- */
.items {
}
.item-box {
	clear: both;
	width: 480px;
	background: #EBEBEB;
	border: 1px solid #D2D2D2;
	margin-bottom: 1em;
	padding: 10px;
}
.item-img {
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;
	border: 0.5em solid #CCCCCC;
}
.item-text {
}
.entry-body .item-text p {
}
.entry-body h2.item-name,
.entry-body h3.item-name,
.entry-body h4.item-name,
.entry-body h5.item-name,
.entry-body h6.item-name {
	margin: 0em 0em 0.5em;
	padding: 0px;
	clear: none;
	font-weight: bold;
}
.entry-body p.item-price {
	clear: none;
	margin: 0px 0px 1em;
}
.entry-body p.item-desc {
	clear: none;
	line-height: 1.4em;
}
/* ----------------------------------------- 
    photo list
----------------------------------------- */
.entry-body ul.gallary {
	list-style: none;
	width: 500px;
	float: left;
}
.entry-body ul.gallary li {
	list-style: none;
	float: left;
	margin-right: 1em;
}
.entry-body ul.gallary li em {
	display: block;
	font-size: 0.8em;
}
.entry-body ul.gallary li a {
}
.entry-body ul.gallary li a:hover {
}
.entry-body ul.gallary li img.size-thumbnail {
	float: none;
	margin: 0em;
}
/* ----------------------------------------- 
    Reply
----------------------------------------- */

#comments, #trackbacks, #respond {
	line-height: 1.4;
	margin-bottom: 4em;
	font-size: 1.2em;
	position: relative;
	width: 500px;
}
#comments {
	width: 500px;
}
.comme-list {
}
#commentText {
	position: absolute;
	width: 200px;
	left: 0px;
	top: 50px;
}
#commentTextarea {
	float: left;
	width: 300px;
	position: absolute;
	left: 200px;
	top: 50px;
}
#commentText dt, #commentTextarea dt {
	text-transform: capitalize;
	font-size: 1.1em;
	color: #999900;
}
#commentText dd {
	margin-bottom: 10px;
}
#commentText label span {
	color: #CC6600;
	font-size: 0.9em;
}
#commentText input {
	width: 180px;
	font-size: 1.4em;
}
#commentTextarea textarea {
	height: 160px;
	width: 300px;
}
#comments h3, #trackbacks h3, #respond h3 {
	font-size: 1.4em;
	border-bottom: 2px groove #CCCCCC;
	margin-bottom: 0.71em;
	text-transform: uppercase;
	clear: both;
}
ol.comme-list {
}
ol.comme-list li {
	margin-bottom: 50px;
}
.comment {
}
ol.comme-list .comment-body {
	position: relative;
}
ol.comme-list li.comment em {
	font-weight: bold;
	color: #FF0000;
}
ol.comme-list .comment-author {
	position: absolute;
	left: -1px;
	bottom: -30px;
	height: 30px;
	width: 250px;
	padding-left: 1em;
}
.byuser {
}
.comment-author-admin {
}
.bypostauthor {
}
.even {
}
.odd {
	background: #FFFFFF;
}
.thread-even {
}
.thread-odd {
}
.depth-1 {
}
.parent {
}
.vcard {
}
.avatar {
	float: left;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
.fn {
}
.says {
	color: #999999;
}
.photo {
}
.reply {
	text-align: right;
}
a.comment-reply-link {
}
.children {
	margin-left: 1em;
}
.alt {
}
.thread-alt {
}
ol.comme-list .comment-meta {
	position: absolute;
	height: 30px;
	bottom: -30px;
	right: -1px;
	width: 250px;
	text-align: right;
	padding-right: 1em;
}
.comment-meta a {
	color: #999999;
}
.comment p {
	clear: both;
	padding: 1em;
}
a.comment-edit-link {
}
#trackbacks {
}

#trackbacks label {
}
.tb-list {
	font-size: 0.9em;
	line-height: 1.5em;
	border-left: 2px solid #C0C0C0;
	padding-left: 1em;
}
li.pingback {
	margin-bottom: 1em;
}
.tb-list .odd {
	background: #E3E3E3;
}
#trackback-url {
	width: 500px;
}
form#commentform {
}
#cancel-comment-reply {
}
/* ----------------------------------------- 
    Widget
----------------------------------------- */

#post-data {
}
#post-data p, #post-data ul {
	font-size: 1.1em;
	line-height: 1.4;
	margin-bottom: 1em;
}
#post-data #postdata-published {
	background: url(../img/icon_day.png) no-repeat 0% 50%;
	padding-left: 16px;
}
#postdata-year {
}
#postdata-days {
}
#postdata-cat {
	background: url(../img/icon_cat.png) no-repeat 0% 50%;
	padding-left: 16px;
}
#postdata-tags {
	background: url(../img/icon_tag.png) no-repeat left top;
	padding-left: 16px;
}
#postdata-tags li {
	display: inline;
	margin-right: 1em;
	white-space: normal;
}
.widget-list {
}
.widget-list li {
}
.widget-list li a {
	display: block;
	padding-left: 16px;
	padding-bottom: 1em;
	padding-top: 1em;
	line-height: 1.4;
	font-size: 1.1em;
	zoom: 1;
}
.widget-list li a:link, .widget-list li a:visited {
	background: url(../img/list_mark_1_off.png) no-repeat 0px 1.2em;
}
.widget-list li a:hover {
	background: url(../img/list_mark_1_on.png) no-repeat 0px 1.2em;
}
