



body {
	background-image: url(../character/images/back.jpg);
	background-position:top center;
	background-repeat:repeat-y;
}

	
#spase{
	width:100%;
	height:160px;
	}


#title{
	margin:0px 0px 0px 0px;
	background-image:url(../character/images/base_a.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:100%;
	height:164px;
	}


#main{
	margin:0px 0px 0px 0px;
	background-image: url(../outline/images/base_b.png);
	background-repeat: repeat-y;
	background-position:center top;
	}
	
#main .inner{
	width:1200px;
	margin:0px auto;
	text-align:left;
	}
	
#main .title{
	margin:0px 0px 0px 125px;
	}
	
#main .ch01_menu{
	margin:0px 0px 0px 125px;
	width:254px;
	height:320px;
	overflow:hidden;
	text-align:left;
	white-space:nowrap;
	cursor:pointer;
	float:left;
	}
	
#main .ch02_menu{
	margin:0px 0px 0px -10px;
	width:254px;
	height:320px;
	overflow:hidden;
	text-align:left;
	white-space:nowrap;
	cursor:pointer;
	float:left;
	}
	
#main .ch03_menu{
	margin:0px 0px 0px -10px;
	width:254px;
	height:320px;
	overflow:hidden;
	text-align:left;
	white-space:nowrap;
	cursor:pointer;
	float:left;
	}
	
#main .ch04_menu{
	margin:0px 0px 0px -10px;
	width:254px;
	height:320px;
	overflow:hidden;
	text-align:left;
	white-space:nowrap;
	cursor:pointer;
	float:left;
	}
	
	
	
#main .face{
	background-image:url(../character/images/ch01_face.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	width:100%;
	height:295px;
	}

	

