@charset "utf-8";

/* basic */
/* --------------------------------------------- */

html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
}

html { overflow-y: visible; }

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #666;
	text-align: left;
	background-color: #a63;
	background-image: url(../images/common/bg.png);
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;
	overflow-x: hidden;
	overflow-y: scroll;
}

.cf:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
	visibility:hidden;
}

img {
	border: 0 none;
}

a img {
	border: 0 none;
}


a {
	outline: none;
	color: #a66;
	text-decoration: none;
}

a:hover {
	outline: none;
	color: #600;
	text-decoration: none;
}

p {
	font-size: 100%;
	line-height: 1.7em;
}

ul, ol { list-style: none; }

iframe.twitter-share-button {
width: 90px!important;
}

/* header */
/* --------------------------------------------- */

#header {
	width: 100%;
	background-color: #fff;
}

#header_inner {
	height: 75px;
	width: 980px;
	margin: auto;
	padding-top: 20px;
	background-color: #fff;
}

#logo {
	float: left;
	margin-left: 30px;
}

#leaf { 
	float: right;
	margin-right: 30px;
}

/* gnavi */
/* --------------------------------------------- */

#gnavi {
	height: 40px;
	width: 100%;
	margin: auto;
	background-image: url(../images/common/nav_base.png);
	background-position: 50%;
}

#gnavi_inner {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#gnavi li {
	float: left;
	background-repeat: no-repeat;
}

#gnavi li a, #gnavi li span {
	height: 40px;
	width: 140px;
	display: block;
}

/* content */
/* --------------------------------------------- */

#content_wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	background: #fff url(../images/common/forest.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#content_main {
	width: 940px;
	padding: 20px;
	background: #f4efe0 url(../images/common/nav_shadow_.png) repeat-x;
	/*background: #f4efe0;*/
	margin: auto;
	/*
	-webkit-box-shadow: 0px 5px 10px #777;
	-moz-box-shadow: 0px 5px 10px #777;
	box-shadow: 0 5px 10px #777;
	*/
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#page_title{
	height: 50px;
	background: url(../images/common/page_title_bg.jpg) #503232 no-repeat;
	padding: 0px;
	margin-bottom: 20px;
}

#page_title h2{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding: 10px 15px;
}

.link_top{
	float: right;
	background: #503232;
	padding: 2px 5px;
}

.link_top a{
	color: #fff;
	font-size: 10px;
}

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

#footer {
	clear: both;
	height: 40px;
	width: 100%;
	background-color: #fff;
	/*
	-webkit-box-shadow: 0px 5px 10px #432;
	-moz-box-shadow: 0px 5px 10px #432;
	box-shadow: 0 5px 10px #432;
	*/
	margin-bottom: 20px;
	position: relative;
	border-top: 1px solid #CCC;
}

#footer_inner {
	width: 980px;
	margin: auto;
	padding-top: 10px;
	font-size: 10px;
	background-color: #fff;
}

#footer ul {
	float: left;
	margin-left: 30px;
}

#footer li {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}

#footer span.disabled_link { color: #AAA; }

#footer ul.social_btn {
	margin-left: 0px;
}

#footer .social_btn li {
	float: left;
	margin-right: 10px;
	margin-top: 0px;
}

#footer #copy {
	float: right;
	margin-right: 30px;
	margin-top: 5px;
}

#footerBottom {
	clear: both;
	width: 100%;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat;
	height: 50px;
}