@charset "utf-8";

body {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 11pt;
  line-height: 1.2em;
	background-color: #00A0C6;
}

div {
  margin: 0px 0px;
  padding: 0px 0px;
  border: none;
}

#navi{
margin-left:0;
padding-left:0;
list-style-type:none;
width:200px;
}

#navi li {
  width: 200px;
  height: 40px;
}

#navi li.home a{
  background-image: url(../images/home_b.jpg);
  width: 200px;
  height: 40px;
  display: block;
  text-indent: -2000px;	
}

#navi li.entry a{
  background-image: url(../images/entry_b.jpg);
  width: 200px;
  height: 40px;
  display: block;
  text-indent: -2000px;	
}

#navi li.approval a{
  background-image: url(../images/approval_b.jpg);	
  width: 200px;
  height: 40px;
  display: block;
  text-indent: -2000px;
}

#navi li.link a{
  background-image: url(../images/link_b.jpg);
  width: 200px;
  height: 40px;
  display: block;
  text-indent: -2000px;	
}



#navi li.home a:hover {
  background-image: url(../images/home_g.jpg);
}

#navi li.entry a:hover {
  background-image: url(../images/entry_g.jpg);
}

#navi li.approval a:hover {
  background-image: url(../images/approval_g.jpg);
}

#navi li.link a:hover {
  background-image: url(../images/link_g.jpg);
}



img {
  border: none;
  margin: 0px 0px;
  padding: 0px 0px;
}


p {
  margin: 0px 0px;
  padding: 0px 0px;
}

h3 {
  color: #000080;
  font-size: 30px;	
  font-family: "MS P明朝",serif;
  line-height: 2.4em;	
}
		
h4 {
  color: #000080;
  margin-bottom: 0px;
  margin-top: 15px;
  text-align: left;
}

h5 {
  color: #000080;
  margin: 95px 0px 5px 6px;	
}

table, tbody, tr, td, th {
  margin: 0px 0px;
  padding: 0px 0px;
}

#descriptionbox {
  width: 500px;
  text-align: left;
  margin: 0 auto;	
}

#container {
  width: 100%;
  margin: 0px 0px;
  background-color: #00A0C6;
  text-align: center;
}

#wrapper {
  width: 960px;
  margin: 0px auto;
  background-color: #000080;
}

#header {
  width: 960px;
  height: 20px;
}

.underbar {
  margin-bottom: 10px;	
}

.underbar img {
  height: 5px;
  width: 500px;
}

#sidebox {
  width: 200px;
  float: left;
}  

#logo {
  width: 129px;
  height: 192px;
  margin: 0 auto;
}

#menu {
  width: 200px;
  height: 300px;
}

#contentsbox {
  width: 760px;
  float: left;
  background-color: #000080;
}  

#topimage {
  width: 760px;
  padding: 0px 0px 0px px;
}

#contents {
  width: 760px;
  background-color: #FFFFFF;
  float: left;
  margin-top: 15px;
}



#producttable {
  width: 600px;
  margin: 0 auto;
  font-size: 10pt;
}

#producttable table tr {
}

#producttable table tr td {
  font-size: 10pt;
  vertical-align: top;
  line-height: 1.5;
  padding: 5px 0px;
}

#producttable table tr td p {
  line-height: 1.4;
}

#banner {
  width: 760px;
  height: 110px;
  margin: 0px 0px 20px 0px; 
}

#banner a:hover {
  filter:alpha(opacity=50);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

#earthimage {
  height: 0px;
  margin: 0px auto;
  position: relative;
  width: 960px;
  z-index: 9999;
  text-align: left;
  >position: absolute;
}

#earthimage img {
  margin-top: 1200px;
}

#footer {
  clear: both;
  width: 960px;
  height: 20px;
}


/************************
* class
************************/
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-block; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */ 

/**************************
 * approval
**************************/

#approval_over_wrap{
	margin: 50px 0 30px 0;
}

.approval_wrap{
	margin: 0 0 40px 0;
	width: 500px;
	clear: both;
}

.approval_title{
	margin: 0 0 10px 0;
	float: left;
}

.approval_title img{
	float: left;
}

.approval_title p{
	margin: 0 0 0 20px;
	float: left;
}

.approval_url{
	margin: 0 0 40px 0;
	width: 500px;
	clear: both;
	float: left;
}

/**************************
 * newinfo
**************************/
div#newinfo {
	width: 500px;
	height: 120px;
	margin: 10px auto 50px auto;
}

div#newinfo ul {
  width: 500px;
  height: 120px;
  border: solid 2px #DDDDDD;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-top: 5px;
}

div#newinfo ul li {
  width: 470px;
  height: 20px;
  border-bottom: dashed 1px #DDDDDD;
  margin-left: 10px;
  background-image: url("../images/information_mark.jpg");
  background-repeat: no-repeat;
  margin-top: 5px;
}

div#newinfo dl {
  clear: both;
}

div#newinfo dl dt {
  float: left;
  margin-left: 15px;
  font-size: 9pt;
}

div#newinfo dl dd {
  float: left;
  margin-left: 12px;
  color: #000000;
  font-size: 9pt;
}

div#newinfo dl dd a {
  color: #E95283;
}

div#newinfo dl dd a:hover {
  color: #0000FF;
}

.underbar_newinfo {
	margin-bottom: 0px;
}

.underbar_newinfo img {
  height: 5px;
  width: 500px;
}