@charset "UTF-8";
/* CSS Document */

body > #wrapper {
    height: auto;
}
*{
    margin:0;
    padding:0;
}
html{
    height:100%;
}
body {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background-repeat: repeat;
	background-position: center;
	background-color: #ffffff;
	background-image: url(../images/background-body.jpg);
}
img {
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: none;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1;
}
ul,ol,li {
	margin: 0px;
	padding: 0px;
	list-style: none;/*line-height:1;*/
}
p {
	margin: 0;
	padding: 0;
}


/* ------------------------------ CLEAR ------------------------------ */
.clearfix:after,
.clearboth:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.clearboth {
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear			{clear:both;}


/* ------------------------------ FONT ------------------------------ */
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px
	line-height: 160%;
	color: #666666;
	text-align: left !important;
}
a,
a:link,
a:visited,
a:active {
	color:#ff6600;
	text-decoration: none;
}
a:hover {
	color:#ff6600;
	text-decoration: underline;
}

.mid-txt {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	color: #666666;
}
.mid-txt-w {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	color: #FFFFFF;
}
.nomal-txt {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #666666;
	font-weight:normal;
}
.nomal-txt-w {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #FFFFFF;
}


/* ------------------------------ BASE ------------------------------ */
#wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
	padding:0px 15px;
	float: left;
	background:url(../images/shadow.png) repeat-y !important;
	background:url(../images/shadow.png) repeat-y;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/shadow.png", sizingMethod="scale");
}
#container {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	background-color: #F0F0F0;
}
#content {
	width: 1000px;
	margin: 0 auto;
	float: right;
	font-family: arial, verdana, sans-serif;
	background-color:#cac7c3;
}
#content h2 {
	font-family:'AkkuratRegular', Verdana, sans;
	font-weight:normal;
	border-bottom:5px #8a8a8a solid;
/*	border-bottom:5px #3d3731 solid;*/
	width:75px;
/*	overflow: visible;*/
	font-size:40px;
	line-height:40px;
	white-space:nowrap;
	color:#3d3731;
	padding-bottom:14px;
	margin-bottom:43px;
	text-transform:uppercase;
	margin-left:25px;
}
#content .section {
	width:1000px;
	margin: 0 auto;
	height:auto;
}

#content .section h2 {
	float:left;
}
#content .video-section {
	background-color: #cac7c2;
	padding-top:0px;
	margin-top:0px;
}
#content .video {
	clear:both;
	width:890px;
	height:699px;
	background-color: #3d3731;
}
#content .video iframe {
	width:890px;
	height:699px;
}
#content .video-wide {
	height:530px;
}
#content .video-wide iframe {
	height:530px;
}

#content .video-shadow {
	margin:0px;
	padding:0 0 0 55px;
}


/* ------------------------------ SIDENAV ------------------------------ */
#sidebar {
	width: 230px;
	margin: 0;
	padding:15px 0 0 25px;
	float: left;
}
#sidebar ul {
margin: 0px;
padding: 0px;
list-style: none;
}
#sidebar img {
border: none;
float:left;
}
#sidebar li {
margin: 0px;
padding: 0px;
clear:left;
}

/* ------------------------------ MAIN BANNER ------------------------------ */
#main-img {
	width: 710px;
	margin: 0;
	float: right;
	padding:15px 25px 0 0;
}
#main-img-wide {
	width: 950px;
	margin: 0 auto;
}
#header-shadow {
	background: url(../images/header-shadow.png) no-repeat;
	width:453px;
	height:428px;
	position:absolute;
	background-position: bottom left;
	left: 328px;
	top: 126px;
	z-index:inherit;
}

#header-shadow-nature {
	background: url(../images/header-shadow.png) no-repeat;
	width:453px;
	height:428px;
	position:absolute;
	background-position: bottom left;
	left: 360px;
	top: 87px;
	z-index:inherit;
}

/* ------------------------------ HEADER ------------------------------ */
#header {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
}
#header h1 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 150%;
	color: #666666;
	font-weight: normal;
	font: Arial,Helvetica,Verdana,sans-serif;
	letter-spacing: 0.1em;
}
#header img {
	margin: 0;
	padding: 0;
}
#header ul.nav {
	margin: 0;
	padding: 0 0 10px 0;
	list-style-type: none;
	list-style-position: outside;
	float: right;
}
#header ul.nav li {
	margin: 0 1em 0 0;
	padding: 0 1em 0 0;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
#header ul.nav li.last {
	margin: 0;
	padding: 0;
	display: inline;
	border: none;
}


/* ------------------------------ FOOTER ------------------------------ */
#footer {
	clear:both;
	width: 100%;
	margin: 0 auto;
	font-size: 10px;
	line-height: 150%;
	text-align: center;
	padding: 30px 0 30px 0;
	background-color: #7b898b;
	height: auto;
}


#footer .footcopy-txt{
	font-family: "ヒラギノ角ゴ Pro W6", "ＭＳ Ｐゴシック", Osaka;
	font-size: 9px;
	color: #FFFFFF;
}

#footer .gwstore-txt{
	font-family: "ヒラギノ角ゴ Pro W6", "ＭＳ Ｐゴシック", Osaka;
	font-size: 9px;
	color: #ffffff;
	line-height:300%;
}

#footer .gwstore-txt a:link{
	color: #FFFFFF;
	text-decoration: none;
}
#footer .gwstore-txt a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#footer .gwstore-txt a:active{
	color: #FFFFFF;
	text-decoration: none;
}
#footer .gwstore-txt a:hover{
	color: #ff6600;
	text-decoration: underline;
}



.boldtxt {
	font-family: "ヒラギノ角ゴ Pro W6", "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

#footer ul li .boldtxt {
	font-family: "ヒラギノ角ゴ Pro W6", "ＭＳ Ｐゴシック", Osaka;
	color: #FFFFFF;
	font-weight: bold;
}
#footer ul li.boldtxt a:link{
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li.boldtxt a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li.boldtxt a:active{
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li.boldtxt a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}


#footer ul li{
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka,;
	font-size: 11px;
	color: #999999;
	padding: 3px 0 3px 0;
}
#footer ul li a:link{
	color: #999999;
	text-decoration: none;
}
#footer ul li a:visited{
	color: #999999;
	text-decoration: none;
}
#footer ul li a:active{
	color: #999999;
	text-decoration: none;
}
#footer ul li a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}




/* ------------------------------ MAIN ------------------------------ */
#main {
	width: 655px;
	margin: 0;
	padding: 15px;
	border: 1px solid #A74300;
	float: left;
}
#main h1 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 11px;
	line-height: 150%;
	color: #333333;
	font-weight: normal;
}
#main h2 img {
	margin: 2px 0 10px 0;
	padding: 0;
}
#main h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 14px;
	line-height: 160%;
	color: #A06100;
	font-weight: bold;
}
#main .title {
	margin: 0 0 15px 0;
	padding: 0;
}
#main .subtitle {
	margin: 0 0 10px 0;
	padding: 0;
}
