﻿body {
	font-size: 84%;
	width: 700px;
	margin: 0;
	color: #333;
	line-height: 1.25;
	font-family: "MS PGothic", Sans-Serif;
}

a:link{
	color: #009;
}
a:visited{
	color: #409;
}
a:hover{
	color: #06c;
	/*text-decoration: none;
	background-color: #acf;*/
}
a:active{
	color: #009;
}

h2 *, h3 *, h4 *{
	vertical-align: middle;
	margin-right: .3em;
}

h2{
	color: #000080;
	margin: 0 0 1em;
	font-size: 110%;
	font-weight: bold;
	border-bottom: double 3px #00f;
	padding: .4em .5em .1em;
	font-size: 120%;
	letter-spacing: .1em;
}

h3{
	color: #000080;
	margin: 1.3em 0 1em;
	font-size: 100%;
	font-weight: bold;
	font-size: 110%;
	letter-spacing: .1em;
}

p{
	margin: 1em 0;
}

ul, ol{
	margin: .5em 0;
	padding-left: 2em;
}

img{
	border: none;
}



strong{
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	/*color: #000080;
	font-style: italic;*/
}

/* table */

table{
	background-color: #eef;
}

th{
}

td{
}

td p{
	margin: 0 0 .6em 0;
}


/* header */

ul#langSelect{
	margin: 0;
	text-align: right;
}
ul#langSelect li{
	display: inline;
	padding-left: 1em;
}
ul#langSelect li a{
	color: #333;
}

div#header{
	height: 110px;
	background: url(img/header_bg.jpg) no-repeat;
	position: relative;
	color: #fff;
}

div#header p{
	position: absolute;
	left: .5em;
	top: .6em;
	font-size: 120%;
	font-weight: bold;
	margin: 0;
}

div#header h1{
	position: absolute;
	left: 33%;
	top: 30px;
	width: 33%;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	margin: 0;
}

div#header address{
	position: absolute;
	left: 0;
	top: 85px;
	width: 690px;
	text-align: right;
	font-size: 120%;
	font-weight: bold;
	font-style: normal;
}
div#header address a{
	color: #fff;
}

/* navigation bar */


ul.navi{
	list-style: none;
	margin: 0 -1px 0 1px;
	padding: 6px 0;
	height: 20px;
	clear: both;
	overflow: hidden;
}

ul.navi li{
	float: left;
	width: 98px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-right: 2px;
	white-space: nowrap;
	background-color: #00a;
	color: #fff;
}

ul.navi li a{
	display: block;
	height: 20px;
	line-height: 20px;
	color: #fff !important;
	text-decoration: none !important;
}
ul.navi a:hover{
	color: #fff;
	background-color: #33d;
	text-decoration: underline !important;
}


ul#headNavi{
	list-style: none;
	margin: 0 0 1px;
	padding: 0 0 10px;
	/*background: url(img/headnavi_ul_bg.gif) no-repeat;*/
	background: url(/img/headnavi_hover.gif) no-repeat left top;
	height: 40px;
}

ul#headNavi li{
	list-style: none;
	float: left;
	width: 100px;
	height: 40px;
	padding: 0;
}

ul#headNavi li a{
	/*display: block;
	background: url(img/navi_bg1.gif) no-repeat;*/
	background-color: Transparent;
	display: block;
	overflow: hidden;
	position: relative;
	height: 40px;
	width: 100px;
}

ul#headNavi li a:hover {
	text-decoration: none;
	background: none;
}

ul#headNavi li a img {
	background: none;
}

ul#headNavi li a:hover img {
	position: relative;
	top: -40px;
}


ul#footNavi{
	clear: both;
	text-align: center;
	border-top: solid 1px #777;
	margin: 1.5em .5em .5em;
}

ul#footNavi li{
	display: inline;
	margin: 0 .6em;
	line-height: 2em;
}

ul#footNavi a{
	color: #777 !important;
}

address.copyright{
	color: #777;
	text-align: center;
	font-style: normal;
	padding: 0 0 1em;
}




/*
ul.navi{
	background-color: #00a;
	margin: 0;
	width: 700px;
}
ul.navi li{
	width: 100px;
	margin: 0;
	line-height: 16px;
	height: 16px;
}
ul.navi a{
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}

/* main */

div#main{
	clear: left;
	padding: 0 .5em;
}

