
@charset "utf-8";

/* ---------------------------------------------*/
#mediatop {
	margin:0px auto;
	width:725px;
	text-align:center;
	border:1px dotted #CCC;
}
#mediatop p {
	font-size:120%;
	margin:10px auto;
}
#mediatop ul{
	margin:0px auto;
	text-align:center;
}
#mediatop li{
	margin:0px auto;
	list-style-type:none;
	text-align:center;
	padding:10px;
	float:left;
	width:200px;
}

/**************************
img マウスオーバー
**************************/
#mediatop li a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}


#mediatop dl{
	clear:both;
	margin:0px auto;
}
#mediatop h4{
	padding:0px;
	font-size:110%;
}
/* ---------------------------------------------*/
ul#memu{
	clear:both;
	width:720px;
	margin:20px 15px;
	padding:10px 0px;
}
#memu li {
	width:180px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style-type:none;
	float:left;
	
}
#memu li h4{
	width:170px;
	padding:0px 0px 0px 0px;
	margin:0px 5px 0px 0px;
	background-color:#DEDDF9;
	font-size:120%;
	color:#009;
	text-align:center;
	border-bottom:1px solid #666;
	
}
	#memu li li{
		padding-left:20px;
		width:180px;
		padding:0px 0px 0px 20px;
		margin:10px 0px 0px 5px;
		float:none;
		background:url(../img/style/icon_02.gif) left center;
		background-repeat:no-repeat;
		background-color:#FFF;
		font-size:120%;
	}
/* ---------------------------------------------*/

ul.contents{
	width:725px;
	margin:0px;
	padding:0px;
	border-left:1px #069 dotted;
	border-top:1px #069 dotted;
}
li.book {
	width:340px;
	height:150px;
	border-right:1px #069 dotted;
	border-bottom:1px #069 dotted;
	margin:0px;
	list-style-type:none;
	text-align:left;
	padding:10px;
	float:left;
}
li.book div.detail div.link{
	color:#C00;
	line-height:90%;
	margin:0;
	text-align:right;
	clear:both;
}

li.book div.detail{
	width:230px;
	float:left;
}

li.book img.bookimg{
	height:150px;
	margin-right:20px;
	margin-left:10px;
	float:right;
}

li.book .month {
	margin:10px 0 0 0;
	padding:3px 0px 0px 10px;
}
li.book strong {
	color:#03C;
	font-weight: bold;
	margin:0px;
	font-size:100%;
	padding:10px 0px;
}
li.book p{
	color: #FFF;
	margin:4px 0px 3px 0px;
	padding:1px;
	background-color:#C00;
	font-size:90%;
	font-weight:normal;
	width:40px;
	text-align:center;
}
li.book dl dt{
	color: #C60;
	margin:0px;
	font-size:80%;
	font-weight:normal;
}
li.book dl dd{
	color: #000;
	font-weight: bold;
	font-size:100%;
	margin:0px 0px;
	padding:3px 0px 13px 0px;
}


