body{
	font-size: 75%;
	font-family: "Hiragino Kaku Gothic Pro", "Osaka",  helvetica, sans-serif ;
	line-height: 1.5;
	/*\*/
	letter-spacing: 0.1em;
	/**/
	color: #3D3D3D;
	background-color: #C0E0F1;
	text-align: center;
	margin: 0;
	padding: 0;
}


#container{
	width: 640px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF url(img/body_back.jpg) repeat-y; 
/*	background-color: #FFFFFF; */
}
.navi{
	background-color: #FFFFFF;
	padding: 0px;
	width: 620px;
	position: relative;
	left: 10px;
	height: 40px;
/*	border-bottom: 1px solid red;*/
}
.navi h2{
	width: 90px;
	height: 40px;
	padding: 5px;
	float: left;
	text-align: center;
	line-height: 1.2em;
	border: none;
	border-right: solid 1px #CCCCCC;
	background-color: #C0E0F1;
	font-size: 100%;
}
.navi h2 a{
	display: block;
	width: 90px;
}

.section{
	margin: 10px 20px;
	clear: both;
}
.section img{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	border: none;
}

.change_lang{
	margin: 0px 20px;
	clear: both;
	margin-left: 500px;
}


#top_header{
	margin: 0 3px;
	background-color:#E6E6E6;
	background: #FFFFFF url(img/top_header_back.gif) repeat-y;
	height: 25px;
}

#header{
	width: 620px;
	margin: 0 10px;
	background-color: #FFFFFF;
	height: 60px;
	padding-top: 10px;
	background: #FFFFFF url(img/BM03_07_top_r1_c3.gif) right top no-repeat;
}

#header #logo{
	color: #333;
	margin: 0px;
	width: 520px;
	height: 40px;
	background-color:#FFFFFF;
}


#footer_top{
	font-family: monospace;
	clear: both;
	margin: 0 20px;
	margin-top: 40px;
/*	padding-top: 5px;*/
	background-color:#FFFFFF;
	height: 45px;
	font-size: 85%;
	text-align: right;
	line-height: 110%;
	color: #151591;
}
#footer{
	clear: both;
	margin: 0 3px;
	padding-top: 10px;
	background-color:#E6E6E6;
	background: #FFFFFF url(img/footer_back.gif) repeat-y;
	height: 40px;
	font-size: 85%;
	text-align: center;
	vertical-align: bottom;
}


/* ---------　見出し設定 ---------------- */
h1{
	width: 620px;
	margin: 0 auto;
	text-indent: 15px;
	padding: 0px;
	padding-top: 3px;
	font-size: 100%;
	height: 25px;
	color: #3D3D3D;
	margin-top: 40px;
	margin-left: 10px;
	line-height: 150%;
	background-image: url(img/h_bar1.gif);
	background-repeat: no-repeat;
}

h2{
	font-size: 90%;
	border-left: 5px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}

p{
	margin: 10px 2px 10px 10px;
}

p img{
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}

p.right{
	float: left;
	margin-left: 500px;
	border-bottom: 1px solid red;
}

a{
/*	text-decoration: none; */
}
a:link
{
	color: #006AFF;
}
a:visited
{
	color: #5B1599;
}
a:hover
{
	color: #B50000;
}
a:active
{
	color: #B50000;
}

img{
	border: none;
	vertical-align: middle;
}




dl{
	padding: 3px 10px;
	margin-left: 30px;
}
dt{
	padding-left: 10px;
	float: left;
	width: 80px;
	border-bottom: 1px dotted #cccccc;
	color: #003EBA;
}
dd{
	padding-left: 10px;
	margin-left: 80px;
	margin-bottom: 3px;
	border-bottom: 1px dotted #cccccc;
}



table.nav{
	font-size: 90%;
	width: 500px;
	border: none;
	margin: 20px 20px;
}


table.office_photo
{
	text-align: center;
	width: 400px;
	border: none;
/*	float: center;*/
	background: #FFFFFF;
	margin: auto;
}



img.large{
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}
a.popup:hover .large{
	border: 1px solid #CCCCCC;
	display: block;
	position: absolute;
	top: 300px;
	left: 50px;
	width: 640px;
	height: 480px;
}


