/* 共通CSS */


/* フォーマット
---------------------------------------------------------*/
h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,form,body{
	margin:0;
	padding:0;
	border:0;
	background-color:transparent;
	color: #FFFFFF;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	list-style-type:none;
	line-height:180%;
	text-decoration:none;
    font-family:"ＭＳ Ｐゴシック", "Osaka";
}


/* 共通
---------------------------------------------------------*/

* { margin: 0; padding: 0; }

body {
  text-align: center;
  background: url(../images/body-bg.gif); #000; width:100%;
}

img { border: 0; }

hr { display: none; }



/* 共通テキスト
---------------------------------------------------------*/
a:link    { color: #336699; text-decoration: underline; }
a:hover   { color: #4499CC; text-decoration: underline; }
a:visited { color: #335577; text-decoration: underline; }

strong { color: #009; font-weight:normal; margin-bottom:5px;}



/* 基本レイアウト
---------------------------------------------------------*/
#satsuma-container {
  background: #FFF;
  width:800px; margin: 0 auto;
  text-align: left;
}
#satsuma-contents {
  width: 800px;
}
#main-navi {
  width: 800px;
}


/* ヘッダ
---------------------------------------------------------*/
#header {
  width: 800px; height:95px;
  background:url(../images/header_bg.gif) top left no-repeat;
  padding-top:20px; padding-left:20px;
}
#header h1 {
  position: absolute; left: -9999px;
  font-size: 1px; line-height: 1px;
}


/* メニュー
---------------------------------------------------------*/
#menu_container
	{
	position: absolute;
	margin-top:-20px;
	- margin-top:0px;
	}
#menu_container dl
	{
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 80%;
	background: #fff;
	color: #fff;
	}
#menu_container dt
	{
	margin: 0px;
	padding: 0px;
	}
#menu_container dt.navi01
	{
	width:159px; height:45px;
	margin-bottom:-2px;
	}
#menu_container dt.navi02
	{
	width:116px; height:45px;
	margin-bottom:-2px;
	}
#menu_container dt.navi03
	{
	width:155px; height:45px;
	margin-bottom:-2px;
	}
#menu_container dt.navi04
	{
	width:135px; height:45px;
	margin-bottom:-2px;
	}
#menu_container dt.navi05
	{
	width:101px; height:45px;
	margin-bottom:-2px;
	}
#menu_container dt.navi06
	{
	width:134px; height:45px;
	margin-bottom:-2px;
	}
#menu_container dd
	{
	display: none;
	- border-bottom: 1px solid #ddd;
	margin: 0px;
	padding-left: 4px;
	border-left: 1px solid #ddd;
	}
#menu_container dl:hover dd
	{
	display: block;
	}
#menu_container a
	{
	display: block;
	line-height: 180%;
	background: #fff;
	padding: 1px;
	}
#menu_container a:hover
	{
	background-color: #ccc;
	}


/* フッタ
---------------------------------------------------------*/
#footer {
  clear: both ; width: 800px;
  background-color:#fff;
  padding-top: 5px;
}
#footer div.about {
  font-size: 80%; line-height: 160%; color: #444 ;
  padding:3px 0px 3px 10px;
}
#footer div.copyright {
  font-size: 70%; line-height: 160%; color: #444; text-align: center ;
  padding: 3px 10px 3px 10px;
}

