@charset "utf-8";
/* CSS Document */

#contents{
	width:100%;
	background-color:#fff;
}

h2{
	width:900px;
	margin:0 auto;
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
	background: linear-gradient(transparent 60%, #bec688 60%);
}

.illust-nav{
	width:900px;
	margin:0 auto;
	margin-bottom:30px;
	text-align:center;
}

.illust-nav ul li{
	display: inline-block;
}

.illust-nav ul li a{
	position: relative;
	text-align:center;
	display: block;
	padding: 5px 10px;
	font-weight: bold;
	text-decoration: none;
	color: #555;
	background-color:#eee;
	
}

.illust-nav ul li a:hover{
	background-color:#0CC;
	color:#fff;
}

.illust-box {
	text-align:center;
	margin-bottom:30px;
}

.illust-box img{
	margin-bottom:10px;
}


.illust-box p{
	margin:0 auto;
	width:800px;
	border-bottom:1px dotted #CCC;
	padding-bottom:20px;
	margin-bottom:20px;
}