body
{
	color:#424242;
	font-size:small;
}

a
{
	text-decoration:none;
}

a:link { color: #424242; }
a:visited { color: #424242; } 

@font-face
{
	font-family: Titlefont;
	src: url(chogokubosogothic_5.ttf) format("opentype");
}



h2
{
	color:#424242;
	font-size:X-large;
	padding:10;
	border-bottom:1px dotted #424242;
	font-family:Titlefont;
}

.body
{
	width:600;
	padding:0;
	margin:50 auto 0;
	padding-bottom:50;
	border-bottom:1px dotted #424242;
}

.novelmenu
{
	width:600;
	background:#fff;
	color:#ccc;
	margin:0 auto 150;
	padding-left:15;
	padding-top:15;
	font-size:X-large;
}

.novelmenu a:hover
{
	color:#CCC;
}

span.ti-arrow-left
{
	margin-left:20;
	margin-right:10;
}