@charset=UTF-8;

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}

body{
	background:url(../img/main_bg.jpg) bottom left repeat-x #7E9BA9 fixed;
	color:#fff;
	font-family:Helvetica, Arial, sans-serif;
	foreground-color:#fff;
}

em{
	font-style:italic;
}

div#container{
	width:830px;
}

div#container #logo{
	margin-top:24px;
	margin-left:16px;
	font-weight:normal;
	font-size:2.0em;
	text-indent:-9000px;
	width:430px;
	height:63px;
	background:url(../img/logo.gif) top left no-repeat;
}

div#container #contact{
	float:right;
	background:url(../img/character.png) top left no-repeat;
	padding-top:230px;
	width:173px;
	font-size:0.8em;
}

div#container #contact #inner{
	border-top:2px solid #a6b9c2;
	border-bottom:2px solid #a6b9c2;
}

div#container #contact p{
	margin:0.6em 0;
}
div#container #contact p.address{
	margin-bottom:1.0em;
}
div#container div#content{
	margin-top:25px;
	margin-left:160px;
	width:460px;
}

div#container div#content .topic{
	margin-bottom:2.8em;
}

div#container div#content .topic ul li{
	list-style:none;
	margin-left:0.5em;
	margin-bottom:0.2em;
}

div#container div#content .topic strong{
	color:#fff;
	font-weight:normal;
}

div#container a:link{
	color:#fff;
	text-decoration:underline;
}

div#container a:visited{
	color:#cecece;
	text-decoration:underline;
}

div#container a:hover, div#container a:active {
	color:#a6b9c2;
	text-decoration:none;
}


div#container div#content .topic h2{
	font-size:24px;
	margin-bottom:0.3em;
}

div#container div#content .topic p {
	color:#cecece;
	margin-left:0.5em;
}

ul#jumpNavi{
	text-indent:-9000px;
	font-size:0.5em;
}

a.wst{
	display:block;
	text-indent:-9999px;
	width:80px;
	height:41px;
	background:url(../img/wst.gif) top left no-repeat;
}