/* --------------------------------------------
 * event.css
 * イベントページデザインテーマ設定

 * Date: 2008/1/10   Update:2008/5/29
 * Auther: Shunsuke Ito
 * 適応範囲: イベントページ
 * -------------------------------------------- */

p.rei {
	text-align:right;
}

div.main {
	width:558px;
	margin:10px 0px;
}

div.main h3 {
	font-size:14px;
	color:#663300;
	padding:4px 8px;
	border-bottom: 1px solid #ccc;
	font-weight:bold;
	margin-bottom:1em;
	background-image:url(../imgs/bg_title.jpg);
}

div.section {
	margin-bottom:30px;
}

table.tbarea {
	width:556px;
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #CCC;
}

table.tbarea th,
table.tbarea td {
	padding:3px;
}

table.tbarea th {
	white-space:nowrap;
	font-weight:bold;
	border:1px solid #CCC;
	text-align:center;
	background-color:#EEE;
	background-image:url(../imgs/bg_tbarea.jpg)
}

table.tbarea th.u_col_shop {
	width: 18%;
}

table.tbarea th.u_col_theme {
	width: 34%;
}

table.tbarea th.u_col_date {
	width: 17%;
}

table.tbarea th.u_col_place {
	width: 17%;
}

table.tbarea th.u_col_status {
	width: 14%;
}

table.tbarea td {
	border-left: 1px dotted #DDD;
	border-bottom:1px solid #CCC;
	vertical-align:middle!important;
}

p.maru,
p.sankaku,
p.batsu {
	text-align:center;
	vertical-align:middle!important;
	font-size:22px!important;
	margin-bottom: 0.5em;
}

.maru { color:green; font-weight:bold;}
.sankaku { color:orange; font-weight:bold;}
.batsu { color:#666666; font-weight:bold;}
.batsutext { color:#666666; }

td.entry {
	text-align:center;
	vertical-align:middle!important;
}

table.tbsmform {
	width:556px;
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #CCC;
}

table.tbsmform thead th {
	background-color:#CCC;
	font-weight:bold;
	background-image:url(../imgs/bg_tbarea.jpg)
}


table.tbsmform th,
table.tbsmform td {
	padding:6px;
}

table.tbsmform th {
	white-space:nowrap;
	font-weight:bold;
	border:1px solid #CCC;
	text-align:left;
	background-color:#EEE;
}

table.tbsmform td {
	border-left: 1px dotted #DDD;
	border-bottom:1px solid #CCC;
}

table.tbsmform col.title {
	width: 150px;
}
table.tbsmform col.input {
	width: auto;
}


td.submit {
	padding:10px;
	text-align:center;
}

td.info {
	padding:10px!important;
	background-color:#FFFFEE;
	line-height:1.4;
}


a.entry {
	display:block;
	padding:2px;
	text-align:center;
	border:2px outset #CCC;
	width: 40px;
	font-weight:bold;
	color:#663300;
	text-decoration:none;
	background-color:#FBD09B;
	background-image:url(../imgs/bg_enter.jpg);
	font-size:12px;
	margin:auto;
}

a.submit {
	display:block;
	padding:4px;
	text-align:center;
	border:2px outset #CCC;
	width: 200px;
	font-weight:bold;
	color:#663300;
	text-decoration:none;
	background-color:#FBD09B;
	background-image:url(../imgs/bg_enter.jpg);
	font-size:14px;
	margin:auto;
}

a.return {
	float:left;
	display:block;
	padding:4px;
	text-align:center;
	border:2px outset #CCC;
	width: 60px;
	font-weight:bold;
	color:#666;
	text-decoration:none;
	background-color:#CCCCCC;
	font-size:12px;
	margin:auto;
}

input.submit {
	display:block;
	padding:4px;
	text-align:center;
	border:2px outset #CCC;
	width: 200px;
	font-weight:bold;
	color:#663300;
	text-decoration:none;
	background-color:#FBD09B;
	background-image:url(../imgs/bg_enter.jpg);
	font-size:14px;
	margin:auto;
}

input.return {
	float:left;
	display:block;
	padding:4px;
	text-align:center;
	border:2px outset #CCC;
	width: 60px;
	font-weight:bold;
	color:#666;
	text-decoration:none;
	background-color:#CCCCCC;
	font-size:12px;
	margin:auto;
}


a.entry:visited,
a.submit:visited {
	color:#663300;
}

a.entry:hover,
a.submit:hover {
	color:#FFF;
}

span.required {
	color:#FF3300;
	font-weight:normal;
}

ul.info {
	margin-top:0;
	margin-left:25px;
}

.binfo {
	font-weight:bold;
}

.tinfo {
	font-weight:bold;
	color:#CC3300;
}

.pinfo {
	margin:0 0 10 0;
}
