/*  
Theme Name: GlossyBlue - Advanced
Theme URI: http://www.ndesign-studio.com/
Description: WP glossy theme designed by <a href="http://www.ndesign-studio.com/">N.Design Studio</a>.
Version: 1.1
Author: Nick
Author URI: http://www.ndesign-studio.com/

	This theme was designed and built by Nick La.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
	color: #000000;
	font-family: "Meiryo", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(./images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 12px;
}
html {
    height:100%;
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	padding-top: 10px;
	padding-left: 150px;
	height: 60px;
	font: bold 30px/100% "Trebuchet MS", Tahoma, Arial;
	color: #ffffff;
}
h1 a, h1 a:visited{
	color: #ffffff;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h2 {
	color: #59770e;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: bold 18px "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #59770e;
	text-decoration: none;
}
h2 a:hover {
	color: #FF6600;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
/* 2009.05.03 変更
#page {
	margin: 0px auto;
	width: 760px;
	border-bottom: 5px solid #d5e6eb;
	border-left: 5px solid #d5e6eb;
	border-right: 5px solid #d5e6eb;
	background: #FFFFFF url(images/content-bg.gif) repeat-y;
}
/* 2009.05.03 変更
#header {
	background: #0FACEA url(images/header-bg2.jpg) no-repeat;
	height: 150px;
	border-bottom: 3px solid #59780a;
	position: relative;
}
*/
#headerimg {
	position: relative;
	padding: 30px 0px 0px 40px;
	height: 60px;
}
#headerimg h1{
	text-align: left;
}
#headerimg {
	position: absolute;
	left: 110px;
	bottom: 3px;
 	color: #c9eefe;
	font-size: 14px;
}
.description {
        font-size:14px;
        color:#ffffff;
        padding-top:50px;
        padding-left:150px;
}
#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	right: 10px;
	bottom: 0px;
}
#nav li {
	float: left;
	margin-left: 5px;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
	color: #000000;
	text-decoration: none;
}
#nav .page_item a{
	color: #ffffff;
	text-decoration: none;
	background: #5c8d0c url(images/nav-button-bg.gif) repeat-x;
	padding: 5px 15px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	border-top: 1px solid #E6EED0;
	border-left: 1px solid #AFCD69;
	border-right: 1px solid #AFCD69;
	display: block;
}
#nav .page_item a:hover {
	color: #000000;
}
/* 2009.05.03 */
#content {
	padding: 10px 0px 0px 30px;
	float: left;
	width: 492px;
	overflow: hidden;
        text-align: left;
}
.post {
	clear:both;
	padding-top: 10px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font: 10px "arial";
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.entry {
	float:right;
	width: 438px;
}
.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.post-content img {
	margin-top: 3px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}
#comments, #respond {
        clear: both;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #f1fedb;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 485px;
	height: 115px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}
/*sidebar */
#sidebar {
	float: right;
	padding: 10px 10px 20px 0px;
	width: 220px;
	color: #666666;
	overflow: hidden;
        text-align: left;
}
/*sidebar title (h2) */
#sidebar h2, #sidebar .sidebartitle{
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 20px 0px 2px;
	border-bottom: 1px solid #CFE1AC;
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #495233;
	text-decoration: none;
}
#sidebar a:hover{
	color: #FF6600;
	text-decoration: none;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 2px 0 2px 0px;
	border-bottom: 1px solid #dceeb7;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}
/*blogroll */
ul.list-blogroll li{
	background: url(images/mini-blogroll.gif) no-repeat !important;
	padding-left: 16px !important;
}
/*category widget */
ul.list-cat li, li.widget_categories li{
	background: url(images/mini-category.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*archives widget */
ul.list-archives li, li.widget_archives li{
	background: url(images/mini-monthly-archive.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li{
	background: url(images/mini-page.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*sub-pages */
ul.list-page li ul li, li.widget_pages li ul li{
	background: url(images/mini-page-arrow.gif) no-repeat !important;
	padding-left: 10px !important;
}
/*recent comments widget */
li.widget_recent_comments li{
	background: url(images/mini-recent-comments.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*calendar widget */
li.widget_calendar td {
	padding: 1px 7px;
}
li.widget_calendar tbody td a {
	border-bottom: solid 1px;
}
/*text widget */
.textwidget {
	padding-top: 5px;
}

/*search form */
#searchform {
	margin: 15px 0 0;
}
#searchform br {
	display: none;
}
#searchform #s {
	border:1px solid #203346;
	width: 130px;
	height: 22px;
	padding: 4px 5px 0px 5px;
	border: 1px solid #bed881;
	background: #fff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 67px;
	height: 26px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}
/* 2009.05.03 
#footer a, #footer a:visited{
	color: #ffffff;
}
#footer .left-col{
	width: 240px;
	float: left;
	margin-left: 10px;
}
#footer .right-col{
        font-size: 12px;
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	background: url(images/footer-right-bg.gif) no-repeat;
}
#footer h4 {
	font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;
	color: #9cdbfb;
	margin: 10px 0px 5px;
}
*/
.recently-commented {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.recently-commented li{
	background: url(images/mini-footer-comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recently-commented a{
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}
.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.recent-posts li{
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-posts a{
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}
#credits {
	margin: 0px auto;
	width: 760px;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credit a:visited{
	color: #048db4;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.loginout {
	background: url(images/mini-loginout.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.center {
	text-align: center;
}
img.center, a img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #D5E6AC;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.center {
	border-color: #FF6600;
	background: #FF6600;
}
.alignleft {
	float: left;
}
img.alignleft, a img.alignleft {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #D5E6AC;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.alignleft{
	border-color: #FF6600;
	background: #FF6600;
}
.alignright {
	float: right;
}
img.alignright, a img.alignright {
	float:right;
	margin: 4px 10px 5px 0px;
	border: 1px solid #D5E6AC;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.alignright{
	border-color: #FF6600;
	background: #FF6600;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.post-edit-link {
        clear: both;
        float: left;
}
/* ------ 2009.05.03 追加 ----- */
#header_wrap {
	height: 110px;
}
#header {
	background-image: url(images/topheader.gif);
	font-size: 12px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 110px;
	position: relative;
}
#header_logo {
	height: 50px;
	width: 300px;
	color: #000000;
	margin-top: 10px;
}
#header_l {
	float: left;
	height: 80px;
	width: 300px;
}
#navitext {
	color: #000000;
	text-align: left;
	height: 20px;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #efefef;
	overflow: hidden;
	line-height: 150%;
}
#navitext a {
	color: #000000;
}
#navitext a:hover {
	color: #000000;
	text-decoration: underline;
}
.top_menu_btn {
	float: left;
	width: 100px;
	display: block;
	font-size: 10px;
}
.top_menu_btn {
	float: left;
	width: 100px;
	display: block;
	font-size: 10px;
}
#header_menu {
	float: left;
	position: absolute;
	left: 411px;
	top: 20px;
	width: 396px;
	height: 33px;
}
.header_menu_btn {
	padding-left: 10px;
	float: left;
	padding-right: 20px;
	background-image: url(images/btn_headermenu.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 5px;
}
#navi_home {
	color: #669966;
	background-color: #efefef;
	height: 30px;
	width: 199px;
	float: left;
}
/* dropdwon menu */
ul.menu {
 	list-style:none;
	margin:0;
	padding:0;
}
ul.menu * {
	margin:0;
	padding:0;
}
ul.menu a {display:block; color:#000; text-decoration:none}
ul.menu li {position:relative;float:left;
}
ul.menu ul {
	position:absolute;
	top:30px;
	left:0px;
	display:none;
	list-style:none;
	font-size: 12px;
	background-color: ;
	text-align: left;
	width: 598px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
	background-color: #003300;
	line-height: 180%;
	margin-top: 5px;
}
ul.menu ul#nature {
	left: -100px;
}
ul.menu ul#trekking {
    left: -200px;
}
ul.menu ul#fishing {
    left: -300px;
}
ul.menu ul#indoor {
    left: -400px;
}
ul.menu ul#winter {
    left: -500px;
}
ul.menu ul li {
	position:relative;
	padding: 0px;
}
ul.menu ul .bottom {
	clear:left;
	color: #CCCCCC;
	height: 4px;
	display: block;
	width: 598px;
}
ul.menu ul li a {
	display:block;
	background-color:#002400;
	width: 200px;
	height: 18px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #002400;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	color: #FFFFFF;
	overflow: hidden;
}
ul.menu ul li a:hover {
	background-color: #004200;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00CC00;
	color: #FFFFFF;
}
ul.menu ul ul {left:148px; top:-1px}
ul.menu .menulink {
	width:100px;
	height: 30px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #83C379;
}
ul.menu .menulink:hover, ul.menu .menuhover {
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.menulink#navi_canoe {
	background-image: url(images/navi_btn1.gif);
}
a:hover.menulink#navi_canoe {
	background-image: url(images/navi_btn1b.gif);
}
.menulink#navi_nature {
	background-image: url(images/navi_btn2.gif);
}
a:hover.menulink#navi_nature {
	background-image: url(images/navi_btn2b.gif);
}
.menulink#navi_trekking {
	background-image: url(images/navi_btn3.gif);
}
a:hover.menulink#navi_trekking {
	background-image: url(images/navi_btn3b.gif);
}
.menulink#navi_fishing {
	background-image: url(images/navi_btn4.gif);
}
a:hover.menulink#navi_fishing {
	background-image: url(images/navi_btn4b.gif);
}
.menulink#navi_indoor {
	background-image: url(images/navi_btn5.gif);
}
a:hover.menulink#navi_indoor {
	background-image: url(images/navi_btn5b.gif);
}
.menulink#navi_winter {
	background-image: url(images/navi_btn6.gif);
}
a:hover.menulink#navi_winter {
	background-image: url(images/navi_btn6b.gif);
}

ul.menu .sub {background:#d1d1d1 url(images/arrow.gif) 136px 8px no-repeat}
ul.menu .topline {border-top:1px solid #aaa}

#canoe_s {
	margin-left: 0px;
}
#nature_s {
	margin-left: 100px;
}
#trekking_s {
	margin-left: 170px;
}
#fishing_s {
	margin-left: 170px;
}
#indoor_s {
	margin-left: 170px;
}
#winter_s {
	margin-left: 170px;
}
#screen {
	min-height: 100%;
　  height:auto !important;
　  height:100%;
	margin-bottom: -150px;
}
#screen-t {
	min-height: 100%;
@  height:auto !important;
@  height:100%;
	background-image: url();
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: -110px;
}
#top_menu {
	float: right;
	width: 302px;
	color: #000000;
	background-color: #efefef;
	height: 52px;
	margin-top: 13px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
#footer_wrap {
	clear: both;
	_height: 150px;
	min-height: 150px;
	margin-right: auto;
	margin-left: auto;
	background-color: #8EC545;
}
#footer {
	background-image: url(images/footer_bg.gif);
	background-repaet: no-repeat;
	width: 950px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	color: #FFFFFF;
	font-size: 12px;
}
#footer_menu {
	padding: 10px;
	color: #FFFFFF;
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	margin-top: 0px;
	height: 20px;
}
#footer_menu a {
	color: #FFFFFF;
}
#footer_menu ul {
	margin: 0px;
	padding: 0px;
}
#footer_menu li {
	list-style-type: none;
	float: left;
	width: 120px;
	margin: 0px;
	padding: 0px;
}
#address {
	float: right;
	height: 80px;
	width: 400px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#copyright {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	clear: both;
	margin-left: 10px;
}
a {
	text-decoration:none;
	color: #006600;
}
a:hover {
	text-decoration:none;
	color: #006600;
}
#outbox {
	width: 920px;
        height: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/outbox_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 -110px;
	margin-top: 0px;
	font-size: 12px;
	text-align: left;
        background-color: #ffffff;
}

#blogbanner {
	color:#000000;
	margin-right: 10px;
	margin-left: 10px;
        width: 900px;
        height: 200px;
        background-image: url(images/blogbanner.jpg);
	background-color: #efefef;
}
#menu {
	height: 34px;
	margin-top: 60px;
	float:right;
	line-height:200%;
	width: 750px;
	text-align: center;
	font-size: 13px;
}
.menu_btn {
	width: 125px;
	float: left;
	color: #FFFFFF;
	height: 34px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-indent: -9999px;
}
.menu_btn a {
	display: block;
	height: 34px;
	background-image: url(images/menu_btn_bg.gif);
	background-repeat: no-repeat;
}
.menu_btn#b1 a {
	background-position: 0px;
}
.menu_btn#b2 a {
	background-position: -125px;
}
.menu_btn#b3 a {
	background-position: -250px;
}
.menu_btn#b4 a {
	background-position: -375px;
}
.menu_btn#b5 a {
	background-position: -500px;
}
.menu_btn#b6 a {
	background-position: -625px;
}
.menu_btn a#current {
	display: block;
	height: 60px;
	color: #FFFFFF;
	background-color: #003366;
}
.menu_btn a:hover {
	display: block;
	height: 34px;
	background-image: url(images/menu_btn_bgb.gif);
	background-repeat: no-repeat;
}
.menu_btn#b1 a:hover {
	background-position: 0px;
}
.menu_btn#b2 a:hover {
	background-position: -125px;
}
.menu_btn#b3 a:hover {
	background-position: -250px;
}
.menu_btn#b4 a:hover {
	background-position: -375px;
}
.menu_btn#b5 a:hover {
	background-position: -500px;
}
.menu_btn#b6 a:hover {
	background-position: -625px;
}
.menu_btn a:hover img {
    filter:alpha(opacity=90);
    opacity:0.9;
}
.menu_btn_space {
	float: left;
	height: 30px;
	width: 25px;
}
#outbox_upper {
	height: 6px;
	width: 820px;
	display: block;
	margin: 0px;
	font-size: 1px;
}
#wrap {
	width: 800px;
	min-height: 500px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #ffffff;
}
#push {
	height: 110px;
	clear: both;
}
.pagenavi {
	text-align: left;
	height: 15px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	margin-bottom: 2px;
}
