@charset "UTF-8";
* {
	margin:0px;
	padding:0px;
}
body {
	font-size:small;
}
.background {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.headertop {
	width:800px;
	height:10px;
	background:#336699;
}
.header {
	width:800px;
	height:80px;
	margin-top:5px;
	margin-bottom:5px;
}
.header h1 a{
	width:300px;
	height:80px;
	background:url(../image/toplogo.png);
	display:block;
	float:left;
}
.navigation {
	width:800px;
	height:30px;
	background:#336699;
}
.navigation p.jpn a {
	width:90px;
	height:25px;
	display:block;
	float:left;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:1em;
	background: url(../image/navi1jan1.png) no-repeat center center;
}
.navigation p.jpn a:hover {
	width:90px;
	height:25px;
	display:block;
	float:left;
	margin-top:4px;
	margin-bottom:0px;
	margin-left:1em;
	background: url(../image/navi1jan1.png) no-repeat center center;
}
.navigation p.eng a {
	width:90px;
	height:25px;
	display:block;
	float:left;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:0.5em;
	background: url(../image/navi2eng1.png) no-repeat center center;
}
.navigation p.eng a:hover {
	width:90px;
	height:25px;
	display:block;
	float:left;
	margin-top:4px;
	margin-bottom:0px;
	margin-left:0.5em;
	background: url(../image/navi2eng1.png) no-repeat center center;
}
.navigation p.kor a {
	width:90px;
	height:25px;
	display:block;
	float:left;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:0.5em;
	background: url(../image/navi3kor1.png) no-repeat center center;
}
.navigation p.kor a:hover {
	width:90px;
	height:25px;
	display:block;
	float:left;
	margin-top:4px;
	margin-bottom:0px;
	margin-left:0.5em;
	background: url(../image/navi3kor1.png) no-repeat center center;
}
.navigation p.chn a {
	width:90px;
	height:25px;
	display:block;
	float:left;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:0.5em;
	background: url(../image/navi4chn1.png) no-repeat center center;
}
.navigation p.chn a:hover {
	width:90px;
	height:25px;
	display:block;
	float:left;
	margin-top:4px;
	margin-bottom:0px;
	margin-left:0.5em;
	background: url(../image/navi4chn1.png) no-repeat center center;
}
.topimage {
	width:800px;
	height:320px;
	background:;
}
.contents {
	width:495px;
	float:right;
	padding-left:5px;
	padding-right:5px;
}
.contents h3 {
	font-size:medium;
	border-left:#CC0000 solid 0.5em;
	padding-left:0.5em;
	margin-top:1em;
	margin-bottom:0.7em;
}
.contents p {
	margin-top:0.7em;
	margin-bottom:0.7em;
}
.contents li {
	margin-top:0.2em;
	margin-left:1.5em;
	list-style:url(../image/liststyle2.png) outside;
	margin-bottom:0.5em;
}
.side {
	width:285px;
	float:left;
	padding-left:5px;
	padding-right:5px;
}
.side h3 {
	font-size:medium;
	border-left:#CC0000 solid 0.5em;
	padding-left:0.5em;
	margin-top:1em;
	margin-bottom:0.7em;
}
.side p {
	margin-top:0.7em;
	margin-bottom:0.7em;
}
.side li {
	margin-left:0.5em;
	list-style:url(../image/liststyle1.png) inside;
}
.bottom {
	width:800px;
	background:#336699;
	clear:both;
	text-align:center;
}
.bottom p {
	color:#FFFFFF;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
.footer {
	width:800px;
	padding-top:3em;
	padding-bottom:3em;
	font-size:x-small;
	text-align:center;
}
