@charset "UTF-8";
*{
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	width: 800px;
	color: #000000;
	background: #FFFFFF;
	margin: 0 auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: left;
}
img {
	border: 0;
}
a:link{
	color: #9A0000;
}

ol,ul{
	list-style-position:inside;
	line-height: 180%;
}
h1 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	color: #FFFFFF;
	padding: 0 3px 0 0;
	background: #9A0000;
}
h2 {}
h3 {}
h4 {}
h5 {}
p{
	padding: 5px 0;
}
.red{
	color:#FF0000;
}

.text_center{
    text-align: center;
}



/*ヘッダー*/
#header_right{
	float: right;
	width:580px;
	height: 50px;
	padding: 0 10px 0 10px;
	color: #9A0000;
	background: #F5F5F5;
	border: solid 1px #EDEDED;
}

#header_left{
	float: left;
	width: 180px;
	height: 50px;
}

.navi{
	clear:both;
	padding: 10px;
}

/*左ブロック*/
div.block_left{
	float: left;
	width: 180px;
}
div.block_left div.content{
	width: 170px;
	padding: 10px 5px;
	margin-bottom: 20px;
}
div.block_left div.content ul.menu{
	list-style-position: inside;
	padding:5px 5px;
}
div.block_left ul{
	line-height: 150%;
}
/*右ブロック*/
div.block_right{
	float: right;
	width: 600px;
}
div.block_right .title{
	height: 22px;
	padding: 5px 0 3px 25px;
	background-image: url(../img/bg_right_title.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
div.block_right div.content{
	margin: 10px 0;
	padding: 10px;
	width: 580px;
	color: #9A0000;
	background: #F5F5F5;
	border: solid 1px #EDEDED;
}
div.block_right div.content p{
	margin-top: 8px;
}
table.novelmap{
	width:600px;
	color: #555555;
	background: #F5F5F5;
	table-layout:fixed;
	border-collapse:collapse;
	border: 1px solid #EDEDED;
	text-align:center;
	margin:10px auto;
}
table.novelmap td{
	padding: 20px 5px;
	border: 1px solid #EDEDED;
	vertical-align: top;
}
/*問い合わせフォーム*/
table.infomail{
	width:600px;
	color: #555555;
	background: #F5F5F5;
	table-layout:fixed;
	border-collapse:collapse;
	border: 1px solid #EDEDED;
	text-align:center;
	margin:10px auto;
}
table.infomail td{
	padding: 20px 5px;
	border: 1px solid #EDEDED;
	vertical-align: top;
}


/*ログデータ*/
div.log{
	width: 600px;
	margin: 0 auto;
	color: #000000;
	background: #F5F5F5;
	line-height: 150%;
	border-collapse: collapse;
	border-bottom: 1px solid #EDEDED;
}
div.log p{
	padding: 0;
}
div.site_img{
	float: left;
	width: 120px;
	height: 90px;
}
div.site_text{
	float: left;
	width: 460px;
	padding: 0 10px;
}
div.log p.site_title{
	font-size: 14px;
	font-weight: bold;
}
div.log p.enter{
	clear: both;
	text-align: right;
	font-size: 12px;
}
div.log p.message{
	font-size: 12px;
}

#footer{
	clear: both;
	text-align:center;
	color: #FFFFFF;
	padding: 0 3px 0 0;
	background: #9A0000;
}
