﻿@charset "UTF-8";


/*==================================================

	機能ページ系　サイドのナビゲーション

==================================================*/

div#sidebar h3 {
margin: 0 0 0px 5px;
}

div#sidebar dl.nav {
	margin: 0 0 6px 5px;
	width:205px;
	background:#fff;
}

div#sidebar dl.nav dt {

}

div#sidebar dl.nav dd {
	border-left: 1px solid #819CB3;
	border-right: 1px solid #819CB3;
	background: url(../images/side/nav_bg.gif) no-repeat left bottom;
	line-height: 1.5;
	padding: 5px 0 5px 14px;
}

div#sidebar dl.nav dd.last {
	background-image: none;
}

div#sidebar dl.nav dd.last_other {
	background-image: none;
	border-bottom: 1px solid #819CB3;
}

div#sidebar dl.nav dd a {
	background: url(../images/redicon_s.gif) no-repeat left center;
	text-decoration: none;
	padding: 0 0 0 13px;
}



/*==================================================

	news list
	
==================================================*/
#F_section{
margin:10px;
}

p{
font-size:12px;	
}

#F_section h3{
height:3em;
font-size:1.4em;
font-weight:bold;
color:#023866;
background: url(../images/tit_h3.gif) no-repeat left bottom;
margin-bottom:20px;
}

#F_section .top{
text-align:right;
margin-top:10px;
margin-bottom:10px;
background: url(../images/redicon_s.gif) no-repeat 540px top;
}


	.page-sent ul {
		float: right;
		margin-top: 15px;
		padding: 0 10px 0 25px;
	}
	
	.page-sent li {
		float: left;
		list-style-type: none;
		display: inline-block;
		padding: 0 1px 0 1px;
	}
	
	.page-sent li a {
		display: block;
		border: 1px solid #747bb1;
		padding: 0 3px 0 3px;
		text-decoration: none;
		background-color: #fff;
		background: url(../images/redicon_s.gif) no-repeat left top;
	}
	
	.page-sent li strong {
		display: block;
		border: 1px solid #747bb1;
		padding: 0 3px 0 3px;
		font-weight: bold;
		color: #fff;
		background-color: #747bb1;
	}
	
	
	.page-sent li.prev a {
		border: 0;
		padding: 0 10px 0 16px;
		background: url(/news/mgimg/ic_prev.gif) left 3px no-repeat;
	}
	.page-sent li.prev a:hover { background-color: #fff; }
	.page-sent li.next a {
		border: 0;
		padding: 0 16px 0 10px;
		background: url(/news/mgimg/ic_next.gif) right 3px no-repeat;
	}
	.page-sent li.next a:hover { background-color: #fff; }
	.page-sent li.top a {
		border: 0;
		margin-top: 15px;
		padding: 0 10px 0 15px;
		background: url(../images/redicon_s.gif) no-repeat left top;
	}

.list-table {
	margin-left: 10px;
	width: 90%;
}
	
	.list-table th {
		color: #35a;
		font-weight: bold;
		text-align: center;
		padding: 5px;
		background: url(../images/redicon_s.gif) no-repeat left top;
	}
	
	.list-table td {
		padding: 5px;
		vertical-align: top;
		text-align: left;
		background: url(../images/dot_line.gif) bottom repeat-x;
	}
	
	.list-table td.cent {
		text-align: center;
	}
	
	.list-table td.cent a {
		text-decoration: none;
	}

