@charset "UTF-8";
/*
Theme Name: Stoked Studio Theme
Theme URI: http://blog.stokedstudio.com/
Description: This theme is created for Stoked Studio (Web Design).
Version: 1.0
Author: Tomoko TERASAWA
Author URI: http://stokedstudio.com/
*/

/* default */
/*	Reset
----------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,img{
    margin:0;
    padding:0;
}

table{
    border-collapse:collapse;
    border-spacing:0;
}

fieldset,img{
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
    font-style:normal;
    font-weight:normal;
}
ol,ul{
    list-style:none;
}
caption,th{
    text-align:left;
}
h1,h2,h3,h4,h5,h6,table{
    font-size:100%;
    font-weight:normal;
}
q:before,q:after{
    content:'';
}
abbr,acronym{
    border:0;
}
img {   
    vertical-align:bottom;
}
input, textarea {
	font-size: 100%;
}
.clear {
	clear: both;
}

/* Self Setting */

html {
	background: #f3f4f3 url(../img/bg_html.gif) repeat-y center top;
}

body {
	background: #f3f4f3 url(http://stokedstudio.com/img/bg_body.gif) repeat-y center top;
	color: #444;
	font-family: "Hiragino Kaku Gothic Pro","Meiryo","Osaka",sans-serif;
	line-height: 1.6;
	font-size: 85%;
	text-align: center;
}

/*	Base Link Color Setting
----------------------------------------------------*/

a:link {
	color: #f63;
	text-decoration: underline;
}

a:visited {
	color: #f63;
	text-decoration: underline;
}

a:hover {
	color: #f90;
	text-decoration: none;
}

a:active {
	color: #f90;
	text-decoration: none;
}

/* etc */
.bold {
font-weight: bold;
}

.bigger {
font-size: bigger;
}

.smaller {
font-size: smaller;
}

/* header */
#header {
	height: 93px;
	width: 900px;
}

#header_l {
	width: 698px;
	float: left;
	margin-top: 23px;
}

#logo {
	width: 272px;
	float: left;
	margin-right: 7px;
}

#header_l h1 {
	font-size: 84%;
	border-bottom: 1px dotted #d7d7d7;
	overflow: hidden;
	width: 398px;
	margin: 30px 21px 0 0;
	padding-bottom: 5px;
	line-height: 1.2;
}

#header_r {
	width :202px;
	float: right;
}

#header_r_top {
	display: block;
	height: 28px;
}

#topbtn_1st {
	margin-left: 2px;
}

#topbtn_2nd {
	margin-left: 10px;
}

#header_r_top li {
	display: inline;
}
#header_r_top img {
	float: left;
}

#header_r_btm li {
	margin-top: 21px;
	float: left;
}

#sml {
	margin-left: 5px;
}

#mid {
	margin: 0 9px;
}

#lrg {
	margin-right: 4px;
}

#gnav li {
	float: left;
}

/* style */

#page {
	width: 952px;
	text-align: center;
	margin: 0 auto;
	border-right: 1px solid #888;
	border-left: 1px solid #888;
	background:#fff;
}

#page_inside {
	width: 900px;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}

/* for ContentsPage */

.pagetop {
	font-size: 85%;
	text-align: right;
	clear: both;
}

.img_vtop {
	vertical-align: top;
}

#privacy_01,#privacy_02,#privacy_03,#privacy_04,#privacy_05,#privacy_06 {
	font-size: 116%;
}

.graybox {
	padding: 18px;
	background-color: #f2f2f2;
}

.linebox {
	padding: 18px;
	border: 1px solid #d7d7d7;
}

/* footer */

#footer {
	clear: both;
	background: #888 url(http://stokedstudio.com/img/bg_footer.gif) repeat-x left top;
	padding: 0 25px 40px 25px;
	margin-top: 42px;

}

#btn_pagetop {
	float: right;
	width: 115px;
	display: inline;
}

#footer ul.first {
	padding: 18px 0 0 0;
}

#footer ul.last {
	padding: 0 0 18px 0;
}

#footer p {
	font-size: 80%;
	color: #ccc;
}
	

#footer li {
	display: inline;
	margin-right: 9px;
	padding-left: 9px;
	background: url(http://stokedstudio.com/img/bg_footerline.gif) no-repeat left center;
}

#footer ul li.first {
	padding-left: 0;
	background: none;
}

#footer a:link {
	color: #ccc;
	text-decoration: none;
}

#footer a:visited {
	color: #ccc;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}

#footer a:active {
	color: #fff;
	text-decoration: none;
}


/* BLOG 記事 */

#content {
text-align: left;
width: 655px;
float: left;
}

#content ol li {
list-style-type: decimal;
margin-left: 32px;
}

div.post { 
border: solid 1px #d7d7d7;
padding: 18px;
margin: 20px auto;
}

div.post h3 {
line-height: 1.2;
font-size: 120%;
border-bottom: 1px dashed #d7d7d7;
padding-bottom: 9px;
margin-bottom: 18px;
}

div.post p {
margin: 9px 0 18px 0;
}

p.postinfo {
font-size: 80%;
color: #999;
text-align: right;
margin: 20px 0 0
}

p.postinfo a {
color: #999;
}

span.pageprev {
float: left;
}

span.pagenext {
float: right;
}

div#sidebar {
text-align: left;
width: 220px;
float:right;
margin-top: 20px;
padding-bottom: 20px;
}

div#sidebar h4 {
border: 1px solid #d7d7d7;
background: url(http://stokedstudio.com/img/bg_table.gif) left top no-repeat;
padding: 2px 9px;
margin-bottom: 9px;
}

div#sidebar li {
margin-bottom: 4px;
padding-left: 0;
}

div#sidebar ul, div#sidebar #archive_pulldown {
margin-bottom: 18px;
}

/* BLOG記事内画像 */
.aligncenter {
display: block;
margin: 0 auto;
}

.wp-caption {
border: 1px solid #d7d7d7;
text-align: center;
font-size: 80%;
padding-top: 5px;
margin-top: 10px;
}

/* コメント */
#comments {
clear: both;
}

div#com {
border: 1px solid #d7d7d7;
padding: 18px;
margin: 45px 0 0 0;
}

textarea {
width: 400px;
}

div#com h3 {
font-weight: bold;
color: #999;
border-bottom: 2px solid #d7d7d7;
padding: 0 0 3px 0;
margin: 0 0 9px 0;
}

div#com p {
margin-bottom: 9px;
}

div.compost {
border-bottom: dotted 1px #d7d7d7;
margin: 9px 0;
}

p#comfeed img {
vertical-align: middle;
}

p#comfeed a {
color: #444;
text-decoration: none;
}

p#comfeed {
font-size: 70%;
background-color: #f2f2f2;
padding: 8px;
margin-top: 30px;
}

p.cominfo {
text-align: right;
font-size: 80%;
}

p#trurl {
font-size: 70%;
background-color: #f2f2f2;
padding: 8px;
margin-bottom: 30px;
}

.post blockquote {
background: #f2f2f2;
border: 1px dotted #ccc;
border-left: 3px solid #999;
padding: 8px;
margin: 9px 0 18px 0;
font-size: 12px;
}

.post blockquote p {
margin: 0;
padding: 0;
}

/* カレンダー */
#wp-calendar {
width: 100%;
margin-bottom: 18px;
}

#wp-calendar th {
text-align: center;
font-size: 11px;
border-bottom: 1px solid #d7d7d7;
}

#wp-calendar td {
text-align: center;
font-size: 11px;
}

#wp-calendar caption {
border: 1px solid #d7d7d7;
background: url(http://stokedstudio.com/img/bg_table.gif) left top no-repeat;
padding: 2px 9px;
margin-bottom: 9px;
}

#wp-calendar #prev {
text-align: left;
padding: 3px 0 0 3px;
}

#wp-calendar #next {
text-align: right;
padding: 3px 3px 0 0;
}

/* feed */
p.feed {
font-family: Verdana, Helvetica, sans-serif;
border: 1px solid #d7d7d7;
padding: 5px;
}

p.feed a {
color: #444;
text-decoration: none;
}

p.feed img {
vertical-align: middle;
margin-right: 8px;
}

/* タグクラウド */
p#tagcloud {
line-height: 1.2;
margin: 0 0 36px 0;
}