@charset "UTF-8";

/* =========================================================
#main-wrap
========================================================= */

#main-wrap {
	padding:20px 0 0 0;
	}
	
	
	
/*--------------------------------------------------------- 
 #second-crnr
--------------------------------------------------------- */	

#second-crnr{
	width:854px;
	margin:0 auto 10px;
	padding:0;
	position:relative;
	background: url(../images/common/second_crnr_back2.jpg) repeat-y;
	}

#second-crnr p#pankuzu{
	width:844px;
	height:26px;
	padding:8px 0 0 10px;
	background: url(../images/common/second_crnr_top.jpg) top no-repeat;
	}
#second-crnr p#pankuzu a {
	color: #03588B;
	text-decoration: underline;
	}
#second-crnr p#pankuzu a:hover {
	color: #0085BA;
	text-decoration:underline;
	}

/*ページタイトル*/
#second-crnr h1{
	width:844px;
	margin:0;
	padding:6px 0 0 10px;
	height:40px;
	background: url(../images/common/second_crnr_ttlbg.jpg) top no-repeat;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	}
	
/*ページタイトル〜複数あるページ*/
#second-crnr h2.second-title{
	width:844px;
	margin:0;
	padding:6px 0 0 10px;
	height:40px;
	background: url(../images/common/second_crnr_ttlbg.jpg) top no-repeat #fff;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	}

#second-crnr #second-subnavi{
	position:absolute;
	right: 10px;
	top: 44px;
	}

#second-crnr #second-subnavi img{
	margin:0 3px 0 2px;
	}

#second-crnr #second-crnr-main{
	width:854px;
	background: url(../images/common/second_crnr_back1.jpg) top no-repeat;
	}


#second-crnr #second-crnr-main p.tottoki{
	margin:0;
	padding:15px 20px 0 24px;
	}

#second-crnr p.second-crn-b{
	width:854px;
	height:23px;
	background: url(../images/common/second_crnr_bottom.jpg) bottom no-repeat;
	}


ul.normallist{
	margin:0 0 5px 10px;
	padding:0;
	width:780px;
	}
ul.normallist li{
	margin:0 0 3px 15px;
	padding:0;
	list-style-type: disc;
	}


/*--------------------------------------------------------- 
個別ページ　ニュース、トピックス一覧
--------------------------------------------------------- */	

.listbox-newslist{
	width:740px;
	margin:0 auto 15px;
	}
.listbox-newslist div.newstitle{
	width:740px;
	margin:0 0 10px 0;
	padding:20px 0 5px 0;
	border-bottom:1px solid #999;
	}
.listbox-newslist div.newstitle img{
	margin:0 0 0 0;
	}

.listbox-newslist table{
	width:740px;
	margin:0 auto 0;
	}
.listbox-newslist th{
	width:1%;
	vertical-align:top;
	white-space:nowrap;
	font-size:11px;
	padding:6px 10px 7px 5px;
	border-bottom:1px dotted #999;
	}
.listbox-newslist th img{
	margin:0 10px auto 5px;
	}
.listbox-newslist td{
	vertical-align:top;
	width:99%;
	padding:4px 5px 7px 0;
	border-bottom:1px dotted #999;
	}


