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


* {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
}

a {
	text-decoration: none;
}

.space20 {
	height: 20px;
}

.space50 {
	height: 50px;
}

.text_1 {
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
	color: #F00;
}

.text_2 {
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
}

#layout1_t {
	width: 260px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: url(../img/left.jpg) repeat-y top;
	float: left;
	position: relative;
}

.red {
	color: #F00;
}

#layout1 {
	width: 260px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: url(../img/left.jpg) repeat-y top;
	padding-bottom: 32767px;  
    margin-bottom: -32767px;  
	float: left;
	position: relative;
}

#layout2 {
	width: auto;
	height: 100%;
	min-height: 100%;
	margin-left: 260px;
	position: relative;
}


/*-----top btn-----*/

#top_btn {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.top_btn2 {
	padding-top: 1px;
}

/*-----------------*/


/*-----left-----*/

#logo {
	width: 143px;
	height: 189px;
	padding: 40px 0px 20px 60px;
	position: relative;
}

h1 {
	color: #FFF;
	border-left: #FFF solid 5px;
	font-size: 8px;
	line-height: 14px;
	margin-left: 60px;
	position: relative;
}

#btn {
	padding: 30px 0px 30px 60px;
	position: relative;
}

#btn img {
	padding: 10px 0px;
}

#sound {
	display: none;
}

#sound_b {
	cursor: pointer;
}


#sound_b2 {
	cursor: pointer;
}

#footer {
	width: 220px;
	color: #FFF;
	font-size: 8px;
	line-height: 20px;
	text-align: center;
	position: fixed;
	left: 20px;
	bottom: 50px;
}


/*--------------*/

.clear {
	clear: both;
}