/*  ----	header StyleSheets	----  */
html	{
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
	overflow-y: scroll;
}
body	{
	text-align: center;
	background-image: none;
	background-position: top left;
	background-repeat: repeat-x;
}
.preload	{
	display: none;
}
div#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 840px;
	height: 100%;
	background-color: #fff;
	border-top: 4px #ffffff solid;
}
div#headBlock {
	margin: 0 auto;
	padding: 0;
	width: 840px;
	text-align: left;
	background-color: #fff;
}
div#headImage	{
	margin: 0;
	padding: 0;
	width: 840px;
	height: 96px;
	background-image: url(../public/background_header.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: transparent;
}
div#headCorpName	{
	margin: 0;
	padding-top: 8px;
	padding-left: 95px;
	text-align: left;
	vertical-align: top;
}

/*	ヘッダー サブメニュー----------------------------------------------------------------------------------------	*/
#headSubNavi	{
	margin: 0;
	padding: 0;
	background-color: transparent;
}
div#headSubNavi ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#headSubNavi ul li {
	float: right;
	display: block;
	margin: 0;
	margin-left: 10px;
	padding: 0;
	text-align: left;
	vertical-align: middle;
	color: #333333;
	font-size: 12px;
	text-align: left;
	line-height: 25px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../public/icon_camera.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
div#headSubNavi ul li#subNavi1st	{
	background-image: url(../public/icon_home.jpg);
	width: 70px;
}
div#headSubNavi ul li#subNavi2nd	{
	width: 130px;
	background-image: url(../public/footer-icon-photo-camera1.jpg);
	border: 1px solid #6eb8df;
}
div#headSubNavi ul li#subNavi3rd	{
	width: 130px;
	background-image: url(../public/footer-icon-photo-camera2.jpg);
	border: 1px solid #ff8c00;
}
div#headSubNavi ul li#subNavi4th	{
	width: 120px;
	background-image: url(../public/footer-icon-photo-camera3.jpg);
	border: 1px solid #89af62;
}
div#headSubNavi ul li#subNaviHome	{
	display: none;
}
div#headSubNavi ul li#subNaviInstagram	{
	background-image: none;
	border: none;
}

div#headSubNavi ul a	{
	display: block;
	color: #333333;
	font-size: 12px;
	text-align: left;
	line-height: 28px;
}
a#menuSubLink1st:link, a#menuSubLink1st:visited, a#menuSubLink1st:active {
	color: #333333;
	text-decoration: none;
}
a#menuSubLink2nd:link, a#menuSubLink2nd:visited, a#menuSubLink2nd:active {
	color: #333333;
	text-decoration: none;
}
a#menuSubLink3rd:link, a#menuSubLink3rd:visited, a#menuSubLink3rd:active {
	color: #333333;
	text-decoration: none;
}
a#menuSubLink4th:link, a#menuSubLink4th:visited, a#menuSubLink4th:active {
	color: #333333;
	text-decoration: none;
}
a#menuSubLinkInstagram:link, a#menuSubLinkInstagram:visited, a#menuSubLinkInstagram:active {
	color: #ffffff;
	text-decoration: none;
}
a#menuSubLinkThis:link, a#menuSubLinkThis:visited, a#menuSubLinkThis:active {
	color: #ff8c00;
	text-decoration: none;
	cursor: default;
}

div#headSubNavi ul a#menuSubLink1st:hover,
div#headSubNavi ul a#menuSubLink2nd:hover,
div#headSubNavi ul a#menuSubLink3rd:hover,
div#headSubNavi ul a#menuSubLink4th:hover	{
	color: #ff8c00;
	text-decoration: none;
}
div#headSubNavi ul a#menuSubLinkInstagram:hover	{
	color: #ffffff;
	text-decoration: none;
}
div#headSubNavi ul a div	{
	padding-top: 2px;
	padding-left: 45px;
	overflow: hidden;
}
div#headSubNavi ul a#menuSubLink1st div	{
	padding-left: 20px;
}
div#headSubNavi ul a#menuSubLinkInstagram div	{
	padding-top: 0;
	padding-left: 0;
}

/*	ヘッダー メインメニュー----------------------------------------------------------------------------------------	*/

#headBotton	{
	margin: 0;
	padding: 0;
	background-color: transparent;
}
div#headBotton ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-right: #ffffff 1px solid;
}
div#headBotton ul li {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	width: 168px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../public/head_menuh.jpg);
	background-position: center left;
	background-repeat: repeat-x;
	background-color: #ff8c00;
	background-color: #3FA1D4;
}
div#headBotton ul li#navi1st	{
	width: 167px;
}
div#headBotton ul li#navi2nd	{
}
div#headBotton ul li#navi3rd	{
}
div#headBotton ul li#navi4th	{
}
div#headBotton ul li#navi5th	{
}

div#headBotton ul a	{
	display: block;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	line-height: 48px;
	background-image: url(../public/head_menu.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	border-left: #ffffff 1px solid;
}
a#menuLink1st:link, a#menuLink1st:visited, a#menuLink1st:active {
}
a#menuLink2nd:link, a#menuLink2nd:visited, a#menuLink2nd:active {
}
a#menuLink3rd:link, a#menuLink3rd:visited, a#menuLink3rd:active {
}
a#menuLink4th:link, a#menuLink4th:visited, a#menuLink4th:active {
}
a#menuLink5th:link, a#menuLink5th:visited, a#menuLink5th:active {
}
a#menuLink6th:link, a#menuLink6th:visited, a#menuLink6th:active {
}
a#menuLinkThis:link, a#menuLinkThis:visited, a#menuLinkThis:hover, a#menuLinkThis:active {
	color: #cc6600;
	color: #a4ecfe;
	background-image: none;
	cursor: default;
}

div#headBotton ul a#menuLink1st:hover,
div#headBotton ul a#menuLink2nd:hover,
div#headBotton ul a#menuLink3rd:hover,
div#headBotton ul a#menuLink4th:hover,
div#headBotton ul a#menuLink5th:hover,
div#headBotton ul a#menuLink6th:hover,
div#headBotton ul a#menuLink7th:hover	{
	color: #cc6600;
	color: #a4ecfe;
	background-image: none;
}
div#headBotton ul a div	{
	overflow: hidden;
}


#imageSubArea	{
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
}

div#outer {
	margin: 0;
	padding: 0;
	text-align: center;
}
div#inner {
	margin: 0 auto !important;
	padding: 0;
	width: 800px;
	text-align: left;
	background-color: #fff;
}

img	{
	vertical-align:middle;
}

/*	フッターナビ	---------------------------------	*/
#footerNaviBlock	{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
}
#footerNavi	{
	display: none;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 80px;
	width: 840px;
	text-align: center;
	font-size: 12px;
	background-color: #fff;
}
#footerNavi span	{
	padding-left: 5px;
	padding-right: 5px;
}


/*	フッターメニュー	---------------------------------	*/
#footerMenuBlock	{
	margin: 0;
	margin-top: 100px;
	padding: 0;
	text-align: center;
	font-size: 14px;
	background-color: #f0f0f0;
	border-top: 1px #f0f0f0 solid;
}
#footerMenu	{
	margin: 0 auto;
	padding: 0;
	padding-top: 50px;
	padding-bottom: 20px;
	width: 840px;
	height: 240px;
	text-align: left;
	background-image: url(../public/footer_corp.jpg);
	background-position: 0 105px;
	background-repeat: no-repeat;
	background-color: transparent;
}
.footerMenuArea	{
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-left: 300px;
}

.footerMenuLinkArea	{
	margin: 0;
	padding: 0;
}

.footerMenuLinkArea ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footerMenu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 130px;
	text-align: left;
	vertical-align: middle;
	color: #333333;
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../public/icon-arrow-right-thin.jpg);
	background-position: 0 17px;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}
#footerMenu li.footerListPhoto1st,
#footerMenu li.footerListPhoto2nd,
#footerMenu li.footerListPhoto3rd	{
	margin-right: 18px;
	margin-bottom: 20px;
	width: 160px;
	background-position: left center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#footerMenu li.footerListPhoto1st	{
	background-image: url(../public/footer-icon-photo-camera1.jpg);
	border: 1px solid #6eb8df;
}
#footerMenu li.footerListPhoto2nd	{
	background-image: url(../public/footer-icon-photo-camera2.jpg);
	border: 1px solid #ff8c00;
}
#footerMenu li.footerListPhoto3rd	{
	margin-right: 0;
	background-image: url(../public/footer-icon-photo-camera3.jpg);
	border: 1px solid #89af62;
}
#footerMenu li.footerListHome,
#footerMenu li.footerList4th,
#footerMenu li.footerList8th,
#footerMenu li.footerListPrivacy. {
	margin-left: 20px;
}
#footerMenu li.footerListHome,
#footerMenu li.footerList4th,
#footerMenu li.footerList8th	{
	width: 160px;
}
#footerMenu li.footerList1st,
#footerMenu li.footerList5th,
#footerMenu li.footerList9th	{
	width: 120px;
}
#footerMenu li.footerList2nd,
#footerMenu li.footerList6th,
#footerMenu li.footerList10th	{
	width: 130px;
}
#footerMenu li.footerList3rd,
#footerMenu li.footerList7th,
#footerMenu li.footerList11th	{
	border: none;
	width: 130px;
}
#footerMenu li.footerListPrivacy {
	border: none;
	width: 180px;
}
#footerMenu li a	{
	display: block;
	padding-top: 3px;
	padding-left: 18px;
	font-size: 14px;
	line-height: 40px;
	text-align: left;
}
#footerMenu li a:link,
#footerMenu li a:visited,
#footerMenu li a:active	{
	color: #333333;
	text-decoration: none;
}
#footerMenu li a:hover	{
	color: #ff8c00;
	text-decoration: underline;
}
.footerMenuLinkArea ul a div	{
	overflow: hidden;
}

#footerMenu li a.footerLinkPhoto1st,
#footerMenu li a.footerLinkPhoto2nd,
#footerMenu li a.footerLinkPhoto3rd	{
	padding-left: 46px;
	font-size: 16px;
	line-height: 44px;
}


#footerCorpBlock	{
	margin: 0;
	padding: 0;
	background-color: #f0f0f0;
}
.pageCount {
	padding: 0 10px;
	color: #f0f0f0;
	font-size: 12px;
	line-height: 12px;
}
#footerCopyright	{
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 50px;
	width: 840px;
	text-align: center;
	color: #666;
	font-size: 12px;
	line-height: 24px;
}
#footerCopyright span	{
	padding-left: 3px;
	padding-right: 3px;
}
.clear	{
	clear: both;
	width: 1px;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
/*	----------------------------------------------------------------------------------------------------*/
/*	PAGE TOP ボタン                                                           */
/*	----------------------------------------------------------------------------------------------------*/
.page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 14px;
}
.page-top a {
	float: left;
	display: block;
	margin-left: 10px;
	padding: 0;
	width: 70px;
	color: #fff;
	font-size: 1.4rem;
	line-height: 70px;
	text-indent: -99999px;
	text-decoration: none;
	text-align: left;
	outline:none;
	background-color: transparent;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.page-top a.icon-back {
		background-image: url(../public/icon-back.png);
		background-position: center center;
		background-repeat: no-repeat;
}
.page-top a.icon-top {
		background-image: url(../public/icon-top.png);
		background-position: center center;
		background-repeat: no-repeat;
}
.page-top a.icon-back:active,
.page-top a.icon-back:hover {
		background-image: url(../public/icon-backh.png);
}
.page-top a.icon-top:active,
.page-top a.icon-top:hover {
		background-image: url(../public/icon-toph.png);
}