body{
	background:url("img/back.JPG") fixed;
}

#page{
	width:100%;
	height:90%;
}

#main{
	width:950px;
	height:650px;
	background-color:#000;
	font-size:13;
	line-height:16px;
	color:#fff;
}
#pict_menu{
	display:block;
	width:168px;
	height:60px;
	margin:3px;
	background:url("img/pict1.png") no-repeat center center;
}
#pict_menu:hover{
	background-image:url("img/pict2.png");
}
#xxx_menu{
	display:block;
	width:168px;
	height:60px;
	margin:3px;
	background:url("img/xxx1.png") no-repeat center center;
}
#xxx_menu:hover{
	background-image:url("img/xxx2.png");
}
#xxx_menuNot{
	display:block;
	width:168px;
	height:60px;
	margin:3px;
	background:url("img/xxx3.png") no-repeat center center;
	cursor:default;
}
#pixiv_menu{
	display:block;
	width:168px;
	height:60px;
	margin:3px;
	background:url("img/pixiv1.png") no-repeat center center;
}
#pixiv_menu:hover{
	background-image:url("img/pixiv2.png");
}
#twitter_menu{
	display:block;
	width:50px;
	height:50px;
	margin:3px;
	background:url("img/akasiro50.png") no-repeat center center;
}

#top_img{
	width:60%;
	background:#000 url("img/topil.gif") no-repeat left top;
}

#baloon{
	width:200px; height:60px;
	position:absolute;
	left:55px; top:3px;
	text-align:left;
}
#feed {
	color:#000;
	font-size:12;
	font-family:Impact;
}
#baloon font{
	color:#000;
	font-size:13;
	font-family:Impact;
}

#right_menu{
	height:100%;
	position:relative;
}

#right_menu_c{
	position:absolute;
	right:10px;
	bottom:10px;
}

#topmenu{
	width:300px;
	color:#fff;
	position:relative;
	top:0px; left:350px;
	font-size:20;
	font-family:Impact;
}

#topmenu font{
	padding-right:10px;
	padding-left:10px;
	color:#fff;
	background-color:#007;
}

#topmenu #mfont{
	color:#fff;
	background-color:#000;
}

#topmenu a{
	text-decoration:none;
	color:#00ffff;
	padding-right:10px;
	padding-left:10px;
	background-color:#000;
}

#topmenu a:hover{
	text-decoration:underline;
	color:#ffffff;
}