/*  
Theme Name: NATURE GAME NAGASAKI
Theme URI: 
Description:
Version: 1.0
Author: Tsukasa Ohsumi
Author URI: http://www.kameyama-grp.co.jp/
*/



/* リセット
---------------------------------------------------- */
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,font,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{
	margin:0;padding:0;border:0;outline:0;font-size:1em;vertical-align:baseline;background:transparent;
}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}
ins{text-decoration:none}
del{text-decoration:line-through}



/* 全体構造
---------------------------------------------------- */

body {
	font-size: 12px;
	_font-size: 76%;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	margin: 0;
	padding: 0;
}

a:link{ color: #008000; text-decoration: none;}
a:visited{ color: #999999; text-decoration: none;}
a:hover{ color: #990000; text-decoration: none;}
a:active{ color: #008000; text-decoration: none;}

li { margin-bottom: 0.35em;}

img {
	border: none;
	vertical-align: top;
	vertical-align: bottom;
}

small{
	font-size: 0.92em!important;
}

#page {
	min-width:900px;
	width: auto !important;
	width: 900px;
	_width: 100%;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	background: url(img/bg.png) repeat-x;
}

#wrapper {
	width: 800px;
	height: auto;
	min-height: 650px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
}

.pos_l {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

.pos_r {
	display: inline;
	float: right;
	margin: 0;
	padding: 0;
}


div { 
	zoom: 100%;
}
div:after {
	content: " "; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}







/* 検索窓
----------------------------------------------------------- */  
#obi #searchform{
	display: inline;
	float: right;
	width: 175px;
	height: 25px;
	position: relative;
	margin: 0;
	padding: 0;
}
#s {  
	width: 131px;
	font-size: 1em;
	position: absolute;
	top: 2px;
	*top: 3px;
	left: 12px;
	border: 1px solid #FFF;
}
#searchsubmit {  
	position: absolute;
	top: 3px;
	left: 150px;
}








/* ヘッダー
---------------------------------------------------- */

#header {
	width: 800px;
	height: 150px;
	margin: 0 0 15px;
	padding: 0;
}


#header h1{
	display: inline;
	float: left;
	width: 425px;
	height: 80px;
	font-size: 1em;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	background: transparent url(img/logo.png) no-repeat;
}
#header h1 a{
	overflow: hidden;
	display: block;
	width: 425px;
	height: 80px;
	text-indent: -9999px;
	background: transparent url(img/logo.png) no-repeat;
}
#header h1 a:hover{
	background: transparent url(img/logo.png) no-repeat;
}



#header h2{
	clear: both;
	width: 800px;
	height: 70px;
	font-size: 1em;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	background: transparent url(img/header03.png) no-repeat;
}








/* フッター
---------------------------------------------------- */

#footer {
	clear: both;
	width: 100%;
	height: 85px;
	text-align: center;
	color: #666;
	margin: 0;
	padding: 0;
	background: url(img/footer_bg.png)  bottom repeat-x;
}

#footer p{
	margin: 0 auto;
	padding: 10px 0 0;
}
#footer p a:link{ font-weight: bold; color: #FF0000; text-decoration: none;}
#footer p a:visited{ font-weight: bold; color: #FF0000; text-decoration: none;}
#footer p a:hover{ font-weight: bold; color: #008000; text-decoration: none;}
#footer p a:active{ font-weight: bold; color: #FF0000; text-decoration: none;}










/* ナビゲーション
---------------------------------------------------- */

#navi {
	clear: left;
	position: relative;
	width: 800px;
	height: 35px;
	margin: 0 auto;
	padding: 0;
}

#navi li{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0px;
}

#navi a{
	text-decoration: none;
	text-indent: -1000px;
	overflow: hidden;
}

#navi li, #navi a{
	height: 35px;
	display: block;
}

#navi01{ left: 0; width: 125px; }
#navi02{ left: 125px; width: 118px; }
#navi03{ left: 243px; width: 104px; }
#navi04{ left: 347px; width: 104px; }
#navi05{ left: 451px; width: 89px; }
#navi06{ left: 540px; width: 104px; }
#navi07{ left: 644px; width: 76px; }
#navi08{ left: 720px; width: 80px; }















/* コンテンツ部分
---------------------------------------------------- */
#column {
	display: inline;
	float:left;
	width:570px;
	margin: 0 0 25px 8px;
	padding: 0;
}

#column h2{
	width: 565px;
	height: 28px;
	font-size: 1.3em;
	color: #FFF;
	margin: 0 0 1em;
	padding: 7px 0 0 5px;
	background: transparent url(img/mainbar_bg.gif) no-repeat;
}
#column h2 a:link{ color: #FFF; text-decoration: none;}
#column h2 a:visited{ color: #FFF; text-decoration: none;}
#column h2 a:hover{ color: #990000; text-decoration: none;}
#column h2 a:active{ color: #FFF; text-decoration: none;}
















/* エントリー部分
---------------------------------------------------- */
.entry {
	clear: both;
	line-height: 1.5;
	margin: 15px 0 50px;
}

.entry h3{
	font-size: 1.1em;
	margin: 0 auto 0.75em;
	padding: 0 0 0 8px;
	border-left: 3px solid #009900;
	font-weight: bold;
}


.entry ul strong, ol strong{
	font-size: 1.15em;
	margin-bottom: 1em;
}


.entry_header {
	border-bottom: 1px dotted #CCCCCC;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
}
.entry_header a,b {
	font-weight: bold;
	font-size: 17px;
	line-height: 160%;
}
.entry_body {
	margin: 0px 0px 30px 0px;
}
.entry_comment {
	font-size: 11px;
	background-color: #EAEAEA;
	padding: 2px 5px;
	margin: 0px 0px 70px 0px;
}

p.small{
	font-size: 0.92em!important;
}
p.date{
	display: inline;
	float: right;
	margin: 0 0 0.75em;
	_margin: 0;
	padding: 0 5px 2px;
	border-bottom: #666 dotted 1px;
}

p a.post-edit-link{
	clear: both;
	float: right;
	margin: 2em 0;
	padding: 0;
}







/* 検索ページ
---------------------------------------------------- */

.kiji {
	clear: both;
	margin: 0 auto 50px;
	padding: 0;
	border-bottom: #666 dotted 1px;
}

.kiji h3{
	font-size: 1.2em;
	margin: 0 0 1em;
	padding: 2px 0 2px 10px;
	border-left: #DDD solid 8px;
}
.kiji p{
	clear: both;
	font-size: 0.92em;
	margin: 0 0 0.75em;
	padding: 0 10px;
}







/* 404ページ
---------------------------------------------------- */
.error {
	width:500px;
	margin: 0;
	padding: 7em 0 0;
}

.error p{
	font-size: 1.1em;
	margin-bottom: 2.5em;
	padding: 0 2em;
}













.entry p.tags{
	text-indent: 0 !important;
	margin: 2em 1em!important;
}
.entry p.tags a{ font-weight: bold;}




.entry p.postmetadata {
	margin: 3em 1em;
}


.entry p.nocomments{
	text-indent: 0 !important;
	margin: 2em 1em!important;
}


h3#comments {
	clear: both;
	margin: 8em auto 0.5em!important;
}

ol.commentlist {
	margin: 0 2em;
}



#respond {
	clear: both;
	width: 570px!important;
	margin: 1.5em auto 0;
}

#respond textarea {
	width: 570px!important;
}






/* End Structure */








/* Begin Images */
.wp-caption {
	text-align: center;
}
.wp-caption img{
 margin: 0.5em auto;
}
.wp-caption-text {
	font-size: 0.92em;
	margin-right: 1em;
}

.alignright {
	display:  inline;
	float: right;
	margin: 0 0 1.5em 2em;
	padding: 0;
}

.alignleft {
	display:  inline;
	float: left;
	margin: 0 2em 1.5em 0;
	padding: 0;
}

.aligncenter {
	margin: 0 auto;
	padding: 0;
}











/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	height: 50px;
	font-size: 0.92em;
	text-align: center;
	margin-top: 10px;
	}
/* End Various Tags & Classes*/












/* サイドバー
---------------------------------------------------- */
#sidebar {
	display: inline;
	float: right;
	width: 200px;
	line-height: 1.6;
	margin: 0 8px 35px 0;
	padding: 0;
	z-index: 0;
}
#sidebar a:link{ color: #008000; text-decoration: none;}
#sidebar a:visited{ color: #008000; text-decoration: none;}
#sidebar a:hover{ color: #990000; text-decoration: none;}
#sidebar a:active{ color: #008000; text-decoration: none;}

.barimg{ margin-bottom: 5px!important;}

#sidebar h2{
	overflow: hidden;
	width: 200px;
	height: 35px;
	text-align: center;
	margin: 0 auto 5px;
	padding: 0;
}
#sidebar h2 a{
	display: block;
	width: 200px;
	height: 35px;
	padding-top: 8px;
	background: transparent url(img/side_bbg.jpg) no-repeat;
}
#sidebar h2 a:hover{
	background: transparent url(img/side_bbg.jpg) 0 -35px no-repeat;
}


#sidebar ul.link{
	list-style: none;
	margin: 25px 0;
	padding: 10px 10px 0;
	border: #DDD solid 1px;
	background-color: #FFFFFF;
}
#sidebar ul.link li {
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0;
	line-height: 180%;
}
#sidebar ul.link li a {
	color: #006699;
	margin: 0;
	padding: 0 0 0 12px;
	background: url(img/sankaku3.gif) no-repeat;
}
#sidebar ul.link li a:hover { color: #0099CC;}
#sidebar ul.link li a:visited { color: #006699;}



#sidebar ul.cate{
	margin: 0 0 50px;
	padding: 0;
	list-style-type: none;
}

#sidebar ul.cate h2{
	font-size: 1.15em;
	text-align: center;
	height: auto!important;
	margin: 0 auto 0.5em!important;
	padding: 0;
}

#sidebar ul.cate ul{
	list-style-type: disc;
	margin: 0 0 25px 25px!important;
	padding: 0!important;
}







