@charset "UTF-8";
/* CSS Document */

/*
----------------------------------------------------------------------
	1. =Reset
----------------------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	text-align: left;
	line-height: 150%;
	color: #7f7f7f;
	font-size: 10px;
	font-family: Arial, "ＭＳ Ｐゴシック", Osaka,  sans-serif;
	background: url("../images/top_bg.gif");
}
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
img,img a,a img {
	margin: 0;
	padding: 0;
	border: 0;
	border-style: none;
	text-decoration: none;
	vertical-align: top;
}
object,embed {
	vertical-align: top;
}
a {
	color: #7f7f7f;
	text-decoration: none;
	font-size: 11px;
}
a:visited {
	color: #aaa;
}
a:hover {
	color: #b20000;
}
a:focus {
	outline: none;
	-moz-outline-style: none;
}
p {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	text-align: left;
}
div {
	border-collapse: collapse;
}
input {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: url(../images/blank.gif);
	display: block;
	clear: both;
	height: 0;  
}
.clearfix {
	display: inline-block;
}  
/* Hides from IE-mac \*/  
* html .clearfix {
	height: 1%;
}  
.clearfix {
	display: block;
}  
/* End hide from IE-mac */ 


/*
----------------------------------------------------------------------
	. =Content
----------------------------------------------------------------------
*/

body > #bg_above {
	height:200px;
	background-image: url("../images/top_bg_above.gif"); 
	background-repeat: repeat-x;
	text-align: center;
}
body > #index {
	height:auto;
	min-height:540px;
}

#dummy{
	float: left;
	width: 5px; height: 50%;
	margin-bottom: -135px;
	background-color: #ff0000;
}

#index {
	clear: left;
	margin: 0 auto;
	width: 940px;
	height: 540px;
}
#index h1 {
	margin: 0 0 35px 0;
	padding: 30px 0 0;
}
#index .language {
	margin: 0 auto;
	padding: 44px 0 57px 0;
	width: 594px;
	height: 17px;
}
#index .language ul {
	display: inline-block;
}
#index .language ul li {
	float: left;
	display: block;
	height: 17px;
	cursor: pointer;
}
#index .language ul li a {
	display: block;
	height: 17px;
}
#index .language ul li.english a {
	margin: 0;
	width: 82px;
}
#index .language ul li.kantai a {
	margin: 0 0 0 40px;
	width: 101px;
}
#index .language ul li.kantai2 a {
	margin: 0 0 0 40px;
	width: 128px;
}
#index .language ul li.hantai a {
	margin: 0 0 0 40px;
	width: 70px;
}
#index .language ul li.thai a {
	margin: 0 0 0 40px;
	width: 53px;
}
#index p.notice {
	clear: both;
	margin: 0 0 12px 0;
	color: #ffffff;
}
#index p.copy {
	line-height: 120%;
	color: #999;
	font-size: 9px;
	margin: 35px 0 20px;
}

/*
----------------------------------------------------------------------
	MENU
----------------------------------------------------------------------
*/

.globalnavi{  
  margin: 0 auto; 
  padding: 0;  
  width: 100%;  
  height: 37px; 
}    
.globalnavi ul{  
  list-style-type: none;  
  margin: 0;  
  padding: 0;
  display: inline-block;
}  
.globalnavi li{  
  text-indent: -9999px;  
  float:left;  
  width: 225px;  
  margin: 0;  
  padding: 0;  
}  
.line {margin: 0 41px; }  
.globalnavi a{  
  display: block;  
  width: 100%;  
  height: 37px;  
  background-image: url("../images/top_btn.png");  
  background-repeat: no-repeat;  
}  
.menu1 a{background-position: 0 0;}  
.menu2 a{background-position: -307px 0;}
.globalnavi a:hover{  
  background-image: url("../images/top_btn.png");  
  background-repeat: no-repeat;  
}    
.menu1 a:hover{background-position: 0 -40px;}  
.menu2 a:hover{background-position: -307px -40px;}

/*
----------------------------------------------------------------------
	2Columns
----------------------------------------------------------------------
*/

    #news { text-align:center; margin-top:50px;}  
    #wrap { width:100%; text-align:left; margin:0 auto; }  
    #inner { margin:0 10px; }  
    #leftWrap { width:415px; float:left; margin-right:35px; }  
    #rightWrap { width:415px; float:right;}  
    .clear { clear:both; }  
    .clear hr { display:none; }  

/*
----------------------------------------------------------------------
	NEWS
----------------------------------------------------------------------
*/

.news ul{
margin:7px 0 0 0;
}
.news ul li{
list-style:none outside none;
background: url("../images/top_arrow.png") no-repeat left top;
padding-left:12px;
margin:0;
}
.photo {
  float: left;
  margin: 7px 15px 0 2px;
}

/*
----------------------------------------------------------------------
	LANGUAGE
----------------------------------------------------------------------
*/

a.rolloveren {
	display: block;
	width: 74px;
	height: 15px;
	text-decoration: none;
	background: url("../images/top_en.png");
	position: relative;
	top: 40px; 
	right: 40px;
}

a.rolloveren:hover {
	background-position: 0 -14px ;
}
.displace {
	position: absolute;
	left: -5000px;
}