/*
Theme Name: Sample Theme
Theme URI: http://yukit.net/
Description: This is my sample theme.
*/

/* =========================================================
Reset of Default Style
========================================================= */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-size: 100%;
	text-align: left;
}
textarea { font-size: 100%; }
img { vertical-align: bottom; }
html { overflow-y:scroll; }
/* =========================================================
global setting
========================================================= */
body {margin: 0px 10px;
	padding: 0;
	background: #fff;
	color: #000000;
	font-family:'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',Verdana,Arial,sans-serif;
	font-size: 62.5%;
	line-height: 1.6;
}
div#container {
	margin: 0 auto;
	padding: 0px 0px 0 0px;
	width: 900px;
	background: #fff;
	background-image: url();
}
div#blockleft {
	margin:0px 0 0px 0;
	padding: 0px 0px 0 0px;
	width: 290px;
	height: 560px;
	float: left;
}
div#blockright {
	position:relative;
	margin:0px 0 0px 0;
	padding: 0px 0px 0 0px;
	width: 610px;
	height: 560px;
	float: left;
}
div.cleardiv  { clear: both; padding: 0px; margin: 0px; }
div#wrapper:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
div#wrapper {
	clear:both;
	width: 900px;
	margin: 0px 0 0px 0px;
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html div#wrapper { height: 1%; }
div#wrapper { display: block; }
/* End hide from IE-mac */
p.btttext  {
	margin: 0px 0 0 0px;
	color: #555;
	font-size: 1.1em;
}
p.btttext a {
	color: #555;
	text-decoration: none;
}
p.btttext a:hover {
	color: #777;
	text-decoration: underline;
}
/* =========================================================
header
========================================================= */
div#header {
	margin: 20px 0 0px 0px;
	padding: 0px 0 4px 0px;
	background-image: url();
	background-repeat: no-repeat;
	border-bottom: solid 1px #aaa;
}
div#header p {
	color: #777;
	font-size: 1.1em;
	line-height: 1.0;
	margin: 0 0 2px 0;
}
#topmenu{
	margin:0;
	height:15px;
	margin-bottom: 0px;
}
#topmenu ul {
	margin:0;
	list-style-type:none;
}
#topmenu ul li{
	float:left;
	padding-right:15px;
}
.second a {
	font-size: 1.2em;
	padding-right:13px;
	color: #777;
	line-height: 1.0;
	text-decoration:none;
	outline: none;
	border-right: solid 1px #ccc;
}
.headtitle {
	font-size: 1.2em;
	padding-right:13px;
	color: #777;
	line-height: 1.0;
	text-decoration:none;
	outline: none;
	border-right: solid 1px #ccc;
}
.third a {
	font-size: 1.1em;
	color: #777;
	text-decoration:none;
}

/* =========================================================
blockleft
========================================================= */
div#blockleftup {
	position:relative;
	margin:0px 0 0px 0;
	padding: 0px 0px 0 0px;
	width: 290px;
	height: 480px;
}
div#blockleftup div.toplogo {
	padding: 14px 0 0px 0px;
}
div.infoarea {
	position:absolute;
	bottom: 0;
}
p.headingleft {
	color: #333;
	font-size: 1.1em;
	line-height: 1.0;
	letter-spacing : 0.1em;
	font-weight: bold;
	padding: 0 0 6px 0;
}
p.textleft {
	color: #555;
	font-size: 1.1em;
	line-height: 1.0;
	font-weght: normal;
	padding: 0 0 14px 0;
}
div.blogentry{
	padding:0px 0 0px 0px;
	margin:0px 0px 0px 0px;
}
div.blogentry li{
	font-size:1.1em;
	color: #555;
	line-height: 1.0;
	margin: 0 0 4px 0;
	padding: 0 0px 0 0px;
	list-style-type: none;
	list-style-position: outside;
}
div.blogentry li a {
	color: #555;
	text-decoration: none;
}
div.blogentry li a:hover {
	color: #bbb;
	text-decoration: none;
}
div.blogentry ul{
	margin: 0 0 0px 0;
	padding: 0px 0 0 0px;
}

div#blockleftdown {
	margin:0px 0 0px 0;
	padding: 0px 0px 0 0px;
	width: 290px;
	height: 80px;
	background: #fff;
}
div.form{
	margin: 0px 0 0px 0;
	padding: 42px 0 0 0px;
}
div.form p {
	padding: 0px 0 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #555;
	font-size: 1.1em;
	line-height: 1.0;
}
div.form img {
	margin: 0px 0 0px 0px;
	padding: 0px 0 0 2px;
	position:relative;
	top: 1px;
}
button[type="submit"] {
background-color: #fff;
border: 0px solid #666666;
margin: 0;
padding: 0;
text-align: center;
vertical-align: baseline;
}
/* =========================================================
blockright
========================================================= */
div.headingright {
	padding: 19px 0 10px 0px;
	margin: 0px 0px 0px 0px;
}
div.headingright p{
	padding: 6px 0 0px 6px;
	margin: 0px 0px 0px 0px;
	color: #444;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.0;
	border-left: solid 4px #666;
}
div.imageblock {
	margin:0px 0 0px 0;
	padding: 0px 0px 0 0px;
	width: 606px;
	height: 430px;
	border: solid 1px #555;
}
div.imageblock img{
	margin:3px 0 0px 3px;
	padding: 0px 0px 0 0px;
}
div.bottomblock2 {
	position:absolute;
	left: 204px;
	margin-bottom: 4px;
	bottom: 0;
	width: 200px;
	height: 40px;
	border: solid 0px #555;
}
div.bottomblock2 p{
	padding: 0px 0 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #555;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.0;
}
div.socialicons {
	margin: 24px 0 0px 50px;
	padding: 0px 0px 0px 0px;
}
div.socialicons img {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
}

div.bottomblock3 {
	clear:both;
	position:absolute;
	left: 408px;
	margin-bottom: 4px;
	bottom: 0;
	width: 200px;
	height: 40px;
	border: solid 0px #555;
}

/* =========================================================
footer
========================================================= */
div#footer {
	clear:both;
	margin: 0px 0 10px 0;
	padding: 0px 0px 0 0 ;
	background: #fff;
	background-repeat: no-repeat;
	border-top: solid 1px #888;
}
div#footer p.copyright{
	text-align: right;
	font-size: 0.9em;
	margin: 0 0 0 0em;
	padding: 5px 0 0 0px;
	border-top: solid 0px #666;
	background: #fff;
	color: #666;
}

/* =========================================================
top
========================================================= */
div#topbg {
	background-image:url(http://yukit.net/img/illust/top_summer3.png);
	clear:both;
	width: 900px;
	height: 560px;
	margin: 0px 0 0px 0px;
	padding: 0px 0 0px 0;
	position:relative;
}
p.topinfo {
	color: #636777;
	font-size: 1.2em;
	line-height: 1.0;
	font-weght: normal;
	padding: 0px 0 0px 111px;
	position: absolute;
	bottom: 175px;
}

/* =========================================================
about
========================================================= */
div#wrapperabout {
	clear:both;
	width: 900px;
	height: 560px;
	margin: 0px 0 0px 0px;
	padding: 0px 0 0px 0;
}
div.aboutspacer {
	clear:both;
	width: 900px;
	height: 50px;
}
p.abouthead {
	text-align:center;
	color: #555;
	font-size: 1.1em;
	line-height: 1.0;
	letter-spacing : 0.2em;
	font-weight: bold;
	padding: 0 0 6px 0;
}
p.abouttext {
	text-align:center;
	color: #555;
	font-size: 1.1em;
	line-height: 1.5;
	font-weight: normal;
	padding: 0 0 40px 0;
}
p.abouttext a {
	color: #555;
	text-decoration: underline;
}
p.abouttext a:hover {
	color: #00eeff;
	text-decoration: underline;
}
p.abouttextb {
	text-align:center;
	color: #555;
	font-size: 1.1em;
	line-height: 1.6;
	font-weight: normal;
	padding: 0 0 30px 0;
}
p.abouttextb a {
	color: #555;
	text-decoration: none;
}
p.abouttextb a:hover {
	color: #00eeff;
	text-decoration: none;
}
div.form2{
	margin: 0px 0px 0px 286px;
	padding: 0px 0 0 0px;
}
div.form2 img {
	margin: 0px 0 0px 0px;
	padding: 0px 0 0 2px;
	position:relative;
	top: 1px;
}
.abouticons img {
	margin: 5px 10px 3px 5px;
	padding: 0px 0px 0px 0px;
}

/* =========================================================
gallery
========================================================= */
div#wrappergallery {
	clear:both;
	width: 900px;
	height: 560px;
	margin: 0px 0 0px 0px;
	padding: 0px 0px 0px 0px;
	position:relative;
}
p.gallerytext {
	color: #555;
	font-size: 1.1em;
	line-height: 1.5;
	font-weght: normal;
	padding: 0px 0 2px 0px;
	position: absolute;
	bottom: 5px;
}
p.gallerycategory {
	color: #555;
	font-size: 1.2em;
	line-height: 1.5;
	font-weight: normal;
	padding: 0px 0px 3px 5px;
}
div.galspacer {
	clear:both;
	width: 900px;
	height: 35px;
	margin: 0px 0 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* =========================================================
links
========================================================= */
div#wrapperlinks {
	clear:both;
	width: 900px;
	height: 560px;
	margin: 0px 0 0px 0px;
	padding: 0px 0 0px 0;
}
div.linkspacer {
	clear:both;
	width: 900px;
	height: 60px;
}
p.linkhead {
	text-align:center;
	color: #555;
	font-size: 1.1em;
	line-height: 1.0;
	letter-spacing : 0.2em;
	font-weight: bold;
	padding: 0 0 6px 0;
}
p.linktext {
	text-align:center;
	color: #555;
	font-size: 1.1em;
	line-height: 1.5;
	font-weight: normal;
	padding: 0 0 4px 0;
}
p.linkinfo {
	text-align:center;
	color: #555;
	font-size: 1.2em;
	line-height: 1.5;
	font-weight: normal;
	padding: 10px 0 10px 0;
}
div.fadeslide img{
	margin: 0px 0 4px 0;
}
div.banslide {
	text-align:center;
	margin: 0px 0 30px 0;
}
div.banslide a {
	color: #444;
	font-size: 1.2em;
	line-height: 1.0;
	font-weight: normal;
	margin: 0px 0 10px 0;
	padding: 10px 0 0 0;
	text-decoration: underline;
	outline: none;
}
div.banslide a:hover {
	color: #ccc;
}

/* =========================================================
memo
========================================================= */
div#wrappermemo {
	clear:both;
	width: 900px;
	margin: 0px 0 0px 0px;
	padding: 0px 0 0px 0;
}
p.textmemoa {
	font-family: Arial, sans-serif;
	text-align:center;
	color: #555;
	font-size: 1.2em;
	line-height: 1.5;
	font-weight: normal;
	padding: 0px 0 20px 0;
}

div.fadeslide{
	opacity:0;
	display:none;
}
div.fadewrap{
	margin: 0px 0 15px 0px;
	padding: 0px 0 0px 0;
}
div.memospacer{
	width: 900px;
	height: 40px;
}
div#wrappermemo a {
	color: #444;
	font-size: 1.2em;
	line-height: 1.0;
	font-weight: normal;
	margin: 0px 0 0px 0;
	text-decoration: underline;
	outline: none;
}
div#wrappermemo a:hover {
	color: #ccc;
}
p.fadetext0 {
	color: #555;
	font-size: 1.1em;
	line-height: 1.5;
	font-weight: normal;
	margin: 20px 0 10px 0px;
}
p.fadetext {
	color: #555;
	font-size: 1.1em;
	line-height: 1.5;
	font-weight: normal;
	margin: 6px 0 5px 20px;
}
p.fadetext img{
	margin: 3px 0 3px 0px;
}

/* =========================================================
404
========================================================= */
div#wrapper404 {
	clear:both;
	width: 900px;
	height: 560px;
	margin: 0px 0 0px 0px;
	padding: 0px 0 0px 0;
}
p.text404a {
	font-family: Arial, sans-serif;
	text-align:center;
	color: #555;
	font-size: 1.8em;
	line-height: 1.5;
	font-weight: normal;
	padding: 130px 0 20px 0;
}
p.text404b {
	text-align:center;
	color: #555;
	font-size: 1.2em;
	line-height: 1.8;
	font-weight: normal;
	padding: 0 0 20px 0;
}

/* =========================================================
blognavi
========================================================= */
div.blognavi {
	margin: 80px 0 0px 0;
	padding: 5px 0 0px 0;
	border: solid 0px #777;
	border-top: solid 1px #aaaaaa;
}
div.bnavi1 {
	width: 200px;
	float: left;
	padding:0px 0 0px 0px;
	margin: 0px 0px 0px 0px;
}
div.bnavi2 {
	width: 200px;
	float: left;
	padding:0px 0 0px 0px;
	margin: 0px 0px 0px 0px;
}
div.bnavi3 {
	width: 200px;
	float: left;
	padding:0px 0 0px 0px;
	margin: 0px 0px 0px 0px;
}
p#pagetitle{
	font-size: 1.3em;
	font-weight: normal;
	color: #666;
	margin:0 0 10px 0;
}
div.blognavi h2{
	border-bottom: solid 1px #aaaaaa;
	font-weight: normal;
	font-size: 1.2em;
	color:#666;
	margin:0 0 4px 0;
	padding: 0px 0 0 0px;
	width: 120px;
}
div.blognavi li{
	font-size:1.1em;
	line-height: 1.3;
	margin: 0 0 0px 0;
	padding: 0 0px 0 0px;
	list-style-type: none;
}
div.blognavi li a {
	color: #666;
	text-decoration: none;
}
div.blognavi li a:hover {
	color: #666;
	text-decoration: underline;
}

div.blognavi ul{
	margin: 0 0 30px 0;
}
input#s{
	width: 100px;
	margin: 0 0 4px 0;
}
/* =========================================================
post
========================================================= */
div.post {
	border: solid 0px #777;
	padding: 0px 0 0px 0;
	margin: 20px 0 0px 0;
}
div.post h2{
	font-family: sans-serif;
	font-size: 1.5em;
	line-height: 1.3;
	border-top: solid 1px #999;
	padding: 4px 0 2px 0px;
	margin: 40px 0 15px 0px;
	color: #444;
	font-weight: normal;
}
.postdate {
	font-size: 0.9em;
	padding: 0px 0 0px 0px;
	margin: 0px 0 0px 0;
	color: #666;
	font-weight: normal;
}
div.post p {
	font-size: 1.3em;
	line-height: 1.4;
	margin: 0px 0 12px 0px;
	padding: 0px 0 0px 0px;
	color: #444;
}
div.post a:link, div.post a:visited {
	color : #555;
	text-decoration: underline;
}
div.post a:hover,div.post a:active {
	color : #bbb;
	text-decoration: underline;
}
div.post h2 a:link,div.post h2 a:visited{
	text-decoration: none;
	color: #444;
}
div.post h2 a:hover, div.post h2 a:active{
	text-decoration: none;
	color: #ccc;
}
div.post p.postinfo{
	clear: both;
	font-size: 1.1em;
	line-height: 1.3;
	text-align: left;
	margin: 20px 0 60px 0px;
	color: #777;
	border-bottom: solid 1px #bbb;
	padding-bottom: 1px;
}
div.post p.postinfo a{
	color: #777;
	text-decoration: none;
}
p.pagelink {
	margin: 0px 0 70px 0px;
}
p.pagelink a{
	font-size: 1.1em;
	color: #444;
}
span.pageprev{
	font-size: 1.2em;
	color: #777;
	float: right;
}
span.pagenext{
	font-size: 1.2em;
	color: #777;
	float: left;
}

/* =========================================================
post other
========================================================= */
.aligncenter{
	display: block;
	margin: 0 auto;
}
.alignright{
	float:right;
	margin:0 0px 0 0px;
}
.alignleft{
	float:left;
	margin:0 0px 0 0px;
}
.wp-caption{
	border: solid 0px #aaaaaa;
	text-align: center;
	padding:0px;
	margin:0px 0px 0 0px;
}
#comments{
	clear: both;
}
div#com{
	border: solid 0px #aaa;
	padding: 0 0px;
	margin: 0px 0 20px 0 ;
}
textarea{
	width: 500px;
}
div#com h3{
	color: #444;
	font-size: 1.3em;
	border-bottom: solid 1px #aaa;
	padding: 0 0 3px 0;
	margin: 20px 0 20px 0;
}
div#com p{
	font-size: 1.2em;
}
div.compost{
	border-bottom: dotted 1px #aaa;
	margin: 0 0 25px 0;
}
p.cominfo{
	text-align: right;
}
div#com a{
	color: #666;
}
p#trurl{
	color: #666;
	padding:10px 0 0 0;
	margin: 0 0 20px 0;
}