@charset "utf-8";
/* CSS Document */

body#maruko #contmain{
	background-color: #FFFFFF;
	padding: 0;
	width: 550px;
	margin: 0 auto;
	color: #333333;
	font-size: 12px;
	text-decoration: none;
}
 
.maruko-head{
	width: 550px;
	height: 55px;
	background-image: url(../img/chara_head.gif);
}

.maruko-head span{
	display: none;
}

.familyhead{
	width: 550px;
	height: 110px;
	background-image: url(../img/family_head.gif);
}

.familyhead span{
	display: none;
}

.family-button{
	width: 170px;
	height: 90px;
	position: relative;
	left: 350px;
	top: 0;
}

.family-button a{
	width: 170px;
	height: 90px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../img/linkto_school.gif);
}

.family-button a:hover{
	background-position: 0 -90px;
}

#family{
	width: 550px;
	background: url(../img/mainbg.gif) repeat-y;
	margin: 0 auto;
}

#family img{
	border: 0;
}





.schoolhead{
	width: 550px;
	height: 110px;
	background-image: url(../img/school_head.gif);
}

.schoolhead span{
	display: none;
}

.school-button{
	width: 170px;
	height: 90px;
	position: relative;
	left: 350px;
	top: 0;
}

.school-button a{
	width: 170px;
	height: 90px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../img/linkto_family.gif);
}

.school-button a:hover{
	background-position: 0 -90px;
}

#school{
	width: 550px;
	background: url(../img/mainbg.gif) repeat-y;
	margin: 0 auto;
}

#school img{
	border: 0;
}




.chara160{
	width: 530px;
	height: 160px;
	background-color: #fff8fc;
	margin: 0 auto;
}

.chara170{
	width: 530px;
	height: 170px;
	background-color: #fff8fc;
	margin: 0 auto;
}

.chara180{
	width: 530px;
	height: 180px;
	background-color: #fff8fc;
	margin: 0 auto;
}

.chara185{
	width: 530px;
	height: 185px;
	background-color: #fff8fc;
	margin: 0 auto;
}

.chara195{
	width: 530px;
	height: 195px;
	background-color: #fff8fc;
	margin: 0 auto;
}

.charaleft{
	float: left;
	
}

.chararight{
	float: right;
}

.aboutchara1{
	width: 420px;
	padding-top: 10px;
	font-size: 12px;
	color: #333333;
	line-height: 140%;
	float:right;
}

.aboutchara2{
	padding-top: 10px;
	width: 420px;
	font-size: 12px;
	color: #333333;
	line-height: 140%;
	float:left;
}

.aboutchara1 p{
	padding: 0 20px 0 5px;
}

.aboutchara2 p{
	padding: 0 5px 0 20px;
}

/*.aboutchara1 p,.aboutchara2 p{
	padding:0 10px;
}
*/

.line{
	width: 530px;
	height: 16px;
	margin: 0 auto;
}


#marukofooter{
	width: 550px;
	height: 70px;
	background-image: url(../img/chara_bottom.gif);
}

.goback{
	width: 73px;
	height: 30px;
	position: relative;
	left: 50px;
	top: 5px;
	float: left;
}

.goback a{
	width: 73px;
	height: 30px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../img/back.gif);
}

.goback a:hover{
	background-position: 0 -30px;
}


.gototop{
	width: 124px;
	height: 30px;
	position: relative;
	left: 300px;
	top: 5px;
}

.gototop a{
	width: 124px;
	height: 30px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../img/gototop.gif);
}

.gototop a:hover{
	background-position: 0 -30px;
}
















