@charset "utf-8";
/* CSS Document */



/* ヘッダー要素
---------------------------------------------*/

#header
 {
	width: 950px;
	height: 134px;
	background-image: url(../img/top_hd_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	clip: rect(50px,auto,auto,auto);
	margin-top: 25px;
} 

#header .top_english
 {
	position: absolute;
	top: 0px;
	right: 0px;
} 


#header h1
 {
	margin-left: 25px;
} 


#top_info
 {
	width: 950px;
	height: 402px;
	background-image: url(../img/top_info_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
} 


#top_info  #iframe{
	width: 617px;
	height: 340px;
	position: absolute;
	right: 50px;
	display: block;
} 

#top_info  #iframe img{
	margin-top: 20px;
} 



#top_info ul{
	width: 218px;
	height: auto;
	position: absolute;
	left: 50px;
	top: 20px;
} 



.top_mn
 {
	width: 950px;
	height: 403px;
	background-image: url(../img/top_info_bg.jpg);
	background-repeat: no-repeat;
} 





