@charset "shift_jis";
body {
	margin: 0px;
	color: #333;
	font-size: 0.8em;
	background-color: #ffffff;
}

a, a:link, a:visited{ color: #003399; }
a:hover { color: #990000; }

/*強調文字*/
em {
	color: #000000;
	font-style: normal;
	font-weight: bold;
}

/*最大人数色*/
strong.s0 { color: #339933 } /*記号01*/
strong.s1 { color: #cc3333 } /*記号02*/
strong.s2 { color: #0066cc } /*記号03*/
strong.s3 { color: #9933cc } /*記号04*/
strong.s4 { color: #ff33ff } /*記号05*/

/*太字*/
.bold { font-weight: bold; } 

/*メイン画面見出し、各フォーム画面見出し*/
h1 {
	margin: 0px;
	color: #333;
	font-size: 24px;
	text-align: center;
}

/*メイン画面イベント見出し*/
h2 {
	margin: 0px;
	padding: 3px 7px;
	font-size: 1.2em;
	background: #CC0000;
	color: #FFFFFF;
}

/*イベント情報部分と登録データ表示部の区切り*/
hr {
	width: 80%;
	display: none;
}

hr.data-partition{ 
	margin-top: 12px;
	margin-bottom: 12px;
}
hr.kugiri{
	display: display;

}

/* 個別スケジュール削除画面の区切り */
#delsch hr { width: 100% }

#evtbox {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	width: 660px;
}
/* 登録ボタンなどナビ部分 */

#navi{
	font-size: 1.2em;
	margin: 15px 10px 0px;
	padding: 5px;
	font-weight: bold;
	color: #CC0000;
}
#navi a {
	text-decoration: none;
	color: #000000;
	background: url(icon-bord.gif) no-repeat;
	padding: 1px 2px 4px 20px;
	margin-right: 8px;
}
#navi a:visited {
	color: #000000;
	text-decoration: none;
}
#navi a:hover {
	color: #CC0000;
	text-decoration: underline;
}




/*メイン画面のイベント情報部分および各フォーム画面の説明部の枠*/
#information {
	margin: 0px auto 15px;
	line-height: 150%;
	padding: 10px;
	text-align: left;
	background-color: #fff;
}

/*メイン画面のイベント情報部枠内の記事部*/
#information p { margin-left: 12px; }

/*各フォーム画面の説明部枠内の記事部のリスト*/
#information ul { 
	margin: 0px; 
	padding: 0px 0px 0px 12px;
}

/*イベント設定「データ削除」「各処理画面へ移動」の説明部*/
#information dt { 
	background: #eee; 
	color: #000;
	padding: 3px;
}

#information dd { margin-bottom: 6px; }

/*入力エリアの幅*/
input,
select { font-size: 12px; }
.input-width { width: 500px; } /*コメント*/
.input-width-m { width: 403px; } /*追加項目欄タイトル用*/
.input-width-s { width: 150px; } /*名前、パスワード*/

/*メイン画面の登録データ表示テーブル*/
table#main {
	margin:3px auto 12px auto;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

/*メイン画面の登録データ表示テーブルの見出しセル*/
#main th {
	background-color: #CC0000;
	padding: 5px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	color: #FFFFFF;
}

/*メイン画面の登録データ表示テーブルのデータセル*/
#main td { 
	background-color: #fff;
	padding: 5px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

/*メイン画面の登録データ表示テーブルの集計部セル*/
tr.total td{ border-top: 1px solid #ccc; }

/*イベント登録、データ登録画面の登録データ、イベント設定画面の「各処理画面へ移動」用表示テーブル*/
table.admin, table#entry, table.move-page { 
	margin:0px auto 10px auto;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}


table.admin { width: 680px; }

table.admin caption { 
	margin:0px auto;
	padding: 5px;
	text-align: left; 
	background: #eee;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	font-weight: bold;
}

/*イベント登録、データ登録画面の登録データ表示テーブルの見出しセル*/
.admin th, #entry th, .move-page th { 
	background-color: #eee;
	padding: 5px;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: left;
	vertical-align: top;
}

th.add-cell { width: 100px; }
th.add-cell-top, td.add-cell-top { 
	border-top: 1px solid #999;
}

/*イベント登録、データ登録画面の登録データ表示テーブルのデータセル*/
.admin td, #entry td, .move-page td { 
	background-color: #eee;
	padding: 5px;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999; 
	text-align: left;
}

/*イベント日決定画面のチェックボックス部を囲むBOX*/
div#check-box{
	width: 450px;
	margin: 0px auto;
	text-align: left;
}

/*イベント登録画面のチェックボックス部*/
p.ch-box{ 
	margin: 0px; 
	line-height: 100%;
}

/*メイン画面で記号と意味を表示*/
ul#mark { 
	padding: 0px;
	margin: 0px;
}

/*メイン画面で記号と意味を表示*/
ul#mark li{ 
	display: inline;
	margin: 0px;
	padding: 0px 12px;
	font-weight: bold;
}

/*登録データ個別削除画面のBOX部*/
#del{ 
	margin: 0px auto;
	padding: 0px 10px 10px 10px;
	width: 600px; 
	text-align: left;
	border: 1px solid #999;
	background-color: #fff;
}

#del p#del-info {
	border-bottom: 1px solid #ccc;
	padding: 12px;
}

.checklist{ 
	border-bottom: 1px solid #eee;
	margin: 6px 0px 0px 0px;
}

/*インプットフォーム（チェックボックスと文字の位置を合わせるため設定）*/
input { vertical-align: middle; }

/* イベント設定画面のテーブル内センタリング設定 */
th.center,
td.center,
p.center { text-align: center; }

/* イベントリスト（メイン）画面のページトップへのリンク部 */
p.pagetop { 
	text-align: right;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

/*------------
簡易掲示板用
-------------*/
/*BBSの一番外のBOX*/
div#bbs-outbox{
	background: #DBDBDB;
	padding: 0px 0px 12px;
	margin: 0px auto;
	text-align: center;
	width: 660px;
}

/*BBSタイトル*/
h3 {
	margin: 0px;
	padding: 12px 0px 3px 0px;
	font-size: 18px;
	text-align: center;
}

/*BBSタイトル以下のフォーム、テーブルを囲むBOX*/
div#bbs-innrbox{
	width: 600px;
	padding: 0px;
	margin: 0px auto;;
	text-align: left;
}

/*投稿キーの縦位置*/
div#bbs-innrbox img { vertical-align: bottom; }


/*投稿フォームのテーブル*/
table#bbs-form-table{ margin: 0px 0px 0px 10px; }

th,td { 
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

/*BBS投稿者名、本文を囲むBOX*/
div#bbs {
	width: 578px;
	margin: 12px 0px;
	border: 1px solid #999;
	line-height: 150%;
	padding: 10px;
	text-align: left;
	background-color: #fff;
}

/*投稿者名と投稿時間*/
h4 {
	margin: 0px;
	padding: 0px;
}

/*投稿No*/
span.entry-number { 
	color: #036; 
	font-weight: normal; 
}

/*投稿本文*/
div#bbs p {
	padding: 0px 0px 6px 12px;
	margin: 0px 0px 18px 0px;
	border-bottom: solid 1px #ccc;
}

/*ページ切替えナビ*/
p#page-navi { 
	margin: 0px 0px 0px 12px; 
	padding: 0px; 
}

noscript { 
	color: #c00; 
	margin-left: 12px;
}
p.chui {
	color: #5B8888;
	text-align: center;
	font-size: 0.9em;
}

