center bottom@charset "utf-8";

/* Header
-----------------------------------*/
#header{
	width: 100%;
	min-width: 1200px;
	background: #FFF;
}
.hdr_inner{
	width: 1000px;
	margin: 0 auto;
	height: 47px;
}
.hdr_inner h1{
	font-size: 11px;
	line-height: 47px;
	float: left;
	font-weight: normal;
}
.hdr_inner .hdr_contact{
	float: right;
}
.hdr_contactwrap{
	width: 465px;
	float: right;
}

/* Grobal Navigation
-----------------------------------*/
.gnav{
	width: 100%;
	height: 95px;
	min-width: 1200px;
	background: url(/img/common/bg_gnav.jpg);
}
.gnav_inner{
	width: 1000px;
	margin: 0 auto;
}
.gnav_inner li{
	margin-top: 35px;
	height: 35px;
	line-height: 35px;
	float: left;
	/*width: 113px;*/
	width: 99px;
	text-align: center;
	border-left: 1px solid  #fff;
}
.gnav_inner li a{
	display: block;
}
.gnav_inner li.logo{
	width: 195px;
	padding-top: 20px;
	margin-top: 0;
	border-left: none;
	text-align: left;
}
.gnav_inner li.logo a{
	display: inline;
}
.gnav_inner li.last{
	border-right: 1px solid  #fff;
}
.meeting_nav{
	position: relative;
}
.hidden_nav{
	display: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: -1px;
	border-top: 1px solid  #fff;
	background: url(/img/common/bg_gnav.jpg);
}
.hidden_nav li{
	margin-top: 0;
	/*width: 133px;*/
	width: 99px;
	border-right: 1px solid  #fff;
	border-bottom: 1px solid  #fff;
}

/* Keyvisual
-----------------------------------*/
.keyvisual{
	width: 100%;
	min-width: 1200px;
	padding-top: 25px;
	height: 731px;
	background: url(/img/common/bg_keyvisual01.jpg) no-repeat center center;
}
.keyvisual_wedding{
	width: 100%;
	min-width: 1200px;
	height: 767px;
	background: url(/img/common/img_keyvisual02.jpg) no-repeat center center;
}
.keyvisual_event{
	width: 100%;
	min-width: 1200px;
	height: 767px;
	background: url(/img/common/img_keyvisual03.jpg) no-repeat center center;
}

.keyvisual_design{
	width: 100%;
	min-width: 1200px;
	height: 731px;
	background: url(/img/common/bg_keyvisual02.png) no-repeat center bottom;
}
.keyvisual_design02{
	width: 100%;
	min-width: 1200px;
	height: 767px;
	background: url(/img/common/bg_keyvisual02.png) no-repeat center bottom;
}
.keyvisual_main{
	width: 1200px;
	margin: 0 auto;
}

/* Background-Pattern
-----------------------------------*/
.bg_pattern{
	width: 100%;
	min-width: 1200px;
	background: url(/img/common/bg_pattern01.png) no-repeat top right,
				url(/img/common/bg_pattern02.png) no-repeat bottom left,
				url(/img/common/bg_pattern03.png) no-repeat bottom right;
	behavior: url(/js/PIE.htc);
}

/* Main Wrap
-----------------------------------*/
#main{
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0 100px 0;
}

/* Footer
-----------------------------------*/
#footer{
	width: 100%;
	min-width: 1200px;
	background: url(/img/common/bg_footer.jpg);
	padding: 40px 0 30px 0;
}
.ftr_inner{
	width: 1000px;
	margin: 0 auto;
}
.ftr_nav li{
	float: left;
	width: 122px;
	text-align: center;
	border-left: 2px solid  #fff;
}
.ftr_nav li.last{
	border-right: 2px solid  #fff;
}
.ftr_nav li a{
	display: block;
	color: #FFF;
}
.copyright{
	width: 100%;
	min-width: 1200px;
	background: #000;
	padding: 5px 0;
	color: #FFF;
	text-align: center;
}

/* Title
-----------------------------------*/
.titbar01{
	font-weight: normal;
	color: #9F9F8E;
	margin-bottom: 15px;
}
.titbar01 img{
	vertical-align: baseline;
}
.titbar01 span{
	padding-left: 10px;
}

.titbar02{
	font-weight: normal;
	color: #9F9F8E;
	margin-bottom: 15px;
}
.titbar02 img{
	vertical-align: baseline;
}
.titbar02 span{
	padding-left: 10px;
}

/* Common
-----------------------------------*/
.box_shadow{
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.25);
	box-shadow:1px 1px 2px rgba(0,0,0,0.25);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#40000000,Positive=true)";
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#40000000,Positive=true);
}