/*-------------------------------------------------
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body {
background : #acdef7 url(images/bak.gif) no-repeat center center; 
margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;
background-attachment:fixed;
}
 /*ページの背景とマージン*/ 
body,td,th {font-size:12px;color:#3F3F3F;line-height:110%;} /*通常のテキストのサイズ、色の指定*/ 

a:link    {text-decoration:underline;color:#006699;}  /*テキストリンクの色*/
a:visited {text-decoration:underline;color:#006699;}  /*訪問済みのリンクの色*/ 
a:active  {text-decoration:underline;color:#006699;}   /*クリック時のリンクの色*/
a:hover   {text-decoration:underline;color:#FF3300;}  /*マウスの上にカーソルがあるときのリンクの色*/

.lin2 a:link       {font-size:13px;color:#FFFFFF;text-decoration:none;}  /*メニュー・テキストリンクの色*/
.lin2 a:visited    {font-size:13px;color:#FFFFFF;text-decoration:none;}   /*メニュー・訪問済みのリンクの色*/
.lin2 a:active     {font-size:13px;color:#FFFFFF;text-decoration:underline;}   /*メニュー・クリック時のリンクの色*/
.lin2 a:hover      {font-size:13px;color:#FFFFFF;text-decoration:underline;}   /*メニュー・マウスの上にカーソルがあるときのリンクの色*/

.color1     {background-color:#535979;}   /*画面内濃い紺色の背景色　上のメニュー帯*/
.color2     {background-color:#77AACC;}   /*画面内薄い紺色の背景色*/
.color3     {background-color:#FFFFFF;}   /*画面内ホワイト部分の背景色*/
.color4     {background-color:#e8e8e8;}   /*画面右セル背景色*/
.color5{
  background-color : #acdef7;
} /* タイトル文字フォントサイズ,色*/

.text1 {font-size:24px;color:#1A2040;line-height:130%;font-weight:bold ;} /* タイトル文字フォントサイズ,色*/
.text2 {font-size:12px;color:#ffffff;line-height:130%;}  /* 左白文字部分の指定*/

.menu_h {
	font-size:12px;
	color:#ccffff;
	background : #ffffff url(images/menu_bak.gif) no-repeat fixed right center;
	line-height:100%;
	font-weight:bold;
	padding: 4px;
	padding-left: 5px;
	border: 1px solid #FFFFFF;
	margin: 0px;
	margin-left: 7px;
	margin-right: 3px;
}

.head {
	background : #ffffff url(images/head_bk.gif) no-repeat right center;
}

.menu_dt {
	font-size:10px;
	color:#ccffff;
	line-height:100%;
	font-weight:bold;
	padding: 3px;
	padding-left: 5px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin: 0px;
	margin-left: 7px;
	margin-right: 3px;
}

