@charset "utf-8";
/* CSS Document */


#chara_wrap{
	position:relative;
	background:url(../images/chara_bg.jpg) no-repeat;
	width:740px;
	height:600px;
	margin:10px 0;
}
#chara_wrap h1,
#chara_wrap h2 {text-indent:-9999px;}
#chara_wrap p {margin-bottom:1em;}
#chara_wrap p.txt_right {text-align:right;}
#chara_wrap #noel{
	position:absolute;
	width:170px;
	top:180px;
	left:30px;
}
#chara_wrap #nils{
	position:absolute;
	width:170px;
	top:180px;
	right:30px;
}
.ColorBlue {color:#4564a3; font-weight:bold;}
.ColorRed {color:#ad3c3c; font-weight:bold;}

#bottom_contents {overflow:hidden;}
#twitter{
	float:left;
	width:450px;
	height:915px;
	margin:20px 10px 0 0;
}
#four_comic{
	float:left;
	width:290px;
}

.old_comic p{
	background:#4564a3;
	width:710px;
	padding:2px 1em;
	font-size:14px;
	font-weight:bold;
	color:#fff;
}
.old_comic ul{
	overflow:hidden;
	width:710px;
	margin:10px;
}
.old_comic li{
	float:left;
	width:120px;
	margin:0 10px 6px 0;
	text-align:center;
}