@charset "shift_jis";

/*== about.css ==*/
div#inner{
	width: 806px;
	margin: 0 auto;
}

.miffy{
	background: url(../introduction/images/miffy/innerbg_line.jpg) center top repeat-y;
}
.hyper{
	background: url(../introduction/images/hyper/bgimg.jpg) left top no-repeat;
}

ul#tub li{
	float: left;
}

.miffy #mainmessage{
	clear: both;
	width: 720px;
	margin: 0 auto;
	padding-top: 20px;
}

.hyper #mainmessage{
	clear: both;
	width: 720px;
	margin: 0 auto;
	padding-top: 10px;
}
.hyper #mainmessage img{
	vertical-align: top;
}

dl#friends{
	margin: 20px 4px;
	float: left;
}
dl#friends dt{
	width: 232px;
	text-align: center;
	margin: 0 0 7px 0;
}
dl#friends dt img{
	margin: 0 auto;
}
dl#friends dd{
	width: 232px;
}

#bottom{
	width: 806px;
	margin: 0 auto;
}

p#btmlink{
	margin: 0 auto;
	width: 790px;
}


/*==clearfix=====================================================================*/
