@import "../default/default.css";
@import "../default/head-a.css";

/* common
--------------------------------------------------------------------------------*/
body
{
/* IE6以前ロールオーバー対応, htmlからの相対パス */
	behavior: url("css/default/csshover2.htc");
}

/* flash
--------------------------------------------------------------------------------*/
#flash
{
	background-color: #FFF;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding 0;
	width: 950px;
}
/* main
--------------------------------------------------------------------------------*/
#main
{
/* widthにてコンテンツ幅を調整 (#sub+#main) */
  float: left;
	width: 530px;
	margin: 0;
	padding: 0;
}

#main dl
{
  margin: 0;
	padding: 0;
}
#main dt
{
  font-weight: bold;
  margin: 0 0 2px 0;
	padding: 0;
}
#main dd
{
  border-bottom: 1px dotted gray;
  margin: 0 0 10px 0;
	padding: 0;
	width: 510px;
}
/* sub
--------------------------------------------------------------------------------*/
#sub
{
/* widthにてコンテンツ幅を調整 (#sub+#main) */
  float: right;
	width: 420px;
	margin: 0;
	padding: 0;
	text-align: right;
}
#sub ul {
  list-style: none;
}
#sub ul, #sub li, #sub a {
  margin: 0;
  padding: 0;
}
#sub li {
  display: block;
  float: left;
	margin-bottom: 5px;
  padding-left: 10px;
	text-decoration: none;
	width: 200px;
}
#sub a
{
  text-decoration: none;
}
#sub a:visited
{
	color: #551A94;
}
#sub a:hover
{
	text-decoration: underline;
}
#sub-box {
	display: block;
	border: 1px solid #ddd;
	float: right;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: left;
	text-indent: 1em;
	width: 408px;
}
#sub-box a {
  text-decoration: none;
}
#sub-box a:visited {
	color: #551A94;
}
#sub-box a:hover {
	text-decoration: underline;
}
/* products-btb
--------------------------------------------------------------------------------*/
.products-menu
{
	background-color: #FFF;
	clear: both;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0;
	width: 950px;
}
.products-menu h1
{
	background: url("../../img/home/back_h1.gif") left top no-repeat;
  color: #444;
  font-size: 1em;
  font-weight: bold;
	line-height: 2em;
	margin: 0;
	padding:  0 0 0 10px;
}
.products-menu ul
{
  list-style: none;
  margin: 0;
	padding: 0;
}
.products-menu li
{
  float: left;
  margin: 2px 0 2px 5px;
	padding: 0;
	width: 230px;
}
.products-menu a
{
	text-decoration: none;
}
.products-menu a:hover
{
	text-decoration: underline;
}
.products-box
{
  border: 1px solid #A2D1F1;
	margin: 0;
	padding: 0 0 5px 0;
}
.products-menu h1.btc-back
{
	background-position: left -100px;
}
.products-box.btc-brd
{
  border: 1px solid #F99;
	margin: 0;
	padding: 0 0 5px 0;
}

/* other
--------------------------------------------------------------------------------*/
/* 更新履歴エリア */
.tabs-brd
{
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
}
.ui-tabs-panel a {
  text-decoration: none;
}
.ui-tabs-panel a:hover {
  text-decoration: underline;
}
.txt-r
{
  display: block;
	text-align: right;
	width: 510px;
}
.txt-bld { font-weight: bold; }

/* ページ先頭に戻る（ID: header） */
.back_head
{
	clear: both;
	display: block;
	text-align: right;
	padding: 5px 0 10px 0;
}
