@charset "utf-8";
/* CSS Document */

/*=================================
 サイト全体のレイアウト
=================================*/

/*--------------------------------
枠
--------------------------------*/
body{
	background:#003366;
	color:#000000;
	height:100%;
	margin:0;
	padding:0;	
	text-align:center;
}

#wrapper{
	min-height:100%;
	height:auto;
	height:100%;
	position:relative;
}

#Iscreen{
	width:760px;
	margin:0 auto;
	text-align:center;
	background:url(../j_images/bcg_jpn.gif) repeat-y;
	padding-bottom:0px;
}

/*--------------------------------
フッター
--------------------------------*/
#Ifooter{
	width:760px;
	height:50px;
	clear:both;
	background-color:#000;
	position:relative;
	bottom:0;
}

#Ifooter address{
	width:760px;
	padding-left:5px;
	color:#FFF;
	font-size:85%;
	font-weight:bold;
	font-family:Arial,Helvetica,sans-serif;
	line-height:3;
}
#Ifooter a{
	font-size:85%;
	color:#CCC;
	padding-left:300px;
	text-decoration:none;
}
#Ifooter a:hover{
	color:#CCC;
	text-decoration:none;
}
#Ifooter a:visited{
	color:#CCC;
	text-decoration:none;
}



/*--------------------------------
インデックスページ用タイトル部分
--------------------------------*/
.header{
	height:150px;
	padding:5px 0px 0px 0px;
}

.header h3,h4{
	margin:0px 100px 0px 100px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*------------------------------------------------
ロールオーバー
------------------------------------------------*/
/*#RollOver{
	float:left;
}
*/

/* 英語ページへ --------------------------------*/
#rolloverE{
	margin:55px 0px 5px 245px;
	float:left;
}

.rollover_bannerE{
	display:block;
	text-indent:-9999px;
	background:url(../j_images/01index_img_eng.jpg) no-repeat center top;
	width:270px;
	height:180px;
}

.rollover_bannerE:hover{
	display:block;
	text-indent:-9999px;
	background:url(../j_images/02index_img_eng.jpg) no-repeat center top;
	width: 270px;
	height:180px;
}

/* 日本語ページへ-------------------------------*/

#rolloverJ{
	margin:0px 5px 15px 245px;
	float:left;
}

.rollover_bannerJ{
	display:block;
	text-indent:-9999px;
	background:url(../j_images/01index_img_JPN.jpg) no-repeat center top;
	width:270px;
	height:180px;
}

.rollover_bannerJ:hover{
	display:block;
	text-indent:-9999px;
	background:url(../j_images/02index_img_JPN.jpg) no-repeat center top;
	width: 270px;
	height:180px;
}

/*-------------------------------
推奨ブラウザ
--------------------------------*/
#Recommend{
	width:160px;
	float:right;
	margin:55px 30px 0 20px;
}
#Recommend p{
	margin:5px 0px 10px 0px;
}



