@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
}

/*TEXT*/
.arvo {
	font-size:190%;
	font-family: 'Arvo', serif;
	padding:0;
	margin:0;
	letter-spacing:0.05em;
	line-height:2;
}
.jp {
	font-size:200%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:0;
	margin:0;
	letter-spacing:0.1em;
	line-height:1.6;
	font-weight:bold;
}
.arvo_s {
	font-size:100%;
	font-family: 'Arvo', serif;
	padding:0;
	margin:0;
	letter-spacing:0.05em;
	line-height:2;
	font-style:italic;
}
.jp_s {
	font-size:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:0;
	margin:0;
	letter-spacing:0.1em;
	font-style:italic;
}

/*PARTY SLIDE*/
.movebtn {
	display:block;
	width:100%;
	height:50px;
	text-align:center;
	position:fixed;
}
.section {
	width:100%;
	position:relative;
}
.image {
	position:fixed;
}
#btn_aria {
	width:100%;
	height:100px;
	text-align:center;
}
/*Prev BTN*/
#p2 { display:none; top:5%; cursor:pointer; z-index:120; }
#p3 { display:none; top:5%; cursor:pointer; z-index:110; }
#p4 { display:none; top:5%; cursor:pointer; z-index:100; }
/*Next BTN*/
#n1 { display:block; bottom:5%; cursor:pointer; z-index:130; }
#n2 { display:block; bottom:5%; cursor:pointer; z-index:120; }
#n3 { display:block; bottom:5%; cursor:pointer; z-index:110; }
#n4 { display:none; bottom:5%; cursor:pointer; z-index:100; }
/*Image SLIDE*/
#i1 { z-index:130; }
#i2 { z-index:120; }
#i3 { z-index:110; }
#i4 { z-index:100; }

#head {
	width:800px;
	height:80px;
	background-image:url('../img/bar_top.gif');
}

.cap_title {
	width:500px;
	height:170px;
	margin:10px 15px 40px 0;
	float:left;
	color:#AB855C;
}
.cap_disp {
	width:500px;
	float:left;
	font-size:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:0.05em;
	line-height:1.8;
	color:#222;
}
.line {
	width:800px;
	height:8px;
	margin:0 0 30px 0;
	background-color:#AB855C;
}
.thumnail {
	width:200px;
	text-align:right;
	float:right;
}
.illust {
	margin:0 0 50px 0;
}
#caption {
	width:800px;
	height:500px;
	position:relative;
	background-color:#FFF;
}