@charset 'UTF-8';

*			{margin:0; padding:0;}
html, body	{height: 100%;}
img			{vertical-align: bottom;}
a img		{border: none;}
a:link		{color:#FFF; text-decoration:none;}
a:visited	{color:#e5e5e5; text-decoration:none;}
a:hover		{color:#cc2929; text-decoration:none;}/*ff4d4d*/
a:active, a:focus {outline:none;}
ul, li		{list-style:none;}
textarea	{overflow:auto;}
h1 {font-size:1.6em;line-height:1.6em;}
h2 {font-size:1.4em;line-height:1.4em;}
h3 {font-size:1.2em;line-height:1.2em;}
h4 {font-size:1.0em;line-height:1.0em;}
h5 {font-size:0.8em;line-height:0.8em;}
.right {float:right;}
.left {float:left;}
.imgL {float:left; border-right:20px solid #fff;}
.imgR {float:right; border-left:10px solid #fff;}


body {
	background:#948f86 url(../img_next/body_bg.png) center top;
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	/*font-family:"Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3","MS PMincho","ＭＳ Ｐ明朝","Times New Roman", Times, serif;*/
	font-size:12px;/*font-size: 62.5%;*/	/*or75%*/
	line-height:1.5em;	/*or1.6em*/
	color:#fff;
	}
	*:first-child+html body {
	font-size: 75%;	 /*62.5%or67.5%or75%*/
	vertical-align:baseline;
	}
	* html body {
	font-size: 75%;	 /*62.5%or67.5%or75%*/
	vertical-align:baseline;
	}

#page {
	background:url(../img_next/page_bg.gif) repeat-y top center;
	min-width:960px;
	position:absolute;
	left:0;
	width:100%;
	min-height:100%;
	height:auto !important;
	height: 100%;
	margin-bottom:-72px;
	}

#header {
	background:url(../img_next/linedot.gif) repeat-x left 32px;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:40px;
	}
	#header #head_logo {
	position:absolute;
	width:208px;
	left:50%;
	top:78px;
	margin-left:-480px;
	}

#footer {
	background:url(../img_next/linedot.gif) repeat-x left 32px;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:72px;
	}
	#footer .wrap {
	width:960px;
	margin:auto;
	}
	#copyright {
	margin-left:216px;
	padding:0 10px;
	font:0.8em/32px Georgia, "Times New Roman", Times, serif;
	}
	#pagetop {
	position:absolute;
	background:url(../img_next/arrow_up.gif) no-repeat center center;
	display:block;
	width:32px;
	height:32px;
	right:0;
	top:0;
	}
	#pagetop span {
	display:none;
	}

#content {
	width:960px;
	margin:auto;
	}

#sub {
	float:left;
	width:200px;/*216px*/
	margin:192px 0 96px 0;
	padding:40px 0;
	font:0.8em/1.5em Georgia, "Times New Roman", Times, serif;
	}
	#sideheader {
	padding:40px 16px 16px 8px;
	}
	#sideheader h1 {
	font-size:1.8em;
	line-height:1.2em;
	letter-spacing:0.05em;
	}
	#sideheader h1 a:link {
	color:#fff;
	}
	#sideheader h1 a:hover {
	color:#cc2929;
	}
	#sideheader h1 a:visited {
	color:#fff;
	}
	#sideheader ul {
	margin:16px 0;
	font-size:1.2em;
	}
	#sideheader li {
	background:url(../img_next/blt_square.png) no-repeat left center;
	margin:8px 0;
	padding-left:13px;
	}
	
	#sideheader li.current-cat {
	background:url(../img_next/blt_current.png) no-repeat left center;
	}
	#sideheader li.current-cat a {
	color:#FFF;
	}
	
	#sidebar {
	}
	#sidebar ul {
	margin-left:8px;
	}
	#sidebar h3 {
	margin:32px 0 4px 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1em;
	letter-spacing:0.5em;
	font-variant: small-caps;
	}
	#about {
	font-family:"Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3","MS PMincho","ＭＳ Ｐ明朝","Times New Roman", Times, serif;
	font-size:1.1em;
	/*display:none;*/
	/*font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;*/
	
	width:209px;
	_zoom:1;
	overflow:hidden;
	}
	.downlink {
	background:url(../img_next/arrow_down.gif) no-repeat right top;
	padding-right:12px;
	}
	#about p {
	padding:0.5em 0;
	margin-left:8px;
	margin-right:16px;
	}
	#about img {
	padding:8px;
	/*margin-top:-8px;*/
	}
	.aboutph {
	position:relative;
	display:block;
	background:#fff;
	margin-left:-8px;/*-8px*/
	width:209px;
	}
	.aboutph_t , .aboutph_b {
	position:absolute;
	display:block;
	width:209px;
	height:16px;
	}
	.aboutph_t {
	background:url(../img_next/aboutph_t.png) no-repeat;
	left:0;
	top:0;
	}
	.aboutph_b {
	background:url(../img_next/aboutph_b.png) no-repeat;
	left:0;
	bottom:0;
	}

#main {
	float:right;
	/*width:744px;*/
	width:696px;
	margin-left:48px;
	margin-top:88px;
	margin-bottom:96px;
	/*_zoom:1;
	overflow:hidden;*/
	}
	
.post {
	width:696px;
	margin-bottom:20px;
	
	font-size:0.9em;
	line-height:1.5em;
	color:#666;
	
	/*display:inline;*/
	
	_zoom:1;
	overflow:hidden;
	}
	.postcnr_t {
	background:url(../img_next/postbg_t.png);
	height:16px;
	}
	.postcnr_b {
	background:url(../img_next/postbg_b.png);
	height:16px;
	/*margin-top:-8px;*/
	clear:both;
	}
	.postbody {
	/*background:url(../img_next/postbg_m.png);*/
	background:#fff;
	float:left;
	width:696px;
	}
	.postheader {
	}
	.post h2 {
	margin:0 16px;
	font-family:"Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3","MS PMincho","ＭＳ Ｐ明朝","Times New Roman", Times, serif;
	}
	.post h2 a {
	color:#4d4d4d;
	}
	.post h2 a:hover {
	color:#cc2929;
	}
	.post p {
	margin:0 16px 2em 16px;
	}
	.post p.photobox {
	position:relative;
	margin:0 0 8px 0;
	/*clear:none;*/
	width:420px;
	overflow:hidden;
	_zoom: 1;
	
	}
	.post div.photoboxwrap {
	float:left;
	width:420px;
	margin:-8px 0 -16px 8px;
	
	display:inline;
	
	overflow:hidden;
	_zoom: 1;
	}
	.post div.textbox {
	overflow:hidden;
	_zoom: 1;
	
	}
	.photobox img {
	/*float:left;*/
	}
	
	.photo_t, .photo_b {
	display:block;
	height:8px;
	width:420px;
	position:absolute;
	font-size:1px;
	line-height:0;
	}
	.photo_t {
	background:url(../img_next/photo_t.png);
	top:0;
	left:0;
	}
	.photo_b {
	background:url(../img_next/photo_b.png);
	bottom:0;
	left:0;
	}
	/** html .photo_b {
	bottom:8px;
	}*/
	
	p.category {
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	}
	p.category a {
	color:#808080;
	}
	p.category a:hover {
	color:#cc2929;
	}
	p.data {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	color:#4d4d4d;
	}
	
	.textbox a {
	color:#cc2929;
	/*text-decoration:underline;*/
	}
	.textbox a:hover {
	color:#F00;
	}
	.post h3 {
	margin:0 16px 2em 16px;
	font-family:"Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3","MS PMincho","ＭＳ Ｐ明朝","Times New Roman", Times, serif;
	}
	.post ul {
	margin:0 16px 2em 16px;
	}
	.post li {
	list-style:inside;
	list-style-type:square;
	}

	.post form div {
	margin:2em 16px 0 16px;
	color:#F00;
	}
	span.wpcf7-not-valid-tip-no-ajax {
	padding:0 12px;
	color:#F00;
	}
	.post form input[type=text] {
	width:412px;
	}
	.post form textarea {
	width:412px;
	}
	
div.navigation {
	/*float:left;*/
	text-align:center;
	margin:48px 0 0;
	}
	.wp-pagenavi .pages, .wp-pagenavi .current {
	display: -moz-inline-box;
	display: inline-block;
	background:url(../img_next/navi_bg.png);
	width:24px;
	height:24px;
	text-align:center;
	margin:0 2px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	}
	.wp-pagenavi a{
	display: -moz-inline-box;
	display: inline-block;
	width:24px;
	height:24px;
	text-align:center;
	margin:0 2px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	}
	.wp-pagenavi a:hover {
	background:url(../img_next/navi_bg.png);
	color: #666;
	}
	
	
	.navigation div {
	/*float:left;*/
	/*margin-right:10px;*/
	/*font-family:Arial, Helvetica, sans-serif;*/
	/*text-align:center;*/
	line-height:24px;
	}
	.prevLink a {
	/*background:url(../img_next/arrow_left.gif) no-repeat left center;
	padding-left:20px;*/
	background:url(../img_next/ico_prev.png) no-repeat left center;
	padding-left:30px;
	/*padding-right:20px;*/
	}
	.nextLink a {
	background:url(../img_next/ico_next.png) no-repeat left center;
	padding-left:30px;
	/*padding-left:20px;*/
	}

ul#mountlist {
	width:720px;
	margin-bottom:20px;
	margin-right:-30px;
	
	_zoom:1;
	overflow:hidden;
	}
	#mountlist li {
	float:left;
	width:210px;
	height:240px;
	margin:0 30px 0 0;
	}