/*
Theme Name: ADSimple
Theme URI:
Description: Simple Wordpress theme based on HTML5 using red, black & white colors.
Version: 1.2.1
Author: Dimox
Author URI: http://dimox.name/
Tags: red, brown, white, black, silver, three-columns, right-sidebar, fixed-width, threaded-comments
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

* {margin: 0; padding: 0}
header, nav, section, article, aside, footer {display: block}
body {
	font-family:'メイリオ',Osaka;
	/* font-family:Arial,Helvetica,Verdana,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif; */
	font-size:small;
	color: #444;
	background: #333;

background-image: url(/images/bg.jpg);
background-repeat: no-repeat;
background-position: left top;
background-attachment: fixed;
}

a {
	color: #0099FF;
        text-decoration:none;
        outline:none;
}
a:hover {
	color: #FFCC33;
}

img {border: 0}

a.imghover:hover img {
	filter:alpha(opacity=70);
	opacity:0.7;
	}

input {vertical-align: middle}
blockquote {
        width:500px;
	padding: 10px;
        margin:10px 0;
	border:1px #666 dotted;
	height: 1%;
}
blockquote p {
font-size:11px;
margin:0 !important;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.aligncenter {margin: 0 auto}
.alignleft {float: left}
img.alignleft {margin: 5px 10px 3px 0}
.alignright {float: right}
img.alignright {margin: 5px 0 3px 10px}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	margin:0 10px 0 0;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 0 5px 0;
	margin: 0;
}
table {
	width: 99%;
	margin: 0 0 20px 3px;
	border-collapse: collapse;
}
th, td {

	padding: 4px;
}
th {
  text-align: left;
        border: 1px solid #fff;
	background: #F3F3F3;
}
pre {
	margin: 0 0 20px;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
        }

span.rtop,
span.rbottom {
	display:block;
	background: #eee;
	}

span.rtop span,
span.rbottom span {
	display:block;
	height: 1px;
	overflow: hidden;
	background: #fff;
	}

span.r1{
	margin: 0 5px;
	}

span.r2{
	margin: 0 3px;
	}

span.r3{
	margin: 0 2px;
	}

span.rtop span.r4, span.rbottom span.r4{
	margin: 0 1px;
	height: 2px;
	}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix {
	display: inline-table;
	}

/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
	}

.clearfix {
	display: block;
 	}
/* End hide from IE-mac */

/* Header
-----------------------------------------------------------------------------*/
header {
	margin-top:20px;
	height: 110px;
	position: relative;
        background-color:#fff;
	border-radius:10px;
        -moz-border-radius:10px;
        -webkit-border-radius: 10px;
	background-color:#FFFFFF;
	}

h1{
	position: relative;
	padding-top:20px;
        margin:0 0 0 20px;
	height:35px;
	width:211px; 
	overflow: hidden;
	}

h1 a {
	display: block;
	margin:0 auto;
	width: 100%;
	height: 100%;
	background: transparent url(/images/logo.gif) no-repeat;
	background-position: center top;
	font-size: 5px;
	text-indent: -9999px;
	text-decoration: none;
        float:left;
}


#nav {
        margin:20px 20px 0 20px;
	height: 20px;
}

#nav span{
float:left;
}

#nav ul#headMenu{
float:right;
}

ul#headMenu li {
	float: left;
	font-size: 13px;
	text-transform: uppercase;
	list-style: none;
	margin: 0 0 0 30px;
}
#nav li a {
        font-weight:bold;
	float: left;
	padding:2px 3px;text-decoration: none;
	padding:2px 3px;
}

#nav li a:hover{
	border-radius:3px;
        -moz-border-radius:3px;
        -webkit-border-radius: 3px;
	background-color:#0099FF;
	color:white;
	text-decoration:none;
	}

#nav li.current_page_item {
	color:#ccc;
}

#search {
	position: absolute;
	top: 43px;
	right: 0;
}

#searchform{
        text-align:center;
}

#search input {
	font: 11px "Trebuchet MS", Arial, Sans-Serif;
	float: left;
}
#s {
	width: 160px;
	padding: 3px 6px;
	border: 1px solid #CCC;
	margin-bottom:5px;
}
#s:hover {
	border-color: #AAA;
}
#s:focus {
	border-color: #E60000;
}
#searchsubmit {
	border-radius:3px;
        -moz-border-radius:3px;
        -webkit-border-radius: 3px;
	background-color:#E60000;
	color:white;
	text-decoration:none;
	padding: 1px 7px;
        border:0;
	color: #fff;
	font-weight: bold !important;
	overflow: visible;
	height: 20px;
	cursor: pointer;
}
#searchsubmit:hover {
	background: #33CCFF;
}


/* Content
-----------------------------------------------------------------------------*/
section {
	width: 100%;
	overflow: hidden;
	margin:20px 0 10px 0;
}
#content {
	width: 560px;
	float: left;
	padding-bottom:20px;
	overflow: hidden;
        text-align:center;
        margin-right:20px;
}
#content h2 {
	font-size:16px;
	padding: 1px 0 6px;
	margin-bottom: 12px;
        text-align:left;
}
#content h2 a {
  text-decoration: none;
  color:#666;
}
#content h2 a:hover {
  text-decoration: underline;
}
#content h3 {
	font-size:14px;
	padding: 0 0 3px;
	margin-bottom: 18px;
	color:#fff;
}

.cSpace{
       height:10px;
       width:10px;
}

#content .post {
        border-radius:10px;
        -moz-border-radius:10px;
        -webkit-border-radius: 10px;
        background-color:#fff;
	margin: 0 0 25px 0;
        padding-bottom:10px;
}

#content .post .contentDate{
        margin:10px 16px;
        color:#666;
        padding:2px 5px;
        text-align:left;
}

#dateHead h2{
float:left;
}

#dateHead .contentDate{
float:right;
}

.contentDate a{
color:#666;
}

#content .post h2,
#content .post h3 {
	font-size: 16px;
	margin: 0 16px;
        padding-top:10px;
        text-align:left;
}
.pmeta {
	font-size: 12px;
	line-height: 16px;
	margin: 0 20px;
	color: #888;
	text-align:left;
}

.pmeta span {
  margin: 0;
	}


.ptags a {
        padding:3px;
	}


.ptags a:hover{
	border-radius:3px;
        -moz-border-radius:3px;
        -webkit-border-radius: 3px;
	background-color:#0099FF;
	color:white;
	text-decoration:none;
	}

.entry {
  width:522px;
  text-align: justify;
  line-height:170%;
  text-align:left;
  margin:10px auto;
}

.entry img{
border:1px #333 solid;
margin:5px 0 10px 0;
}

.entry img.noBoder{
border:1px #fff solid;
}

.entry p{
  margin:10px 0;
}

#content .entry h2,
#content .entry h3,
#content .entry h4,
#content .entry h5,
#content .entry h6 {
	font: normal 23px/1.4;
	padding: 0 0 4px;
	margin: 25px 0 18px;
  background: url(i/smalldot.gif) 0 100% repeat-x;
	border: none;
}
#content .entry h3 {font-size: 20px}
#content .entry h4 {font-size: 18px}
#content .entry h5 {font-size: 17px}
#content .entry h6 {font-size: 15px}
.ptags {
	font-size: 12px;
	color: #999;
	margin:5px 20px 10px 20px;
        padding-bottom:10px;
	overflow: hidden;
	height: 1%;
text-align:left;
}

.comments {
	float: right;
        margin:10px 0;
}

.line {
	clear: both;
	padding: 3px;
	margin: 0 0 15px;
	background: url(i/smalldot.gif) repeat-x;
}

.post ol {
	margin: -4px 0 18px 35px;
}
.post ul {
	margin: -4px 0 18px 18px;
}
.post li {
	padding: 3px 0 4px;
  border-bottom: 1px solid #EEE;
}
.post ul li {
	list-style: none;
	background: url(i/arrow.gif) 0 11px no-repeat;
	padding: 3px 0 4px 12px;
}
.post li ul {
	margin: 4px 0 -5px;
  border-top: 1px solid #EEE;
}
.post li ol {
	margin: 4px 0 -5px 18px;
  border-top: 1px solid #EEE;
}

div.pagetitle {
	border-radius:10px;
        -moz-border-radius:10px;
        -webkit-border-radius: 10px;
	padding: 3px 0 4px;
	margin-bottom: 20px;
        text-align: center;
        font-size:14px;
        font-weight:bold;
        color:#fff;
        background-color:#99cc00;
}

.commentlist {
	margin: 18px 0 0;
}
.commentlist li {
	list-style: none;
}
.commentlist li .commentdiv {
        width:556px;
	margin: 0 0 20px;
        border-radius:10px;
        -moz-border-radius:10px;
        -webkit-border-radius: 10px;
        background-color:#fff;
/*
	border: 1px solid #AAA;
        background-color:#fff;
*/

}
li.bypostauthor .commentdiv {
        width:556px;
        background-color:#fff;
/*	min-height: 32px;
	height: auto !important;
	height: 32px; */
}
.commentlist ul.children {
	margin: 13px 0 0 18px;
}
.comment-author {
        clear:both;
	border-bottom: 1px dotted #999;
	padding: 5px;
        margin:4px;
	min-height: 20px;
	height: auto !important;
	height: 20px;
}
.fn {
	font-style: normal;
	font-weight: bold;
float:left;
margin-right:5px;
}

.says{
float:left;
}

.ctext p{
margin:0 0 10px 0;
}

.avatar {
	border: 1px solid #DDD;
	padding: 2px;
	float: left;
	background: #FFF;
	margin: 0 5px 0 0;
}
.commentmetadata {
float:right;
	font-size: 11px;
	color: #888;
        padding:3px 0 0;
}
.commentmetadata a {
	color: #888;
  text-decoration: none;
}
.commentmetadata a:hover {
	color: #AA0001;
  text-decoration: underline;
}
.ctext {
	padding: 10px;
        text-align:left;
}


.reply {
	width: 100%;
	overflow: hidden;
	text-transform: lowercase;
	margin: -3px 0 0 7px;
}
.reply a {
	background: #F4F4F4;
	float: left;
	color: #AA0001;
	text-decoration: none;
	padding: 0 6px 2px;
	border: 1px solid #CCC;
	font-size: 13px;
	line-height: 16px;
}
.reply a:hover {
	background: #E60000;
	color: #FFF;
	border: 1px solid #E60000;
}
#cancel-comment-reply {
	float: right;
	position: relative;
	top: -43px;
}
#cancel-comment-reply small {
	font-size: 13px;
}

#respond{
text-align:left;
}

#respond h3 {
  margin:10px 0;
}

#commentform {
	padding: 0 0 20px;
}
#commentform p {
	margin: 0 0 7px;
	white-space: nowrap;
	color:#fff;
}
#author, #email, #url, #comment, #submit, #securitycode {
	font-size: 13px;
	padding: 3px 5px;
	width: 200px;
	border: 1px solid #CCC;
}
#author:focus, #email:focus, #url:focus, #comment:focus, #submit:focus {
	border-color: #999;
}

#comment {
	width: 558px;
	height: 150px;
        padding:0 !important;
}

.commentTxt{
        font-size:10px; margin-bottom:10px;
	color:#fff;
}

#submit {
	border-radius:3px;
        -moz-border-radius:3px;
        -webkit-border-radius: 3px;
	width: 128px;
	height: 26px;
	padding: 0;
	background: #E60000;
	cursor: pointer;
	border: none;
	color: #FFF;
	font-weight: bold;
	}

#submit:hover {
	background: #33CCFF;
	}

.navigation {
	padding: 15px 0 0;
	color:#fff;
	}

.navigation a {
	display: inline-block;
	width: 20px;
	margin: 0 2px 0 0;
	border: 1px solid #ff0000;
	background-color:#ff0000;
	color: #fff;
	text-decoration: none;
	text-align: center;
	}

.navigation a:hover {
 	border: 1px solid #666;
	color: #fff;
	background: #666;
}

.navigation span {
	display: inline-block;
	width: 20px;
	margin: 0 2px 0 0;
  text-align: center;
}
.navigation span.pages {
  margin-right: 10px;
	width: auto;
}
.navigation span.current {
	background: #fff;
  border: 1px solid #fff;
	color: #333;
}
.navigation.first {
	background: none;
	padding: 0;
}
.navigation.com a {
	margin: 0 -2px 0 0;
}
.navigation.com span.dots {
	margin: 0 -4px 0 0;
}
.navigation.com span.current {
	margin: 0 -2px 0 0;
}


/* Sidebars
-----------------------------------------------------------------------------*/
aside {
	float: right;
	width: 410px;
	font-size: 12px;
	line-height: 15px;
}

#sidebar1 {
	float: left;
	width: 200px;
        margin-right:10px;
}
#sidebar2 {
	float: left;
	width: 200px;
	clear:right;
}

.section {
        border-radius:10px;
        -moz-border-radius:10px;
        -webkit-border-radius: 10px;
        background-color:#fff;
	margin: 0 0 25px;
        padding-bottom:10px;
}



aside ul {
	margin: 0 10px 15px 10px;
}
aside li {
	list-style: none;
	padding: 3px 4px 4px 12px;
	margin: 5px 0;
	background: url(i/arrow.gif) 3px 9px no-repeat;
}
aside li ul {
  margin: 0 0 2px;
}
aside li li {
  padding: 3px 0 0 12px;
	border: none;
}

aside h3 {
	color: #66AE3E;
	font-size: 12px;
	padding: 10px 0;
	margin: 0 10px;
}

#tagCloud a,
.widget_tag_cloud a {
	margin: 0 6px;
  line-height: 24px;
}

.widget_tag_cloud div{
margin:0 10px;
}

#calendar_wrap{
padding-bottom:10px;
}

#wp-calendar {
  width: 90%;
	margin: 0 10px 0 10px;
}
#wp-calendar td {
  text-align: center;
}

td#prev{
   text-align:left !important;
}

td#next{
   text-align:right !important;
}

.widget_recent_entries ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_meta ul li{
  border-bottom:1px #999 dotted;
}



p.button{
text-align:center;
margin:5px;
padding-bottom:5px;
}


.aboutBook{
margin:10px;
padding-bottom:10px;
}

.aboutBook p{
border-bottom:1px #999 dotted;
text-align:left;
margin:3px 0;
padding:2px;
}


.linktext{
margin-bottom:30px;
}

ul#recentcomments li{
border-bottom:1px dotted #999999;
}

ul.xoxo li{
border-bottom:1px dotted #999999;
}


/* Footer
-----------------------------------------------------------------------------*/
footer {
	padding: 20px 10px;
	font-size: 11px;
	line-height: 16px;
	color: #fff;
	background: #000;
	text-align:center;
	}


/* page
-----------------------------------------------------------------------------*/
h3.pageH3{
font-size:12px !important;
margin:30px 0 5px 0 !important;
font-weight:bold !important;
color:#333 !important;
}


/* twitter
-----------------------------------------------------------------------------*/
.widget_twitter{
background:#fff url(/images/twitter_bg.jpg)  no-repeat;
position:relative;
width:200px;
height:165px;
}

aside ul.twitter{
width:120px;
}

aside ul.twitter li{
padding:0 10px 0 7px;
background: url(/images/spacer.gif) no-repeat;
width:100px;
overflow:hidden;
}

ul.twitter li.twitter-item div{
position:absolute;
font-size:10px;
top:150px;
left:15px;
text-align:left;
}

span.rtop,
span.rbottom {
	display:block;
	background: #f0f0f0;
	}

span.rtop span,
span.rbottom span {
	display:block;
	height: 1px;
	overflow: hidden;
	background: #fff;
	}

span.r1{
	margin: 0 5px;
	}

span.r2{
	margin: 0 3px;
	}

span.r3{
	margin: 0 2px;
	}

span.rtop span.r4, span.rbottom span.r4{
	margin: 0 1px;
	height: 2px;
	}

.imgWhite{
border:3px #fff solid !important;
}


/* wallpaper
-----------------------------------------------------------------------------*/
#wpPc{
width: 522px; 
margin: 0 -2px 0 0; 
overflow: hidden; 
_zoom: 1; 
}

#wpPc h3{
font-size:12px !important;
color:#333;
}

#wpMp h3{
font-size:12px !important;
color:#333;
}

.photoLayout{
float:left;
margin-right:2px;
width:172px;
height:145px;
line-height:1.2em !important;
}

.photoLayoutMp{
float:left;
height:265px;
margin-right:2px;
line-height:1.2em !important;
}


.photoLayout img{
margin:10px 0 0 0;
}

.photoLayoutMp img{
margin:10px 0 0 0;
}

p.new{
color:#ff0000;
font-size:11px;
	}

.photoLayout p{
text-align:center;
margin:0;
}

.photoLayoutMp p{
text-align:center;
margin:0;
}

#wpMp{
margin-bottom:20px;
}

li.pr{
border-bottom:1px dotted #999999;
margin:0;
}

.kaiseki{
padding:0 10px;
}

#contactBody{
padding:5px;
}

.w500{
width:500px;
background-color:#fff;
border:1px solid #ddd;
padding:2px;
vertical-align:middle;
}

.button{
	text-align:center;
	}

.wpcf7-submit {
	border-radius:3px;
        -moz-border-radius:3px;
        -webkit-border-radius: 3px;
	background-color:#E60000;
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold !important;
	height:20px;
	overflow:visible;
	padding:1px 7px;
	text-decoration:none;
	}


.wpcf7-submit:hover {
	background: #33CCFF;
}
