@charset "UTF-8";
/*
Theme Name: type-BLOG
Theme URI: http://book.mynavi.jp/support/pc/4901/
Description: 個人のブログサイトに適したテーマです。
Author: Kanako Kawahara, Satoru Kawahara
Version: 1.0

License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
a,
span,
img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
input {
	margin: 0;
	padding: 0;
}
html, body {
	font-family: sans-serif;
	font-size: 14px;
	color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}
a {
	color: #099;
	text-decoration: none;
}
blockquote {
	padding: 1em 1em 1em 3em;
	position: relative;
}
blockquote:before {
	content: "“";
	font-size: 600%;
	line-height: 1em;
	color: #999999;
	position: absolute;
	left: 0;
	top: 0;
}
.wp-caption-text {
	line-height: 1;
	margin-bottom: 30px;
	font-size: 12px;
}

/* layouts */
#wrapper {
	width: 950px;
	padding: 15px;
	margin: 50px auto;
	background-color: #FFF;
}
#header,
#content,
#footer {
	clear: both;
}

/* header */
#header {
	width: 950px;
}
#header,
#header-text,
#header-image {
	height: 250px;
	background-color: #7CBBB6;
}
#header-text {
	width: 440px;
	padding-left: 60px;
	float: left;
	color: #FFF;
}
#blog-title {
	height: 37px;
	margin-top: 86px;
	line-height: 37px;
	font-size: 37px;
}
#blog-title a {
	color: #FFF;
}
#blog-description {
	height: 14px;
	margin-top: 30px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}
#header-image {
	width: 400px;
	margin-right: 0;
	margin-left: auto;
}

/* content */
#content {
	width: 902px;
	margin-top: 40px;
	padding: 0 27px 0 21px;
}

/* main */
#main {
	width: 650px;
	float: left;
}
#page-title {
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: bold;
}
/* entry styles */
.entry {
	border-bottom: 1px solid #CCC;
	margin-bottom: 40px;
}
.entry-date {
	color: #666;
	font-style: italic;
}
.entry-title {
	font-size: 20px;
	font-weight: bold;
}
#main .entry-title {
	margin: 20px 0;
}
.entry-body {
	line-height: 2;
	margin-bottom: 40px
}
.entry-footer {
	clear: both;
	margin-bottom: 32px;
}
.entry-meta {
	list-style: none;
	font-size: 12px;
	font-style: italic;
	text-align: right;
}
.entry-meta li {
	display: inline;
	margin-left: 24px;
}

/* sidebar */
#sidebar {
	width: 210px;
	margin: 0 0 0 auto;
}
.widget {
	margin-bottom: 45px;
}
.widget .widget-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}


/* for widget */
.widget ul {
	padding-left: 20px;
	list-style-image:url(images/marker-entry-list.png);
	font-size: 14px;
	font-weight: bold;
}
.widget ul li {
	margin-bottom: 16px;
}

/* nav */
#menu-container {
	margin-bottom: 45px;
}
#sidebar .menu {
	padding: 0;
	list-style: none;
}
#sidebar .menu li {
	width: 210px;
	height: 40px;
	margin-bottom: 10px;
}
#sidebar .menu li a {
	display: block;
	width: 174px;
	height: 38px;
	padding: 0 17px;
	border: 1px solid #CCC;
	background-color: #EDEDED;
	line-height: 38px;
}

/* search form */
#s {
	display: block;
	width: 178px;
	height: 28px;
	margin: 0;
	border: 1px solid #CCC;
	position: absolute;
	font-size: 14px;
	line-height: 1;
}
#searchsubmit {
	display:block;
	width: 30px;
	height: 30px;
	margin: 0 0 0 auto;
}

/* footer */
#footer {
	padding: 0 27px;
	margin-top: 30px;
}
#nav-top {
	width: 120px;
	height: 32px;
	margin: 0 0 0 auto;
}
#nav-top a {
	display: block;
	width: 99px;
	height: 32px;
	padding-left: 21px;
	background-color: #EDEDED;
	background-image: url(images/arrow-page-top.png);
	background-repeat: no-repeat;
	background-position:17px center;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
}

#footer-text {
	height: 74px;
	text-align: center;
}
#copyright {
	display: inline;
	font-size: 12px;
	line-height: 74px;
	margin-right: 32px;
}
#btn-social {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	list-style-type: none;
}
#btn-social li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-left: 5px;
	vertical-align: middle;
}
#btn-twitter a {
	display: block;
	width: 26px;
	height: 0;
	padding-top: 26px;
	background: url(images/icon-twitter.png) no-repeat;
	overflow: hidden;
}
#btn-twitter a:hover {
	background-position: 0 -26px;
}
#btn-facebook a {
	display: block;
	width: 26px;
	height: 0;
	padding-top: 26px;
	background: url(images/icon-facebook.png) no-repeat;
	overflow: hidden;
}
#btn-facebook a:hover {
	background-position: 0 -26px;
}


/*-----------------------------
 comment
------------------------------*/

#comment {
	clear:both;
	margin-top:50px;
	padding:20px;
	background-color:#EDEDED;
}
#comment h4 {
	margin-bottom:20px;
	font-size:18px;
	font-weight:bold;
}
#comment .comments-title,
#comment .avatar,
#comment #reply-title,
#comment .comment-notes,
#comment .form-allowed-tags,
#comment .comment-form-url,
#comment .required {
	display:none;
}
#comment .comment-list {
	border-bottom:solid 1px #CCCCCC;
	margin-bottom:30px;
	list-style-position:inside;
}
#comment .comment-list li {
	margin-bottom:30px;
}
#comment .comment-author {
	margin-bottom:15px;
}
#comment .commentmetadata {
	margin-bottom:10px;
}
#comment .comment p {
	margin-bottom:10px;
	line-height:1.6em;
}
#comment form label {
	display:inline-block;
	*display: inline;
    *zoom: 1;
	width:150px;
}
#comment .comment-form-author {
	margin-bottom:20px;
}
#comment .comment-form-comment label {
	margin-top:20px;
	vertical-align:top;
}
#comment .comment-form-comment textarea {
	width:400px;
	height:150px;
	border:solid 1px #CCCCCC;
	margin:20px 0 0 5px;
	padding:10px;
	background-color:#FFFFFF;
	line-height:1.6em;
	font-size:14px;
}
#comment #author,
#comment #email {
	width:400px;
	border:solid 1px #CCCCCC;
	padding:10px;
	font-size:14px;
}
#comment .form-submit {
	padding-left:155px;
}


/*-----------------------------
 page
------------------------------*/

.alignleft {
	float: left;
	margin: 15px 15px 10px 0;
}
.alignright {
	float: right;
	margin: 15px 0 10px 15px;
}
.aligncenter {
	display: block;
	margin: 15px auto 10px auto;
}
#page {
	line-height:1.8em;
}
#page h3 {
	margin-bottom:15px;
	font-size:18px;
	font-weight:bold;
}
#page p {
	line-height:1.8em;
}
#page .alignleft {
	float: left;
	margin: 0 50px 50px 0;
}
#page .alignright {
	float: right;
	margin: 0 0 50px 50px;
}
#page ul {
	list-style-position:inside;
}
#page ul li {
	margin-bottom:20px;
}


/*-----------------------------
 search
------------------------------*/

#search-title {
	margin-bottom:15px;
	font-size:18px;
	font-weight:bold;
}