@charset "UTF-8";
/* CSS Document */
div#header {
	position: relative;
	width: 800px;
	height: 50px;
}
div.logo {
	position: absolute;
	top: 0px;
	left: 0px;
}
div.language {
	position: absolute;
	top: 4px;
	right: 0px;
}
div.language ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.language li {
	display: inline;
	padding-left: 12px;
	background: url(../images/arrow.png) left 50% no-repeat;
}
div.header_menu {
	position: absolute;
	bottom: 4px;
	right: 0px;
}
div.header_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.header_menu li {
	display: inline;
	padding-right: 1em;
	border-right: #999999 1px solid;
}
div.header_menu li.listend {
	padding-right: 0;
	border-right: none 0;
}
#header a {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
#header a:link {
    color: #000000;
}
#header a:visited {
	color: #000000;
	text-decoration: none;
}
#header a:hover {
	color: #336699;
	text-decoration: underline;
}

#main_img {
    width: 0px;
	margin: 0;
}

#topics-box {
    margin-bottom: 30px;   
}
#jireisyoukai-box {
}
@media print {
	#main_img {
			width: 613px;
			overflow: hidden;
	}

	

}
