@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
body {
	background:   url(../images/bg/body.gif) #ebebeb;
	font-family: sans-serif;
	color: #333333;
}
p, li {
	font-size: 90%;
	line-height: 160%;
}
img {
	border:0;
}
hr {
	display:none;
}
.cl {
	clear: both;
	margin: 0;
	padding: 0;
}

div#header {
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 788px;
	height: 150px;
	background:   url(../images/bg/header_top.gif) no-repeat #ffffff;
}
h1 {
	text-indent: -999999px;
}
.lang {
	position: absolute;
	top: 88px;
	right: 32px;
	line-height: 16px;
}
.lang img {
	vertical-align: bottom;
}

div#menu {
	position: absolute;
	top: 110px;
	left: 0;
	width: 780px;
	height: 40px;
	background:   url(../images/bg/menu.gif) repeat-x #666666;
}
#menu ul {
	margin: 0 0 0 40px;
	list-style: none;
	display: block;
}
#menu li {
	float: left;
	width: 120px;
	height: 40px;
	display: block;
}
#menu a, #menu a:link, #menu a:visited {
	padding: 18px 0 6px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background: transparrent;
	display: block;
}
#menu a:hover{
	color: #e60000;
}
#menu .def{
	padding: 18px 0 6px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	text-decoration: underline;
	color: #666666;
	background:   url(../images/bg/li_def.gif) no-repeat;
	display: block;
}

div#container {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 788px;
	background:   url(../images/bg/container.gif) repeat-y #ffffff;
}
div#container_j {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 788px;
	background:   url(../images/bg/container.gif) repeat-y #ffffff;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
div.top {
	position: relative;
	width: 780px;
	height: 273px;
	background:   url(../images/bg/top.jpg) repeat-x #ffffff;	
	border-bottom: 1px solid #666666;
}
h2 {
	position: absolute;
	top: 60px;
	text-indent: 0;
	left: 160px;
	font-size: 145%;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #ffffff;
	text-shadow: #000000 4px 4px 4px;
}
h3 {
	position: absolute;
	left: 32px;
	bottom: 24px;
	width: 360px;
	height: 30px;
	text-align: left;
	text-indent: -999999px;
	background:   url(../images/bg/top_h2.gif) no-repeat;
}
p {
	font-size: 85%;
	line-height: 160%;
}
.top_img {
	position: absolute;
	right: 10px;
	bottom: 8px;
	width: 430px;
	height: 160px;
	background:   url(../images/bg/top_img.jpg) no-repeat;
}
.bunner {
	padding-top: 30px;
	padding-bottom: 10px;
	width: 780px;
	height: 70px;
	text-align: center;
}

div#footer {
	padding-top: 3px;
	border-top: 2px solid #999999;
	width: 780px;
}
#footer p {
	padding-top: 4px;
	text-align: center;	
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	border-top: 1px dotted #999999;
}
#footer p.endmenu {
	border: 0;
}
div#end {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 788px;
	height: 12px;
	background: url(../images/bg/end.gif) no-repeat #ffffff;	
}