/*
Theme Name: NatureColor
Theme URI: http://www.tomtom24.com/weblog/masa/
Description: 
Version: 1.0
Author: perutoro
Author URI: 
Tags: 
*/
/*BASE
-------------------*/
* {	margin: 0; padding: 0;}
a { text-decoration: none; color: #5d5d5d; outline: none;}
a:hover {color: #77a36f; }
img { border: none; }
h1 { font-size: 262.5%; line-height: 100%; }
h2 { font-size: 175%; line-height: 150%; }
@font-face {
	font-family: 'YellowMagicianRegular';
	src: url('font/YellowMagician.eot');
	src: local('font/Yellow Magician'), local('font/Yellow Magician'), url('font/YellowMagician.woff') format('woff'), url('font/YellowMagician.ttf') format('truetype'), url('font/YellowMagician.svg#YellowMagician') format('svg');
}
@font-face {
	font-family: 'SFArchRivalRegular';
	src: url('font/SF_Arch_Rival.eot');
	src: local('font/SF_Arch_Rival'), url('font/SF_Arch_Rival.ttf') format('truetype'), url('font/SF_Arch_Rival.svg#webfont') format('svg');
}


/*CLEARFIX
-------------------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*ORIGINAL
-------------------*/
body {
	background: url(img/bottom-background.jpg);
}
#main-wrap {
	background: url(img/main-background.jpg);
	width: 100%;
}
.wrap {
	width: 900px;
	margin: 0 auto;
}
#header {
	width: 900px;
	float: left;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
img.logo {
	float: left;
	margin:-3px 5px 0 0;
}
#header h1 {
	font-family: 'SFArchRivalRegular', Arial, sans-serif;
	font-size: 40px;
	line-height: 40px;
	color: #ffe1a7;
	letter-spacing: 0.04em;
	float: left;
}
#header h1 a {
	color: #515050;
	font-size: 40px;
	line-height: 40px;
}
#header h2 {
	font-size: 12px;
	line-height: 12px;
	color: #bba478;
	width: 900px;
	float: left;
	letter-spacing: 0.1em;
}
#random-post-area {
	width: 874px;
	border: 3px solid #bf6220;
	padding: 10px;
	margin-bottom: 63px;
	background: url(img/bottom-background.jpg);
	float: left;
}
#random-post-area .random03 {
	width: 291px;
	float: left;
}
.imgbox {
	width: 120px;
	height: 120px;
	margin-right: 5px;
	float: left;
}
.random03 img {
	width: 110px;
	height: 110px;
	margin: 5px 0 0 5px;
}
.random03 a:hover img {
	filter: alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
}
p.randomdetail {
	color: #ffe1a7;
	margin: 10px 0;
	font-size: 12px;
}
p.randomdetail a {
	color: #ffe1a7;
}

h3.randomtitle {
	color: #ffe1a7;
	width: 140px;
	float: left;
	font-size: 14px;
}
#content {
	width: 900px;
	float: left;
}
#left-content {
	width: auto;
	float: left;
}
.blogbox {
	width: 600px;
	margin-bottom: 63px;
	padding: 10px 0;
	border-left: 1px dotted #cccccc;
}
h3.title {
	width: 595px;
	padding:0 0 5px 5px;
	margin-bottom: 3px;
	border-bottom: 1px dotted #cccccc;
}
h3.title a {
	font-size: 18px;
	letter-spacing: 0.02em;
}
p.detail {
	width: 595px;
	padding-left: 5px;
	margin-bottom: 21px;
	font-size: 12px;
}
.textarea {
	color: #868686;
	font-size: 12px;
	line-height: 24px;
	width: 540px;
	padding-left: 15px;
}
.textarea img {
	float: left;
}

.blogbox p.more a {
	float: right;
	color: #ffffff;
	padding: 3px 6px;
	font-size: 12px;
	border: 1px solid #cccccc;
	background: #ffb31f;
}
.blogbox p.more a:hover {
	background: #ffe1a7;
}
#right-content {
	width: 200px;
	float: right;
}
.widget-box {
	margin-bottom:42px;
	font-size: 12px;
	border: 1px dotted #cccccc;
	padding: 5px;
	background: #fff;
}
h3.widgettitle {
	border-bottom: 1px dotted #cccccc;
	padding: 5px 0;
}
.widget-box ul {
	_zoom: 1;
	overflow: hidden;
}
.widget-box li {
	list-style-type: none;
	padding: 10px 5px;
	margin-bottom: -1px;
	border-bottom: 1px dotted #cccccc;
}
#footer{
	color: #FFF;
	height: 240px;
}
#comment{
	margin: 10px;
	padding: 20px;
	width: 400px;
	color: #000;
}
.entry{
	width: auto;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #930;
	padding-bottom: 30px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #930;
	padding-top: 20px;
}
.self{
	color: #666;
	font-size: 12px;
}


