@charset "utf-8";
body,h1,h2,h3,h4,h5,h6,ul,p,form,input,ul,ol,li {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font: 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
}
img {
	border: none;
}
p {
	line-height: 1.4;
}
a:link,a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #1280ED;
	text-decoration: underline;
}

#wrapper {
	width: 738px;
	background: #FFFFFF;
	text-align: left;
	margin: 0 auto;
	padding: 0 5px;
	background: url(../images/shadow_bg.jpg) repeat-y center top;
}
/* ################ header ########################  */
#header {
	width: 738px;
	height: 87px;
	background: url(../images/header2-1.jpg) no-repeat left top;
	border-bottom: 1px solid #999;
	position: relative;
}
#header h1 {
	position: absolute;
	text-indent: -9999px;
	top: 19px;
	left: 20px;
	width: 165px;
	height: 56px;
}
#header a {
	text-decoration: none;
	overflow: hidden;
}

h1 a {
	display: block;
	width: 165px;
	height: 56px;
}

#header strong {
	visibility: hidden;
}

#header ul {
	float: right;
	list-style: none;
	margin: 17px 0 0 0;
	display: inline;
}
#header li {
	float: left;
	font-size: 8px;
	display: inline;

}
#header a {
	text-decoration: none;
}

li#japan {margin-right: 28px;}
li#english {margin-right: 16px;}

#japan a {
	display: block;
	width: 52px;
	height: 11px;
}
#english a {
	display: block;
	width: 40px;
	height: 11px;
}
#toppage #header {
	height: 100px;
	border: none;
}




/* ###################################################  */


/* ############### contents ####################  */

#contents {
	float: left;
	width: 530px;
	margin-left: 25px;
	padding-bottom: 20px;
	
}
* html #contents {
	display: inline;
}


#toppage #contents {
	width: 510px;
	float: left;
	margin-left: 30px;
}

/* ############### footer  ####################  */
#footer {
	clear: both;
	padding-bottom: 15px;
	width: 738px;
}

#footer ul {
	float: right;
	height: 13px;
	list-style: none;
}
#footer li {
	float: left;
	margin-right: 20px;
}
#copyright {
	clear: both;
	width: 738px;
}
address {
	font: 10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #1176DB;
	line-height: 1.5em;
	text-align: center;
}
/*  second */
#second #header {
	height: 87px;
	marign-bottom: 0;
	border-bottom: 1px solid #999999;
}

#bread {
	font-size: 10px;
	margin: 10px;
	padding: 0;
}
.pagetop {
	text-align: right;
	margin: 20px 0;
}

