@charset "utf-8";


/* pager
------------------------------------*/

#mainArea .pager {
	text-align:center;
	margin:0 0 20px 0;
}

#mainArea .pager span {
	display:inline-block;
	border:1px solid #ccc;
	padding:2px 8px;
	margin:0 8px 0 0;
}

#mainArea .pager a {
	display:inline-block;
	border:1px solid #ccc;
	padding:2px 8px;
	background:#cdd3e6;
	margin:0 8px 0 0;
	text-decoration:none;
}

#mainArea .pager a:hover {
	background:#001351;
	color:#FFFFFF;
	text-decoration:underline;
}

#mainArea .section p.title {
	font-size:150%;
	font-weight:bold;
	padding-top:5px;
}


/*table
-------------------------------------*/

#mainArea .section .daily_table01 {
	border:0 solid #FFFFFF;
	border-collapse:collapse;
	font-size:1em;
	line-height:1.6;
	width:670px;
}

#mainArea .section .daily_table01 caption {
	text-align:left;
}

#mainArea .section .daily_table01 th {
	background:none repeat scroll 0 0 #F9F9F9;
	border-color:#CCCCCC #CCCCCC #CCCCCC #FFFFFF;
	border-style:solid;
	border-width:1px 1px 1px 0;
	padding:5px;
	text-align:center;
}

#mainArea .section .daily_table01 th.date {
	border-color:#CCCCCC #FFFFFF #CCCCCC #CCCCCC;
	border-style:solid;
	border-width:1px 0 1px 1px;
	padding-left:10px;
	text-align:left;
}

#mainArea .section .daily_table01 th.no {
	padding-right:10px;
	text-align:right;
}

#mainArea .section .daily_table01 td {
	border:0 solid #FFFFFF;
	padding:10px 20px 5px;
}

#mainArea .section .daily .daily_table01 tr.disabled td {
	border:0 solid #FFFFFF;
	font-size:1px;
	padding:2px;
}

#mainArea .section .daily_table01 tr.disabled {
	border:0 solid #FFFFFF;
	font-size:1px;
	padding:2px;
}

#mainArea .section .check_btn {
	text-align:center;
}

/*page_list
-------------------------------------*/

table.page_list {
	margin-top:30px;
}

table.page_list tr td {
	width:250px;
}

table.page_list tr td.list {
	text-align:center;
	width:80px;
}

table.page_list tr td.left {
	text-align:right;
}

table.page_list tr td.right {
	text-align:left;
}


/*listMenu
-------------------------------------*/

#sideArea .section h3 {
	background:url("../../../images/common/bg_body.gif") repeat scroll 0 0 transparent;
	font-size:110%;
	font-weight:bold;
	padding:4px 10px 4px 0;
	margin:0 0 15px 0;
}

#sideArea .section h3 span {
	border-left:3px solid #DA0148;
	display:inline-block;
	padding:0 0 0 10px;
}

#sideArea .section #listMenu {
	margin:0 0 20px 0;
}

#sideArea .section #listMenu li {
	margin:0 0 10px 0;
}

#sideArea .section #listMenu li img {
	padding:0 5px 0 0;
}


