@charset "utf-8";

/*
Theme Name: IMGflowブログテーマ
Theme URI: http://www.img-flow.com
Description: IMGflow BLOG用テーマ
Version: 0.1
Author: IMGflow
Author URI: http://img-flow.com/
Tags: Cool,Green
*/



@import url('reset.css');
@import url('base.css');

body {
	background: url(img/bg.png) 0 0 repeat;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div#page {
	background: url(img/page_bg.png) 0 0 repeat-y;
	width: 1058px;
	overflow: hidden;
	margin: 0 auto;
}

div#header {
	width: 1058px;
	height: 233px;
	background: url(img/header.png) 0 0 no-repeat;
	position: relative;
}

div#core {
	width: 900px;
	background: url(img/core_bg.png) 0 0 repeat-y;
	margin: 0 auto;
	text-align: left;
}

div#content {
	float: left;
	width: 698px;
	background: inherit;
}

div#sidebar {
	float: right;
	width: 202px;
	background: url(img/section_bg.gif) 0 0 repeat-y;
	margin-bottom: 20px;
}

div#sidebar p {
	margin:10px;
}

div#footer {
	overflow: hidden;
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 25px 0 0 0;
	height: 50px;
	text-align: left;
	background: url(img/footer.png) 0 0 no-repeat;
}

/* Header */
h1#logo {
	position: absolute;
	top: 0;
	left: 65px;
}

div#headerMenuWrap {
	background: url(img/header_menu.jpg) 0 0 no-repeat;
	width: 911px;
	height: 96px;
	position: absolute;
	top: 104px;
	left: 71px;
}

div#randomPost ul {
	position: absolute;
	top: 20px;
	width: 911px;
	text-align: center;
	margin: 0 auto;
	_position: none;
	_top: 0;
	_margin: 20px 0;
}

div#randomPost ul li {
	font-size: 1.2em;
	_line-height: 1.1;
}

div#randomPost ul li a {
	color: #b6c0b6;
}

ul#headerMenu {
	width: 911px;
	heght: 96px;
	text-align: center;
	margin: 55px auto 10px;
	position: absolute;
	_position: none;
	_margin: 25px 0 10px;
}

ul#headerMenu li {
	display: inline;
	border-left: solid 1px #b6c0b6;
	font-size: 1.4em;
}

ul#headerMenu li.liLast {
	border-right: solid 1px #b6c0b6;
}

ul#headerMenu li a {
	padding: 0 20px;
	margin: 50px 0;
	color: #b6c0b6;
	_padding: 0 10px;
}

a.rssFeed {
	position: absolute;
	top: 0;
	right: 62px;
}

/* Content */
.section {
	position: relative;
	overflow: hidden;
	margin: 0 0 40px;
	padding: 10px 10px 10px 100px;
	background: url(img/section_bg.gif) 100px 0 repeat-y;	
}

.section h2 {
	margin:40px 0 10px 2px;
	padding: 7px 0 7px 20px;
	color: #d1e48f;
	/*font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";*/
	font-weight: bold;
	font-size: 1.8em;
	background: url(img/h2.jpg) 0 50% no-repeat;
}

.section h2 a {
	color: #d1e48f;
}

.section h3 {
	margin:40px 0 10px 15px;
	padding: 5px 0 5px 5px;
	border-left: #d1e48f solid 5px;
	font-size: 1.6em;
	font-weight: bold;
	color: #d1e48f;
}

.section h4 {
	margin:20px 0 10px 15px;
	padding: 3px 0 3px 7px;
	font-size: 1.5em;
	font-weight: bold;
	color: #d1e48f;
}

.section h5 {
	margin:10px 0 10px 15px;
	padding: 3px 0 3px 7px;
	font-size: 1.4em;
	color: #d1e48f;
}

.section .data {
	position: absolute;
	top: 55px;
	left: 15px;
	_left: -85px;
	width: 7em;
	line-height: 1.1;
	font-size: 1.2em;
	text-align: right;
}

.section .data span.date {
	color: #b6c0b6;
}

.section .data span.time {
	position: relative;
	top: 3px;
	right: 3px;
	color: #7e8f7e;
}

.section div.category {
	background: url(img/category.jpg) 0 0 no-repeat;
	padding: 6px 0 13px 29px;
	height: 14px;
	width: 226px;
	_width: 255px;
	position: absolute;
	top: 10px;
	left: 60px;
	_left: -42px;
	font-size: 1.4em;
	font-weight: bold;
}

.section div.category a {
	color: #333;
}

.section .entry {
	margin: 15px;
}

.section p {
	margin: 1.5em 0;
	font-size: 1.3em;
	color: #fff;
	line-height: 1.5;
}

.section p.wp-caption-text {
	margin: 0;
}

.section p a {
	color: #e1b9b9;
}

.section p img {
	border: solid #7e8f7e 1px;
}

div.wp-caption.alignleft,
img.alignleft {
	float: left;
	margin: 5px 7px 5px 0;
}

div.wp-caption.alignright,
img.alignright {
	float: right;
	margin: 5px 0 5px 7px;
}

div.wp-caption.aligncenter,
img.aligncenter {
	position: relative;
	left: auto;
	right: auto;
}

#content .section ul {
	list-style-type: disc;
	margin: 1.5em 40px;
	font-size: 1.3em;
	color: #fff;
}

#content .section ul li {
	margin: 3px 0;
}

#content .section ul ul {
	list-style-type: circle;
	font-size: 1.0em;
}

#content .section ol {
	list-style-type: decimal;
	margin: 1.5em 40px;
	font-size: 1.3em;
	color: #fff;
}

#content .section ol li {
	margin: 3px 0;
}

#content .section ol ol {
	list-style-type: upper-roman;
	font-size: 1.0em;
}

#content .section li a {
	color: #e1b9b9;
}












.section p a.more-link {
	margin: 0;
	display: inline-block;
	color: #e1b9b9;
}

.section .postmeta {
	clear: both;
	margin: 15px;
	font-size: 1.2em;
	color: #7e8f7e;
}

.section .postmeta a {
	color: #e1b9b9;
}


#content .pagenav {
	position: relative;
	margin-bottom: 15px;
	font-size: 1.2em;
}

#content .pagenav p.prev {
	position: absolute;
	left: 45%;
}

#content .pagenav p.next {
	position: absolute;
	right: 30%;
}

#content .pagenav a {
	color: #e1b9b9;
}


div.pagenation {
	text-align: center;
	margin: 0 auto;
}

ul.pagenation {
	text-align: center;
	margin: 0 auto;
	width: 180px;
	font-size: 1.3em;
}

ul.pagenation li a {
	color: #e1b9b9;
}

/* Sidebar */
#sidebar a {
	color: #e1b9b9;
}

#sidebar ul {
	margin: 0 10px;
}

#sidebar ul li {
	margin-top: 50px;
}

#sidebar ul li h2 {
	padding-bottom: 2px;
	font-size: 1.3em;
	color: #b6c0b6;
	background: url(img/sidebar_h2.jpg) left bottom no-repeat;
}

#sidebar ul li ul {
	font-size: 1.2em;
	margin: 0;
}

#sidebar ul li ul li {
	padding: 13px 20px;
	border-bottom: solid #434d44 1px;
	background: url(img/sidebar_li.jpg) 10px 19px no-repeat;
	color: #b6c0b6;
	line-height: 1.5;
	margin: 0;
}

#sidebar ul li ul li a {
	
}

#sidebar ul li div {
	margin-top: 10px;
}

#sidebar #search-2 label {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 2px;
	font-size: 1.3em;
	color: #b6c0b6;
	background: url(img/sidebar_h2.jpg) left bottom no-repeat;
}

input#s,
input#searchsubmit {
	vertical-align: middle;
}

input#s {
	padding: 3px 5px;
	margin-right: 7px;
	width: 130px;
	background-color: #757C75;
	border: #222A23 solid 1px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	font-size: 1.2em;
	font-family: Arial;
	color: #B6C0B6;
}


/* Footer */
#footer p.copyright {
	color: #697A69;
	font-size: 1.3em;
	font-family: "Lucida Console";
	margin-top: 26px;
}

span.powored {
	float: left;
}

span.copyright {
	float: right;
}

/* Single */


/* Comment */










/* single */


/* comment */
#respond {
	margin: 30px 10px 10px 18px;
}

#respond h3 {
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	margin: 15px 0;
}

#content .section div ol.commentlist {
	list-style-type: none;
	margin: 0;
}

#content div ol.commentlist li.comment,
#content div ol.commentlist li.trackback {
	background-color: #4E584F;
	border: #4E584F solid 1px;
	max-width: 515px;
	margin: 10px 0 10px 2px;
	padding: 15px 20px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}

div ol.commentlist li div cite.fn {
	font-size: 1.0em;
	font-weight: bold;
	color: #fff;
}

div ol.commentlist li div cite.fn a {
	color: #e1b9b9;
}

div ol.commentlist li div.comment-meta a {
	color: #fff;
}

div ol.commentlist li div.comment-meta a.comment-edit-link {
	color: #e1b9b9;
}

#content .section div ol.commentlist li div p {
	margin: 1em 0;
	line-height: 1.5;
	font-size: 0.9em;
}

#content .section div ol.commentlist li div p a {
	color: #e1b9b9;
}

#respond form p a {
	color: #e1b9b9;
}

#respond form div label {
	font-size: 1.5em;
	margin-left: 7px;
	color: #fff;
}

#respond input {
	width: 200px;
	margin: 3px 0;
	padding: 3px;
	background-color: #757C75;
	border: #222A23 solid 1px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-radius: 5px;
	font-size: 1.3em;
	font-family: Arial;
	_padding: 0 3px;
}

#respond input.submit {
	width: 120px;
	margin: 3px 0;
	padding: 3px 0;
	background-color: #757C75;
	border: #222A23 solid 1px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
	-webkit-border-radius: 0px;
	font-size: 1.3em;
	cursor: #000;
	_padding: 0 3px;
}

#respond textarea {
	width: 552px;
	height: 200px;
	margin: 3px 0;
	padding: 3px;
	background-color: #757C75;
	border: #222A23 solid 1px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-radius: 5px;
	font-size: 1.3em;
	font-family: Arial;
	_padding: 0 3px;
}

#respond input:focus,
#respond textarea:focus {
	outline: none;
}



/* float */

img.alignright {
	margin: 5px 0 2px 7px;
}

img.alignleft {
	margin: 5px 7px 2px 0;
}

img.aligncenter{
	text-align:center;
	margin:0 auto;
}

.alignright {
	float:right;
}

.alignleft {
	float:  left;
}



/* calender */
#wp-calendar {
	font-size: 1.3em;
	color: #B6C0B6;
}

#wp-calendar #prev a, #wp-calendar #next a {
	
}

#wp-calendar a {
	text-decoration: underline;
}

#wp-calendar caption {
	text-align: center;
}

#wp-calendar th {
	padding: 5px;
	width: 155px;
	font-weight: bold;
}

#wp-calendar td {
	text-align: center;
}

#wp-calendar #next  {
	text-align: right;
}

#wp-calendar #prev  {
	text-align: left;
}


#wp-calendar #next a {
	
}

#wp-calendar #prev a {
	
}

#wp-calendar caption {
	
}

#wp-calendar td {
	padding: 5px;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */

}




.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix {
height: 1px;
/*¥*//*/
height: auto;
overflow: hidden;
/**/
}