.midasi {
	font-size: 15pt;
	line-height: 110%;
	font-weight: 600;
	color: #000;
}
.ko-midasi {
	font-size: 12pt;
	line-height: 180%;
	font-weight: 600;
	color: #000;
}
.ko-midasi-min {
	font-size: 12pt;
	line-height: 180%;
	font-weight: bolder;
	color: #339;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.honbun {
	font-size: 10pt;
	line-height: 180%;
	font-weight: 600;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.honbun-min {
	font-size: 10pt;
	line-height: 135%;
	font-weight: 600;
	color: #333;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.honbun-blue {
	font-size: 10pt;
	line-height: 180%;
	font-weight: 600;
	color: #36F;
	font-family: "Times New Roman", Times, serif;
}
.va-container1 {
	position: relative;
	width: 1000px;
	margin: 40px auto 0 auto;
	color: #333;
	font-size: 10pt;
	line-height: 180%;
	padding: 0 0 0 10PX;
	background-color: #FFF;
	height: 500px;
}
.va-container2 {
	position: relative;
	width: 1000px;
	margin: 40px auto 0 auto;
	color: #333;
	font-size: 9pt;
	line-height: 150%;
	padding: 0 0 0 10PX;
	background-color: #FFF;
	height: 700px;
}
.va-container1right {
	width: 500px;
	color: #000;
	font-size: 10pt;
	line-height: 130%;
	padding: 10px 0 0 10PX;
	float: right;
	font-weight: 900;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background-color: #ECEBE4;
	margin: 10px;
	border-collapse: collapse;
	border: solid #CCC 2px;
}
.va-container2right {
	width: 500px;
	color: #000;
	font-size: 10pt;
	line-height: 130%;
	padding: 10px 0 0 10PX;
	float: right;
	font-weight: 900;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background-color: #ECEBE4;
	margin: 10px;
	border-collapse: collapse;
	border: solid #CCC 2px;
}
.va-container1eft {
	position: relative;
	width: 500px;
	color: #333;
	font-size: 10pt;
	line-height: 180%;
	padding: 0 0 0 10PX;
	float: right;
}
.va-container2eft {
	position: relative;
	width: 500px;
	color: #333;
	font-size: 10pt;
	line-height: 180%;
	padding: 0 0 0 10PX;
	float: right;
}
/* Vertical Accordion Style */
.va-container{
	position: relative;
	margin: 40px auto 0 auto;
}
.va-wrapper{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
	background:#000;
}
.va-slice{
	cursor:pointer;
	position:absolute;
	width:100%;
	left:0px;
	overflow:hidden;
}
.va-slice-1{
	background:#000 url(images/1.jpg) no-repeat center center;
}
.va-slice-2{
	background:#000 url(images/2.jpg) no-repeat center center;
}
.va-slice-3{
	background:#000 url(images/3.jpg) no-repeat center center;
}
.va-slice-4{
	background:#000 url(images/4.jpg) no-repeat center center;
}
.va-slice-5{
	background:#000 url(images/5.jpg) no-repeat center center;
}
.va-slice-6{
	background:#000 url(images/6.jpg) no-repeat center center;
}
.va-slice-7{
	background:#000 url(images/7.jpg) no-repeat center center;
}
.va-slice-8 {
	background: #000 url(images/8.jpg) no-repeat center center;
}
.va-slice-9 {
	background: #000 url(images/9.jpg) no-repeat center center;
}
.va-slice-10 {
	background: #000 url(images/1dummy.jpg) no-repeat center center;
}
.va-slice-11 {
	background: #000 url(images/11.jpg) no-repeat center center;
}
.va-slice-12 {
	background: #000 url(images/12.jpg) no-repeat center center;
}
.va-slice-color-1{
	background-color:#97c5eb;
}
.va-slice-color-2{
	background-color:#68ace5;
}
.va-slice-color-3{
	background-color:#0072cf;
}
.va-slice-color-4{
	background-color:#0039a6;
}
.va-slice-color-5{
	background-color:#00338e;
}
.va-slice-color-6{
	background-color:#002c76;
}
.va-slice-color-7{
	background-color:#002144;
}
.va-slice-color-8 {
	background-color: #003399;
}
.va-slice-color-9 {
	background-color: #336699;
}
.va-slice-color-10 {
	background-color: #000099;
}
.va-slice-color-11 {
	background-color: #333399;
}
.va-title{
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform:uppercase;
	font-size:60px;
	margin-left:20px;
	color:#fff;
	text-shadow: 0px 0px 1px white;
}
.va-content{
	display:none;
	margin-left:25px;
}
.va-slice p{
	font-size: 22px;
	font-style: italic;
	font-family:Georgia, serif;
}
.va-slice ul{
	margin-top:20px;
}
.va-slice ul li{
	float: left;
	margin: 0px 20px;
}
.va-slice ul li a{
	color: #000;
	background: #eede2f;
	padding: 3px 6px;
	font-size: 14px;
	font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;
}
.va-slice ul li a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
}
.va-nav span{
	width: 40px;
	height: 25px;
	background: transparent url(images/prev.png) no-repeat center center;
	position: absolute;
	top: -35px;
	left: 50%;
	margin-left: -20px;
	text-indent: -9000px;
	opacity: 0.7;
	cursor: pointer;
	display: none;
	z-index: 100;
}
.va-nav span.va-nav-next{
	background-image:url(images/next.png);
	top:auto;
	bottom:-35px;
}
.va-nav span:hover{
	opacity:1.0;
}
