@charset "utf-8";

/*
===== CONTENTS =====

	Title:common.css
	Last-updated: 2008/08/22
	Auther:colletomo.com
	Outline:共通項目

====================
*/

@import url("fonts.css");
@import url("common.css");
@import url("com.css");


/* :レイアウト
---------------------------------------------------- */
body {
	text-align: center;
	background:#e2e2e2;
}


div#container {
	margin: 0 auto 0;
	background:#fff;
	border-top:5px solid #000066;
	width:700px;
	text-align: center;
	_height:1%;
}


/* :header
---------------------------------------------------- */
#header{
	width:650px;
	height:58px;
	text-align:left;
	margin:0 auto 20px;
	position:relative;
	padding-top:15px;
}


/*logo*/
#ci a{
	position:absolute;
	top:10px;
	left:0;
	text-decoration:none;
	border:none;
	display:block;
	text-indent:-9999px;
	height:48px;
	width:350px;
	background:url(../imgs/theme/logo.gif) no-repeat 0 0;
}

.headline{
	margin-bottom:12px;
	text-align:left;
}


/* :content
---------------------------------------------------- */
#content{
	width:650px;
	margin:auto;
	text-align:center;
}


/* :footer
---------------------------------------------------- */
#footer {
	clear:both;
	text-align:center;
	background: #000066;
	padding:5px;
	margin-top:20px;
}

#footer p{
	color:#fff;
}

/* :デザイン
---------------------------------------------------- */
.scheduleTxt{	
	text-align:left;
	margin-top:20px;
}

em.red{
	font-style:normal;
	font-weight:bold;
	color:#FF0000;
}

/*tableデザイン*/
div.base_table table {
	border-spacing:2px;
	border-collapse:separate;
	empty-cells:show;
	border:solid #e5e3d4 1px;
	background:#f3f1e2;
	margin:0 0 0 5px;
}

div.base_table table th,
div.base_table table td{
	line-height:1.5;
}

div.base_table table th{
	background:#ddd9b8;
	/*width:189px;*/
	font-weight:bold;
	border:1px solid #bfbb9e;
	padding:8px 10px 8px 10px;
}

div.base_table table th.total{
	background:#d3d0bd;
	border:1px solid #bcbaab;
}

div.base_table table td{
	background:#fff;
	border:1px solid #e4dfbf;
	/*width:384px;*/
	padding:8px;
	text-align:left;
}

div.base_table table caption{
	caption-side:bottom;
	text-align:right;
	font-size:93%;
	padding:5px 0 0 0;
}

/* テーブルロールオーバーエフェクト */
tr.even td{background:#e5f1f4;}
tr.odd td{background:#f8fbfc;}

th.over, tr.even th.over, tr.odd th.over{background:#4a98af;}
th.down, tr.even th.down, tr.odd th.down{background:#bce774;}
th.selected, tr.even th.selected, tr.odd th.selected{}

td.over, tr.even td.over, tr.odd td.over{background:#ecfbd4;}
td.down, tr.even td.down, tr.odd td.down{background:#bce774;color:#fff;}
td.selected, tr.even td.selected, tr.odd td.selected{background:#bce774;color:#555;}

/* use this if you want to apply different styleing to empty table cells*/
td.empty, tr.odd td.empty, tr.even td.empty{background:#fff;}
