/* home CSS*/

/*全体*/
#news{
margin:0px;
padding:0px;
}

/*menu*/
#menu{
margin:0px;
padding:0px;
height:140px;	
}


	/*パンくず*/
	#news #menu a{
		color: #006699;
		text-decoration: underline;
	}
	
	#news #menu a:active,#news #menu a:hover{
		font-weight: bold;
		color: #006699;
	}	

/*ＮＥＷＳリストと本文*/
#topics{
padding:0px;
margin:0px;
}



/*記事リスト*/
#news #topics ul{
	margin:10px 0px 20px 0px;
	padding:0px 40px;
	vertical-align:text-top;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(gif/button.gif);
}

#news #topics li{
line-height:140%;
text-indent:1em;
padding:0px;
}

#news #topics ul a,#backtotop a{
color:#006699;
text-decoration: underline;
}

#news #topics ul a:hover,#news #topics ul a:active,#backtotop a:hover,#backtotop a:active{
color:#006699;
font-weight:bold;
text-decoration:none;
}

/*記事本文*/
#waku{
	height: auto;
	width: 620px;
	margin-top: 5px;
	margin-right: 40px;
	margin-bottom: 5px;
	margin-left: 40px;
	border: 1px solid #a3c4c4;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 2px;
}

.title {
	color:#FFFFFF;
	line-height:120%;
	background-color: #a3c4c4;
	text-align: left;
	text-indent: 0.4em;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-bottom-style: solid;
	border-left-style: double;
	border-bottom-color: #006699;
	border-left-color: #006699;
	font-size: large;
}


#news #topics #waku p{
padding: 0px 20px;
}

/*ニュース内日付*/
.date{
	font-size: small;
	color: #666666;
	margin-left: 1em;
}

/*リンク先*/
.link{
text-align:right;
padding-right:60px;
}


/*pagetop*/
#backtotop{
	text-align:right;
	padding-top: 5px;
	padding-right: 60px;
	padding-bottom: 5px;
	font-size: small;
}
