/*
Theme Name: おやじなブログ.Ver2
Theme URI: http://www.oyajina.com/
Description: WordPress theme designed by <a href="http://www.oyajina.com/">oyaji</a>
Version: 2.0
Author: oyaji
Author URI: http://www.oyajina.com/
*/

@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
    /*font-weight: normal;*/
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
    overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
input, textarea,{
	margin: 0;
	padding: 0;
}
ol, ul{
    list-style:none;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
a:focus {
	outline:none;
}
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.both{
	clear:both;
}
.imghover a:hover img{
  opacity:0.8;
  filter:alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
/*------------------------------
common elements
------------------------------*/
.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mb00 { margin-bottom: 0 !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mr00 { margin-right: 0 !important; }
.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }
.mr40 { margin-right: 40px !important; }
.fleft { float: left; }
.fright { float: right; }
.tright { text-align: right; }
.tleft { text-align: left; }
.tcenter { text-align: center; }
body {
	font-size: 14px;
	line-height: 1.6;
	font-family: Arial,Helvetica,'ヒラギノ丸ゴ Pro W4',HiraMaruPro-W4,'Meiryo UI','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #444444;
	background: url(img/headBg.gif) repeat-x #EDEFE1;
}
a {	color: #3366CC;	text-decoration: none;　}
a:hover { color: #C33; }
/*------------------------------
header elements
------------------------------*/
header {
	width: 1000px;
	height: 170px;
	margin: 0 auto;
	position: relative;
}
header h1 {
	position: absolute;
	top: 0;
	left: 0;
}
header h2 {
	position: absolute;
	top: 102px;
	left: 0;
}
header p {
	width: 728px;
	height: 90px;
	position: absolute;
	top: 0;
	right: 0;
}
header nav {
	position: absolute;
	top: 130px;
	left: 0;
}
header nav ul li {
	float: left;
}
header nav ul li a {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	padding: 0 15px;
}
header nav ul li a:hover {
	color: #FF0;
}
/*------------------------------
footer elements
------------------------------*/
footer {
	background: #75AA33;
	width: 100%;
	height: 60px;
}
footer p {
	text-align: center;
	line-height: 60px;
	color: #FFF;
}
footer p a {
	color: #FFF;
}
/*------------------------------
layout elements
------------------------------*/
.mainWrap {
	width: 1000px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.contentWrap {
	width: 680px;
	float: left;
	background: #FFF;
	/*radius*/
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	/*shadow*/
	-moz-box-shadow: 2px 2px 2px #CCC;
	-webkit-box-shadow: 2px 2px 2px #CCC;
	box-shadow: 2px 2px 2px #CCC;
}
.contentWrap section {
	padding: 20px;
}
.sidebar {
	width: 300px;
	float: right;
}
/*------------------------------
content elements
------------------------------*/
.dl01 {
	line-height: 1.3;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #CCC;
}
.dl01 dt {
	float: left;
}
.dl01 dd {
	padding-left: 170px;
}
.dl01 h1 {
	font-size: 23px;
	margin-bottom: 15px;
	font-weight: bold;
}
.dl01 p {
	font-size: 13px;
}
.title01 {
	font-size: 27px;
	line-height: 1.3;
	margin-bottom: 10px;
}
.title02 {
	background: #75AA33;
	height: 36px;
	line-height: 36px;
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 10px;
}
.date {
	background: #75AA33;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	padding-left: 10px;
	margin-bottom: 10px;
}
.date a {
	color: #FFF;
}
.contentInner {
	font-size: 15px;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 10px;
}
.contentInner p {
	margin-bottom:20px;
}
blockquote {
	border-left: 5px solid #006699;
	padding: 10px 10px 10px;
	margin: 0 20px 20px 20px;
	background: #dddddd;
}
.recommend li {
	width: 150px;
	height: 220px;
	line-height: 1.3;
	font-size: 13px;
	float: left;
	margin: 10px 5px;
}
/*------------------------------
sidebar elements
------------------------------*/
.sidebar h1 {
	background: #75AA33;
	height: 36px;
	line-height: 36px;
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
.sidebar .ranking {
	margin-top: 10px;
	margin-bottom: 20px;
}
.sidebar .ranking li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
	line-height: 1.3;
	min-height: 50px;
}
.sidebar .tag {
	line-height: 1.4;
}
/*------------------------------
plugin elements
------------------------------*/
.wp-pagenavi {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.ad {
	margin-bottom: 10px;
	text-align: center;
}
.breadcrumbs {
	margin-bottom: 10px;
	font-size: 12px;
}
.wp_social_bookmarking_light_clear {
	margin-bottom: 20px;
}