@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	background:url(../images/bg_ptn.gif) #ffffff;
}
#container {
	width:950px;
	margin:0 auto;
	text-align:left;
}
#wrapper {
	float:left;
	width:780px;
	margin-right:10px;
	background:#ffffff;
}
#contents {
	float:right;
	width:585px;
	margin-left:10px
}
#navigator {
	float:left;
	width:185px;
}
#sidebar {
	width:160px;
	float:right;
}
#footer {
	clear:both;
}



a:link, a:visited {
	color:#0066cc;
}
a:hover, a:active {
	color:#ff9900;
}
body, th, td{
	color:#333333;
	font:normal 12px/150% sans-serif;
	word-wrap:break-word;
}
img {
	vertical-align:top;
	border:none;
}
th, td {
	vertical-align:top;
}
th {
	text-align:left;
	font-weight:bold;
}



#header p {
	padding:10px 0 15px;
	color:#ffffff;
	font-weight:bold;
}

#contents h2 {
	padding:25px 25px 15px 0;
	font-weight:bold;
}
#contents h3,
#contents h4 {
	padding:0 25px 15px 0;
	font-weight:bold;
}
#contents p {
	padding:0 25px 15px 0;
}
#contents ul,
#contents ol {
	padding:0 25px 15px 36px;
}
#contents table {
	padding:0 0 15px;
}
#contents th,
#contents td {
	padding:3px 0 6px;
}
#navigator ul {
	padding:25px 0 25px 25px;
}
#navigator li {
	list-style:none;
}
#navigator li a {
	display:block;
	width:160px;
	text-indent:-9999px;
}
#menu_1 a {
	height:57px;
	background:url(../images/n_menu.gif) 0 0;
}
#menu_2 a {
	height:54px;
	background:url(../images/n_menu.gif) 0 -57px;
}
#menu_3 a {
	height:54px;
	background:url(../images/n_menu.gif) 0 -111px;
}
#menu_4 a {
	height:54px;
	background:url(../images/n_menu.gif) 0 -165px;
}
#menu_5 a {
	height:54px;
	background:url(../images/n_menu.gif) 0 -219px;
}
#menu_6 a {
	height:54px;
	background:url(../images/n_menu.gif) 0 -273px;
}
#menu_7 a {
	height:57px;
	background:url(../images/n_menu.gif) 0 -327px;
}
#menu_1 a:hover {
	height:57px;
	background:url(../images/n_menu.gif) 160px 0;
}
#menu_2 a:hover {
	height:54px;
	background:url(../images/n_menu.gif) 160px -57px;
}
#menu_3 a:hover {
	height:54px;
	background:url(../images/n_menu.gif) 160px -111px;
}
#menu_4 a:hover {
	height:54px;
	background:url(../images/n_menu.gif) 160px -165px;
}
#menu_5 a:hover {
	height:54px;
	background:url(../images/n_menu.gif) 160px -219px;
}
#menu_6 a:hover {
	height:54px;
	background:url(../images/n_menu.gif) 160px -273px;
}
#menu_7 a:hover {
	height:57px;
	background:url(../images/n_menu.gif) 160px -327px;
}
#sidebar li {
	padding:0 0 10px;
	list-style:none;
}
#footer a:link,
#footer a:visited {
	color:#ffffff;
}
#footer a:hover,
#footer a:active {
	background:#ff9900;
	color:#ffffff;
}
#footer ul {
	padding:15px 0 0;
}
#footer li {
	display:inline;
	padding:0 10px 0 0;
}
#footer address {
	padding:0 0 20px;
	color:#ffffff;
	font-style:normal;
}
