@charset "Shift_JIS";

body {
  margin: 0;
  padding: 0;
  color: #000000;
  background: #ffffff url(../img/bgline2.gif) repeat-y scroll}

/* ---- リンクの色 ---- */

a:link {
  color: #ff6600;
  background: transparent;
  text-decoration: none;
}

a:visited {
  color: #666666;
  background: transparent;
  text-decoration: none;
 }

a:hover {
  color: #ffcc00;
  background: transparent;
  text-decoration: underline;
}

a:active {
  color: #000000;
  background: transparent;
}

#bodyTable{
	height:100%;
}

/* ---- 左横ここから---- */
#bodyTable #side{
	vertical-align:top;
	width: 200px;
	background-color: #FFFFFF;
	background-image: url(../img/sidebg.gif);
	background-repeat: repeat-y;
}

/* ---- メインメニュー---- */
#bodyTable #side #sidenav{
	width:200px;
}

/* ----右側ここから ---- */
#bodyTable #main{
	width:500px;
	vertical-align:top;
	padding-left:1px;
}

/* ----ニュースリリース ---- */
td{}

.release{
	font-family: "Osaka", "ＭＳ ゴシック";
	font-size: 12px;
	line-height: 15px;
}

/* ---- hr ---- */

hr {
	display: none;
}

.hr {
	background-image: url(../img/hr_bg.gif);
	background-repeat: repeat-x;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 2px;
	margin-right: 20px;
	display: block;
	clear: both;
}


/* ---- トップナビゲーションバー ---- */
#bodyTable #main #topnav{
	width: 500px;
	height: 22px;
}

/* ----フラッシュ ---- */
#bodyTable #main #topswf{
	width: 500px;
	height: 245px;
}

/* ----コンテンツ ---- */
div#contents {
	margin-top:6px;
	margin-left:9px;
	width: 490;
	height: 435;
	background-color: #FFFFFF;
}

/* ----紹介文 ---- */
div#introduction {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-style: normal;
	line-height: 17px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 3px;
	color: #666666;
	border: 0px solid black;
}

/*----フッタ----*/
div#footer {
	position: relative;
	top: 540;
	left: 195;
	width: 552;
	height: 100;
	margin: 0em;
	border-bottom: 1px solid #666666;
	padding: 0em;
	font-size: 12px;
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-style: normal;
	line-height: 13px;
	border-color: black black #333333;
	border-style: none;
	clip:  rect(   );
	}

div#footer p {
 margin: 0;
 }
 
 p#copyright {
  width: 48%;
  float: left;
  font-family: "ＭＳ Ｐゴシック", "Osaka";
font-size: 10px;
font-style: normal;
}

p#footnav {
	width: 48%;
	float: right;
	text-align: right;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10px;
	line-height: 13px;
}
