@charset "UTF-8";

/* 全体 */
* {
	margin: 0px;
	padding: 0px;
	/* IE独自 */
    word-break: break-all;
	word-wrap: break-word;
}

/************/
/* タグ設定 */
/************/
/* ＨＴＭＬ */
html {
	/* FFがスクロールバーの有無でセンタリング位置がズレる件を解消（Operaでは未解決） */
    overflow-y: scroll;
}

/* 本文 */
body {
	background: #FBF2F7;
	text-align: center;
	color: #666666;
	line-height: 2em;
}

/* 水平方向の罫線 */
hr {
	height: 1px;
	margin-bottom: 8px;
	background: transparent;
	border-top: 2px #E9DC90 solid;
	border-right: none 0px;
	border-bottom: none 0px;
	border-left: none 0px;
}

/* アンカー（マウスが乗っている状態） */
/*a:hover {
    color:#666666;
}*/

#container #container-main .center-left .left .contents-title a {
	color: #FFFFFF;
}

#container #container-main .center-left .center .table-head a {
	color:#666666;
}

/* テーブル */
table {
	border-collapse: collapse;
	border-color: #F0E8A8;
}

/* テーブルヘッダー */
th {
	padding: 1px;
	font-weight: normal;
	color: #333333;
	background-color: #EEEEEE;
	border-color: #F0E8A8;
	text-align: center;
}

/* テーブル行 */
tr {
	padding: 1px;
	border-color: #F0E8A8;
	vertical-align: middle;
}

/* テーブル列 */
td {
	border-color: #F0E8A8;
	padding: 1px;
}

/* 画像 */
img {
	border: 0px;
}

/* 順序の無いリスト */
ul {
	padding: 0px;
	list-style-type: none;
}

/* リストの各項目 */
li {
	padding: 0px;
}

/* アドレス */
address {
	font-style: normal;
}

/* フォーム関連 */
input,
textarea,
select {
	padding: 1px;
	border: 1px solid #808080;
}

/* チェックボックス、ラジオボタン（IE6以前では無効） */
input[type="checkbox"],
input[type="radio"] {
	border: 0px none #FFFFFF;
}

/* チェックボックス（IE6以前用） */
.checkbox {
	border: 0px none #FFFFFF;
}

/* ラジオ（IE6以前用） */
.radio {
	border: 0px none #FFFFFF;
}

/******************/
/* クラス・ID設定 */
/******************/
.t {
	vertical-align: top;
}

.m {
	vertical-align: middle;
}

.b {
	vertical-align: bottom;
}

.l {
	text-align: left;
}

.r {
	text-align: right;
}

.c {
	text-align: center;
}

/* アンカー（タイトル） */
a.title:link,
a.title:visited {
	text-decoration: none;
	color: #333333;
}

a.title:hover {
	text-decoration: none;
	color: #FF0000;
}

/* サブミットボタン */
input.submit {
	cursor: pointer;
	background: url(../images/bg_button.gif) 50% 100% no-repeat;
}

/* カウンター画像 */
img.counter {
	width: 15px;
	height: 18px;
}

/* ページャー */
.pager {
	padding: 5px 0px;
	font-size: 8pt;
	text-align: right;
/*	height:8pt;*/
}

/* フォームラベル */
.form-label {
	width: 130px;
}

/* フォームラベル（小） */
.form-label-s {
	width: 100px;
}

/* フォームラベル（大） */
.form-label-l {
	width: 150px;
}

/* コンテンツタイトル */
.left .contents-title,
.right .contents-title {
	font-weight: bold;
}

.center .contents-title {
	font-size:20px;
    font-weight: bold;
	background-color: #FFFFFF;
	padding:0 10px;	
	border-left:solid 5px #FF9933;
	border-right:solid 5px #FF9933;
}

.contents-body {
	background-color:#FF9933;
	padding:10px 20px;
	font-size: 1.2em;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.contents-footer {
}

/* テーブルタイトル */
.table-title {
}
#admin .table-title {
	padding: 2px 20px;
}
.table-title h1,
h2,
h2 a {
	font-size: 14pt;
	color:#FF9933;
}
.table-title h2 {
	color: #FF9933;
	margin-left:40px;
	border-bottom:solid 1px #FF9933;
	font-size: 14pt;
	font-weight: bold;
	position:relative;
}
.table-title h2 span.categoryIcon {
	position:absolute;
	top:0px;
	left:-50px;
}
/* テーブルヘッダー */
.table-head {
	padding: 2px 5px;
	background: #FFFFFF;
	text-align: right;
}


/* テーブル本体 */
.table-body {
	padding: 2px 40px;
	background: #FFFFFF;
}

#admin .table-body {
	padding: 2px 20px;
	background: #FFFFFF;
}

/* テーブル本体ミドル */
.table-body-middle {
	padding: 2px 5px;
	background: #FFFFFF;	
	border-top: solid 1px #999999;
}

/* テーブルフッター */
.table-foot {
	padding: 2px 5px;
	background: #FFFFFF;
	text-align: right;
}

a.title:link,
a.title:visited {
	text-decoration: none;
	color: #333333;
}

/* セットアップテーブル */
.setup-table {
	width: 600px;
	margin: 0px auto;
	padding: 2px 5px;
	background: #FFFFFF;
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-left: solid 1px #999999;
}

/* ログインテーブル */
.login-table {
	width: 320px;
	margin: 0px auto;
	padding: 2px 5px;
	background: #FFFFFF;
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-left: solid 1px #999999;
}

/* カレンダーテーブル */
.calendar-table {
	width: 190px;
	font-size: 9pt;
}

/* カレンダーテーブル（列） */
.calendar-table-row {
	width: 20px;
	text-align: center;
	vertical-align: middle;
}

/* カレンダーテーブル（今日） */
.calendar-table-today {
	background: #3968d5;
}

/* 一覧テーブルヘッダー */
.list-table-head-l,
.list-table-head-lm {
	padding: 2px;
	color: #333333;
	background-color: #EEEEEE;
	border-top: 1px solid #999999;
	border-right: 0px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	text-align: center;
	float: left;
}

/* 一覧テーブルヘッダー（ミドル） */
.list-table-head-lm {
	border-top: 0px;
}

/* 一覧テーブルヘッダー（右端） */
.list-table-head-r,
.list-table-head-rm {
	padding: 2px;
	color: #333333;
	background-color: #EEEEEE;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	text-align: center;
	float: left;
}

/* 一覧テーブルヘッダー（右端、ミドル） */
.list-table-head-rm {
	border-top: 0px;
}

/* 一覧テーブル詳細 */
.list-table-dtl-l {
	padding: 2px;
	background-color: #FFFFFF;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	text-align: center;
	float: left;
}

/* 一覧テーブル詳細（右端） */
.list-table-dtl-r {
	padding: 2px;
	background-color: #FFFFFF;
	border-top: 0px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	text-align: center;
	float: left;
}

/* 一覧テーブル詳細（1行） */
.list-table-dtl-c {
	padding: 2px;
	background-color: #FFFFFF;
	border-top: 0px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	text-align: center;
	float: left;
}

/* 一覧テーブルヘッダー内のオブジェクト */
p.list-table-head {
	height: 15px;
	line-height: 15px;
}

/* 一覧テーブル詳細内のオブジェクト */
p.list-table-dtl {
	height: 22px;
	line-height: 22px;
}

/* 一覧テーブル詳細内のオブジェクト（入力オブジェクトなし） */
p.list-table-dtl-s {
	height: 15px;
	line-height: 15px;
}
