/************************************************************************************
Copyright@2012 JUnmoKU WebSolution&Enginnering
*************************************************************************************/
/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	background: #ffffff;
	font: .81em/150% Arial, Impact, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Osaka,HiraKakuProN-W3,ＭＳ Ｐゴシック;
	color: #666;
	background: rgb(238,238,238);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU0JSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 54%, rgba(204,204,204,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(54%,rgba(204,204,204,1)), color-stop(100%,rgba(204,204,204,1)));
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 54%,rgba(204,204,204,1) 100%);
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 54%,rgba(204,204,204,1) 100%);
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 54%,rgba(204,204,204,1) 100%);
	background: linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 54%,rgba(204,204,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
}

a {
	color: #66320e;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 1.2em;
	padding: 0;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 980px;
	margin: 0 auto;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	margin: 10px 0px 0px 0px;
	position: relative;
}

#header h1 {
	font-size: 300%;
	color: #66320e;
}

#header h2 {
	font-size: 160%;
	color: #66320e;
}

#header figure {
	margin: 0%;
	width: 100%;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#header figure img {
	width: 100%;
	vertical-align: bottom;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#blog_name {
	position: absolute;
	z-index: 50;
	top: 60px;
	left: 20px;
	color:#000000;
}

#introduction {
	position: absolute;
	z-index: 50;
	top: 120px;
	left: 20px;
	color:#000000;
}

/************************************************************************************
CONTENT
*************************************************************************************/
#content {
	background: #fff;
	margin: 30px 0% 30px 0%;
	padding: 3% 4%;
	width: 60%;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#content header h2 {
	color: #66320e;
}

#forward_back {
	width: 100%;
	text-align: center;
	margin: 10px 0px;
}

/************************************************************************************
COMMENT-EDIT / TRACKBACK AREA
*************************************************************************************/
.comment {
	width: 100%;
	margin: 3px 0px 8px 0px;
}

.comment_title {
	color: #66320e;
	font-size: 120%;
	vertical-align: bottom;
}

.comment_body {
	margin-left: 5%;
}

.comment_footer {
	text-align: right;
}

.comment_form {
	margin: 20px 0px;
	padding: 5px 3%;
	background: lightgray;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.comment_form input {
	background-color: #ffffff;
	color: #333333;
	font-size: 110%;
	border: 2px inset;
}

.comment_form p {
	margin-bottom: 10px;
}

.comment_form textarea {
	width: 90%;
	background-color: #ffffff;
	color: #333333;
	font-size: 110%;
	border: 2px inset;
}

.comment_form label {
	font-size: 90%;
}

#honbun {
	margin-bottom: 0px;
}

#name , #subject , #mail , #url {
	width: 60%;
}

#editname ,#editsubject , #editmail , #editurl {
	width: 60%;
}

.form_btn input {
	border: none;
	padding: 0% 2%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#trackback_comment {
	text-align: right;
}

.trackback_url input {
	width:90%;
	font-size: 110%;
}
/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	width: 28%;
	float: right;
	margin: 0px;
	margin-top: 30px;
	padding: 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}

.calender {
	width: 100%;
	text-align: center;
}

.plugin_title {
	width: 100%;
	color: #333333;
	padding: 2% 0%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: rgb(252,236,252);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmNlY2ZjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzclIiBzdG9wLWNvbG9yPSIjZmJhNmUxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzglIiBzdG9wLWNvbG9yPSIjZmQ4OWQ3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmN2NkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(-45deg,  rgba(252,236,252,1) 0%, rgba(251,166,225,1) 37%, rgba(253,137,215,1) 78%, rgba(255,124,216,1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(252,236,252,1)), color-stop(37%,rgba(251,166,225,1)), color-stop(78%,rgba(253,137,215,1)), color-stop(100%,rgba(255,124,216,1)));
	background: -webkit-linear-gradient(-45deg,  rgba(252,236,252,1) 0%,rgba(251,166,225,1) 37%,rgba(253,137,215,1) 78%,rgba(255,124,216,1) 100%);
	background: -o-linear-gradient(-45deg,  rgba(252,236,252,1) 0%,rgba(251,166,225,1) 37%,rgba(253,137,215,1) 78%,rgba(255,124,216,1) 100%);
	background: -ms-linear-gradient(-45deg,  rgba(252,236,252,1) 0%,rgba(251,166,225,1) 37%,rgba(253,137,215,1) 78%,rgba(255,124,216,1) 100%);
	background: linear-gradient(-45deg,  rgba(252,236,252,1) 0%,rgba(251,166,225,1) 37%,rgba(253,137,215,1) 78%,rgba(255,124,216,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcecfc', endColorstr='#ff7cd8',GradientType=1 );	
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	color: #333333;
	background: #ffffff;
	width: 96%;
	padding: 2%;
	font-size: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }



/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 980px) {

	/* pagewrap */
	#pagewrap {
		width: 95%;
	}
	
	#header h1 {
		font-size: 200%;
		color: #66320e;
	}
	
	#header h2 {
		font-size: 160%;
		color: #66320e;
	}
	
	#blog_name {
		position: absolute;
		z-index: 50;
		top: 40px;
		left: 10px;
		color:#000000;
	}

	#introduction {
		position: absolute;
		z-index: 50;
		top: 80px;
		left: 10px;
		color:#000000;
	}

	/* content */
	#content {
		width: 60%;
		padding: 3% 4%;
	}

	/* sidebar */
	#sidebar {
		width: 30%;
	}
	#sidebar .widget {
		padding: 8% 7%;
		margin-bottom: 10px;
	}

}

/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) {

	/* header */
	#header {
		height: auto;
	}

	/* content */
	#content {
		width: auto;
		float: none;
		margin: 20px 0;
	}

	/* sidebar */
	#sidebar {
		width: 100%;
		margin: 0;
		float: none;
	}
	
	#header h1 {
		font-size: 150%;
		color: #66320e;
	}
	
	#header h2 {
		font-size: 120%;
		color: #66320e;
	}
	
	#blog_name {
		position: absolute;
		z-index: 50;
		top: 30px;
		left: 10px;
		color:#000000;
	}

	#introduction {
		position: absolute;
		z-index: 50;
		top: 60px;
		left: 10px;
		color:#000000;
	}	

}

/************************************************************************************
smaller than 560
*************************************************************************************/
@media screen and (max-width: 480px) {

	html {
		-webkit-text-size-adjust: none;
@media (min-width:500px) { .adslot_1 { width: 468px; height: 60px; } }
	}

	#header h1 {
		font-size: 120%;
		color: #66320e;
	}
	
	#header h2 {
		font-size: 100%;
		color: #66320e;
	}
	
	#blog_name {
		position: absolute;
		z-index: 50;
		top: 5px;
		left: 10px;
		color:#000000;
	}

	#introduction {
		position: absolute;
		z-index: 50;
		top: 30px;
		left: 10px;
		color:#000000;
	}	
}
