@charset "Shift_JIS";



/* 一括で全ての要素の余白をゼロに指定 */
*{
  margin: 0;
  padding: 0;
}

/* 全体的なリンク */











/* -------------------------------------------------------------
   [1] レイアウトに関する指定 */


/*-- 全体を囲んでいます --*/


/*-- ヘッダー部分 --*/


/*-- コンテンツ部分 --*/


/*-- サイドバー部分 --*/


/*-- フッター部分 --*/


/* -------------------------------------------------------------
   [2] ヘッダーブロック内に関する指定 */

/* 見出し */

H1{
  font-size : 18pt;
  font-weight : 100;
  text-align : left;
  color : navy;


}

/* 2013年4月22日、この部分を上記に書き換えました。

H1 {
  font-size : 18pt;
  font-weight : 100;
  text-align : left;
  position : static;
  
  
  color : navy;
  border-bottom-style : solid;
  border-bottom-color : navy;
  float : inherit;
  border-bottom-width : 1px;
  width : 570px;
  clear : right;
}
*/


/* サイトタイトル */






/* 概要 */


/* サイトマップ等へのリスト */








/* -------------------------------------------------------------
   [3] コンテンツブロック内に関する指定 */

/* 見出し */
H2,
H3,
H4,
H5,
H6{
  
  font-weight : bold;
  
  color : #0080c0;
  border-bottom : 1px solid #0080c0;
  

  
  text-align : left;
  padding-bottom : 1px;
  font-size : 14pt;
  width : 570px;
}

/* 文字 */
#contents p{
  line-height: 1.5em;
  margin-bottom: 1em;
}

/* -------------------------------------------------------------
   [4] サイドバーブロック内に関する指定 */

/* サイドバータイトル */


UL.localnavi{
  font-size : 85%;
  list-style-type: none;

}




.localnavi A{
  text-decoration: none;
  width : 200px;
  display: block;
  padding: 4px;
  border: 1px outset #39f;
  background-color: #39f;
  color: #fff;
  text-align : center;
  font-size : 10pt;
}

.localnavi a:hover{
  text-decoration: none;
  border: 1px outset #39f;
  background-color: #36c;
  color: #fff;
}

/* -------------------------------------------------------------
   [5] フッターブロック内に関する指定 */

#footer P{
	text-align : center; 
  font-size : 90%;
  color : #666666;

  
  
  
  

  
  
  
  
  width : 800px;
  
  
  
  
  
  
  
  
  
  
  
  
}

/* -------------------------------------------------------------
   [6] CSSデザインサンプルリンク指定 */

#cds{
  font-size: 80%;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  text-align: right;
  margin: 0;
  padding-right: 20px;
  clear: both;
}

#cds,
#cds a,
#cds a:hover{
  text-decoration: none;
  color: #ccc;
}
.list1{
  font-size : 16pt;
  color : #000099;
  font-weight : bold;
  margin-left:35px;
  
  /*2013年4月22日この部分を削除いたしました。
  list-style-type : disc;         /*リストタグの種類を指定　discはデフォルトの設定*/
  list-style-position : outside;  /*リストタグの位置を指定　outsideはデフォルトの設定*/
  */

}



BODY{
  
  font-size : 85%;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  

  text-align : center;
}
#sidebar{

	/*　2013年4月22日この部分は不要のため削除いたしました。
  		width : 200px;　サイドバーの幅をしてする設定ですが、別な箇所で指定しておりますので指定が重複し、表示がおかしくなるため
	*/

  float : left;
  

  
}
#contents{
  width : 600px;
  float : right;
  padding-top : 50px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 20px;
  

  text-align : left;
}
#header{
  
  background-repeat : no-repeat;
  width : 800px;
  height : 150px;
  position : relative;
  background-image : url(image/sekou_logo.jpg);
  text-align : center;
}
#wrapper{

	/*2013年4月22日この部分を削除いたしました。
	background-repeat : repeat-y;　背景に画像を使用した際に繰り返し表示をするためのタグ
	*/
  
	border-style : solid;
	border-color : #3399ff;
	border-width : 1px;
	width : 800px;
	margin :0 auto; 
	
/* 2013年4月22日、この部分を上記に書き換えました。
  border-left-style : solid;
  border-right-style : solid;
  border-left-color : #3399ff;
  border-right-color : #3399ff;
  width : 800px;

  
  margin-left : auto;
  margin-right : auto;
  
  text-align : center;
  margin-top : auto;
  
  
  
  border-left-width : 1px;
  border-right-width : 1px;
  
  background-color : #ffffff;
  
  
  
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #3399ff;
  scrollbar-base-color : #0000ff;
	
*/

  
}
.side-title{
	border-width : 1px 1px 1px 1px;border-style : outset outset outset outset;border-color : #333333 #333333 #333333 #333333;
  color : #eeeeee;
  background-color : #333333;
  text-align : center;
  display : block;
  width : 200px;　/*この部分を追加いたしました。サイドバーのメニューの幅を指定するため*/
  padding-top : 4px;
  padding-bottom : 4px;
  padding-left : 4px;
  padding-right : 4px;
  font-size : 12pt;
}

#footer{
  width: 800px;

  border-top-width : 1px;
  border-top-color : #3399ff;
  border-top-style : solid;

}
TD{
  font-size : 10pt;
}
TH{
  font-size : 10pt;
  font-weight : bold;
  text-align : center;
}

.list2{
  font-size : 12pt;
  margin-left:35px;
}

.list3{
  font-size : 12px;
  margin-left:35px;
}
#header_e{
  background-image : url(image/e_sekou_logo.jpg);
  background-repeat : no-repeat;
  width : 800px;
  height : 150px;
}
TABLE{
	border-spacing : 5px;
  
  
  
  
}
-->