* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	color: #333333;
	font: 0.75em/1.5 "ＭＳＰゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a {
		color: #1b63ce;
}

a:visited {
	color: #666666;
}

a:hover {
	color: #1b63ce;
	text-decoration: none;
}

img {
	border: none;
}

h1 {
	text-align: left;
	font-size: 1.5em;
	font-weight: bold;
	padding: 5px 0 5px 20px;
	margin-bottom:15px;
	background: url(../img/icon-title.gif) no-repeat left center;
	border-bottom:1px solid #3fb200;
}

p {
	line-height:1.5em;
	}

#wrapper {
	width: 750px;
	margin: 0px auto;
	border-left:1px solid #3fb200;
	border-right:1px solid #3fb200;
	border-bottom:1px solid #3fb200;
}

#header {
	float: left;
	width: 750px;
	background: #FFFFFF url(../img/header-bg.gif) repeat-x left top;
}

#logo {
	float: left;
}

#search {
	float: right;
	margin:10px 5px 10px 0;
	color:#fff;
	font-size:90%;
}

#top-menu {
	float: right;
	margin:10px 5px 10px 0;
}

#menu {
	float: left;
	width: 153px;
	border:solid 1px #aadf81;
	margin:15px 0 40px 10px;
	}

.list-bg{
	background: #e9f9cd;
	border-bottom:solid 1px #c5eaa2;
	padding:8px 0 7px 5px;
	text-align:left;
}

.list-icon{
	padding: 0 4px 0 0;
	vertical-align: middle;	
}

.sublist-bg{
	background: #f6ffe0;
	border-bottom:solid 1px #c5eaa2;
	padding:8px 0 7px 5px;
	text-align:left;
}

#menu ul li {
	padding: 5px 0 0 15px;
	margin:0 0 0 10px;
	background: url(../img/icon-submenu.gif) left no-repeat 0.8em;
	display: block;
	list-style: none;
		}


#content {
	float: right;
	width: 520px;
	margin:15px 10px 40px 0px;
	text-align:left;
}

.news_list{
	font-size: 1em;
	text-align: left;
	margin: auto;
	margin-bottom: 5px;
	border-bottom: 1px solid #c8c8c8;
}
.news_list th{
	width: 20%;
	font-weight: normal;
	text-align: left;
	padding: 3px 3px 5px 0px;
	vertical-align: top;
}
.news_list td{
	font-weight: normal;
	text-align: left;
	padding: 3px 3px 5px 3px;
	vertical-align: top;
}

.news_date {
	padding: 0 0 0 12px;
	background: url(../img/icon-info.gif) no-repeat left top;
	font-weight: bold;
	}
	
#footer {
	clear:both;
	width: 750px;
	text-align:right;
	border-top:solid 2px #82c926;
	padding-bottom:25px;
}

