@import url(layout.css);
body#main {
	background: url(../../images/main/main_bg2.jpg) repeat-x #000;
}
body#main div#wrapper {
	width: 1024px;
	/* width: 955px; */
	background-image: url(../../images/main/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
body#main #header {
	height: 85px;
}
body#main h1#logo {
	margin: 0;
	position: absolute;
	left: 65px;
	top: 25px;
}
body#main #topnav {
	padding-top: 20px;
}
body#main #topnav ul ul.depth2 {
	top: 50px;
}
#main-content {
	margin: 0 0 5px 10px;
	width: 945px;
	background: url(../../images/main/content_top.gif) no-repeat left top;
}
#main-content div {
	padding-top: 8px;
	padding-bottom: 10px;
	background: url(../../images/main/content_bottom.gif) no-repeat left bottom;
}
#main-content table {
	width: 100%;
	margin: 14px auto 0 auto;
}
#main-content table td {
	vertical-align: top;
}
#main-content table td.news {
	padding-left: 24px;
}
#main-content table td.news ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#main-content table td.news ul li {
	padding-left: 8px;
	padding-bottom: 5px;
	background: url(../../images/icon/bullet_03.gif) no-repeat left 5px;
	line-height: 15px;
}
#main-content table td.news ul li * {
	vertical-align: middle;
}
#main-content table td.banner p {
	margin: 5px 0;
	text-align: center;
}
#main-content table td h1 {
	margin: 0 0 10px 0;
}
#main-content table table.consultant {
	margin: -9px 0 0;
	color: #666666;
}
#main-content table table.consultant td {
	vertical-align: middle;
	font-size: 0.9em;
	line-height: 15px;
}
#main-content table table.consultant td strong {
	font-size: 1.2em;
}
#main-content table td.today a {
	color: #666666;
}
#main-content table td.today h1 {
	font-size:0;
}
.full{padding:0 0 3px 8px;}

