/*** デフォルト ***/
body {background:#ffffff; line-height:1.15; margin:0px;}


/*-- 見出し --------------------------------------------------------------------
  <h1> : 上下にラインがつくので、その HTML の総見出しを書く
  <h2> : 普通の見出し
  <h3> : 小見出し
------------------------------------------------------------------------------*/

h1 {border-style:dotted none;  color:#336666;  font-size:x-large;  margin:0px 0px 40px 0px;  padding:15px;      white-space:nowrap;}
h2 {                           color:#336666;  font-size:large;                              padding:10px 0px;  white-space:nowrap;}
h3 {                           color:#336666;                                                padding:10px 0px;  white-space:nowrap;}


/*-- リンク関連 ----------------------------------------------------------------
   Mozilla で <a name=〜> でも hover 時に下線を引いてしまう件に対応している。
   なお、a[name]:hover という書式は IE では未サポートである。
------------------------------------------------------------------------------*/
a		{text-decoration:none;}
a:link		{color:#4444aa;}
a:visited	{color:#aa4444;}
a:hover		{text-decoration:underline;}
a[name]:hover	{text-decoration:none;}


/*-- フレーム代替テーブル ------------------------------------------------------
   <table class="main"> でフレームライクなテーブルを定義し、
   <td class="sidemenu"> でサイドメニュー、<td class="contents"> に本文を書く
------------------------------------------------------------------------------*/

table.main {
	border-spacing:0px; 
	width: 100%;
}
table.main td.sidemenu {
	background-color: #eeeeff;
	padding: 30px 15px 15px 15px;
	vertical-align: top;
	white-space: nowrap;
	width: 150px;
}
table.main td.contents {
	padding: 30px 15px 15px 15px;
	vertical-align: top;
        line-height:130%
}

table.main td.sbxml {
	line-height:130%
}


/*-- 基本テーブル --------------------------------------------------------------
   <table class="omk"> でデフォルトデザインのテーブルを描く (横幅 80% 固定)
   <table class="omk-autowidth"> では横幅を固定しない (それ以外は omk と同じ)
   <〜 class="alt"> では黒背景に白文字になる
------------------------------------------------------------------------------*/

table.omk {
	border-spacing: 1px;
	border-style: solid;
	border-width: 3px;
	border-color: #999999;
	width: 80%
}
table.omk th {
	background-color: #cccccc;
	padding: 5px;
	white-space: nowrap;
}
table.omk .alt {
	background-color:#333333;
	color:#ffffff;
}
table.omk td {
	padding: 5px;
}
table.omk-autowidth {
	border-spacing: 1px;
	border-style: solid;
	border-width: 3px;
	border-color: #999999;
}
table.omk-autowidth th {
	background-color: #cccccc;
	padding: 5px;
	white-space: nowrap;
}
table.omk-autowidth td {
	padding: 5px;
}
table.omk-autowidth .alt {
	background-color:#333333; color:#ffffff;
}


/*-- ホームページのニュース用テーブル ------------------------------------------
   重要なニュースは <td class="bignews"> を利用
------------------------------------------------------------------------------*/

table.news th {
	color: #336666;
	padding: 1em 1em 0em 2em;
	vertical-align: top;
	white-space: nowrap;
}
table.news td {padding: 1em 1em 0em 0em;}
table.news td.bignews {font-weight: bold;}


/*-- トップメニュー用テーブル ------------------------------------------------*/

.topmenu a {	
	border-width: 0px 0px 1px 0px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}
.topmenu a:link {	
	color: #ffffff;
}
.topmenu a:visited {	
	color: #ffffff;
}
.topmenu a:hover {	
	border-bottom: dashed;
	border-width: 0px 0px 1px 0px;
	color: #ffffff;
	text-decoration: none;
	}

.topmenu td {padding:0; margin:0;}
.topmenu tr {padding:0; margin:0;}


/*-- 基本リスト --------------------------------------------------------------*/
dl.omk dt {
	color: #336666;
	font-weight: bold;
	margin-top: 1em;
	padding: 5px 0px;
	white-space: nowrap;
}


/*-- 各種スタイル ------------------------------------------------------------*/

/*** FAQ などでの質問と回答 ***/
.q  {background-color:#ffeeee;  padding:0.5em;}
.a  {background-color:#eeffee;  padding:0.5em;}

/*** アップデート情報などでのセキュリティホール対応とバージョンアップ ***/
/*
.security {background-color:#ffeeee;}
.upgrade  {background-color:#eeffee;}
*/

.upgrade  {background-color:#ffeeee;} 
.errata  {background-color:#ffd0d0;}
.security {background-color:#ffa9a9;}


/*** 左寄せ・センタリング・右寄せ とそれらの小さいフォント版 ***/
.l  {                text-align:left;}
.c  {                text-align:center;}
.r  {                text-align:right;}
.s  {font-size:10px;}
.sl {font-size:10px;  text-align:left;}
.sc {font-size:10px;  text-align:center;}
.sr {font-size:10px;  text-align:right;}

/*** 重要な部分を目立たせる ***/
.important {color: #ff0000;}

/*** BBS  ****/
.sd {color: #a0a0a0;}
table.mes		{border-color:#aaa; border-spacing:1px; margin:5px 12px 0px 12px;} 
tr.mhead		{background-color:#bde;}
tr.mheadst		{background-color:#fc8;}
tr.mbody		{background-color:#fff; line-height:1.1em;}
tr.new {color: #ff0099;}

td.id			{text-align:right;}
