﻿/* 画面タイトルテーブル */
table.title
{
	width:980px;
	height:34px;
	border-bottom:1px solid #000000;
}
table.title td
{
	text-align:right;
	vertical-align:bottom;
}

/* コンテンツ */
.main
{
	width:100%;
	text-align:left;
}

/* コメントテーブル */
table.comment
{
	width:980px;
	background-color:#EAEAEA;
	margin:15px 0 20px;
	border:none;
}
table.comment td
{
	text-align:left;
	padding:10px;
}

/* コンテンツテーブル */
table.type01
{
	width:980px;
	margin:15px 0 20px;
	border:none;
}
table.type01 td
{
	height:20px;
}
	
/* コンテンツテーブル：項目名 */
.header
{
	width:250px;
	padding:2px 10px;
	color:#ffffff;
	background-color:#666666;
}
/* コンテンツテーブル：項目名(サイズ指定なし)→OLSの会員メニューで使用 */
.headerlong
{
	padding:2px 10px;
	color:#ffffff;
	background-color:#666666;
	text-align: center;
}
/* コンテンツテーブル：項目名2→OLSの会員メニューで使用 */
.header2
{
	width:250px;
	padding:2px 10px;
	color:#333333;
	background-color:#D9D9D9;
}
/* コンテンツテーブル：項目名2→OLSの会員メニューで使用 */
.header2long
{
	padding:2px 10px;
	color:#333333;
	background-color:#D9D9D9;
	text-align: center;
}
/* コンテンツテーブル：項目名(半分の幅) */
.headerhalf
{
	width:120px;
	padding:2px 10px;
	color:#ffffff;
	background-color:#666666;
}

/* コンテンツテーブル：値 */
.value
{
	padding:2px;
	background-color:#EAEAEA;
}

/* テキストフィールド */
.txt
{
	border:2px solid #999999;
}

/* オプション一覧テーブル */
table.option
{
	width:980px;
	height:35px;
}
table.option th
{
	height:35px;
	text-align:center;
	background-color:#666666;
	color: #ffffff;
	border-style:none;
}
table.option td
{
	background-color:#ffffff;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:2px
}
