@charset "Shift_JIS";
/* CSS Document */

body {
	font:90% verdana,arial,helvetica,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	line-height:1.5em;
	color:#333;
	background:#DA3011;
}

a {
	color: #3D92D4;
	text-decoration:none;
}

a:visited {color:#3D92D4;}
a:hover {color: #31B0EF;}
a:active { color:#31B0EF;}

*{
	margin:0;
	padding:0;
}

/* ----------container-------------- */
#container {
	width: 610px;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	margin-bottom:10px;
}

.waku_ue{
	height:22px;
	background:url(../20th/img/waku_ue.gif) no-repeat bottom;
}

.waku_naka{
	background:url(../20th/img/waku_naka.gif) repeat-y;
}

.waku_sita{
	height:22px;
	background:url(../20th/img/waku_sita.gif) no-repeat top;
}

.title{
		width:474px;
		margin:0 auto;
}

.box01{
	width:500px;
	margin:0 auto;
	padding:10px 0;
	background-image: url(../20th/img/logo.gif);
    background-repeat: no-repeat;   
    background-position: center; 
}


/* ----------テーブル-------------- */

table.table010 {
	width: 500px;
	border-collapse: collapse;
	font-size: 100%;
}
table.table010 caption {
	margin-top: 1em;
	text-align: left;
}
table.table010 th,
table.table010 td {
	padding: 4px 6px;
	border-bottom:dotted 1px #CCC;
}
table.table010 th {
	background: #C6A944;
	text-align: center;
	white-space: nowrap;
	color: #FFF;
}
table.table010 td.course {
	text-align: center;
	font-size: 120%;
	font-weight: bolder;
}
table.table010 td.time,
table.table010 td.fee {
	text-align: right;
	white-space: nowrap;
}


