@charset "Shift_JIS";

body {
  color: #000000;
   background: #ffffff;
   background-image:url(images/back.gif) ;		/* 背景画像： */
	margin-left:auto;				/* 左マージン */
	margin-right:auto;				/* 右マージン */
	text-align:center;			/* 文字揃え */
}

a img {
  border: none;
  color: #ffffff;
  background: transparent;
}
*{
	margin:0;				/* マージン一括指定 */
	padding:0;				/* パディング一括指定 */
}

/* 全体構造
---------------------------------------------------- */
#wrapper {
  width:740px;
  	margin-left:auto;				/* 左マージン */
	margin-right:auto;				/* 右マージン */
}

/* ヘッダ
---------------------------------------------------- */
#header {

  height: 60px;
  background-color:#36787B;		/* 背景色： */
  font-size: 9pt;
  color: #333333;
  margin: 0 auto;
  border-left: 1px solid #444444;
  border-right: 1px solid #444444;
  position: absolute;
  top: 0px;
}

#header a {
  font-size: 9pt;
  font-weight: bold;
  color: #ffffff;
}

/* トップ
---------------------------------------------------- */
#top1 {
  width: 740px;
  height: 247px;
  color: #333333;
  margin: 0 auto;
     border-left: 1px solid #444444;
	border-right: 1px solid #444444;
  position: absolute;
  top: 60px;
}

#top2 {
  background-image:url(images/top_1b.jpg);
  background-repeat: no-repeat; 
  width: 740px;
  height: 103px;
  color: #333333;
  margin: 0;
     border-left: 1px solid #444444;
	border-right: 1px solid #444444;
  position: relative;
  top: 307px;
}
/* メニュー
---------------------------------------------------- */
#chromemenu{
width: 741px;
font-weight: bold;
font-size: 9pt;
 margin: 0 0 0 0;
   border-left: 1px solid #444444;
	border-right: 1px solid #444444;
position: relative;
top: 307px;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 1px solid #704D07;
background: url(images/chromebg.gif) center center repeat-x;
padding:12px 0 12px 0;
margin: 0;
text-align: center; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color: #3A0605;
border-right: 1px solid #704D07;
border-left: 1px solid #704D07;
padding: 12px 40px 12px 40px;
margin:0 0 0 0;
text-decoration: none;
}

#chromemenu ul li a:hover{
border-right: 1px solid #704D07;
border-left: 1px solid #704D07;
background: url(images/chromebg2.gif) center center repeat-x;
margin: 0 0 0 0;
padding: 12px 40px 12px 40px;
}

/* メイン・コンテンツ
---------------------------------------------------- */
#content {
   	background-color:#ffffff;		/* 背景色： */
   	margin: 0;
   	width: 740px;			/* ■IE6バグ回避に必要。無いと下に隙間ができる */
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
        position: relative;
        top: 307px;
}

#newsleft{
    float: left;
	width: 369px;
	}
	
#newsright{
    float: right;
	width: 369px;
	}	

#content h1 {
	font-size:10pt;			/*  フォントサイズ */
	font-weight:bold;			/* 太さ */
	line-height:150%;			/* 行幅 */
}

/* メイン・コンテンツの内容
---------------------------------------------------- */

/* フッタ
---------------------------------------------------- */
#footer {
  clear: both;
  background-color:#36787B;		/* 背景色： */
  width: 740px;			/* ■IE6バグ回避に必要。無いと下に隙間ができる */
  height:250px;				/* 表示の縦幅 */
  margin: 0 0 0 0;
  border-left: 1px solid #444444;
  border-right: 1px solid #444444;
  position: relative;
  top: 307px
}

#header a {
  color: #ffffff;
  font-weight: bold;
}
#footer p {
  color: #ffffff;
  margin-top:10px;
  font-size: 9pt;
  margin-right:10px;				/* 右マージン */
}

