* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	color: #333333;
	background: url(img/background.jpg) repeat-x;
}

img{
	border: 0;
}

h1{
	display: inline;
}

h2{
	background: url(img/h2-back.gif) repeat-x;
	font-size: 100%;
	padding: 8px;
}

h3{
}

h4{
}

strong{
}

a:link {color: #0047B6; text-decoration: none;}
a:visited {color:  #0047B6; text-decoration: none;}
a:active {color: #0047B6; text-decoration: none;}
a:hover {color: #0047B6; text-decoration: underline;}

.mini{
	font-size: 82%;
}

#pagetop{
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
	font-size: 69%;
	text-align: right;
}

/* header/footer */

#header{
	width: 900px;
	height: 71px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

#header-left{
	width: 520px;
	float: left;
	text-align: left;
}

#header-left img{
	margin-top: 11px;
	border: 0;
}

#header-right{
	width: 380px;
	float: right;
	text-align: right;
}

#header-right ul{
	margin: 47px 10px 0px 0px;
	padding: 0;
	font-size: 10px;
}

#header-right ul li{
	display: inline;
}

#header-right ul li.contents{
	margin-left: 4px;
	padding-left: 12px;
}

#header-right ul li.lang{
	font-weight: bold;
	margin-left: 8px;
	padding-left: 11px;
	background: url(img/header-lang.gif) left no-repeat;
}

#header-right ul li a:link {color:#666666; text-decoration: none;}
#header-right ul li a:visited {color:#666666; text-decoration: none;}
#header-right ul li a:active {color:#666666; text-decoration: none;}
#header-right ul li a:hover {color:#666666; text-decoration: underline;}

#m-mainmenu{
	clear: both;
	height: 34px;
}

#m-mainmenu ul li{
	display: inline;
}

#m-mainmenu img{
	border: 0;
	margin: 0;
}

#footer{
	clear: both;
	width: 900px;
	margin: 10px auto 0 auto;
	padding: 3px 0;
	text-align: left;
	border-top: 1px #CCCCCC dashed;
}

#footer:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#footer ul{
	text-align: right;
	padding: 6px 0;
}

#footer ul li{
	font-size: 82%;
	display: inline;
	background: url(img/li.gif) left no-repeat;
	padding-left: 14px;
}

#footer ul li.home{
	background: none;
}

#footer-in{
	border-bottom: 2px #D5000C solid;;
}

#footer-left{
	float: left;
}

#footer-left img{
	margin: 10px 0;
}

#footer-right{
	float: right;
}

#footer-right img{
	display: block;
	margin: 10px 0 10px auto;
}




/* toppage */
#top-main{
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#top-main img.main{
	display: block;
}

#top-main-l{
	width: 690px;
	float: left;
}

#top-main-l p{
	font-size: 82%;
	padding: 10px 0 0 5px;
/*	text-indent: 0.6em;*/
	text-indent: 2.0em;
	text-align: justify;
	text-justify: distribute;
}

#top-main-l p.sign{
	text-align: right;
}

#top-main-r{
	float: right;
	padding-top: 10px;
}
