@charset "utf-8";
/* CSS Document */

/*-------------------------------
structure
--------------------------------*/
body{
	background: #E6F2FF;
}
#wrapper{
	background: url(../images/nwings/bg_wrapper.jpg) #E6F2FF;
}
#header{
	background: url(../images/nwings/bg_header.jpg) left top repeat-x;
	border-top: 5px solid #0055CC;
}
/*-------------------------------
header
--------------------------------*/
#header h1{
	padding: 7px 10px;
}
/*-------------------------------
contents
--------------------------------*/
#contents #area_main{
	padding-bottom: 120px;
}
/* pickup */
#contents #area_main #pickup h2{
	background:url(../images/nwings/ttl_pickup.jpg) left top no-repeat;
	padding-right: 0;
	position: relative;
}
#contents #area_main #pickup h2 span{
	position: absolute;
	left: 315px;
	top: 9px;
}
#contents #area_main #pickup h2 a{
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	height: 15px;
}
/* news */
#contents #area_main #news{
	position: relative;
	padding-bottom: 150px;
}
#contents #area_main #news h2{
	background:url(../images/nwings/ttl_information.jpg) right top no-repeat;
	z-index: 10;
}
#contents #area_main #news ul.news{
	border: 1px solid #0055CC;
	border-top:none;
	z-index: 50;
}
/*-------------------------------
新刊
--------------------------------*/
#shinkan #contents #area_main #right{
	padding: 0 10px;
	width: 715px;
}
#shinkan #contents #area_main h2{
	font-size: 14px;
	color: #0055cc;
	padding-bottom: 5px;
}
#shinkan #contents #area_main h2.shinkan_nos{
	background: url(../images/nwings/bg_h2.gif) 200px 5px no-repeat;
	margin-bottom: 10px;
}
#shinkan #contents #area_main table.shinkan_nos{
	margin-bottom: 30px;
}
#shinkan #contents #area_main table.shinkan_nos td{
	padding-right: 20px;
}
#shinkan #contents #area_main table.shinkan{
	border: 1px solid #C9D3DF;
	border-collapse: collapse;
	margin-bottom: 30px;
	width: 616px;
}
#shinkan #contents #area_main table.shinkan th{
	border: 1px solid #C9D3DF;
	border-collapse: collapse;
	padding: 8px 15px;
	width: 250px;
	text-align: left
}
#shinkan #contents #area_main table.shinkan td{
	border: 1px solid #C9D3DF;
	border-collapse: collapse;
	padding: 8px 15px;
}
