@charset "utf-8";
/* ===================================================================
All Designed by ayame

 style info :コンテンツエリア関係 他
=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
html {
}
body {
	margin: 0;
	padding: 0;
}

a:link {
}

a:visited {
}

a:hover {
	text-decoration: none;
}

a:active {
}

img {
	vertical-align: bottom;
	border: 0;
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.btn {
	text-align: center;
}

/* 外部リンクは別窓用の指定 */
.externalIcon {
	padding-left: 5px;
	vertical-align: middle;
}

/* clearfix */
.clearfix:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}



/*----------------------------------------------------
	#wrapper
----------------------------------------------------*/
#wrapper {
	margin: 0 auto;
	text-align: left;
}


/*----------------------------------------------------
	#charapage
----------------------------------------------------*/
#charapage01 {
	width: 600px;
	height: 500px;
	background: url(../../images/chara/chara01/bg02.jpg) no-repeat 300px 0;
}

#charapage02 {
	width: 600px;
	height: 500px;
	background: url(../../images/chara/chara02/bg02.jpg) no-repeat 300px 0;
}

#charapage03 {
	width: 600px;
	height: 500px;
	background: url(../../images/chara/chara03/bg02.jpg) no-repeat 300px 0;
}

#charapage04 {
	width: 600px;
	height: 500px;
	background: url(../../images/chara/chara04/bg02.jpg) no-repeat 300px 0;
}

#charapage05 {
	width: 600px;
	height: 500px;
	background: url(../../images/chara/chara05/bg02.jpg) no-repeat 300px 0;
}


/*----------------------------------------------------
	#samplevoice
----------------------------------------------------*/
#samplevoice {
	width: 250px;
	position: absolute;
	top: 433px;
	left: 330px;
}