@charset "utf-8";
/*
THEME NAME: Wrath
THEME URI: http://www.wpdesigner.com/2007/07/20/wrath-wordpress-theme/
DESCRIPTION: Wrath theme by Small Potato, based on <a href="http://www.plaintxt.org/themes/sandbox/">Sandbox</a> templates.
VERSION: 0.1
AUTHOR: Small Potato
AUTHOR URI: http://www.wpdesigner.com
*/

body, h1, h2, h3, h4, h5, h6, abbr, acronym, address, blockquote, dd, dl, form, p{
	margin: 0;
	padding: 0;
}

body{
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,sans-serif;
	font-size: 67.5%;
	line-height: 1.5em;
	text-align: center;
	background: #f8f8f8 url('images/body_bg.png') repeat-y center;
	color: #222;
}

img{
	border: none;
}

a{
	outline: none;
	color: #007AAB;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:active{
	color: #f6b;
}

h1, h2, h3, h4, h5, h6{
	font-weight: bold;
}

form, textarea{
	font-family: Helvetica,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 12px;
}

address, dl, p, div.page-link, div.entry-content h1, div.entry-content h2, div.entry-content h3, div.entry-content h4, div.entry-content h5, div.entry-content h6{
	padding: 15px 0 5px;
}

blockquote{
	margin: 10px 0 0;
	border-top: 1px solid #ddd;
	background: #f9f9f9;
}

blockquote p{ padding: 15px 10px; }

blockquote blockquote{
	margin: 0 10px;
	background: #fff;
}

dd{
	padding: 0 0 0 20px;
}

p img{
	max-width: 100%;
}

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

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

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

abbr {
	border: none;
}


.alignleft{float: left;}

.alignright{float: right;}



div#header{
	width: 980px;
	height: 310px;
	margin: 0 auto 4px;
	background: url('images/header_bg.jpg');
}


div#access{
	width: 940px;
	margin: 8px auto 7px;
	.margin: 6px auto 9px;
}

div#access #blog-title{
	float: left;
}

div#access #blog-title h1{
	float: left;
	margin:0;
	padding:0;
	font-size:11px;
}

div#access #page-list{
	float: right;
}

div#access #page-list ul{
	list-style:none;
	margin:0;
	padding:0;
}

div#access #page-list ul li{
	float: left;
	margin-left: 15px;
	display: inline;
}


div#header_caption{
	float: left;
	position: relative;
	top: 16px;
	.top: 2px;
	left: 20px;
	font-size: 11px;
	color: #fff;
	text-align: left;
}

div#header_feed{
	float: right;
	position: relative;
	top: 16px;
	.top: 2px;
	right: 20px;
	font-size: 11px;
	text-align: right;
}

div#header_feed a{
	background: url('images/feed-icon-14x14.png') no-repeat 2px;
	padding-left: 20px;
	color: #fff;
}

div#header_logo{
	float: left;
	position: relative;
	width: 334px;
	height: 104px;
	top: 126px;
	.top: 102px;
	left: 11px;
	text-align: left;
}

div.header_video{
	float: right;
	position: relative;
	top: 46px;
	.top: 31px;
	right: 58px;
}

div.header_ads{
	position: relative;
	top: 77px;
	.top: 63px;
	text-align: left;
	margin-left: 17px;
}


div#wrapper{
	width: 940px;
	margin: 12px auto ;
	padding: 0;
	text-align: left;
}



div#container{
	width: 940px;
}

div#content{
	float: left;
	width: 562px;
	padding-right: 19px;
	overflow: hidden;
}


div.above_content_box{
}
div.above_content_box div.archive_title{
	margin: 0 0 20px;
	padding: 8px;
	background: #f3f9ff;
	border: 1px solid #d3d9df;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
div.above_content_box div.archive_title h2.pagetitle{
	background: url(images/folder_page.png) no-repeat;
	padding-left: 19px;
	font-size: 12px;
	font-weight: normal;
}

div.body_content_box{
}

div.below_content_box{
	margin-bottom: 25px;
}



div.post, div.page{
	padding: 3px 0 20px;
}

div#nav-above{
	margin: 10px 0 10px; 
}
div#nav-below{
	margin: 0 0 26px;
}

div.navigation{
}

div.navigation .page-numbers{
	padding: 2px 5px 1px;
	border: 1px solid #ccc;
}

div.navigation .current{
	font-weight: bold;
}

div.navigation a{
	text-decoration: none;
}

div.navigation a:hover{
	background: #007AAB;
	color: #fff;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
}

h2.entry-title, h3.entry-title{
	font-size: 21px;
}

h2.entry-title a, h3.entry-title a{
	color: #222;
	text-decoration: none;
}

h2.page-title{
	margin: 10px 10px 0;
	border-top: 1px solid #dfdfdf;
	padding: 8px 10px 9px;
	font-size: 19px;
	background: #f8f8f8 url('images/bg_sidebar_h3.gif') repeat-x left bottom;
	color: #666;
}


div.entry-meta {
	margin: 12px 0 6px;
}

div.entry-meta ul {
	margin: 0;
	padding: 0;
}

div.entry-meta ul.meta_line {
	float: left;
	padding-left: 0;
	color: #666;
}

div.entry-meta ul.meta_line li {
	float: left;
	list-style: none;
	padding-right: 4px;
	font-size: 11px;
}

div.entry-meta ul.meta_line li.meta_date {
	background: url(images/date.png) no-repeat;
	padding-left: 18px;
	margin-right: 6px;
}

div.entry-meta ul.meta_line li.meta_category {
	background: url(images/folder_page_white.png) no-repeat;
	padding-left: 19px;
	margin-right: 6px;
}

div.entry-meta ul.meta_line li.meta_comments {
	background: url(images/comments.png) no-repeat;
	padding-left: 18px;
}

div.entry-meta ul.social_bookmark_buttons {
	float: right;
	padding-left: 0;
}

div.entry-meta ul.social_bookmark_buttons li {
	list-style: none;
	float: left;
	margin-right: 2px;
}

div.entry-meta ul.social_bookmark_buttons li img {
	vertical-align: middle;
}

div.entry-meta ul.social_bookmark_buttons li.spacer img {
	margin-right: 6px;
}

div.entry-meta ul.social_bookmark_buttons li iframe {
	margin-top: -2px;
	margin-right: -8px;
}


div.entry-content{
	font-size: 1.24em;
	line-height: 1.5em;
}

div.entry-content h1{
	font-size: 30px;
}

div.entry-content h2{
	font-size: 24px;
}

div.entry-content h3{
	margin-top: 32px;
	font-size: 18px;
	padding: 3px 0 3px 10px;
	border-left: 8px solid #ccc;
	border-bottom: 1px solid #ccc;
}

div.entry-content h4{
	font-size: 16px;
}

div.entry-content h5{
}

div.entry-content h6{
}


.post_thumbnail img {
	padding: 2px;
	border: 1px solid #aaa;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}


div.entry-content img.border{
	padding: 3px;
	background: #fff;
	border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

div.entry-content ul{
	margin: 20px 0 12px;
	padding-left: 23px;
}

div.entry-content li{
	margin-bottom: 0.4em;
}

div.entry-content ul.small_height li{
	margin-bottom: 0.2em;
}


div.entry-content table{
	margin: 10px 0;
	padding: 0;
	border: 1px solid #ccc;
}
div.entry-content table tbody,
div.entry-content table tr,
div.entry-content table th,
div.entry-content table td{
	margin: 0;
	padding: 0;
}

div.entry-content table tr{
}

div.entry-content table tr th,
div.entry-content table tr td{
	padding: 3px 4px;
	border-right: 1px dotted #ccc;
}

div.entry-content table tr th{
	background: #eef4fe;
}


div.entry-content .video{
	margin: 8px 0;
}

div.entry-content .video p{
	margin: 6px 0;
	font-size: 11px;
	color: #e39;
}

div.entry-content span.small{
	font-size: 11px;
	color: #e39;
}

div.entry-content .read_more {
	margin: 14px 0 0;
	background: url(images/page_white_go.png) no-repeat;
	padding: 0 3px 16px 19px;
	border-bottom: 1px dotted #ccc;
}

div.entry-content .read_more a{
	font-weight: bold;
}


div.entry-content div.content_ads_area{
	margin-top: 6px;
	background: url(images/content_ads_bg.png) no-repeat bottom right;
}

div.entry-content div.content_ads_area .blog_ranking {
	margin-bottom: 15px;
	color: #666;
}

div.entry-content div.content_ads_area .entry-ads {
	margin: 12px 0 0;
}


div.post_tag_line{
	margin: 30px 0 0;
	padding: 5px;
	background: #f3f9ff;
	border: 1px solid #d3d9df;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	font-size: 11px;
}

div.post_tag_line span.tag_title{
	background: url(images/tag_green.png) no-repeat;
	padding-left: 18px;
	margin-right: 5px;
}


div.entry-content #similar_posts {
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	line-height: 1.5em;
}

div.entry-content #similar_posts ul{
	padding-left: 21px;
}

div.entry-content #similar_posts ul li{
	margin-bottom: 0.4em;
}


div.navi_ads{
	padding-bottom: 10px;
}

.asa_content{
	margin: 10px 0;
}

.asa_content img{
	margin-bottom: 8px;
}




div#comments{
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 1.24em;
	line-height: 1.5em;
}

div#comments h3{
	font-size: 20px;
	padding: 10px 0 5px;
}

div#comments p{
	padding: 10px 0 5px;
}

div#comments ul , div#comments ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}

div#comments ul.children{
	margin-left: 38px;
}

div.comment-header{
	margin: 18px 0 5px;
	padding: 4px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

div#comments ul li div.comment-header {
	background: #f6f6f6;
	border: 1px solid #e0e0e0;
}

div#comments ul.children li div.comment-header {
	background: #eff3ff;
	border: 1px solid #dfe3ef;
}

div#comments ul li.btc-twitter div.comment-header {
	background: #f0f9ff url(images/comment_header_twitter_bg.png) no-repeat right bottom;
	border: 1px solid #e0e9ef;
}

div.comment-header img.avatar{
	float: left;
	margin-right: 6px;
	padding: 2px;
	background: #fff;
	border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

div.comment-author {
	margin-top: 1px;
	font-weight: bold;
}

div.comment-author cite{
	font-style: normal;
}

div.comment-meta{
	font-size: 11px;
	color: #888;
}

div.comment_text{
	margin-left: 7px;
}

div.comment_text p i{
	font-size: 10px;
	font-style: normal;
	color: #888;
}

div.nopassword{
	padding: 10px 0 0;
}


div#respond{
	margin-top: 18px;
}


form#commentform span.required{
	font-size: 11px;
	color: #f26;
}

form#commentform .form-input, form#commentform .form-textarea{
	margin: 8px 0 0;
}

input#author,input#email,input#twitterID,input#url{
	width:40%;
	margin-right: 6px;
}

input#author,input#email,input#twitterID,input#url,textarea#comment{
	padding:0.2em;
}

textarea#comment{
	height:13em;
	margin:0 0 0.5em;
	overflow:auto;
	width:90%;
}



div#sidebar{
	width: 336px;
	float: left;
	display: inline;
	padding-left: 20px;
	border-left: 1px dotted #ccc;
}

div#sidebar_ads{
	width: 336px;
}

div#sidebar_ads iframe{
}

div#primary{
	width: 156px;
	float: left;
	margin-right: 20px;
}

div#secondary{
	width: 160px;
	float: left;
}

div.sidebar ul, div.sidebar ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}

div.sidebar ul{
	margin: 0 0 10px;
}

div.sidebar ul li{
	padding: 12px 0 0;
}

div.sidebar ul li#search form#searchform{
	margin: 0;
	padding: 10px 0 0;
}

div.sidebar ul li h3{
	padding: 3px 4px 8px;
	font-size: 1.05em;
	font-weight: normal;
	color: #f6f6f6;
	background: url(images/sidebar_h_bg.png) no-repeat;
}

div.sidebar ul ul{
	margin: 0;
	padding: 6px 0;
}

div.sidebar ul ul li{
	margin-bottom: 4px;
	padding: 0;
}

div.sidebar ul ul ul{
}

div.sidebar input#s{
	width: 95px;
}


div#sidebar #primary_ads iframe{
}


div#sidebar #random_posts li{
	margin: 5px 0;
	padding-bottom: 2px;
	border-bottom: 1px dotted #ccc;
}

div#sidebar #random_posts li p{
	padding: 4px 0;
	line-height: 1.28em;
	color: #999;
}


div#sidebar #recent_posts li{
	padding-bottom: 3px;
	margin-bottom: 4px;
	border-bottom: 1px dotted #ccc;
}


div#sidebar #recent_comments li{
	padding-bottom: 4px;
	margin-bottom: 7px;
	border-bottom: 1px dotted #ccc;
}
div#sidebar #recent_comments img{
	float: left;
	margin-right: 4px;
	padding: 2px;
	border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
div#sidebar #recent_comments .comment_meta{
	font-size: 10px;
	color: #999;
}


div#sidebar #categories li{
	padding: 2px 0 4px;
	border-bottom: 1px dotted #ccc;
}

div#sidebar #categories li a{
	display: block;
}

div#sidebar #archives li{
	padding: 2px 0 4px;
	border-bottom: 1px dotted #ccc;
}

div#sidebar #archives li a{
	display: block;
}

div#sidebar #tag_cloud li{
	line-height: 1.95em;
}

div#sidebar #tag_cloud li a{
	margin-right: 3px;
}


div#sidebar #amazon_sidebar li.asa_sidebar{
	text-align: center;
	font-size: 10px;
	line-height: 1.25em;
	padding-bottom: 6px;
	border-bottom: 1px dotted #ccc;
}
div#sidebar #amazon_sidebar li.asa_sidebar img{
	margin: 5px 0;
}


div#sidebar #blogroll_sidebar ul{
	margin: 0 0 20px;
	padding: 0;
}

div#sidebar #blogroll_sidebar ul li.linktitle{
	margin: 0;
	padding: 4px 0;
	line-height: 1.25em;
	border-bottom: 1px dotted #ccc;
}

div#sidebar #blogroll_sidebar ul li.linktitle a{
	display: block;
}

/* Start Widget Styles */

div#calendar_wrap{
	padding: 10px;
}

table#wp-calendar{
	width: 100%;
}

table#wp-calendar th, table#wp-calendar td{
	padding: 10px 0 0;
}

div.sidebar ul li#google-search form#gsearch{
	padding: 5px 10px 10px;
	text-align: left;
}

/* End Widget Styles */



div#footer_wrap{
	clear: both;
	width: 100%;
	border-top: 1px solid #ccc;
	background: #eee;
	margin-top: 120px;
	text-align:center;
}

div#footer{
	width: 940px;
	margin: 0 auto;
	padding: 30px 0 !important;
	text-align:left;
}

div#footer #mhf-link{
	font-size: 10px;
}

div#footer #mhf-link img{
	float: left;
	margin-right: 6px;
	margin-bottom: 8px;
}




/* Others */

div.clear {
	clear:both;
	height:0;
	margin:0;
	padding:0;
}


.amazon_item {
	border: 1px dotted #aaa;
	padding: 8px;
}

.amazon_item img {
	float:left;
	margin-right: 10px;
}


ul.blogroll-top {
	margin-top: 5px;
	margin-left: 0;
	padding-left: 0 !important;
}

ul.blogroll-top ul{
	padding-left: 0 !important;
}

ul.blogroll-top li {
	list-style: none;
	margin-top: 12px;
	padding-left: 0;
}

ul.blogroll-top li a {
	font-weight: bold;
}

ul.blogroll-top li img {
	margin-bottom: 4px;
	padding: 2px;
	border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}


div.tag_cloud {
	line-height: 2.12em;
}

div.tag_cloud a{
	margin-right: 4px;
}


.wpcf7-form textarea {
	width: 520px;
}


div#tw-user{
    margin: 10px 0 20px;
}


div#tw-user img{
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 8px;
	padding: 2px;
	border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

div#tw-user div#tw-msg{
	padding-top: 8px;
}


table.mhf-mio-banner{
	margin: 12px 0 20px;
	border: none !important;
}

table.mhf-mio-banner td{
	font-size: 11px;
	border: none !important;
	vertical-align: bottom;
	color: #666;
}

table.mhf-mio-banner td img{
	margin-right: 10px;
	margin-bottom: 2px;
	padding: 2px;
	border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
