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

#container{
	background-color: #FFFFFF;
	padding: 0;
	width: 640px;
}
 
#container #character {
	padding: 20px 0;
	width: 550px;
	margin: 0 auto;
	color: #333333;
	font-size: 12px;
	text-decoration: none;
}

#character .maruko-head{
	width: 550px;
	height: 55px;
	background-image: url(../img/chara_head.gif);
}

#character .maruko-head span{
	display: none;
}

#character .familyhead{
	width: 550px;
	height: 110px;
	background-image: url(../img/family_head.gif);
}

#character .familyhead span{
	display: none;
}

#character .family-button{
	width: 170px;
	height: 90px;
	position: relative;
	left: 350px;
	top: 0;
}

#character .family-button a{
	width: 170px;
	height: 90px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../img/linkto_school.gif);
}

#character .family-button a:hover{
	background-position: 0 -90px;
}

#character #family{
	width: 550px;
	background: url(../img/mainbg.gif) repeat-y;
	margin: 0 auto;
}

#character #family img{
	border: 0;
}





#character .schoolhead{
	width: 550px;
	height: 110px;
	background-image: url(../img/school_head.gif);
}

#character .schoolhead span{
	display: none;
}

#character .school-button{
	width: 170px;
	height: 90px;
	position: relative;
	left: 350px;
	top: 0;
}

#character .school-button a{
	width: 170px;
	height: 90px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../img/linkto_family.gif);
}

#character .school-button a:hover{
	background-position: 0 -90px;
}

#character #school{
	width: 550px;
	background: url(../img/mainbg.gif) repeat-y;
	margin: 0 auto;
}

#character #school img{
	border: 0;
}

#character .chara160{
	width: 530px;
	height: 160px;
	background-color: #fff8fc;
	margin: 0 auto;
}

#character .chara170{
	width: 530px;
	height: 170px;
	background-color: #fff8fc;
	margin: 0 auto;
}

#character .chara180{
	width: 530px;
	height: 180px;
	background-color: #fff8fc;
	margin: 0 auto;
}

#character .chara185{
	width: 530px;
	height: 185px;
	background-color: #fff8fc;
	margin: 0 auto;
}

#character .chara195{
	width: 530px;
	height: 195px;
	background-color: #fff8fc;
	margin: 0 auto;
}

#character .chara200{
	width: 530px;
	height: 200px;
	background-color: #fff8fc;
	margin: 0 auto;
}

#character .charaleft{
	float: left;
	width: 110px;
	
}

#character .chararight{
	float: right;
}

#character .aboutchara1{
	width: 420px;
	padding-top: 10px;
	font-size: 12px;
	color: #333333;
	line-height: 140%;
	float:right;
}

#character .aboutchara2{
	padding-top: 10px;
	width: 420px;
	font-size: 12px;
	color: #333333;
	line-height: 140%;
	float:left;
}

#character .aboutchara1 p{
	padding: 0 20px 0 5px;
}

#character .aboutchara2 p{
	padding: 0 5px 0 20px;
}

/*.aboutchara1 p,.aboutchara2 p{
	padding:0 10px;
}
*/

#character .line{
	width: 530px;
	height: 16px;
	margin: 0 auto;
}


#character .gobasic{
	width: 530px;
	height: 60px;
	background-color: #fff8fc;
	margin: 0 auto;
	padding: 10px 0;
	text-align:center;
}

#character .gobasic a{
	width: 260px;
	height: 40px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../img/basic.gif);
	margin: 0 auto;
}
#character .gobasic a:hover{
	background-position: 0 -40px;
}

#character #marukofooter{
	width: 550px;
	height: 70px;
	background-image: url(../img/chara_bottom.gif);
}

#character #marukofooter .goback{
	width: 73px;
	height: 30px;
	position: relative;
	left: 50px;
	top: 5px;
	float: left;
}

#character #marukofooter .goback a{
	width: 73px;
	height: 30px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../img/back.gif);
}

#character #marukofooter .goback a:hover{
	background-position: 0 -30px;
}


#character #marukofooter .gototop{
	width: 130px;
	height: 30px;
	position: relative;
	margin-left: 380px;
}

#character #marukofooter .gototop a{
	width: 124px;
	height: 30px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../img/gototop.gif);
}

#character #marukofooter .gototop a:hover{
	background-position: 0 -30px;
}

#footer {
    padding: 10px;
	margin:0 auto;
    width: 550px;
    color: #999999;
    font-size: 10px;
    line-height: 17px;
}
#footer p span {
	text-align:center;
	display:block;
}