/*
Theme Name: wao_blog
Theme URI: 
Description: 
Version: 1.0
Author: 
Tags: 
*/

body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
}

ul {
	list-style: none;
}

html {
	height: 100%;
}

body {
	font-family: '�q���M�m�p�S Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, '���C���I', Meiryo, Verdana, '�l�r �o�S�V�b�N', sans-serif;
	font-size: 62.5%;
	color:#000;
	line-height:1.5;
	height: 100%;
	background:#FFEEF1;
}

img {
	border:none;
}

p { 
	font-size: 1.2em;
}

/*\*/ a { overflow: hidden;}/**/

a:link {
	color			:	#3045b4;
	text-decoration	:	none;
}

a:visited {
	color			:	#3045b4;
	text-decoration	:	none;
}

a:hover {
	color			:	#333;
	text-decoration	:	underline;
}

/*******************************************************************************

	main style setting

*******************************************************************************/
#wrapper {
	margin			:	0 auto;
	width			:	770px;
	text-align		:	left;
	background:url(./images/main_back.gif) repeat-y;
}

#header {
	text-align		:	left;
	margin			:	0 auto;
	width			:	770px;
	height:60px;
	background:url(./images/header.gif) no-repeat;
}

#header h1 a {
	width:770px;
	height:60px;
	position:absolute;
	margin:0;
	padding:0;
	text-indent:-5000px;
}

#main-image {
	text-align		:	left;
	margin			:	0 auto;
	width			:	770px;
	height:225px;
	background:url(./images/main.jpg) no-repeat;
	text-indent:-5000px;
}

#main-image a {
	width			:	770px;
	height:225px;
	display:block;
}

#main {
	width			:	770px;
	overflow:hidden;
	margin-top:20px;
}

#footer {
	text-align		:	left;
	margin			:	0;
	width			:	770px;
	font-size		:	100%;
	padding-bottom:15px;
}

#footer p {
	margin-left:25px;
	margin-top:15px;
}


/*----------------------------------------------------------------------------*/
/* nokai style setting
/*----------------------------------------------------------------------------*/

#main #nokai-contents {
	float:left;
	width:575px;
}

#main #nokai-side {
	width			:	189px;
	padding-right:1px;
	float			:	right;	
}

#main #nokai-side h3 {
	font-size:12px;
	font-weight: bold;
	padding-top: 4px;
	padding-left:7px;
	background:url(./images/h2.gif) no-repeat;
	height:28px;
	width:182px;
	color:#FFFFFF;
}

#main #nokai-side ul li.widget-container {
	padding-bottom: 30px;
}

#main #nokai-side #searchform .screen-reader-text {
	display: none;
}

#main #nokai-side #searchform #s {
	width: 120px;
	padding: 2px;
}

#main #nokai-side #searchsubmit {
	padding: 1px;
}

#main #nokai-side ul li.widget-container li {
	list-style:disc;
	list-style-position:inside;
	line-height:1.3;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	text-indent:-1em;
	padding-left:1em;
}

/*----------------------------------------------------------------------------*/
/* kouza style setting
/*----------------------------------------------------------------------------*/

#wrapper #main #nokai-contents .contents {
	margin-left:20px;
	margin-bottom:20px;
	width:540px;
	overflow:hidden;
	background:url(./images/entory_m.jpg) repeat-y;
}

#wrapper #main #nokai-contents .contents h3 {
	padding-left:25px;
	padding-bottom:10px;
	padding-top:18px;
	color:#3045b4;
	font-weight:bold;
	font-size:1.5em;
}

#wrapper #main #nokai-contents .contents h3 a {
	color:#3045b4;
}

#wrapper #main #nokai-contents .contents .title-box {
    background:url(./images/entory_t.jpg) no-repeat;
	overflow:hidden;
}

#wrapper #main #nokai-contents .contents .ent-box {
    background:url(./images/entory_b.jpg) no-repeat left bottom;
	overflow:hidden;
	padding-bottom:15px;
}

#wrapper #main #nokai-contents .contents .ent-box .ent {
	margin:5px 15px 5px 15px;
}

#wrapper #main #nokai-contents p.date {
	margin-left:25px;
	margin-bottom:5px;
	color:#999;
	font-size:10px;
}

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */
#nokai-contents p {
	margin-bottom:13px;
}
#nokai-contents img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
	width:40%;
	height:40%;
}
#nokai-contents .attachment img {
	max-width: 900px;
}
#nokai-contents .alignleft,
#nokai-contents img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#nokai-contents .alignright,
#nokai-contents img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#nokai-contents .aligncenter,
#nokai-contents img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#nokai-contents img.alignleft,
#nokai-contents img.alignright,
#nokai-contents img.aligncenter {
	margin-bottom: 12px;
}
#nokai-contents .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top:10px;
	padding: 4px;
	text-align: center;
}
#nokai-contents .wp-caption img {
	margin: 5px 5px 0;
}

#nokai-contents .wp-caption p.wp-caption-text {
	color: #666;
	font-size: 10px;
	line-height:1.3;
	margin: 7px 5px 5px 5px;
	text-align:left;
}
#nokai-contents .wp-smiley {
	margin: 0;
}
#nokai-contents .gallery {
	margin: 0 auto 18px;
}
#nokai-contents .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#nokai-contents .gallery img {
	border: 2px solid #cfcfcf;
}
#nokai-contents .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#nokai-contents .gallery dl {
	margin: 0;
}
#nokai-contents .gallery img {
	border: 10px solid #f1f1f1;
}
#nokai-contents .gallery br+br {
	display: none;
}
#nokai-contents .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}