/*キャラクター表示*/

#char_box_01{
	margin:0px auto 0px auto;
	width:1000px;
	height:800px;
	background-image:url(../img/char_01_bg.jpg);
}

#char_box_02{
	margin:0px auto 0px auto;
	width:1000px;
	height:800px;
	background-image:url(../img/char_02_bg.jpg);
}

#char_box_03{
	margin:0px auto 0px auto;
	width:1000px;
	height:800px;
	background-image:url(../img/char_03_bg.jpg);
}

#char_box_04{
	margin:0px auto 0px auto;
	width:1000px;
	height:800px;
	background-image:url(../img/char_04_bg.jpg);
}


#char_box_05{
	margin:0px auto 0px auto;
	width:1000px;
	height:800px;
	background-image:url(../img/char_05_bg.jpg);
}




/*キャラアイコン*/
#char_icon_line{
	margin:0px auto 0px auto;
	width:1000px;
	height:80px;
}


#btm_char_01{
	float:left;
	margin:10px auto 0px 70px;
	width:150px;
	height:60px;
	background-image:url(../img/btm_char_01.png);
	position:absolute;
}

#btm_char_02{
	float:left;
	margin:10px auto 0px 250px;
	width:150px;
	height:60px;
	background-image:url(../img/btm_char_02.png);
	position:absolute;
}

#btm_char_03{
	float:left;
	margin:10px auto 0px 430px;
	width:150px;
	height:60px;
	background-image:url(../img/btm_char_03.png);
	position:absolute;
}

#btm_char_04{
	float:left;
	margin:10px auto 0px 610px;
	width:150px;
	height:60px;
	background-image:url(../img/btm_char_04.png);
	position:absolute;
}

#btm_char_05{
	float:left;
	margin:10px auto 0px 790px;
	width:150px;
	height:60px;
	background-image:url(../img/btm_char_05.png);
	position:absolute;
}


/*紹介文領域*/

#char_text_box{
	margin:180px auto 0px 400px;
	width:549px;
	height:546px;
	background-image:url(../img/000.png);
	position:absolute;
}

#char_text{
	margin:20px auto 0px 30px;
	width:480px;
	height:500px;
}

/*キャラクター立ち絵表示領域（ニア・パイオー）*/
#char_t_box{
	margin:0px auto 0px auto;
	width:533px;
	height:800px;
	position:absolute;
}

/*きせかえスイッチ*/
#btm_00{
	margin:730px auto 0px 100px;
	width:180px;
	height:50px;
	background-color:red;
	position:absolute;
}

#btm_01{
	margin:730px auto 0px 300px;
	width:180px;
	height:50px;
	background-color:red;
	position:absolute;
}

#btm_02{
	margin:730px auto 0px 500px;
	width:180px;
	height:50px;
	background-color:red;
	position:absolute;
}

#btm_03{
	margin:730px auto 0px 700px;
	width:180px;
	height:50px;
	background-color:red;
	position:absolute;
}

/*オンマウス*/

#imgonmouse {
    width: 300px;
    float: left;
    margin: -10px auto 0px -30px;
}
#imgonmouse img {
    margin-top: 10px;
    margin-bottom: 10px;
}
#imgonmouse ul {
    padding: 0px;
    margin-top: 0px;
}
#imgonmouse ul li img {
    height: 200px;
    width: 200px;
    border: 1px solid #CCC;
    padding: 2px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
}
#imgonmouse ul li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    float: left;
}
