* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	background: #fdf;
}

#container {
	width:750px;	
	position:relative;
	margin-right:auto;
	margin-left:auto;
	text-align: left;
}

#header {
	height: 95px;
	margin: 0px;
	background: url(/img/banner.gif) no-repeat;
}

#header h1 {
	padding: 0.5em 2em 0.5em 2em;
	font-size: 24px;
}

#header h1 a {
	text-decoration: none;
	color: #f00;
}

#contents {
  margin-left: 10px;
}

#main {
	width: 500px;
	background: #fdf;
	float: left;
	margin-bottom: 5em;
}


#main ul.topic li {
	float: left;
	background: url(/img/top_menu.gif) no-repeat;
	width: 237px;
	list-style-type: none;

}

#main ul.topic li a {
	height: 190px;
	display: block;
	font-size: 24px;
	text-decoration: none;
}

#main ul.topic li a span {
	display: block;
	padding: 40px 40px 80px 20px;
}

#main .desc {
	clear: both;
	background: url(/img/top_desc.gif) no-repeat;
	height: 628px;
}

#main .desc h2 {
	font-size: 24px;
	color: #000;
	padding: 30px 110px 80px 90px;
}

#main .desc p {
	margin: 1em 70px 0px 20px;
	font-size: 24px;
	text-indent: 1em;
}

#footer {
	clear: both;
}

#sidemenu {
	width: 230px;
	float:right;
	font-size: 14px;
	margin-top: 1em;
}

#sidemenu div.header {
	height: 20px;
	width: 213px;
	padding-top: 4px;
	background: url(/img/menu_header.gif) no-repeat;
	text-align: center;
 	font-weight: bold;
}

#sidemenu ul.link {
	list-style-type: none;
	margin-bottom: 2em;
	background: url(/img/menu_back.gif) repeat-y;
	position: relative;
}

#sidemenu ul.link a {
	display: block;
}

#sidemenu ul.link li {
	padding: 0.5em 0px 0.5em 10px;
}

#sidemenu ul.link div.bottom {
	height: 40px;
	width: 46px;
	background: url(/img/menu_bt.gif) no-repeat;
	position: absolute;
	bottom: -10px;
	right: 0px;
}

#sidemenu ul.link div.top {
	height: 40px;
	width: 46px;
	background: url(/img/menu_bt.gif) no-repeat;
	position: absolute;
	top: -20px;
	right: 0px;
}

#main ul.index li {
	list-style-type: none;
	float: left;
}

#main ul.index li.index_3 {
	margin-top: -40px;
	margin-bottom: 2em;
}

#main ul.index li.index_1 a {
	background: url(/img/index_1.gif) no-repeat;
	width: 240px;
	height: 162px;
	display: block;
	font-size: 16px;
}

#main ul.index li.index_2 a {
	background: url(/img/index_2.gif) no-repeat;
	width: 231px;
	height: 162px;
	display: block;
	font-size: 16px;
}

#main ul.index li.index_3 a {
	background: url(/img/index_3.gif) no-repeat;
	width: 490px;
	height: 172px;
	display: block;
	font-size: 16px;
}

#main ul.index li.index_1 a span {
	padding: 35px 50px 0px 70px;
	display: block;
}

#main ul.index li.index_2 a span {
	padding: 35px 70px 0px 40px;
	display: block;
}

#main ul.index li.index_3 a span {
	padding: 35px 180px 0px 190px;
	display: block;
}

#main .entry_body h3 {
	clear: left;
	background: url(/img/entry_header.gif) no-repeat;
	font-size: 24px;
	width: 450px;
	text-align: center;
}

#main .entry_body p {
	text-indent: 1em;
	line-height: 150%;
}

#main .entry_body {
	clear: both;
	background: #fff3d6;
	margin-bottom: 3em;
}

#main .entry_bottom {
	height: 16px;
	background: url(/img/entry_bottom.gif) no-repeat center;
	margin-bottom: 3em;
}


#main dt {
  font-weight:bold;
}

#main dd {
  margin-left: 1em;
  margin-bottom: 1em;
}

#footer {
	clear: both;
	color: #666;
	font-size: smaller;
}

#footer a {
	clear: both;
	color: #666;
}


.ad {
	margin-top: 1em;
	margin-left: 50px;
	padding-top: 12px;
	background: url(/img/sponser.gif) no-repeat;
}