@charset "utf-8";

/*
Theme Name: istyle_wptheme08
Description: 美容系ブログ向けテンプレート
Version: 1.0
Author: istyle
*/

@import url("default.css");

/* basic style
-------------------------------------------------------------- */
body {
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	background: #FFF url(img/body_bg.jpg) repeat left top;
}

/* link color
-------------------------------------------------------------- */
a:link {
	color: #933;
}
a:visited {
	color: #936;
}
a:hover {
	color: #C06;
	text-decoration: underline;
}
a:active {
	color: #F39;
}

/* headline
-------------------------------------------------------------- */
h1,h2,h3,h4 {
	margin-bottom: 10px;
	clear: both;
}

h1 {
	color: #FFF;
	font-size: large;
	font-weight: bold;
	line-height: 60px;
	padding: 15px;
	margin-bottom: 20px;
	background: url(img/foot_bg.jpg) repeat;
}

h2 {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 55px;
	padding: 0 20px;
	background: url(img/h2.jpg) no-repeat;
}

h3 {
	color: #3F2600;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 40px;
	padding: 0 15px;
	background: url(img/h3.jpg) no-repeat;
}

h4 {
	color: #3F2600;
	font-weight: bold;
	line-height: 1.8;
	padding-left: 14px;
	border-left: 9px solid #81533F;
}

h5 {
	color: #3F2600;
	font-weight: bold;
}

h6 {
	color: #3F2600;
}

/* Frames
-------------------------------------------------------------- */

/*------　contents　------*/
#contentsWrapper {
	width: 920px;
	padding: 10px;
	margin: 0 auto;
	border-right: 2px solid #DFD9D1;
	border-left: 2px solid #DFD9D1;
	background-color: #FFF;
	position: relative;
}

/*------　header　------*/
#titleWrapper {
	height: 270px;
	background: url(img/main.jpg) no-repeat;
	margin-bottom: 20px;
	position: relative;
}

#titleWrapper p {
	color: #3F2600;
	font-size: 12px;
	position: absolute;
	top: 65px;
	left: 40px;
}

#sitename {
	line-height: 60px;
	border : none;
	background: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 15px;
	left: 30px;
}

#sitename a {
	color: #3F2600;
	font-size: xx-large;
	font-weight: bold;
}

/*------　main　------*/
#articleArea {
	width: 660px;
	float: right;
	overflow: hidden;
}

#articleArea h2 a:link,
#articleArea h2 a:visited {
	color: #FFF;
}

/*------ post　------*/
.editArea {
	margin-bottom: 60px;
	overflow: hidden;
}

.editArea .postedtime {
	color: #999;
	font-size: x-small;
	text-align: right;
	margin: -5px 0 10px;
}

.editArea .articlemeta {
	color: #999;
	font-size: x-small;
	text-align: right;
	clear: both;
}

.editArea li {
	line-height: 1.6;
	margin: 0 0 0.5em 3em;
}

.editArea ul li {
	list-style: disc;
}

.editArea p a {
	text-decoration: underline;	
}

/*　画像の配置　*/
.wp-caption {
	text-align: center;
}

.alignnone {
	margin: 0 10px 20px 0;
	background-color: #FFF;
	border: 2px solid #DFD9D1;
	padding: 3px;
}

.alignright {
	float: right;
	margin: 0 10px 20px 10px;
	background-color: #FFF;
	border: 2px solid #DFD9D1;
	padding: 3px;
}

.alignleft {
	float: left;
	margin: 0 10px 20px 10px;
	background-color: #FFF;
	border: 2px solid #DFD9D1;
	padding: 3px;
}

.aligncenter {
	display: block;
	margin: 0px auto 20px;
	background-color: #FFF;
	border: 2px solid #DFD9D1;
	padding: 3px;
}

.wp-caption-text { /*　投稿内画像下のキャプション　*/
	color: #666;
	margin: 0;
}

/*------　side　------*/
#asideArea {
	width: 240px;
	float: left;
	overflow: hidden;
}

/*------　footer　------*/
#copyrightArea {
	color: #FFF;
	padding: 20px 0;
	background: url(img/foot_bg.jpg) repeat;
}

#copyrightArea a {
	color: #FFF;
}

#copyrightArea p {
	text-align: center;
	margin: 0;
	clear: both;
}

/*------　widget　------*/
.wgtbox {
	margin: 0 0 10px 0;
}

#asideArea h3 {
	text-align: center;
	height: 55px;
	line-height: 55px;
	width: 240px;
	padding: 0;
	margin: 0 0 10px 0;
	border: none;
	background: url(img/sub_h.jpg) no-repeat;
}

.wgtbox li {
	font-size: small;
	list-style: circle;
	margin: 0 1em 0 1.5em;
}

/* page navigation
-------------------------------------------------------------- */
#pagenav {
	padding: 1em 0;
	margin: 0 auto 1em;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
	clear: both;
}

.page-numbers {
	padding: 5px 10px;
	border: solid 1px #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#pagenav .current {
	background-color: #C3B7A7;
	border: solid 1px #666;
}

a.page-numbers:hover {
	background-color: #C3B7A7;
	text-decoration: none;
}

#pagenav.next,
#pagenav.prev {
	padding: 0 5px;
}

.pageprev {
	margin-right: 100px;
}

.pagenext {
	text-align: right;
	margin-left: 100px;
}

/*------　ページトップへ戻る　------*/
.pageTop {
	text-align: right;
	margin: 1em;
	clear: both;
}

/*-----　comment area　-----*/
.comment {
	background-color: #E2E8D9;
	padding: 1em;
	margin: 0 20px 20px 10px;
}

.commentmeta {
	font-size: 0.8em;
}

dl.commentform {
	margin: 0 0 1em 1em;
}

dl.commentform dt {
	font-weight: bold;
}

dl.commentform dd {
	margin-bottom: 1em;
}

.submitbtn {
	margin: 10px 0 10px 4em;
}

.commentform input[type="text"],
.commentform textarea {
	border: 1px solid #CCC;
	padding: 5px;
	width: 80%;
}

.commentform input[type="text"]:focus,
.commentform textarea:focus {
	background-color: #F0F4EA;
}

/*-------　その他の細かい指定　------*/
blockquote {
	font-size: 0.8em;
	font-style: italic;
	color: #333;
	background-color: #E6F2F7;
	border: 2px solid #999;
	margin: 0.5em 1em;
	padding: 0.5em;
	line-height: 1.2;
	width: 80%;
}

/*----- カレンダー（ウィジェット用） -----*/
#wp-calendar {
	width: 90%;
	margin-bottom: 20px;
	font-size: small;
	text-align: center;
	width: 90%;
}

#wp-calendar a {
	font-weight: bold;
}

#wp-calendar a:hover {
	border: none;
}

#wp-calendar td, #wp-calendar th {
	width: 13%;
}

#wp-calendar caption {
	padding: 6px 8px;
	font-weight: bold;
}

#wp-calendar #prev {
	text-align: left;
	padding-top: 3px;
	padding-left: 3px
}

#wp-calendar #next {
	text-align: right;
	padding-top: 3px;
	padding-right: 3px
}