/* ページ配下用 */

@import url("subbace.css");
	
/* メイン部分 */
#main {
	width: 784px;
	text-align: center;
	margin: 0 auto;
	background-color: #ffffff;
	}
	
#main .left {
	float: left;
	width: 578px;
	display: inline;
	text-align: left;
	font-size: 12px;
	margin: 10px 0 10px 10px;
	}
		
#main .left a {
	color: #0066CC;
	}
	
.navi {
	margin-bottom: 10px;
	}
	
#main .left h3 {
	width: 577px;
	height: 20px;
	border-left: solid 10px #003366;
	line-height: 20px;
	font-size: 14px;
	color: #663300;
	margin-bottom: 5px;
	padding-left: 5px;
	}
	
.newswaku {
	margin: 0 10px 10px 0;
	border-bottom: dashed 1px #999999;
	}
	
.newswaku p {
	margin: 0 0 5px 10px;
	letter-spacing: 1px;
	line-height: 18px;
	}
	
.newswaku small {
	font-size: 10px;
	display: block;
	text-align: right;
	letter-spacing: 1px;
	color: #999999;
	margin-bottom: 10px;
	}
	
.backtop {
	text-align: right;
	margin-right: 10px;
	}
		
#main .right {
	float: left;
	text-align: left;
	margin: 10px 0;
	border-left: dashed 1px #999999;
	}
	
#main .right a {
	color: #0066CC;
	}
	
#main .right ul {
	margin: 0 0 15px 10px;
	list-style-type: none;
	font-size: 12px;
	width: 170px;
	}
	
#main .right h4 {
	font-size: 12px;
	width: 160px;
	margin: 10px 0 5px 10px;
	padding-left: 4px;
	border-left: solid 8px #003366;
	border-bottom: dashed 1px #999999;
	}
	
#main .thisentry {
	background: url(../img/listicon1.gif) no-repeat left center #FFCCCC;
	padding: 0 0 1px 8px;
	margin: 0 10px 4px 8px;
	}
	
#main .otherentry {
	margin-bottom: 4px;
	background: url(../img/listicon2.gif) no-repeat left center;
	padding: 1px 0 1px 8px;
	}
	
#main .normal {
	background: url(../img/listicon2.gif) no-repeat left center;
	padding-left: 12px;
	margin-bottom: 4px;
	}
	
#main .right p {
	margin: 0 0 10px 10px;
	line-height: 18px;
	letter-spacing: 1px;
	}