/* 共通 */
html, body
{
	margin: 0px;
	padding: 0px;
	height:100%;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	border: 0px;
	background: #fff;
	text-align: left;
}
.Head 
{
	font-size:13px;
	font-weight:bold;
}
.SubHead
{
	font-size:12px;
}
.SubSubHead
{
	font-size:12px;
}
.Normal
{
	font-size:11px;
}
TH,TD,DIV,SELECT,INPUT,TEXTAREA
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
h1
{
	margin: 0px;
	padding: 0px;
	color: #222;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3em;
}
h2
{
	margin: 0px;
	padding: 0px;
	color: #222;
	font-size:13px;
	font-weight: bold;
	line-height: 1.3em;
}
h3
{
	margin: 0px;
	padding: 0px;
	color: #222;
	font-size:11px;
	font-weight: bold;
	line-height: 1.3em;
}
A:link	
{
	color: #FF3300;
	text-decoration:underline;
}
A:visited 
{
	color: #FF3300;
	text-decoration:underline;
}
A:active 
{
	color: #FF3300;
	text-decoration:underline;
}
A:hover
{
	color: #FF0000;
	text-decoration:none;
}
/* ページ要素 */
.clearboth
{
	clear:both;
	font-size: 0px;
	line-height: 0px;
}
.clearright
{
	clear: right;
	font-size: 0px;
	line-height: 0px;
}
.clearleft
{
	clear: left;
	font-size: 0px;
	line-height: 0px;
}
/* ページ全体 */
#pagewrapper
{
	margin: 0px;
	padding: 0px;
	width: 860px;
	background-image: url(images/back.gif);
	background-repeat: repeat-y;
}
#page
{
	width: 840px;
	margin: 0px 0px 0px 17px;
}
/* 最上部バー */
#topbar
{
	margin: 0px;
	padding: 4px 0px;
	line-height: 13px;
	font-weight: bold;
	color: white;
	background-color: #009999;
}
/* 日付 */
h1#tagline
{
	float: left;
	margin: 0px;
	padding: 5px;
	width: auto;
	height: auto;
	color: #fff;
	font-size: 13px;
	text-align: left;
}
#catch
{
	float: left;
	margin: 0px;
	padding: 5px;
	width: auto;
	height: auto;
	color: #fff;
	text-align: left;
}

/* ユーザ */
#users
{
	float: right;
	margin: 0px;
	padding: 5px;
	width: auto;
	height: auto;
	color: #fff;
	text-align: right;
}
a.users:visited
{
	color: #FFF;
	text-decoration: none;
}
a.users:active
{
	color: #FFF;
	text-decoration: none;
}
a.users:hover
{
	color: red;
	text-decoration: none;
}
a.users:link
{
	color: white;
	text-decoration: none;
}
/* バナー */
.banner
{
	float: right;
	margin: 0px;
	padding: 0px;
}
#header
{
}
/* メニュー関連バー */
#hmenuwrapper 
{
	margin: 0px;
	height: 20px;
	text-align: left;
}
#hmenu
{
	margin: 0px;
	height: 20px;
	padding: 5px 10px;
}
#navi 
{
	margin: 5px 0px;
	padding: 0px;
	text-align: left;
	border-top: 4px #009999;
	border-top-style: solid;
	border-bottom: 1px #009999;
	border-bottom-style: solid;
}
/* パン屑リスト */
#breadcrumb
{
	float: left;
	margin: 5px;
	padding-left: 27px;
	padding: 5px;
	width: auto;
	height: auto;
	color: #013DA4;
	text-align: left;
}
a.breadcrumb:visited
{
	color: #013DA4;
	text-decoration: none;
}
a.breadcrumb:active
{
	color: #013DA4;
	text-decoration: none;
}
a.breadcrumb:hover
{
	color: #F00;
	text-decoration: none;
}
a.breadcrumb:link
{
	color: #013DA4;
	text-decoration: none;
}
#search
{
	float: right;
	margin: 0px;
	padding: 5px;
	width: auto;
	height: auto;
	color: #013DA4;
	text-align:left;
}
#language
{
	float: right;
	margin: 0px;
	padding: 5px;
	width: auto;
	height: auto;
	color: #fff;
	text-align: right;
}
/* コンテンツ部 */
#contents
{
	margin: 0px;
	padding-top: 5px;
	text-align: center;
/*	border-top: 1px #D6DCE0 solid;*/
}
/* 右カラム */
#right
{
	float: right; 
	margin: 0px;
	padding: 0px;
	width: 200px;
}
/* 左カラム */
#left
{
	float: left;
	width: 200px;
}
.center1 
{
	margin: 0px;
}
.center2
{
	width: auto !important;
	width: 100%;
	margin: 0px 220px 0px 0px !important;
	margin: 0px;
}
/* フッタ部 */
#footer
{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 15px;
	background-color: #BC3032;
	color: white;
	font-weight: bold;
	font-size:xx-small;
	text-align: center;
}
a.footer:link
{
	color: white;
	text-decoration:none;
}
a.footer:visited
{
	color: white;
	text-decoration:none;
}
a.footer:active
{
	color: white;
	text-decoration:none;
}
a.footer:hover
{
	color: white;
	text-decoration:underline;
}
/* 下部メニューリンク */
#bottomlinks 
{
	padding:10px;
	font-size:xx-small;
	color: white;
	text-align: center;
}

/* NAVメニュー */

/* Root Menu */
.RootMenu
{
	margin: 0px;
	padding: 5px;
	height: auto;
	color: #111;
	font-size: 13px;
	font-weight: bold;
	background: transparent;
}
.RootMenuHover
{
	margin: 0px;
	padding: 5px;
	height: auto;
	color: #BC3032;
	font-size: 13px;
	font-weight: bold;
	background: transparent;
}

/* Sub(Popup) Menu */
.SubMenuContainer
{
  border: solid 1px #003366;
  background-color: #009999;
}
.SubMenu
{
  color: White;
  z-index: 300;
}
.SubMenu td, .SubMenu td span
{
  padding: 2px;
  font-size: 9pt;
}
.SubMenuHover
{
  background-color: White;
  color: #BC3032;
}
.SubMenu .SubMenuIcon
{
  border-left: solid 3px White;
}
.SubMenuHover .SubMenuIcon
{
  border-left: solid 3px #006699;
}
/* コントロールパネル */
.controlpanel
{
	background:#FFF;
	border:#B1BDC5 solid;
	border-width:0px 0px 2px;
}
.controlpanel IMG
{
	margin:15px 5px 0px;
}
.controlpanel TD TD TD TD IMG
{
	margin:0px;
}
.controlpanel TD TD TD
{
	width:auto;
 }
.controlpanel DIV
{
	border:#B1BDC5 solid;
	border-width:0px 1px;
	width:3px;
	height:100px;
}
.controlpanel TD .SubHead
{
	background:#B1BDC5;
	font-size:12px;
	color:#333;
	font-weight:bold;
}
.controlpanel TD TD TD .SubHead
{
	background:transparent;
	border:0px;
	font-size:11px;
	color:#333;
	font-weight:normal;
}
.controlpanel TD TD TD input
{
	background:#EFEFEF;
	font-size:11px;
	color:#000;
	font-weight:bold;
	padding-left:4px;
}
.controlpanel TD TD TD select
{
	background:#EFEFEF;
	font-size:11px;
	color:#333;
}
.controlpanel A.CommandButton
{
	font-size:10px;
	text-decoration:none;
}
.controlpanel A.CommandButton:link
{
	color:#000; text-decoration:none;
}
.controlpanel A.CommandButton:visited
{
	color:#000;
	text-decoration:none;
}
.controlpanel A.CommandButton:active
{
	color:#000;
	text-decoration:none;
}
.controlpanel A.CommandButton:hover
{
	color:#F00;
	text-decoration:underline;
}
