@charset "utf-8";

/*linkset*/
ul#linkset{
	margin-bottom:20px;
}

ul#linkset a{
	color:#000;
}

ul#linkset>li>a{
	border:1px solid #ccc;
	display:block;
	text-decoration:none;
	padding:5px 10px;
	margin-bottom:10px;
	width:680px;
}

ul#linkset>li>a:hover{
	background:#999;
	color:#fff;
}

ul#linkset>li{
	clear:both;
	font-size:140%;
}
ul#linkset li ul{
	margin-left:25px;
}
ul#linkset li li{
	font-size:80%;
	float:left;
	width:200px;
}


/*contents*/
div#contents_head{
	background:none;
}

div#contents_head_cd_dvd{
	width:830px;
	background:url(../img_page_common/title_pink_bg.gif) no-repeat;
	padding:20px;
}

div#contents_head_book{
	width:830px;
	background:url(../img_page_common/title_green_bg.gif) repeat-x top center;
	padding:20px;
}
div#contents_head h3{
	margin-bottom:20px;
}

div#contents_head h4{
	color:#2C78D6;
	font-weight:bold;
	font-size:130%;
	margin-bottom:15px;
}

div#contents_head table{
	background:#fff;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	font-size:120%;
	margin-bottom:25px;
	width:830px;
}

div#contents_head th,div#contents_head td{
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	padding:10px;
}

div#contents_head th{
	background:#eee;
	
}

div#contents_head td.nametemp{
	width:250px;
}

div#contents_head td.textcenter{
	background:#FFFFE1;
	text-align:center;
	width:250px;
}

/*order*/
table.ordertable td{
	width:50%;
}

table.ordertable td a{
	color:#2C78D6;
}