﻿@charset "UTF-8";

/*長編小説用CSS*/

#rightBox{
	width: 610px;
	float: right;
}

#rightBox h2{
	height: 150px;
	margin-bottom: 40px;
	text-indent: -9999px;
}

#rightBox div{
	width: 460px;
	float: left;
}

#rightBox div p{
	margin-top: 21px;
	margin-bottom: 20px;
	line-height: 21px;
	letter-spacing: 1px;
	font-size: 14px;
}

#rightBox a{
	color: #f7941d;
	text-decoration: underline;
}

#rightBox a:hover{ color: #00ffff;}


#leftBox{
	background-repeat: no-repeat;
	background-position: 0 bottom;
	background-image: url(../parts/novel_child_index_under.jpg);
	width: 130px;
	float: left;
	padding-bottom: 10px;
}

#leftBox h4{
	background-image: url(../parts/novel_child_index_upper.jpg);
	height: 30px;
	text-indent: -9999px;
}

#indexBox{
	min-height: 260px;
	height: auto !important;
	height: 260px;
	background-color: #818181;
	background-position: 0 -30px;
	background-repeat: no-repeat;
	background-image: url(../parts/novel_child_index_upper.jpg);
	color: black;
	font-size: 14px;
	padding: 20px;
}

#indexBox h5{ font-weight: bold;}
#indexBox ol{ margin-left: 10px;}

#indexBox a{
	color: black;
	text-decoration: underline;
}

#indexBox a:hover{ color: red;}

#browseBox{ display: none;}

#browseBox li{
	background-repeat: no-repeat;
	height: 40px;
	float: left;
	font-size: 12px;
}

#bookmarkIn{
	background-image: url(../parts/bookmark.gif);
	margin-right: 40px;
}

#bookmarkDel{ background-image: url(../parts/bookmark-delete.gif);}

#browseBox li a{
	display: block;
	width: 100%;
	height: 16px;
	text-indent: 50px;
	padding-top: 24px;
	outline: none;
}

table{ margin-bottom: 40px;}

#ranking {
	margin-top: 40px;
	text-align: center;
	font-size: 12px;
}

#ranking a{ text-decoration: none;}

/*タイトル別画像変更*/

#bo{ background-image: url(../parts/child_header_bo.jpg);}
#exr{ background-image: url(../parts/child_header_exr.jpg);}
#pmd{ background-image: url(../parts/child_header_pmd.jpg);}
