@charset "UTF-8";
/*rule reset*/

html, body, div, span, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}
body {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #000000;
	text-decoration: underline;
}

#outer-gloup {
	background-color: #FFFFFF;
	text-align: left;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#outer-gloup #header {
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 800px;
}

#outer-gloup #header h1 {
	margin: 0px;
	float: left;
	overflow: hidden;
	width: 400px;
	height: 0 !important;
	height: /**/:60px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
	background-image: url(../images/toprogo.gif);
	background-repeat: repeat-x;
}

#outer-gloup #header #assist-nav {
	height: 60px;
	margin: 0px;
	padding: 0px;
	width: 400px;
	text-align: right;
	float: right;
	background-image: url(../images/toprogo.gif);
	background-repeat: repeat-x;
}

#outer-gloup #header #assist-nav li {
	display: inline;
	margin-left: 1em;
}

#outer-gloup #contents-gloup {
	margin: 0px;
	padding: 0px;
	height: 510px;
	width: 800px;
}

#outer-gloup #contents-gloup #main-visual {
	overflow: hidden;
	width: 800px;
	height: 0 !important;
	height: /**/:240px;
	padding-top: 240px;
	background-image: url(../images/topvis1.jpg);
	margin: 0px;
}

#outer-gloup #contents-gloup #navi {
	height: 70px;
	width: 800px;
	margin: 0px;
	padding: 0px;
}

#outer-gloup #contents-gloup #navi #globalNav {
	position: absolute;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 70px;
	width: 800px;
}

#outer-gloup #contents-gloup #navi #globalNav li {
	float: left;
	width: 160px;
	list-style-type: none;
}

#outer-gloup #contents-gloup #navi #globalNav li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height: /**/:70px;
	padding-top: 70px;
	background-image: url(../images/meinnav01.jpg);	
}

#outer-gloup #contents-gloup #navi #globalNav #nav01 a { background-position: 0      0; }
#outer-gloup #contents-gloup #navi #globalNav #nav02 a { background-position: -160px 0; }
#outer-gloup #contents-gloup #navi #globalNav #nav03 a { background-position: -320px 0; }
#outer-gloup #contents-gloup #navi #globalNav #nav04 a { background-position: -480px 0; }
#outer-gloup #contents-gloup #navi #globalNav #nav05 a { background-position: -640px 0; }

#outer-gloup #contents-gloup #navi #globalNav #nav01 a:hover { background-position: 0      -70px; }
#outer-gloup #contents-gloup #navi #globalNav #nav02 a:hover { background-position: -160px -70px; }
#outer-gloup #contents-gloup #navi #globalNav #nav03 a:hover { background-position: -320px -70px; }
#outer-gloup #contents-gloup #navi #globalNav #nav04 a:hover { background-position: -480px -70px; }
#outer-gloup #contents-gloup #navi #globalNav #nav05 a:hover { background-position: -640px -70px; }
#outer-gloup #contents-gloup #contents {
	height: 170px;
	width: 800px;
	float: right;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#outer-gloup #contents-gloup #contents #side {
	float: left;
	width: 199px;
	margin: 0px;
	padding: 0px;
	height: 200px;
}

#outer-gloup #footer {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 800px;
	text-align: center;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #BBBBBB;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 16px;
}

#outer-gloup #footer address {
	font-style: normal;
}

