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

body, html.div, p, ul, li, table, thead, tr.td, tbody, span {
	margin: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0;
}
#header {
	border-bottom: 1px solid #ccc;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI3MyUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjJmMmYyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, #ffffff 73%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(73%, #ffffff), color-stop(100%, #f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 73%, #f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 73%, #f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 73%, #f2f2f2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 73%, #f2f2f2 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0 ); /* IE6-8 */
 position:relative;
}

#header-inner{
	padding-top:5px;
	padding-bottom:20px;
	width:960px;
	margin:0 auto;
}

#header-inner h1{
	float:left;
	margin:0px;
	padding:0px;
}

#header-inner h1 a img{
	border:none;
}

#header-inner #aside{
	float:right;
	margin-top:25px;
}

#category-nav{
	background:#666666;
	padding:10px 0px;
}

#category-nav ul{
	margin:0 auto;
	width:960px;
}

#category-nav ul li{
	float:left;
	display:inline-block;
	font-weight:bold;
	font-size:14px;
	color:#fff;
}

#category-nav ul li a{
	display:inline-block;
	margin-right:10px;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	text-align:center;
	padding:5px 10px;
	position:relative;
}

#category-nav ul li a:last{
	margin-right:0px;
}

#category-nav ul li a:hover{
	background:#eb2623;
	position:relative;
	border-radius:5px;
}

#category-nav ul li a.on{
	background:#eb2623;
	border-radius:5px;
	
}

#list{
	margin:30px auto;
	width:960px;
	margin-bottom:15px;
}

table{
	border-spacing:0;
	border-collapse:0;
	border:1px solid #ccc;
	border-radius:5px;
	font-size:12px;
	position:relative;
}

table thead tr td{
	padding:15px 0px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:center;
	font-weight:bold;
	border-radius:5px 0 0 0px;
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#f2f2f2));
	background: -webkit-linear-gradient(#FFFFFF, #f2f2f2);
	background: -moz-linear-gradient(#FFFFFF, #f2f2f2);
	background: -ms-linear-gradient(#FFFFFF, #f2f2f2);
	background: -o-linear-gradient(#FFFFFF, #f2f2f2);
	background: linear-gradient(#FFFFFF, #f2f2f2);
	-pie-background: linear-gradient(#FFFFFF, #f2f2f2);
	position:relative;
}

table thead tr td:last-child{
	border-right:none;
	border-radius:0 5px 0 0px;
	position:relative;
}

table thead tr td span.on{
	background:#cbcbcb;
	padding:5px 10px;
	border-radius:20px;
	-webkit-box-shadow: inset 0px 1px 2px 0px #999;
    box-shadow: inset 0px 1px 2px 0px #999;
	border-bottom:1px solid #fff;
	position:relative;
}

table thead tr td span a.down{
	background:url(/resource/images/gakunai/form/btn-sort.png) no-repeat 0 0;
	width:13px;
	height:15px;
	overflow:hidden;
	display:inline-block;
	text-indent:-9999px;
	margin-left:5px;
}
table thead tr td span a.up{
	background:url(/resource/images/gakunai/form/btn-sort.png) no-repeat 0px -15px;
	width:13px;
	height:15px;
	overflow:hidden;
	display:inline-block;
	text-indent:-9999px;
	margin-left:5px;
}



table thead tr td span a.on-down{
	background:url(/resource/images/gakunai/form/btn-sort.png) no-repeat -13px 0;
	width:13px;
	height:15px;
	overflow:hidden;
	display:inline-block;
	text-indent:-9999px;
	margin-left:5px;
}


table thead tr td span a.on-up{
	background:url(/resource/images/gakunai/form/btn-sort.png) no-repeat -13px -15px;
	width:13px;
	height:15px;
	overflow:hidden;
	display:inline-block;
	text-indent:-9999px;
	margin-left:5px;
}




table thead tr td span a.sort{
	background-position:right center;
}

table tbody:last-child tr td{
	border-bottom:none;
}

table tbody tr td{
	padding:0px 10px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

table tbody:nth-child(even) tr td {
	background:#f9f9f9;
}

table tbody tr td:last-child{
	border-right:none;
}
table tbody tr td a{
	color:#587ab1;
	display:block;
	padding:15px 0px;
}

table tbody tr td a.xls{
	background:url(/resource/images/gakunai/form/ico_excel.png) no-repeat left center;
	padding-left:30px;
}

table tbody tr td a.doc{
	background:url(/resource/images/gakunai/form/ico_word.png) no-repeat left center;
	padding-left:30px;
}
table tbody tr td a.zip{
	background:url(/resource/images/gakunai/form/ico_zip.png) no-repeat left center;
	padding-left:30px;
}
table tbody tr td a.pdf{
	background:url(/resource/images/gakunai/form/ico_pdf.png) no-repeat left center;
	padding-left:30px;
}

#list p{
	margin:0px;
	padding:0px;
	font-size:14px;
	line-height:30px;
}

#footer{
	border-top:1px solid #ccc;
}

#footer #inner{
	width:960px;
	margin:0 auto;
	text-align:right;
}
#footer #inner h2{
	margin-bottom:0px;
}

#footer #inner #copyright{
	margin-top:10px;
	color:#CCC;
	font-size:14px;
}