@charset "utf-8";

/* ページ全体の基本的な設定と背景色 */
/* ---------- reset ---------- */

*
{
	margin:0;
	padding:0;
	border:0;
	font-family: Verdana, Arial, sans-serif;
}

/* ---------- reset_end ---------- */

/* ---------- body ---------- */

body
{
	color:#006600;
	background-color:#003300;
	text-align:center;
}

/* 指定が無い時のリンクの下線の有無 */
a {
	text-decoration: none;
	}

/* 指定が無い時の未読リンクの色 */
a:link {
	color: #006699;
	}

/* 指定が無い時の既読リンクの色 */
a:visited {
	color: #006699;
	}

/* 指定無い時のリンク部分のクリック時 */
a:active {
	color: #006699;
	}

/* マウスカーソルがリンクにかさなった時 */
a:hover {
	color: #CC0000;
	text-decoration: underline;
	}

body.layout-one-column div#main-container
{
	width:700px;
	margin:0 auto;
	padding:15px 0 0 0;
	text-align:left;
	background-color:#ffffff;
	color:inherit;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}

body.layout-two-column-right div#main-container
{
	width:800px;
	margin:0 auto;
	padding: 0;
	text-align: left;
	background-color:#ffffff;
	background: url("http://ikujistyle.heteml.jp/kazenoko/archives/images/site/kumausa.gif") no-repeat right bottom #ffffff;
	color:inherit;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}

body.layout-three-column div#main-container
{
	width:940px;
	margin: 0 auto;
	padding: 0;
	text-align:left;
	background-color:#ffffff;
	color:inherit;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}

body.layout-three-column div#main-content
{
	width:700px;
	margin:0;
	padding:0;
	float:right;
}

/* ---------- body_end ---------- */

/* ---------- banner ---------- */

body.layout-two-column-right div#banner,
body.layout-two-column-left div#banner,
body.layout-one-column div#banner,
body.layout-three-column div#banner
{
	background-color: #fff;
	background-image:url(http://ikuji-style.jp/archives/images/site/003-005.gif);
	background-repeat:repeat-x;
	border-bottom: 1px solid #000;
	text-align: left;
	color: #999;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin : 0px 0px 0px 0px ;
	padding: 20px 0px 10px 25px;
}


div#banner h1
{
	text-align:left;
	font-size:14px;
	font-weight:bold;
	position: relative;
	letter-spacing:0.2em;
}

div#banner h2
{
	color:#999;
	text-align:left;
	font-size: 14px;
	font-weight:normal;
	position: relative;
	background-color:transparent;
	float:right;
	margin-right: 10px;
}

div#banner h1 a,
div#banner h2 a
{
	color:#fff;
	background-color:transparent;
	text-decoration:none;
}

div#banner h1 a:hover,
div#banner h2 a:hover
{
	text-decoration:underline;
}

/* ---------- main ---------- */

body.layout-one-column #main
{
	width:700px;
	float:left;
}

body.layout-two-column-right #main
{
	width: 600px;
	float:left;
}

body.layout-three-column #main
{
	width:540px;
	_height: 850px;
	min-height: 850px;
	float:left;
}

div.content
{
	padding:0 15px 15px 15px;
}

div.entry
{
	margin: 10px 0px 20px 0px;
}

p.date-header
{
	color:#666666;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 10px 5px 10px 0px;
	background-color:inherit;
}

h2.entry-header
{
	font-size: 16px;
	font-weight:bold;
	background-color:#fff;
	padding : 5px 5px 5px 15px;
	color:#006600;
	line-height: 1.4;
	margin-bottom:10px;
	border-left: 4px solid #ff6666;
	border-top: 1px dashed #999999;
}

h3.entry-header a
{
	color: #999;
	background-color:inherit;
}

div.entry-content
{
	padding:10px;
}

div.content blockquote
{
	padding: 10px;
	border:1px dashed #999999;
	background-color:#ffffff;
	font-size:14px;
	line-height: 1.4;
	margin:0 0 15px 0;
}

div.content blockquote p
{
	color:#669966;
	font-size:12px;
}

div.entry-body p,
div.entry-more p
{
	color:#666666;
	font-size: 14px;
	line-height: 1.6;
	margin:0 0 10px 0;
	background-color:inherit;
}

div.entry-body img,
div.entry-more img
{
	border:0;
	margin:0 0 20px 0;
}

div.entry-body ul,
div.entry-more ul
{
	list-style-position:inside;
}

div.entry-body li,
div.entry-more li
{
	color:#666666;
	font-size: 14px;
	margin:0 5px 0 0;
	list-style-type: square;
	background-color:inherit;
}

div.content div.entry-tags h4
{
	color:#666666;
	font-size: 14px;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	background-color:transparent;
	border-bottom:1px dotted #999999;
}

div.entry-tags ul.entry-tags-list
{
	list-style:none;
	border-bottom:1px dotted #999999;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
}

div.entry-tags ul.entry-tags-list li
{
	display:inline;
	margin:0 10px 0 0;
	font-size: 14px;
}

div.entry-info
{
	padding-bottom:10px;
	text-align:right;
}

div.entry-info ul
{
	list-style-type: none;
}

div.entry-info li
{
	color:#666666;
	font-size: 14px;
	display:inline;
	margin-right: 5px;
	background-color:inherit;
}

div.content h4
{
	background-color: #fff;
	color: #666;
	font-weight:normal;
	font-size: 14px;
	margin-bottom:10px;
	padding: 5px;
	border-left: 4px solid #ff0000;
	border-bottom: 1px dotted #999999;
}

div.content h5
{
	color: #666;
	font-weight:bold;
	font-size: 12px;
	margin-bottom:10px;
	padding: 5px;
	border-left: 4px solid #ff6666;
	border-bottom:1px dotted #ccc;
}

div.content p.navi-link
{
	color:#666666;
	font-size: 14px;
	margin-bottom:15px;
	background-color:inherit;
}

div.content p.pagerNum
{
	font-size: 14px;
	text-align: right;
}

div.entry-body input#search,
div.entry-body textarea#search {
	width: 14px;
	color:#666666;
	font-size: 14px;
	line-height: 1.4;
	border: 1px solid #666666;
	padding: 2px;
	background-color:#eeeeee;
}

div.entry-body select.search {
	width: 14px;
	color:#666666;
	font-size: 14px;
	line-height: 1.4;
	width: 300px;
	border: 1px solid #666666;
	padding: 2px;
	background-color:#eeeeee;
}

div.entry-body input.searchsubmit {
	color:#666666;
	font-size:14px;
	line-height: 1.4;
	border: 1px solid #666666;
	background-color:#ffffff;
	margin-top:5px;
}

/* ---------- main_end ---------- */

body.layout-three-column #sidehead {
	background: url("http://ikuji-style.jp/archives/images/site/hekimen.jpg") no-repeat left center #ffffff;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0;
	color: #006600;
	font-size: 12px;
	text-align: left;
	width: 397px;
	height: 307px;
	float: right;
	}

body.layout-three-column #sidebanner {
	overflow: hidden;
	margin: 10px 2px 10px 0;
	padding: 0;
	color: #666;
	font-size: 12px;
	text-align: right;
	line-height: 1.4;
	width: 395px;
	float:right;
	}

div#sidebanner img
{
	margin-bottom: 5px;
	border: none;
}

div#sidebanner p
{
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 10px;
	text-align: left;
	border: none;
}

/* ---------- menu ---------- */

body.layout-one-column div#left-menu,
body.layout-one-column div#right-menu
{
	display:none;
}

body.layout-two-column-right div#left-menu,
body.layout-two-column-right div#right-menu
{
	width:198px;
	float:right;
}

body.layout-three-column div#right-menu
{
	width:198px;
	float: right;
}

body.layout-three-column div#left-menu
{
	width:197px;
	float: left;
}

body.layout-two-column-right div.left-content,
body.layout-two-column-right div.right-content
{
	padding:0 10px 0 0;
}

body.layout-three-column div.right-content
{
	padding:0 10px 0 0;
}

body.layout-three-column div.left-content
{
	padding:0 10px 0 0;
}

div.left-content h3
{
	color:#999;
	font-family: Verdana, Arial, sans-serif;
	font-size:14px;
	font-weight: bold;
	line-height:1.25;
	text-align:center;
	background-color: #fff;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #999999;
	border-bottom: 1px dotted #999999;
}

div.right-content h3
{
	color:#999;
	font-family: Verdana, Arial, sans-serif;
	font-size:14px;
	font-weight: bold;
	line-height:1.25;
	text-align:center;
	background-color: #fff;
	padding: 5px 0px 5px 0px;
	border: 1px solid #999999;

}

div.left-content h3 a,
div.right-content h3 a
{
	color:#ffffff;
}

div#left-menu li,
div#right-menu li
{
	list-style-position:inside;
	color:#666666;
	text-align:left;
	font-size: 12px;
	background-color:inherit;
	margin-bottom: 5px;
}

div#left-menu p,
div#right-menu p
{
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight: normal;
	line-height:1.4;
	text-align:left;
	color:#000;
	margin-left: 10px;
	margin-bottom: 10px;
	}

div.cclicense,
div.search-feed
{
	margin-bottom: 10px;
}

div.recent-entry,
div.site-link,
div.access-note
{
	font-size: 12px;
	line-height:1.4;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	margin-bottom: 10px;
	padding: 10px 5px 15px 10px;
	background-color: #fff;
}

div.search-form,
div.category-archives
{
	font-size: 12px;
	line-height:1.4;
	margin-bottom: 10px;
	padding: 10px 5px 15px 10px;
	background-color: #fff;
}

div.category-archives p,
div.cclicense p,
div.search-feed p,
div.search-form p,
div.site-link p,
div.access-note p
{
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight: normal;
	line-height:1.5;
	text-align:left;
	color:#000;
	margin-top: 10px;
	}

div.search-form label,
div.cclicense {
	background-color:inherit;
	color:#666666;
	font-size: 12px;
	margin:0 0 5px 0;
}

div.search-form input#search {
	width: 95%;
	color:#666666;
	font-size: 12px;
	border: 1px solid #666666;
	padding:2px;
	background-color:#eeeeee;
}

div.search-form input.searchsubmit {
	color:#666666;
	font-size: 12px;
	border: 1px solid #666666;
	background-color:#ffffff;
	margin-top:5px;
}

/*--------------------------------------
	Tag Cloud
---------------------------------------*/

ul.tagCloud {
	margin: 0;
	padding: 0.5em 0px 0px 0px;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

ul.tagCloud li {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 100%; /* ここで相対的に文字サイズを変更 */
}

ul.tagCloud li a {
	padding: 0 5px;
	border-width: 1px;
	border-style: solid;
	position: relative;
	text-decoration: none;
	background-color: #fff;
}

ul.tagCloud li.level1 a {
	border-color: #df28ac;
	z-index: 6;
	font-size: 167%;
	font-weight: bold;
	color: #df28ac;
}

ul.tagCloud li.level2 a {
	border-color: #eb79b5;
	top: 5px;
	z-index: 5;
	font-size: 136%;
	font-weight: bold;
	color: #eb79b5;
}

ul.tagCloud li.level3 a {
	border-color: #c27fb7;
	z-index: 4;
	font-size: 114%;
	color: #c27fb7;
}

ul.tagCloud li.level4 a {
	border-color: #a77f9f;
	top: 5px;
	z-index: 3;
	font-size: 100%;
	color: #a77f9f;
}

ul.tagCloud li.level5 a {
	border-color: #8a7f9f;
	z-index: 2;
	font-size: 85%;
	color: #8a7f9f;
}

ul.tagCloud li.level6 a {
	border-color: #507f9f;
	z-index: 1;
	font-size: 70%;
	color: #507f9f;
}

/* オンマウス */
ul.tagCloud li a:hover {
	border-color: #fff;
	z-index: 10;
	color: #fff;
	background-color: #cc0063;
}

/* ---------- menu_end ---------- */

/* ---------- footer ---------- */

body.layout-two-column-left div#footer,
body.layout-two-column-right div#footer,
body.layout-one-column div#footer
{
	clear:both;
	text-align:center;
	padding-bottom: 43px;
}

body.layout-three-column div#footer
{
	clear:both;
}

div#footer
{
	text-align:left;
	padding-top: 15px;
	padding-left: 25px;
	padding-bottom: 25px;
	border-top: 1px solid #999;
}

div#footer ul
{
	float: right;
	list-style:none;
	line-height:1.5;
}

div#footer ul li
{
	display:inline;
	font-size: 12px;
	color:#666;
	margin-right:15px;
	background-color:inherit;
}

div#footer address {
	font-size: 12px;
	line-height:1.4;
	margin: 0.2em 0;
	text-align: left;
	color: #333;
}

/* ---------- footer_end ---------- */

/* ---------- trackback ---------- */

div.trackbacks p
{
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background: #ccff99;	
	padding: 5px 0px 5px 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px dashed #b8dafc;
}

div.trackbacks dd,
div.trackbacks dt
{
	color:#666666;
	font-size: 12px;
	padding-left: 15px;
	background-color:inherit;
}

div.trackbacks dl
{
	margin:0 0 15px 0;
}

div.trackbacks input
{
	color:#999999;
	border: 1px solid #999999;
	padding:2px;
	background-color:#ffffff;
}

ul.trackback-info
{
	border-top: 1px solid #999999;
	margin-top: 10px;
	padding:5px 0;
}

ul.trackback-info li
{
	color:#666666;
	font-size: 12px;
	display:inline;
	margin-right: 5px;
	list-style-type: none;
	background-color:inherit;
}

/* ---------- trackback_end ---------- */

/* ---------- comment ---------- */

div.comments,
div#comments-open-data label
{
	margin-bottom: 10px;
}

div.comments-body
{
	padding:5px;
}

div.comments-body p,
div.comments-info li,
div#comments-open-data legend,
div#comments-open-data label
{
	color:#666666;
	background-color:inherit;
	font-size: 12px;
}

p.comments-open-moderated
{
	color:#666666;
	background-color:inherit;
	font-size: 12px;
}

div.comments-post-content
{
	border: 1px solid #999999;
	margin: 0 20px 0 10px;
	padding: 15px 25px 35px 15px;
}

div.comments-body p,
div.comments-post-content p
{
	margin:5px 0 10px 0;
}

ul.comments-info
{
	border-top: 1px solid #999999;
	padding:5px 0;
	margin:0 0 15px 0;
}

ul.comments-info li
{
	display:inline;
	margin-right:5px;
	list-style-type:none;
	color:#666666;
	background-color:inherit;
	font-size: 12px;
}

div#comments-open-data legend
{
	color:#666666;
	background-color:inherit;
	margin-bottom:10px;
}

div#comments-open-data input#comment-author,
div#comments-open-data input#comment-email,
div#comments-open-data input#comment-url
{
	width: 50%;
	color:#666666;
	font-size: 14px;
	border: 1px solid #999999;
	padding: 2px;
	background-color:#eeeeee;
	margin:5px 0 10px 0;
}

div#comments-open-data textarea
{
	width: 80%;
	color:#666666;
	font-size: 14px;
	border: 1px solid #999999;
	padding: 2px;
	background-color:#eeeeee;
	margin:5px 0 10px 0;
}

ul.comments-open-footer input
{
	color:#999999;
	font-size: 14px;
	border: 1px solid #999999;
	background-color:#ffffff;
	margin-top:5px;
}

ul.comments-open-footer li
{
	display:inline;
	margin-right: 15px;
	list-style-type:none;
}

ul.cookie li
{
	display:inline;
	list-style-type:none;
}

/* ---------- comment_end ---------- */

/* ---------- search ----------*/

div.content h3.search-results-header
{
	font-size: 14px;
	font-weight:bold;
	background-color:#666666;
	padding: 5px;
	color:#ffffff;
	margin-bottom:10px;
}

div.search-feed p
{
	color:#666666;
	font-size:12px;
	line-height:1.4;
}

div.search-feed-content
{
	border: 1px solid #cccccc;
	padding:10px;
}

p.feed-link
{
	margin: 5px 0 0 0;
}

form#search-form label
{
	background-color:inherit;
	color:#666666;
	font-size:12px;
	margin:0 0 5px 0;
}

dd#search-box ul,dd#search-options ul
{
	list-style:none;
	padding:0 0 10px 0;
}

dd#search-box ul li,dd#search-options ul li
{
	display:inline;
	margin:0 15px 0 0;
}

dd#search-box input#search
{
	width:70%;
	color:#666666;
	font-size: 12px;
	border: 1px solid #666666;
	padding:2px;
	background-color:#eeeeee;
}

dd#search-box input.searchsubmit {
	color:#666666;
	font-size: 12px;
	border: 1px solid #666666;
	background-color:#ffffff;
	margin-top:5px;
}

h5.search-results-tit
{
	color:#666666;
	font-weight:bold;
	font-size: 12px;
	border-bottom:1px dotted #cccccc;
	padding:2px;
	margin-bottom:10px;
}

p.search-results-content
{
	color:#666666;
	font-size: 12px;
	line-height:1.4;
	margin:0 0 10px 0;
	background-color:inherit;
}

/* ---------- search_end ----------*/

/* ---------- archives ----------*/

div.archive-body ul.archive-list li
{
	list-style-position:inside;
	color:#666666;
	font-size:80%;
	background-color:inherit;
}

/* ---------- archives_end ----------*/


/*======================================

	Global Navigation Module
	
=======================================*/

ul#globalNavi {
	clear:both;
	margin: 0;
	padding: 0;
	background-color:#fff;
}

ul#globalNavi li {
	margin: 0;
	float: left;
	line-height: 1;
	list-style-type: none;
	font-size: 12px;
}

/*--------------------------------------
	1.Button
---------------------------------------*/

ul#globalNavi li a {
	margin: 0;
	padding: 13px 15px 5px 15px; /* Button Height */
	border: none;
	border-right: 2px solid #222;
	display: block;
	position: relative; /* IE6 Bug Fix */
	color: #999;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
}

/*--------------------------------------
	2. On mouse
---------------------------------------*/

ul#globalNavi li a:hover {
	color: #333;
	background-color: #eee;
}

/*--------------------------------------
	3. Current 
---------------------------------------*/

ul#globalNavi li.current a:link,
ul#globalNavi li.current a:visited,
ul#globalNavi li.current a:hover {
	border-right: none;
	color: #000;
	background-color: #fff;
}

/*--------------------------------------
	clearFix
---------------------------------------*/

ul#globalNavi {
	_height: 1px;
	min-height: 1px;
}

ul#globalNavi:after {
	height: 0;
	visibility: hidden;
	content: "";
	display: block;
	clear: both;
}

/* for MacIE5 \*//*/

ul#globalNavi {
	height: auto;
	overflow: hidden;
}

/*======================================

       Global Navigation (2) Module
	
=======================================*/

ol#subNavi {
	clear:both;
	margin: 0;
	padding: 0;
	background-color:#fff;
}

ol#subNavi li {
	margin: 0;
	float: left;
	line-height: 1;
	list-style-type: none;
	font-size: 12px;
}

/*--------------------------------------
	1.Button
---------------------------------------*/

ol#subNavi li a {
	margin: 0;
	padding: 10px 15px 5px 25px; /* Button Height */
	background:url(http://npokazenoko.com/archives/images/site2/Level2.gif) no-repeat 6px center;
	border: none;
	display: block;
	position: relative; /* IE6 Bug Fix */
	color: #999;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
}

/*--------------------------------------
	2. On mouse
---------------------------------------*/

ol#subNavi li a:hover {
	color: #333;
	background-color: #eee;
}

/*--------------------------------------
	3. Current 
---------------------------------------*/

ol#subNavi li.current a:link,
ol#subNavi li.current a:visited,
ol#subNavi li.current a:hover {
	border-right: none;
	color: #000;
	background-color: #fff;
}

/*--------------------------------------
	clearFix
---------------------------------------*/

ol#subNavi {
	_height: 1px;
	min-height: 1px;
}

ol#subNavi:after {
	height: 0;
	visibility: hidden;
	content: "";
	display: block;
	clear: both;
}

/* for MacIE5 \*//*/

ol#subNavi {
	height: auto;
	overflow: hidden;
}

/* end */