@charset "UTF-8";
/***********************-
dantai
2010/04
-***********************/
@import url("uni.css");
@import url("basic.css");
@import url("btn.css");
@import url("common.css");


div#container {
		 border-top:5px solid #036FB6;
}

.section ul#fukusititle{
	 margin:20px 0 40px 0;
	 padding:8px 0;
	border-top:5px solid #036FB6;
	 border-bottom:5px solid #036FB6;
	 background: #f0f0f0;
}
.section ul#fukusititle li{
	margin:5px 0 5px 15px;
 	background:url(../image/common/arrow.gif) no-repeat;
 	padding-left:15px;
}


table.table1{
	 margin:20px 0 40px 0;
	 border:1px solid #333333;
	 width:600px;
}
table.table1 th,table.table1 td{
	 text-align:left;
}
table.table1 th{
	 padding:8px 15px 6px;
	 background:#036FB6;
	 color:#FFFFFF;
	 font-size:110%;
}
table.table1 td{
		 padding:8px 15px 6px 30px;
	 	 border-bottom:1px solid #333333;
		 background:#EEFBFF;
}
table.table1 td.newstitle{
		 padding:8px 15px 6px 20px;
		 background:#C4F0FF;
		 width:4em;
	 	 border-right:1px solid #333333;
}
.fileup{
 border-top: dotted #333333 1px;
 padding:8px 0 0 0;
}

.fileup a{
	background:url(../image/common/down.gif) no-repeat;
	padding-left:15px;}
