@charset "shift_jis";
*{
}
body {
	font-family:verdana, arial, "ms ui gothic";
	font-size:12px;
	color:#90989F;
	padding-top: 40px;
}
a{
	color:#FF6600;
	text-decoration:none;
}
p{
	margin-top: 10px;
	margin-bottom: 5px;
}
p.color{
	color:#FF6600;
}

.clear {
	clear:both;
}


/*--------ヘッダー--------*/

div#header{
	color:#FF8000;
	text-align:left;
	}

	
/*--------メニュー--------*/

div#menu{
	}
h2.menu_title{
	padding:5px 0 5px 5px;
	font-size:1em;
	color:#FFAB00;
	border-left:5px solid #FFAB00;
	}
p.menu_other {
	color: #FF6641;
	text-align: left;
}



/*--------メイン--------*/

div#contents{
	overflow: auto;
	position: relative;
	padding-top: 15px;
}
div.main_in {
	float: inherit;
}
div.diary_main{
	width:85%;
	float: right;
	margin-right: 25px;
}

h2.contents_title{
	margin-bottom:30px;
	padding:7px 0 10px 13px;
	color:#FFAB00;
	font-size:1.2em;
	border-bottom:1px dotted #FFAB00;
	border-left:20px double #FFAB00;
	}
h3.subtitle{
	margin:20px 0;
	color:	#90989F;
	margin-left:15px;
	font-size: 1.1em;
	}
h3.subtitle:first-letter{
	font-size:1.2em;
	color:#FF0000;
	background-color:#90989F;
	}
p.favorite{
	margin-top: 10px;
	margin-bottom: 10px;
	color:#FF0000;
}
dt{
	color:#FFAB00;
}

.novel_menu:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.novels_menu{
	display:inline-block;
}

/*--------フッター--------*/

div#footer{
	text-align:left;
	}

