@charset "shift_jis";

/*======================================
default
=======================================*/

body,h1,h2,h3,h4,h5,h6,p,address,div,p {
	margin: 0px;
	padding: 0px;
}

ol,ul,li,dl,dt,dd {
	margin: 0px;
	padding: 0px;
	list-style:none;
}

img {
	border:none;
	padding:0;
	margin:0;
	vertical-align:bottom;
}

hr {
	color: #CCC8C1;
	height: 1px;
	}

/*======================================
clearfix
=======================================*/

.clearfix:after {
clear:both;
content:".";
display:block;
height:0pt;
visibility:hidden;
}
.clearfix {
}
* html .clearfix {
height:1%;
}
.clearfix {
display:block;
}

/*======================================
 Body
=======================================*/
	
body {
	font-size: 11px;
	color: #ffffff;
	background: url(../images/common/bg.gif) left top repeat-x;
	background-color: #A39B8C;
	font-family: "Apple TP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif	;
	-webkit-font-smoothing: antialiased;	
	line-height: 2.5em;
}
h2 {
	margin-top: -5px;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.small {
	font-size: 11px;
}
.large {
	font-size: 14px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.red {
	color: #FF0000;
}
.bold {
	font-weight: bold;
}
.attention {
	color: #FF0000;
	font-size: 11px;
}
.m10b {
	margin-bottom: 10px;
}
.m20b {
	margin-bottom: 20px;
}
.m30b {
	margin-bottom: 30px;
}
.font10 {
	font-size: 10px;
}
.font11 {
	font-size: 11px;
}
.font12 {
	font-size: 12px;
}
.font14 {
	font-size: 14px;
}
.font16 {
	font-size: 16px;
}
/*--ボタン01--*/
.button01 {
	border: 1px solid #CCC8C1;
	padding: 3px 10px;
	margin: 20px 0;
}
.button01 a {
	display: block;
	text-decoration: none;
	background: url(../images/profile/arrow.gif) no-repeat 575px center;
}
.button01 a:hover {
	text-decoration: underline;
	filter: alpha(opacity:50);
	opacity: 0.5;
}
/*--ボタン02--*/
.button02 {
	border: 1px solid #CCC8C1;
	padding: 3px 10px;
	margin: 20px 0;
}
.button02 a {
	display: block;
	text-decoration: none;
	background: url(../images/profile/arrow.gif) no-repeat left center;
	padding: 0 0 0 20px;
}
.button02 a:hover {
	text-decoration: none;
	filter: alpha(opacity:50);
	opacity: 0.5;
}
/*--ボックス01--*/
.box01 {
	clear: both;
	border: 1px solid #CCC8C1;
	padding: 10px;
	margin: 20px 0;
}
/*======================================
 Pagearea
=======================================*/
#page {
	width:790px;
	margin:0 auto;
}

#checkbutton {
	position: fixed;
	bottom: 15px;
	left:15px;
}
#checkbutton ul li {
	float: left;
	padding: 0 5px 0 0;
}

#checkbutton a:hover {
 filter: alpha(opacity:60);
	opacity: 0.6;
}

/*======================================
 Head
=======================================*/
#head {
	width:790px;
	height:54px;
}
#head h1 a {
	width: 108px;
	height: 16px;
	position: relative;
	top: 17px;
	left: 0;
	background: url(../images/common/logo.gif) no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
#head h1 a:hover {
 filter: alpha(opacity:60);
	opacity: 0.6;
}
/*======================================
 Navi
=======================================*/
#navi {
	width: 560px;
	height: 15px;
	float: right;
}
#navi li {
	float: left;
}
#navi ul li a {
	display: block;
	width: 80px;
	height: 15px;
	overflow: hidden;
	text-indent: -9999em;
}
#navi ul li.navi01 a {
	background: url(../images/common/navi.gif) 0 0 no-repeat;
}
#navi ul li.navi02 a {
	background: url(../images/common/navi.gif) -80px 0 no-repeat;
}
#navi ul li.navi03 a {
	background: url(../images/common/navi.gif) -160px 0 no-repeat;
}
#navi ul li.navi04 a {
	background: url(../images/common/navi.gif) -240px 0 no-repeat;
}
#navi ul li.navi05 a {
	background: url(../images/common/navi.gif) -320px 0 no-repeat;
}
#navi ul li.navi06 a {
	background: url(../images/common/navi.gif) -400px 0 no-repeat;
}
#navi ul li.navi07 a {
	background: url(../images/common/navi.gif) -480px 0 no-repeat;
}
#navi ul li.navi01 a:hover {
	background: url(../images/common/navi.gif) 0 -15px no-repeat;
}
#navi ul li.navi02 a:hover {
	background: url(../images/common/navi.gif) -80px -15px no-repeat;
}
#navi ul li.navi03 a:hover {
	background: url(../images/common/navi.gif) -160px -15px no-repeat;
}
#navi ul li.navi04 a:hover {
	background: url(../images/common/navi.gif) -240px -15px no-repeat;
}
#navi ul li.navi05 a:hover {
	background: url(../images/common/navi.gif) -320px -15px no-repeat;
}
#navi ul li.navi06 a:hover {
	background: url(../images/common/navi.gif) -400px -15px no-repeat;
}
#navi ul li.navi07 a:hover {
	background: url(../images/common/navi.gif) -480px -15px no-repeat;
}

/*--スマホ削除--*/
nav, .btn_menu {
    display: none;
}
/*--
#openMenu {
    display: none;
}
#closeMenu {
    display: none;
}
#navi ul li.navi08 a, #navi ul li.navi09 a, #navi ul li.navi10 a {
    display: none;
}
--*/

/*======================================
 Title-photo
=======================================*/	
#title-photo {
	padding-bottom: 5px;
}
/*======================================
 Side
=======================================*/
#index-side {
	float: left;
	width: 220px;
	border-right: #CCC8C1 1px solid;
	padding: 0 30px 50px 0;
}
#index-side h2 {
	font-size: 14px;
	font-weight: bold;
}
#index-side p {
	border-top: 1px dotted #ffffff;
	margin: 10px 0 0;
	padding: 10px 0 0;
	line-height: 1.8em;
}
#index-side p a, #index-side p a:link, #index-side p a:visited {
	text-decoration: underline;
}
#index-side p a:hover {
	text-decoration: none;
}
#index-side span.more a {
	text-align: right;
	display: block;

}

#side {
	float: left;
}
#side h2 {
	font-size: 15px;
	font-weight: normal;
}

/*======================================
 Contents
=======================================*/
#index #contents {
	float: right;
	width: 500px;
	padding: 0 0 0 30px;
	border: none;
}
#index #contents a:hover img {
	filter: alpha(opacity:60);
	opacity: 0.6;
}
#index .topback {
	display: none;
}
#contents {
	float: right;
	width: 610px;
	padding: 0 0 20px 60px;
	border-left: #CCC8C1 1px solid;
}
#contents a:hover img {
 filter: alpha(opacity:60);
	opacity: 0.6;
}
/*======================================
 TopBack
=======================================*/	
.topback {
	clear: both;
	width: 610px;
	margin-top: 30px;
	text-align: right;
}

/*======================================
 Whats Hacoa
=======================================*/	
#whatshacoa {
    bottom: 40px;
    right: 20px;
    position: fixed;
	}
#whatshacoa ul li.button-hacoair {
	list-style: none;
	text-indent: -9999px;
	}	
#whatshacoa ul li.button-hacoair a {
	background: url(../images/common/button/button-whatshacoa.png) no-repeat left;
	width: 130px;
	height: 130px;
	display: block;
	}
#whatshacoa ul li.button-hacoair a:hover {
	background: url(../images/common/button/overbutton-whatshacoa.png) no-repeat left;
	}			

/*======================================
 noveltygift
=======================================*/	
#noveltygift {
    top: 20px;
    right: 20px;
    position: fixed;
	}
#noveltygift ul li.button-novelty {
	list-style: none;
	text-indent: -9999px;
	}	
#noveltygift ul li.button-novelty a {
	background: url(../images/common/button/button-novelty.png) no-repeat right center;
	width: 110px;
	height: 110px;
	display: block;
	}
#noveltygift ul li.button-novelty a:hover {
	background: url(../images/common/button/overbutton-novelty.png) no-repeat right center;
	}	
#noveltygift ul li.button-weddinggift{
	list-style: none;
	text-indent: -9999px;
	}	
#noveltygift ul li.button-weddinggift a {
	background: url(../images/common/button/button-weddinggift.png) no-repeat right center;
	width: 110px;
	height: 110px;
	display: block;
	}
#noveltygift ul li.button-weddinggift a:hover {
	background: url(../images/common/button/overbutton-weddinggift.png) no-repeat right center;
	}	
	
/*--ノベルティナビ--*/		
#woodnovelty-navi {
	float: right;
	position: fixed;
	top: 49px;
	right: 0px;
	z-index: 99998;
	zoom: 110%;		
}
#woodnovelty-navi ul {
	width: 150px;
	margin: -30px 0 0 0;
}
#woodnovelty-navi ul li a {
	display: block;
	height: 15px;
}
#woodnovelty-navi #openMenu2 {
	display: none;
}
#woodnovelty-navi #layerMenu2 {
	position:absolute;
	top: 30px;
	right:0;
	width: 150px;
	height:100%;
	font-size: 11px;
	z-index:9998;
}

#woodnovelty-navi #layerMenu2 ul li {
	background: #405c66;
	list-style: none;
	border-bottom: solid 1px #999;
	font-size: 10px;
}
#woodnovelty-navi #layerMenu2 ul li a {
	position: relative;
	padding: 8px 0 17px 12px;
	text-decoration: none;
	color: #fff;
	display: block;
}
#woodnovelty-navi #layerMenu2 ul li a:hover {
	color: #FC0;
	background: #667d85;	
}
#woodnovelty-navi #closeMenu2 {
	display: none;
}	
	
/*======================================
 Foot
=======================================*/	
#foot {
	clear: both;
	height: 50px;
	border-top: #CCC8C1 1px solid;
	padding-top: 5px;
}
#foot .mail {
	float: left;
	background: url(../images/common/mail.gif) no-repeat 0 12px;
	padding-left: 18px;
}
#foot .copyrights {
	float: right;
	font-size: 10px;
}
#foot a:hover img {
	filter: alpha(opacity:60);
	opacity: 0.6;
}
/*--banner-link--*/
#foot .banner-link {
	width: 790px;
	overflow: hidden;
	_zoom: 1;
	padding: 20px 0 80px;
}
#foot .banner-link ul li {
	list-style :none;
	float: left;
	padding: 0 10px 0 0;
	line-height: 0;	
}
/*--language-link--*/
#foot .language-link {
	width: 790px;
	overflow: hidden;
	_zoom: 1;
	padding: 0 0 10px;
}
#foot .language-link ul {
	padding: 0;
}
#foot .language-link ul li {
	list-style :none;
	float: left;
	padding: 5px 5px 0 0;
	line-height: 0;
}

#specialthanks {
	padding: 0 0 60px 0;
	margin: 10px 0 0 0;
	background: #FFF;
}

/*--Google-Translate--*/
#google_translate_element {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 300px;
	float: right;
	padding: 0 12px 12px 0;
	text-align: right;
}
#google_translate_element select {
	font-size: 10px;
}
