﻿@charset "utf-8";

/*-----------------------------------------------------
  seikan  CSS
-----------------------------------------------------*/
/*-----------------------------
	- 全体
-----------------------------*/
* {
	margin:0;
	padding:0px;
}
body {
	color: #333;
	font-size: 0.9em;
	font-family: "ＭＳ Ｐゴシック", "Arial", Osaka,"ＭＳ ゴシック","Osaka",sans-seriff;
	line-height: 120%;
	color: #464646;
        background-image: url(../img/blue.jpg);
        background-repeat: repeat-x;
        background-color: #FFFFFF;
}
img {
	border:0px;
       vertical-align:bottom; 
}
hr {
	display:none;
}
h1 {
	font-size:100%;
	letter-spacing:.1em;
	margin-left:10px;
	color:#0000ff;
}
h2 {
	font-size:100%;
	letter-spacing:.1em;
	margin-left:10px;
	color:#000099;
}
h3 {
	font-size:100%;
	letter-spacing:.1em;
	margin-left:10px;
	color:#ff9900;
}
h4 {
	font-size:120%;
	letter-spacing:.1em;
	margin-left:0px;
       padding: 0 0 10px 20px;
	color:#000099;
       background : url(../img/h4.gif) no-repeat;
}
h5 {
	font-size:120%;
	letter-spacing:.1em;
	margin-left:0px;
       padding: 0 0 10px 20px;
	color:#000099;
       background : url(../img/h5.gif) no-repeat;
}
h6 {
	font-size:120%;
	letter-spacing:.1em;
	margin-left:0px;
       padding: 0 0 10px 20px;
	color:#000099;
       background : url(../img/h6.gif) no-repeat;
}


ul li {
	list-style-type:none;
}
a {
	color:#000099;
        text-decoration:none;
}
a:hover {
	color:#ff8000;
}
.hid {
	display:none;
}
p {
	margin-bottom:.8em;
}
#container {
	width: 940px;
	margin: 20px auto;
	border: 1px solid #cccccc;
	background: #ffffff;
}

/*-----------------------------
	- ヘッダー
-----------------------------*/
div#header {
	margin: 10px 0 0 0;
	padding:10px 40px 0px 0;
}
div#header h1 {
	height:30px;
	padding-top:20px;
	font-size:160%;
}
div#header h1 a {
	text-decoration:none;
}
div#header h1 a:hover {
	position:relative;
	top:1px;
	left:1px;
}
div#header h2 {
	font-weight:normal;
}
#header li {
  margin : 0px 0px 0px 9px;
  padding: 0;
  height: 20px;
  list-style: none;
  text-indent: -9999px;
}
#header li a {
  text-decoration: none;	/* for FIREFOX Line off */
  display: block;
  height: 20px;
}
#header li#info    {
  float: right;
  width: 80px;
  background : url(../img/contactus.gif) no-repeat;
}
#header li#sitemap {
  float: right;
  width: 79px;
  background : url(../img/sitemap.gif) no-repeat;
}
#header li#www_ebook {
  float: right;
  width: 118px;
  background : url(../img/ebook.gif) no-repeat;
}
/*----------------------------
      -トップ ロゴ
------------------------------ */
div#seikan_top {
  margin: 0 0 0 5px;
  float:left;
  width: 920px;
}
div#seikan_top ul {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
}
div#seikan_top li {
  width:920px;
  float:left; /* li_HIDARI Yose */
  list-style-type:none;
  text-indent: -9999px;

}
div#seikan_top li a {
  text-decoration: none;	/* for FIREFOX Line off */
  display: block;
  width: 920px;
  height: 62px;
}
div#seikan_top li#top_logo      {
  background : url(../img/seikan_logo.gif) no-repeat 0px 0px;
}

/*-----------------------------
	- メニュー
-----------------------------*/
#menu{
  margin: 0 0 0 0px;
  padding: 0 0 0 10px;
  float:left;
  width: 940px;
}   
 
#menu ul{
  list-style : none;  /*リストマークを消す*/
  text-align:center;  /*ボタン枠のテキストをセンター寄せ*/
  padding : 0;
  margin : 0;
}
#menu li{
  width : 153px;  /*リストの幅の設定*/
  float:left;  /*これで一列にリストを並ばせる*/
  padding : 0;
  margin : 0;
}
#menu li a{
  font-size:90%;    
  display:block;  /*リンク範囲をブロックに変更する*/
  width:100%;     /*リンク範囲の横幅は100％*/
  height : auto;  /*リンク範囲の高さを自動に：firefox必須*/
  background-image:url(../img/1.jpg);  /*off画像*/
  background-position : left top;  /*画像を左上に配置*/
  background-repeat : no-repeat;   /*背景画像を繰り返さない*/     
  padding : 0;
  margin : 0;
  text-decoration : none;  /*下線を表示しない*/  
  color : 464646;
  line-height : 180%;  /*テキストの位置を調整*/
  border-top-style : solid;  /*ボタン枠を設定*/
  border-bottom-style : solid;
  border-right-style : solid;    
  border-width : 1px 1px 1px 0;
  border-top-color : #ffffff;
  border-bottom-color : #ffffff;
  border-right-color : #ffffff;
}
#menu li a {
  color: #006400;
  text-decoration : none;  /*下線を表示しない*/
}
#menu li a:hover {
  color: #006400;
  text-decoration : none;  /*下線を表示しない*/
}                 
                 
#menu li a:hover{  /*マウスポインタがリンクに重なったときの設定*/
  background-image:url(../img/2.jpg);   /*on画像*/
  background-position : left top;  /*画像を左上に配置場合*/
  background-repeat : no-repeat;   /*背景画像を繰り返さない*/   
  color: #006400;  /*テキストを赤色へ変更*/
  padding : 0;
  margin : 0;
  line-height : 180%;
  border-top-style : solid;  /*ボタン枠を設定*/
  border-bottom-style : solid;
  border-right-style : solid;       
  border-width : 1px 1px 1px 0;
  border-top-color : #ffffff
  border-bottom-color : #ffffff;
  border-right-color : #ffffff;
}

/*-------------------------------
      -サブメニュー
--------------------------------- */
div#navigation_sub {
  margin: 0 0 0 10px;
  padding: 0 0 0 25px;
  float:left;
  width: 890px;
  font-size : 90% ;  /*文字の大きさを指示する時に数値を記述*/
  line-height : 25px ;  /*行の高さを指示する時に数値を記述*/
  background : #f5f5f5;
  border : solid 1px #dcdcdc;
}

/*----------------------------
      -トップ イメージ
------------------------------ */
div#top_image {
  margin: 0px 0 0px 10px;
  float:left;
  width: 920px;

}
div#top_image ul {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
}
div#top_image li {
  width:920px;
  float:left; /* li_HIDARI Yose */
  list-style-type:none;
  text-indent: -9999px;
  height: 90px;
}
div#top_image li a {
  text-decoration: none;	/* for FIREFOX Line off */
  display: block;
  width: 920px;

}
div#top_image li#top_image1      {
  background : url(../images/1.jpg) no-repeat 0px 0px;
}
div#top_image li#top_image2      {
  background : url(../images/2.jpg) no-repeat 0px 0px;
}
div#top_image li#top_image3      {
  background : url(../images/3.jpg) no-repeat 0px 0px;
}
div#top_image li#top_image4      {
  background : url(../images/4.jpg) no-repeat 0px 0px;
}
div#top_image li#top_image5      {
  background : url(../images/5.jpg) no-repeat 0px 0px;
}
div#top_image li#top_image6      {
  background : url(../images/6.jpg) no-repeat 0px 0px;
}

/*-----------------------------
	- コンテンツの囲み
-----------------------------*/
div#main_container {
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:0;
	float:left;    /*←Floatを指定する事で、背景画像が伸びます。over-flow:autoでも伸びます。*/
	background: ;/*url(../img/bg_side.gif) repeat-y right top;*/
	/*↑サイドの背景画像を2カラムを囲うdivに指定して繰り返してます。*/
}
/*-----------------------------
	- メインコンテンツ
-----------------------------*/
div#left_container {
	float:left;
	width:700px;
	margin-right:7px;
	padding-left:20px;
	padding-bottom:20px;
	background:url(../img/bg_main.gif) no-repeat right bottom;
}
div#left_container h1 {
	margin: 0 0 10px 0;
	padding:5px 10px;
	font-size:140%;
	border-left:7pt solid #0000ff;
	border-bottom:1pt solid #efefef;
}
div#left_container h2 {
	margin: 0 0 10px 0;
	padding:5px 10px;
	font-size:120%;
	border-left:7pt solid #000099;
	border-bottom:1pt solid #efefef;
}
div#left_container h3 {
	margin: 0 0 10px 0;
	padding:5px 10px;
	font-size:120%;
	border-left:7pt solid #ff9900;
	border-bottom:1pt solid #efefef;
}
div#left_container h4 {
	font-size:120%;
	letter-spacing:.1em;
	margin: 0 0 10px 0;
       padding: 0 0 5px 20px;
	color:#000099;
	border-bottom:1pt solid #efefef;
       background : url(../img/h4.gif) no-repeat;
}
div#left_container h5 {
	font-size:120%;
	letter-spacing:.1em;
	margin: 0 0 10px 0;
       padding: 0 0 5px 20px;
	color:#000099;
	border-bottom:1pt solid #efefef;
       background : url(../img/h5.gif) no-repeat;
}
div#left_container h6 {
	font-size:120%;
	letter-spacing:.1em;
	margin: 0 0 10px 0;
       padding: 0 0 5px 20px;
	color:#000099;
	border-bottom:1pt solid #efefef;
       background : url(../img/h6.gif) no-repeat;
}

div#left_container ul {
	margin-bottom:20px;
}
div#left_container ul li {
	margin-bottom:.5em;
	padding-left:35px;
	background:url(../img/list_triangle.gif) no-repeat 20px 50%;
}
div#left_container ol {
	margin-left:22px;
}
div#left_container ol li {
	margin-bottom:.5em;
}
/*-----------------------------
	- 右のコンテンツ
-----------------------------*/
div#right_container {
	float:left;
	font-size:80%;
	width:200px;
	padding-top:10px;
}
div#right_container li {
	padding:0px;
	text-align:center;
}
div#right_container li img {
	margin-bottom:5px;
	border:1px solid #999;
}
/*-----------------------------
	- フッター
-----------------------------*/
address {
	clear:both;
	margin: 5px 0 0 5px;
	padding: 10px 0 20px 0;
      　font-size: 80%;
      　font-style: normal;
      　color:#464646;
      　border-top:1pt solid #efefef;
}
address a {
	color:#464646;
        text-decoration:none;
}
address a:hover {
	color:#ff8000;
}
/*------------------------------
  Author   :  Y.Matsuanga
  Date     :  09/04/17
  Copyright(C)2009 eecoms all rights reserved. 
-------------------------------*/
