@charset "utf-8";
/* ==== 基本設定 ==== */
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dd {
	margin: 0px;
	padding: 0px;
}
h2,h3 {
	font-size: 10px;
	text-indent: -9999px;
}
body {
	background: #fff;
	margin: 0px;
	padding: 0px;
}
/* 基本書体（フォントファミリー・フォントカラー定義） */
body,
p,
caption,
th,
td,
ul,
ol,
li,
dl,
dt,
dd,
form,
input {
	font-family: Osaka, sans-serif, "ＭＳ Ｐゴシック";
/*	color: #C6C6C6;*/
	line-height: 1.6;
}
ul {
	list-style: none outside;
}
/* 文字サイズ  */
body,
td,
strong,
em,
address {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
/* リンク反応（標準） */
a {
	/*\*/
   overflow: hidden; /* FireFoxの点線を消す *//**/
}
a:link,
a:visited {
	color:#666;
	text-decoration: underline;
}
a:active,
a:hover {
	color:#F00;
	text-decoration: none;
}
/* 画像の設定 */
img {
	border: 0px;
	display:block;
}
img.btn2 {
	display:inline;
}
a:hover img.btn2 {
	filter:alpha(opacity=60);
	opacity:0.6;
}
/* ==== 全ページ共通設定 ==== */
#wrapper {
	width: 900px;
	background: url(../images/common/contents_bk.gif) repeat-y;
	margin-right: auto;
	margin-left: auto;
}
#wrapper_under {
	width: 900px;
	background: url(../images/common/contents_bk_under.gif) repeat-y;
	margin-right: auto;
	margin-left: auto;
}
/* ヘッダー */
#header {
	background: url(../images/common/header_bk.gif) no-repeat;
	height: 174px;
	width: 840px;
	margin-right: 30px;
	margin-left: 30px;
}
#header h1 {
	float: left;
	height: 150px;
	width: 280px;
}
#header a {
	text-indent: -9999px;
	height: 100%;
	width: 100%;
	float: left;
}
#header address {
	text-indent: -9999px;
	height: 12px;
	overflow: hidden;
}
#header dl {
	text-indent: -9999px;
	height: 100px;
	overflow: hidden;
}

/* ナビゲーション */
#menu {
	float:right;
	width:533px;
	height:174px;
	margin:0;
}

/* ==== トップページ ==== */
#top_kanban {
	display:block;
/*	background: url(../images/top/kanban.jpg) no-repeat;*/
/*	height: 242px;*/
	/*margin-bottom: 60px;*/
}


#navi a {
	text-indent: -9999px;
	display: block;
	height: 100%;
	width: 100%;
}
#navi a:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
	background: #FFF;
}

/* メインコンテンツ */
#main_contents	{
	
	width: 840px;
	padding-right: 30px;
	padding-left: 30px;
	clear: both;
	margin-bottom: 24px;
}

/* 共通左コンテンツ */
#left_contents {
	float: left;
	width: 577px;
/*	height:600px;*/
	margin-left: 10px;
	margin-top:10px;
	display: inline;
}
/* 下層共通中央コンテンツ */
#unit_contents {
	float: left;
	width: 825px;
/*	height:600px;*/
	margin-left: 10px;
	margin-top:10px;
	display: inline;
}


/* 共通右コンテンツ */
#right_contents {
	float: right;
	width: 228px;
/*	height:500px;*/
	margin-right: 0px;
	display: inline;
	background: url(../images/common/side_base.gif) repeat-y;
}
#right_contents li {
	margin-bottom: 0px;
}
/* 新着情報 */
#side_news {
	margin-top:15px;
	width: 207px;
	background-color:#000000;
	margin-left: 10px;
	display: block;
}
#side_news h2 {
	background: url(../images/common/side_news_head.gif) no-repeat;
	height: 30px;
	margin-bottom: 15px;
}
#side_news dl {
	padding: 0px 12px 3px;
}
#side_news dt,
#side_news dd {
	color: #fff;
}
#side_news dt {
	margin-bottom: 6px;
}

#side_news dd {
	background: url(../images/top/en_top_news_line.gif) no-repeat 0px bottom;
	padding-bottom: 8px;
	margin-bottom: 8px;
}


/* フッター */
#footer {
	height: 1px;
	text-align: right;
	_width: 800px;
	clear: both;
	width: 780px;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 18px;
}
#footer_bottom {
	width: 900px;
	height:15px;
	background: #000 url(../images/common/footer_bottom.gif) repeat-y;
	margin-right: auto;
	margin-left: auto;
}
#copyright {
	width: 800px;
	height:40px;
	background: #fff url(../images/common/copyright.gif) no-repeat;
	background-position:center;
	margin-right: auto;
	margin-left: auto;
}


/* トップページ */

.table {
  color: #ffffff;
  background-color: #59b9c6;
  white-space: nowrap;
  text-align: center;
}
.table2 {
  background-color: #FFFAF0;
}


