@charset "utf-8";

/*========================================
  base
-----------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	background-color:transparent;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
}
img {
	border: none;
	margin: 0;
	padding: 0;
	display: inline;
}
ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	empty-cells: show;
}

/* for IE6*/
td,th,form {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	background-color:transparent;
	font-family: Arial, Helvetica,sans-serif;
}

input,select,option,textarea { 
	background-color:#FFF;
	color: #E4445C;
} 


/*========================================
  about txt
-----------------------------------------*/
/*-- a --*/
a:link {
	color: #2276CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2276CC;
}
a:hover {
	text-decoration: underline;
	color: #2276CC;
}
a:active {
	text-decoration: none;
	color: #17378A;
}

/*-- font color --*/
.green {color: #33A02C;font-weight: bold;}
.red {color: #FF0000}
.bold{font-weight: bold; }
.small{font-size: 10px;	line-height: 16px; }
.biggreen{
	font-weight: bold;
	color: #4B9818;
}
.orange {color: #FD611D;font-weight: bold;}


/*-- photo layout--*/
p.left{
	float: left;
	margin:0px 10px 6px 0px;
	border-width:1px 2px 2px 1px;
	border-style: solid ;
	border-color: #AAAEB0;
	padding:8px;
}
p.right{
	float: right;
	margin:0px 0px 6px 6px;
	border-width:1px 2px 2px 1px;
	border-style: solid ;
	border-color: #AAAEB0;
	padding:8px;
}

p.photo{
	margin:2px 0px 5px 0px;
	border-width:1px 2px 2px 1px;
	border-style: solid ;
	border-color: #AAAEB0;
	padding:8px;
}


div.center{
	width:100%;
	text-align:center;
	margin-top:20px;
}

/*========================================
  layout
-----------------------------------------*/

body {
	background-color: #031C5A;
	text-align:center;
}
img,object {
	border: 0px;
	vertical-align:bottom;
}

#base {
	width: 700px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	border-left: 10px solid #FFA51E;
	border-right: 10px solid #FFA51E;

}
div.left{
	float:left;
	width:420px;
	margin-top:20px;
	margin-left:20px;
}
div.right{
	float:left;
	width:160px;
	margin-left:20px;
}

/*========================================
  header
-----------------------------------------*/
#header {
	width:640px;
	text-align: left;
	margin: 0px 30px 0px 30px;
}
h1#headlogo {
	float:left;
	margin-top:10px ;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	width:247px;
	height:76px;
	text-indent: -9999px;
}
h1#headlogo a{
	width:247px;
	height:76px;
	display:block;
/* Hides from IE-mac \*/
	overflow: hidden;
/* End hide from IE-mac */
}

ul#lang li{
	float:left;
	width:84px;
	height:33px;
	text-indent: -9999px;
}
li.jp{
	margin-left:220px;
	background-image: url(../img/lang_jp.gif);
}
li.jp a{
	background-image: url(../img/lang_jp.gif);
	background-position: 0px -33px;
	width:84px;
	height:33px;
	display:block;
}
li.jp a:hover{
	background-position: 0px -66px;
}


li.en{
	background-image: url(../img/lang_en.gif);
}
li.en a{
	background-image: url(../img/lang_en.gif);
	background-position: 0px -33px;
	width:84px;
	height:33px;
	display:block;
}
li.en a:hover{
	background-position: 0px -66px;
}

p#head_txt {
	float:right;
	margin:-30px 10px 10px 0px; 
}
/* Hides from IE-mac \*/
p#head_txt {
	margin:20px 10px 10px 0px; 
}
/* End Hides from IE-mac */


/*========================================
  menu
-----------------------------------------*/
#menu{
	width:640px;
	height:31px;
	margin: 0px 30px 0px 30px;
}

#menu ul{
	width: 640px;
	display: block;
}

#menu li {
	float:left;
	width: 128px;
	height:31px;
	text-indent:-9999px;
}
#menu li a{
	display:block;
	height:31px;
	width: 128px;
}
a:focus{
/**/
	overflow: hidden;
/**/
}

/* 以下、メニュー画像指定 */

#menu li.menu1{
	background-image: url(../img/menu_01.gif);
	background-position: 0px 31px;
}
#menu li.menu1 a{
	background-image: url(../img/menu_01.gif);
	background-position: 0px 0px;
}
#menu li.menu1 a:hover{
	background-position: 0px 62px;
}

#menu li.menu2{
	background-image: url(../img/menu_02.gif);
	background-position: 0px 31px;
}
#menu li.menu2 a{
	background-image: url(../img/menu_02.gif);
	background-position: 0px 0px;
}
#menu li.menu2 a:hover{
	background-position: 0px 62px;
}

#menu li.menu3{
	background-image: url(../img/menu_03.gif);
	background-position: 0px 31px;
}
#menu li.menu3 a{
	background-image: url(../img/menu_03.gif);
	background-position: 0px 0px;
}
#menu li.menu3 a:hover{
	background-position: 0px 62px;
}

#menu li.menu4{
	background-image: url(../img/menu_04.gif);
	background-position: 0px 31px;
}
#menu li.menu4 a{
	background-image: url(../img/menu_04.gif);
	background-position: 0px 0px;
}
#menu li.menu4 a:hover{
	background-position: 0px 62px;
}

#menu li.menu5{
	background-image: url(../img/menu_05.gif);
	background-position: 0px 31px;
}
#menu li.menu5 a{
	background-image: url(../img/menu_05.gif);
	background-position: 0px 0px;
}
#menu li.menu5 a:hover{
	background-position: 0px 62px;
}

/*========================================
  mainbody
-----------------------------------------*/

#mainbody {
	width: 640px;
	margin:0px 30px 10px 30px;
	text-align: left;
}

h3#top_txt{
	width: 640px;
	height: 278px;
	background:url(../img/top_main.jpg) no-repeat 0 0;
	text-indent:-9999px;
}

/*========================================
  footer
-----------------------------------------*/
#footer {
	width: 640px;
	height:20px;
	background-color: #031C5A;
	margin: 0px 30px 0px 30px;
	text-align: left;
}

#footer li{
	float:left;
}
#footer li a{
	color:#fff;
	font-size: 10px;
}
#footer li.link{
	width: 63px;
	height:20px;
	background:url(../img/link.gif) no-repeat 0 0;
	text-indent:-9999px;
}
#footer li.link1 a{
	margin-left:30px;
}
#footer li.link2 a{
	margin-left:30px;
	padding:0px 30px 0px 30px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

#footer li.link3 a{
	margin-left:30px;
}

#foot_copy{
	margin:20px;
}

/*========================================
  pageback
-----------------------------------------*/

ul.pageback li{
	float:left;
}
li.toindex a{
	background:url(../img/toindex.gif) no-repeat 0 0;
	width:65px;
	height:20px;
	text-indent:-9999px;
	margin-top:20px;
	display:block;
}
li.toindex a:hover{
	background-position: 0px -20px;
}

li.topagetop a{
	background:url(../img/pagetop.gif) no-repeat 0 0;
	width:91px;
	height:20px;
	text-indent:-9999px;
	margin:20px 0px 0px 484px;
	display:block;
}
li.topagetop a:hover{
	background-position: 0px -20px;
}

/*========================================
  honbun
-----------------------------------------*/
/* about page title */
h3#title_objective{
	width: 640px;
	height: 120px;
	background:url(../img/title_objective.jpg) no-repeat 0 0;
	text-indent:-9999px;
	margin-bottom:20px;
}
h3#title_business{
	width: 640px;
	height: 120px;
	background:url(../img/title_business.jpg) no-repeat 0 0;
	text-indent:-9999px;
	margin-bottom:20px;
}
h3#title_president{
	width: 640px;
	height: 120px;
	background:url(../img/title_president.jpg) no-repeat 0 0;
	text-indent:-9999px;
	margin-bottom:20px;
}
h3#title_profile{
	width: 640px;
	height: 120px;
	background:url(../img/title_profile.jpg) no-repeat 0 0;
	text-indent:-9999px;
	margin-bottom:20px;
}

ul.dotlist li{
	background-image: url(../img/dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left:14px;
	margin:0px 0px 5px 20px;
}
div#mainbody p{
	margin:10px 0px 10px 20px;
}

h4{
	color:#FFF;
	background-color: #031C5A;
	margin:20px 0px 5px 0px;
	padding:3px;
	text-indent:5px;
	border-left: 5px solid #FFA51E;
}

/*========================================
  clearfix
-----------------------------------------*/
/*firefox etc.*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/*MacIE WinIE7*/
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.cl{
	clear: both; 
}
