*{
	margin		: 0px;
	padding		: 0px;
}

img{
	border-style	: none;
	border-width	: 0px;
}

body{
	text-align	: center;
	font-size	: 12px;
	line-height	: 16px;
	color		: #333333;
	font-family		: Meiryo,"MS PGothic",Osaka,Serif;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #553f09;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #553f09;
	scrollbar-arrow-color: #553f09;
	scrollbar-track-color: #ffffff;
}

a{
	color		: #ff568e;
	text-decoration	: none;
}

a:hover{
	color		: #ff568e;
	text-decoration	: underline;
}

h1,h2,h3{
	font-size	: 13px;
}

ul{
	list-style-type	: none;
}

li{
	margin		: 0px;
	padding		: 0px;
}

table{
	font-size	: 13px;
}

table tr{
	vertical-align	: top;
}

.clear{
	clear: both;
}

em{
	font-style		: normal;
}


/*---------------------------*/
/*  ALL
/*---------------------------*/

body{
	height: 100%;
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size	: cover;
}

body{
	min-width		: 1000px;
	min-height: 100vh;
}

header{
	width: 50%;
	position: absolute;
	top: 110px;
	left: 0;
}

header h1{
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	text-align: center;
	color: #999;
}

main{
	width: 100%;
	height: 100vh;
	min-height: 893px;
	display: table;
	font-size: 0;
	line-height: 0;
	background: url(img/index/bg_top.png) repeat-x 50% -54px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#left,
#right{
	width: 50%;
	height: 100vh;
	min-height: 893px;
	display: table-cell;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#left{
	position: relative;
	background: url(img/index/bg_logo.png) no-repeat 50% -54px;
}

#left #lh2{
	width: 12px;
	height: 100vh;
	margin-left: 5px;
	background: url(img/all/lh2.png), -webkit-linear-gradient(90deg, #ffd6e2 0%, #fff4f7 50%, #ffd6e2 100%);
	background: url(img/all/lh2.png), -moz-linear-gradient(90deg, #ffd6e2 0%, #fff4f7 50%, #ffd6e2 100%);
	background: url(img/all/lh2.png), -o-linear-gradient(90deg, #ffd6e2 0%, #fff4f7 50%, #ffd6e2 100%);
	background: url(img/all/lh2.png), -ms-linear-gradient(90deg, #ffd6e2 0%, #fff4f7 50%, #ffd6e2 100%);
	background: url(img/all/lh2.png), linear-gradient(0deg, #ffd6e2 0%, #fff4f7 50%, #ffd6e2 100%);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

aside{
	display: block;
	width: 550px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -275px;
	padding-top: 140px;
}

aside a{
	display: inline-block;
	width: 100px;
	font-size: 10px;
	line-height: 30px;
	color: #89622e;
	text-align: center;
	border-bottom: 1px solid #ffd6e2;
	margin: 0 10px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

aside a:hover{
	color: #181818;
	text-decoration: none;
}


#right{
	padding-top: 366px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#right nav{
	height: 160px;
	text-align: center;
}

#right nav div{
	display: inline-block;
	position: relative;
	padding: 28px 0 0 0;
}

#right nav div:before{
	content			: "";
	display			: block;
	clear			: both;
	width: 15px;
	height: 60px;
	background: url(img/index/i1.png) no-repeat;
	position: absolute;
	top: 28px;
	left: -25px;
}

#right nav div:after{
	content			: "";
	display			: block;
	clear			: both;
	width: 15px;
	height: 60px;
	background: url(img/index/i2.png) no-repeat;
	position: absolute;
	top: 28px;
	right: -25px;
}

#right nav p{
	font-size: 10px;
	line-height: 16px;
	padding: 15px 0 0 0;
}


/** footer **/

footer{
	font-size: 11px;
	line-height: 26px;
	letter-spacing: 1px;
}

footer, footer a{
	color: #ffbbcf;
}

#copy{
	text-align: left;
	position: absolute;
	bottom: 5px;
	right: 190px;
}

#des{
	text-align: right;
	position: absolute;
	bottom: 5px;
	right: 25px;
}


.link_bg{
	position: relative;
	z-index: 2;
	width: 50%;
	text-align: center;
	margin: -150px auto 0 0;
	padding: 10px 0 30px 0;
}

.link{
	font-size: 0;
	line-height: 0;
}

.link a{
	display: inline-block;
	margin: 0 3px 5px 3px;
}



/** rollover **/

.fade{
	display: inline-block;
	padding			: 0;
	background		: #ffffff;
}

.fade img,
.fade input{
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

.fade img:hover,
.fade input:hover{
	opacity			: 0.7;
	filter			: alpha(opacity=70);
}


/***************************************
GOOGLE FONT
****************************************/

@font-face {
	font-family: FontA;
	src: url('fonts/PlayfairDisplaySC-Regular.ttf') format("truetype");
}

@font-face {
	font-family: FontB;
	src: url('fonts/JosefinSans-Regular.ttf') format("truetype");
}


.font1,
.page_title span{
	font-family: FontA;
}

.font2,
.i1,.i2,.i3,
header p em,
nav a span,
#sub a span,
footer h2,
#copy,#des{
	font-family: FontB;
	font-weight: normal;
}

