@charset "utf-8";
/* ------- basic ------------- */
html {
	color:#000;
	padding-bottom:0;
	height: 100%;
}
body {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	line-height: 2.2em;
	color: #000;
	text-decoration: none;
	padding: 0px;
	z-index: 0;
	position: relative;
	overflow-y: scroll;
	_overflow-y: visible;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:focus {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #666;
}
hr {
	display: none;
	margin: 0px;
	padding: 0px;
}
/* ------- basic end ------------- */
/* ------- common style ------------- */
strong {
	font-weight: bold;
}
.fontNormal, #contents .fontNormal {
	font-weight: normal;
}
.txtRight, #contents .txtRight, #footer .txtRight {
	text-align: right;
}
.txtLeft, #contents .txtLeft, #footer .txtLeft {
	text-align: left;
}
.txtCenter, #contents .txtCenter, #footer .txtCenter {
	text-align: center;
}
.leftBox {
	float:left;
}
.rightBox {
	float:right;
}

/* ------- layout ------------- */

#wrapper {
	min-width:1040px;
}

#header {
	background: url(../images/common/header_bg.gif) repeat-x left 15px;
	padding-top: 0px;
	height: 137px;
	margin-bottom: 15px;
	clear: both;
}
#header .headerInner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#header #siteLogo {
	float: left;
	width: 121px;
	padding-top: 32px;
	padding-bottom: 17px;
}
#gnavi {
	background: url(../images/common/gnavi_border.gif) no-repeat left top;
	padding-left: 1px;
	float: right;
	width: 808px;
	height: 71px;
	z-index: 100;
}
#header #gnavi {
	padding-top: 45px;
	background: url(../images/common/gnavi_border.gif) no-repeat left 45px;
}
#gnavi li {
	padding-right: 0px;
	float: left;
	height: 71px;
	z-index: 100;
	position: relative;
}
#gnavi li.current {
	background: url(../images/common/gnavi_current.gif) no-repeat center bottom;
}
#gnavi li.current:hover {
}
#gnavi li span {
	padding-right: 1px;
	background: url(../images/common/gnavi_border.gif) no-repeat right top;
	height: 71px;
	display: block;
}
#gnavi li a {
	display: block;
	float: left;
	text-align: center;
	height: 15px;
	padding: 21px 0px 35px;
}
#gnavi li em.commingsoon {
	display: block;
	float: left;
	text-align: center;
	padding: 21px 0px 14px;
}
#gnavi li#gnavi_index span ,
#gnavi li#gnavi_index a ,
#gnavi li#gnavi_index em {
	width: 201px;
}
#gnavi li#gnavi_allure span ,
#gnavi li#gnavi_allure a ,
#gnavi li#gnavi_allure em {
	width: 201px;
}
#gnavi li#gnavi_gallery span ,
#gnavi li#gnavi_gallery a ,
#gnavi li#gnavi_gallery em {
	width: 201px;
}
#gnavi li#gnavi_guide span ,
#gnavi li#gnavi_guide a ,
#gnavi li#gnavi_guide em {
	width: 201px;
}
#gnavi li .sub_menu {
	opacity: 0;
	visibility: hidden;
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-ms-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: perspective(900) rotateX(80deg);
	-moz-transform: perspective(900) rotateX(80deg);
	-ms-transform: perspective(900) rotateX(80deg);
	-o-transform: perspective(900) rotateX(80deg);
	transform: perspective(900) rotateX(80deg);
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	position: absolute;
	top: 71px;
	width: 201px;
	left: -1px;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	/*-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.29);
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.29);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.29);*/
}
#gnavi li:hover .sub_menu ,
#gnavi li.hover .sub_menu {
	visibility: visible;
	opacity: 1;
	-webkit-transform: perspective(900) rotateX(0);
	-moz-transform: perspective(900) rotateX(0);
	-ms-transform: perspective(900) rotateX(0);
	-o-transform: perspective(900) rotateX(0);
	transform: perspective(900) rotateX(0);
}
#gnavi li .sub_menu li {
	float: none;
	display: block;
	border-bottom: 1px solid #CCC;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	height: 49px;
	position: relative;
	line-height:0;
	font-size:1%;
	z-index: 20;
}
#gnavi li .sub_menu li.hover {
	z-index: 10;
}
#gnavi li .sub_menu li a {
	background: none;
	padding: 0;
	display: block;
	height: 49px;
	position: relative;
	overflow: hidden;
	line-height:normal;
	width: 201px;
}
#gnavi li .sub_menu li.hover img {
	top: -49px;
}

.index #gnavi li#gnavi_index a img {
	display: none;
}
.allure #gnavi li#gnavi_allure a img {
	display: none;
}
.gallery #gnavi li#gnavi_gallery a img {
	display: none;
}
.guide #gnavi li#gnavi_guide a img {
	display: none;
}
#gnavi li .sub_menu li img {
	position: absolute;
	left: -18px;
	top: 0px;
	display: block;
	vertical-align: bottom;
}
.index #gnavi li#gnavi_index .sub_menu li a img ,
.allure #gnavi li#gnavi_allure .sub_menu li a img ,
.gallery #gnavi li#gnavi_gallery .sub_menu li a img ,
.guide #gnavi li#gnavi_guide .sub_menu li a img {
	display: block;
}
.index #gnavi li .sub_menu li a img ,
.allure #gnavi li .sub_menu li a img ,
.gallery #gnavi li .sub_menu li a img ,
.guide #gnavi li .sub_menu li a img {
	display: block;
}
.index #gnavi li#gnavi_index {
	background: url(../images/common/gnavi_current.gif) no-repeat center bottom;
}
.allure #gnavi li#gnavi_allure {
	background: url(../images/common/gnavi_current.gif) no-repeat center bottom;
}
.gallery #gnavi li#gnavi_gallery {
	background: url(../images/common/gnavi_current.gif) no-repeat center bottom;
}
.guide #gnavi li#gnavi_guide {
	background: url(../images/common/gnavi_current.gif) no-repeat center bottom;
}
.allure #gnavi li#gnavi_allure:hover ,
.guide #gnavi li#gnavi_guide:hover {
	background: none;
	background-position: center bottom;
}


#footerWrap {
	background: #000;
	width: 100%;
	height: 40px;
	overflow: hidden;
	position: relative;
	z-index: 100;
	min-width: 1040px;
}
#footerWrap #footer {
	width: 1040px;
	z-index: 100;
	position: relative;
	margin:0 auto;
}
#footer dt, #footer li {
	font-size: 10px;
	line-height: 1.2em;
	padding-bottom: 0.5em;
	color: #CCCCCC;
}
#footer dd, #footer .share {
	font-size: 11px;
	line-height: 1.2em;
	padding-bottom: 0.3em;
	color: #ffffff;
}
#footer dt a, #footer li a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer dt a:hover, #footer dt a:focus, #footer dd a:hover, #footer dd a:focus, #footer li a:hover, #footer li a:focus {
	text-decoration: underline;
}
#footer .footerLink02 {
	width: 232px;
}
#footer .first-child {
	background-position: 34px top;
	padding-left: 34px;
}
#footer #copy {
	font-size: 10px;
	color: #ffffff;
	line-height: 1.2em;
	padding-top: 13px;
	display: block;
	width: 250px;
	float: left;
	padding-left: 10px;
	height: 15px;
	overflow: hidden;
}
#footer #footerEnd {
	clear: both;
}
#footer #footerEnd #copy img {
	padding-right: 15px;
}
#footer #footerEnd ul {
	margin: 0px;
	background-image: none;
	width: auto;
	float: right;
	padding: 13px 0em 0em;
}
* html #footer #footerEnd ul {
	padding-right: 0px;
}
#footer #footerEnd li {
	color: #ffffff;
	display: block;
	text-align: right;
	width: auto;
	float: left;
	white-space: nowrap;
	line-height: 1.3em;
	padding: 0em 10px 0px 0em;
}
#footer #footerEnd li.textList {
	padding-top: 7px;
}
#footer #footerEnd li.last {
	padding-right: 0px;
}
#footer #footerEnd li a {
	color: #ffffff;
	/*background-image: url(../images/common/bg_line01.gif);
	background-repeat: repeat-y;
	background-position: right top;*/
	padding-right: 10px;
	white-space: nowrap;
}
#footer #footerEnd li a.icExternal {
	background-image: url(../images/common/ic_external.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 22px;
	margin-right: 5px;
	white-space: nowrap;
}
#footer #footerEnd .share {
	font-size: 12px;
	color: #ffffff;
	display: block;
	width: 80px;
	text-align: right;
	padding: 0 15px 0.1em 0px;
	margin-top: -1px;
}
#footer #footerEnd .share a {
	background-image: none;
	margin: 0px;
	padding: 0px;
}
#footer #footerEnd .share img {
	vertical-align: -20%;
}

#languageCameraChange {
	position: absolute;
	_position: absolute;
	z-index: 49;
	left: 0px;
	bottom: 10px;
	background: url(../images/common/language_bg.png) repeat-x left 20px;
	_background: url(../images/common/language_bg.png) repeat-x left 0px;
	height: 50px;
	width: 100%;
	min-width: 1040px;
	line-height: 1em;
	color: #FFF;
	overflow: hidden;
}
#languageCameraChange #innerCenterBlock {
	position: relative;
	width: 1040px;
	height: 50px;
	_height: 30px;
	margin: 0 auto;
	z-index: 49;
}
#languageCameraChange a {
	color: #FFF;
	text-decoration: none;
}
#languageCameraChange a:hover {
	color: #FFF;
	text-decoration: underline;
}
#languageCameraChange #toggleTag {
	position: absolute;
	top: 0px;
	_top: 75px;
	right: 10px;
	height: 20px;
	overflow: hidden;
	font-size:100%;
	cursor: pointer;
}
#languageCameraChange #toggleTag a {
	background: url(../images/common/language_tab_right.png) no-repeat right top;
	_background: url(../images/common/language_tab_right_ie6.png) no-repeat right top;
	display: block;
	float: right;
	padding-right: 16px;
	text-decoration: none;
	height: 20px;
	cursor: pointer;
}
#languageCameraChange #toggleTag a span {
	background: url(../images/common/language_tab_bg2.png) no-repeat left top;
	_background: url(../images/common/language_tab_bg2_ie6.png) no-repeat left top;
	display: block;
	padding: 4px 5px 4px 21px;
	width: 150px;
	height: 12px;
	text-align: center;
	cursor: pointer;
}
#languageCameraChange #toggleTag a span img {
	vertical-align: 10%;
	margin-right: 10px;
	cursor: pointer;
}
#languageCameraChange #languageBlock {
	overflow: hidden;
	position: absolute;
	height: 30px;
	width: 960px;
	left: 0px;
	top: 20px;
	_top: 0px;
	font-size:90%;
	z-index:1040;
}
#languageCameraChange #languageBlock .titleBlock {
	float: left;
	width: 200px;
	padding: 12px 17px 7px;
	line-height: 1em;
}
#languageCameraChange #languageBlock .linkBlock {
	float: right;
	padding: 12px 10px 7px 0px;
}
#languageCameraChange #languageBlock .linkBlock ul li {
	display: block;
	float: left;
	margin-right: 8px;
}
#languageCameraChange #languageBlock .linkBlock ul li.other {
	padding-left: 7px;
	margin-right: 8px;
	border-left: solid 1px #5c5c5c;
}

/* ------- selectbox ------------- */
#headLanguageBlock {
	display: block;
	width: 146px;
	height: 30px;
	position: absolute;
	right: 0px;
	top: 8px;
	z-index: 1000;
}
div.selectbox {
	display: inline-block;
 *display: inline;
	zoom: 1;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1000;
}
div.selectbox a.select {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 146px;
}
div.selectbox div.pulldown {
	width: 140px;
	max-height: 400px;
	position: absolute;
	left: 0;
	top: 27px;
	background: url(../images/common/lang_open.png) no-repeat left bottom;
	overflow: auto;
	z-index: 999;
	display: none;
	padding: 0 3px 16px;
}
div.selectbox div.pulldown a {
	padding: 2px 8px 1px;
	display: block;
	color: #000;
	text-decoration: none;
	text-align: center;
}
div.selectbox div.pulldown a:hover {
	text-decoration: none;
	background: #FFFFFF;
	color: #000;
}
div.selectbox div.pulldown a.selected {
	text-decoration: none;
	background: #FFFFFF;
	color: #000;
	font-weight: bold;
}
div.selectbox div.pulldown a img {
	margin-right: 5px;
	vertical-align: 0%;
}
.selectbox .russian {
	font-family: "Times New Roman", Times, serif;
}
/* ------- selectbox end ------------- */
/* ------- layout end ------------- */

/* ------- common style end ------------- */
#contents {
	clear: both;
	position: relative;
	z-index: 10;
}
#contents .innerBlock {
	width: 960px;
	padding: 0px 0px;
	margin: 0px auto;
}
#contents h1 {
	font-size: 25px;
	margin-bottom: 30px;
}
#contents h2 {
	font-size: 18px;
	margin-bottom: 30px;
	font-weight: bold;
}
#contents h3 {
	font-size: 20px;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 30px;
}
#contents h4 {
	font-size: 18px;
	color: #222;
	margin-bottom: 18px;
	font-weight: bold;
}

#contents h4.orangeText {
	color: #e26a28;
	font-size: 18px;
	margin-bottom: 18px;
	font-weight: bold;
}
#contents h4 .imgNum {
	vertical-align: -35%;
	margin-right: 10px;
}
#contents p {
	font-size: 15px;
	line-height: 1.7em;
	padding-bottom: 1.5em;
}
#contents p.textSmall {
	font-size: 13px;
	line-height: 1.4em;
}
#contents .textSmall {
	font-size: 13px;
	line-height: 1.4em;
}
#contents p.textMiddle {
	font-size: 17px;
	line-height: 1.5em;
}
#contents .textMiddle {
	font-size: 17px;
	line-height: 1.5em;
}
#contents p.noMargin {
	margin-bottom: 0px;
	padding-bottom: 0em;
}
#contents .ssMargin {
	margin-bottom: 10px;
}
#contents p.ssMargin {
	margin-bottom: 0px;
	padding-bottom: 7px;
}
#contents .smallMargin {
	margin-bottom: 17px;
}
#contents p.smallMargin {
	margin-bottom: 0px;
	padding-bottom: 17px;
}
#contents .middleMargin {
	margin-bottom: 25px;
}
#contents p.middleMargin {
	margin-bottom: 0px;
	padding-bottom: 25px;
}
#contents .largeMargin {
	margin-bottom: 40px;
}
#contents p.largeMargin {
	margin-bottom: 0px;
	padding-bottom: 40px;
}
#contents .sLargeMargin {
	margin-bottom: 55px;
}
#contents p.sLargeMargin {
	margin-bottom: 0px;
	padding-bottom: 55px;
}
#contents .ssLargeMargin{
	margin-bottom: 75px;
}
#contents p.ssLargeMargin {
	margin-bottom: 0px;
	padding-bottom: 75px;
}
#contents .commonList {
	font-size: 15px;
	padding-bottom: 1.5em;
}
#contents .commonList li {
	list-style-type: disc;
	padding-bottom: 0.2em;
	margin-left: 1.5em;
}
#contents .noList li {
	list-style-type: decimal;
}
.pl {
	padding-left: 20px;
}
.colorGray {
	color: #7b7a74;
}
.textBlock {
	display: block;
}

/* @end */

html , body {
background: #fff;
}
.totop {
	position: fixed;
	right: 30px;
	bottom: 70px;
	width: 66px;
	height: 66px;
	z-index: 100;
}
.hairlineBlock {
	background: url(../images/common/hairline_tex_repeat.jpg) repeat center top;
}
.hairlineBlock .centerBlock {
	background: url(../images/common/hairline_tex.jpg) repeat-y center top;
	padding: 30px 0;
	width: 960px;
	margin: 0 auto;
}

.leftBlock {
	float: left;
	width: 440px;
}
.rightBlock {
	float: right;
	width: 430px;
}
.col3LeftBlock {
	float: left;
	width: 290px;
}
.col3CenterBlock {
	float: left;
	width: 290px;
	padding-left: 45px;
}
.col3RightBlock {
	float: right;
	width: 290px;
}
.col4LeftBlock {
	float: left;
	width: 204px;
}
.col4CenterBlock {
	float: left;
	width: 204px;
	padding-left: 48px;
}
.col4RightBlock {
	float: right;
	width: 204px;
}
.col6LeftBlock {
	float: left;
	width: 138px;
}
.col6CenterBlock {
	float: left;
	width: 138px;
	padding-left: 26px;
}
.col6RightBlock {
	float: right;
	width: 138px;
}
.mainImageGreen {
	background: #252712;
	margin-bottom: 40px;
}
.mainImageBlack {
	background: #000;
	margin-bottom: 45px;
}
.imageCenter {
	width: 960px;
	margin: 0 auto;
}
.vmiddle200 {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	display: table-cell;
	height: 200px;
 /position: absolute;
 /top: 50%;
 /height: auto;
 /display: inline-block;
}
.vmiddle200 span {
 /position: relative;
 /top: -50%;
}
.localNavi {
	height: 50px;
	border-bottom: solid 2px #e26a28;
	margin-bottom: 53px;
}
.localNavi.noMargin {
	margin-bottom: 0px;
}
.localNavi ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}
.localNavi li {
	display: block;
	list-style: none;
	float: left;
	padding: 0 10px 0 10px;
	margin: 0;
}

iframe[name="google_conversion_frame"] {
	position: fixed;
	z-index: 0;
	bottom: -30px;
}
