@charset "utf-8";
/*
Theme Name: greenapple Default
Theme URI:
Description: greenappleのデフォルトテーマ
Version:
Author: Tanaka Toshimasa
Author URI: http://crosslamina.com/
Tags:
*/

* {
	margin:0;
	padding:0;
}

/* Begin Typography & Colors */
body {
	font-size:14px;
	font-family:"Meiryo","メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","Osaka","sans-serif";
	color: #333333;
	text-align: center;
	background-color: #ffffff;
}

#page {
	text-align: left;
	min-width:550px;
	max-width:950px;
	margin:0px auto 25px;
	padding:0 10%;
}

#header {
	margin-top:25px;
}
#header-menu{
	height:32px;
	margin-top:-67px;
	margin-bottom:67px;
	text-align:right;
}
#header-menu li{
	display:inline;
}
	
#description{
	margin-top:20px;
	font-size:18px;
}

#container{
	margin-top:60px;
	position:relative;
}

#content {
	margin-bottom:50px;
	margin-right:240px;
	min-height:1000px;
	}

/* ie6 */
* html #page{
width:expression((document.body.clientWidth < 552 - document.body.clientWidth * 0.2) ? "550px" : (document.body.clientWidth > 1152 ) ? "1150px" : "auto");
}

* html #menubar{
	right:10%;
}

* html #content{
	height:expression((document.body.clientHeight < 1002) ? "1000px" : "auto");
}


.navigation{
	clear:both;
	padding-top:30px;
	text-align:center;
}



#menubar{
	position:absolute;
	width:210px;
	margin-top:5px;
	top:0;
	right:0;
}

#menulist{
	border:1px solid #333333;
	padding:10px;
	background-color:#ffffff;
}

#menulist a,#bannerlist a{
	text-decoration:none;
	color:#333333;
}

#menulist a:hover{
	font-weight:bold;
}

#menulist li{
	margin-bottom:5px;
	list-style-position:outside;
	list-style:none;
	line-height:22px;
}

#menulist li:before{
	content:"＞ ";
}
#menulist li ul{
	margin-left:20px;
}
#menulist li ul li:before{
	content:'';
}

#menulist .wp-tag-cloud li{
	line-height:1.4;
	display:inline;
}

#latestentry{
	margin-top:15px;
}

#archive{
/*	margin-top:30px; */
}

#archive-dropdown{
	margin-left:20px;
}

#tweet{
	margin-top:10px;
	border:1px solid #cccccc;
	padding:10px;
	margin-left:10px;
	margin-right:10px;
	font-size:12px;
	background-color: #ffffff;
}

#tweet #tweet-title a{
	color:#333333;
}

#tweet li{
	list-style-position:outside;
	list-style:none;
	border-top:1px dashed #cccccc;
	padding-top:5px;
	margin-bottom:5px;
	word-break:break-word;
}
#tweet li .tweet_date{
	display:block;
}
#tweet li a:hover{
	text-decoration:underline;
}

#tweet a {
	text-decoration:none;
}

#bannerlist{
	margin-top:50px;
	margin-bottom:50px;
	margin-left:8px;
}
#menubar #bannerlist li{
	list-style:none;
	margin-bottom:10px;
}

#footer {
	border-top:1px solid #cccccc;
	margin-top:10px;
}
#copyright{
	font-style:normal;
	text-align:right;
	color:#999999;
}

#totop{
	clear:both;
}

#totop a{
	text-decoration:none;
	color:#333333;
}

.post{
	margin:30px 0 70px;
}



.post .time{
	border-bottom:1px solid #999999;
	margin-bottom:5px;
	background:url('images/kazari.gif') no-repeat left 0px;
	padding-left:20px;
	line-height:22px;
}

.title{
	margin-bottom:30px;
	font-weight:bold;
	font-size:28px;
}

.post_title{
	margin-bottom:20px;
	font-weight:bold;
	font-size:24px;
}

.post_title a{
	text-decoration:none;
	color:#333333;
}

.post .entry{
	line-height:1.8;
	overflow:auto;
}
.post .entry p{
	margin:15px 0 20px;
}
.post .metadata img{
	margin-bottom:-3px;
	padding:0 2px;
}
.post .metadata{
	height:16px;
	text-align:right;
	border-top:1px solid #cccccc;
	padding-top:5px;
	margin-bottom:30px;
	margin-top:20px;
	clear:both;
}


/* コメント */
#comment_trackback{
	border:1px solid #999999;
	padding:10px 35px 60px;
	margin:70px 3px 30px;
}

#comment_trackback h2{
	font-weight:bold;
	font-size:16px;
	margin-top:30px;
}

＃commentlist{
	margin-bottom:30px;
}

#commentlist dt{
	margin-top:15px;
}

#commentlist dd{
margin-left:15px;
}

#commentlist dd.comment_date{
	text-align:right;
	font-size:12px;
}

#commentform{
	margin-bottom:30px;
}

#commentform dt{
	font-weight:bold;
	margin-top:15px;
}


#commentform dd input{
	width:300px;
	border:1px solid #999999;
	height:18px;
}

#commentform dd input:focus ,#commentform dd textarea:focus{
	background-color:#ffff99;
}

#commentform dd textarea{
	width:100%;
	border:1px solid #999999;
	height:100px;
}

#commentform #submit{
	margin:30px 0;
	text-align:center;
	width:200px;
	height:40px;
}

#commentform .error{
	color:red;
}

#tb_url{
	width:100%;
}

/* お問い合せ */

.wpcf7 dl dt{
	font-weight:bold;
	margin-top:30px;
	background:url('images/kazari.gif') no-repeat left 1px;
	padding-left:20px;
}

.wpcf7 dl dd{
	margin-bottom:30px;
	margin-left:22px;
}

.wpcf7 dl dd input{
	width:300px;
	border:1px solid #999999;
	height:18px;
}

.wpcf7 dl dd input:focus ,.wpcf7 dl dd textarea:focus{
	background-color:#ffff99;
}

.wpcf7 dl dd textarea{
	width:100%;
	border:1px solid #999999;
	height:300px;
}

.wpcf7 .submit{
	margin:30px 0;
	text-align:center;
}

.wpcf7 .submit input{
	width:200px;
	height:40px;
}

.wpcf7 .wpcf7-not-valid-tip-no-ajax,.wpcf7 .wpcf7-not-valid-tip{
	color:red;
	display:block;
}

.wpcf7 .wpcf7-validation-errors{
	color:red;
}





code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}




/* End Typography & Colors */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}


a img {
	border: none;
	}


/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

