@charset "EUC-JP";


/*=====INDEX.PHP start================================================== */

.main_img {
	margin-bottom: 10px;
}

.title_bar1 {
	background: url("./image/title_bar.gif") no-repeat;
	padding: 5px 0px 5px 10px;
	text-align: left;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}

.txt_box {
	font-size: 14px;
	color: #606060;
	line-height: 20px;
	margin-bottom: 20px;
}

.topics_box {
	width: 510px;
	margin-bottom: 20px;
}

.box_box {
	background: #525252 url("./image/topi_bg.jpg") no-repeat;
	padding: 10px 12px 1px 12px;
}

.topics_table {
	width: 486px;
	margin-bottom: 10px;
}

.block_td {
	width: 18px;
	vertical-align: top;
	text-align: center;
	line-height: 14px;
}

.date_td {
	width: 90px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 14px;
	vertical-align: top;
	text-align: center;
}

.topics_td {
	vertical-align: top;
	font-size: 14px;
	color: #D2FF17;
}

.line {
	margin-bottom: 15px;
}

.calender_head {
	width: 510px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background: url("./image/calender_head.gif") no-repeat;
	padding: 7px 0px 4px 0px;
}

.moth {
	font-size: 23px;
	line-height: 28px;
}

.calender_table {
	width: 510px;
	margin-bottom: 10px;
	text-align: center;
	border: 1px solid #6BBA00;
}

.calender_day {
	width: 50px;
	height: 30px;
	background: #6BBA00;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

.calender_week {
	width: 50px;
	background: #6BBA00;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

.calender_work1 {
	width: 130px;
	background: #6BBA00;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

.calender_work2 {
	width: 130px;
	background: #6BBA00;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

.calender_jump {
	width: 150px;
	background: #6BBA00;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

.week_day {
	width: 50px;
	height: 30px;
	color: #666666;
	font-size: 16px;
	border-bottom: 1px solid #6BBA00;
	border-right: 1px solid #6BBA00;
}

.saturday {
	width: 50px;
	height: 30px;
	color: #0099FF;
	font-size: 16px;
	border-bottom: 1px solid #6BBA00;
	border-right: 1px solid #6BBA00;
}

.sunday {
	width: 50px;
	height: 30px;
	color: #FF0000;
	font-size: 16px;
	border-bottom: 1px solid #6BBA00;
	border-right: 1px solid #6BBA00;
}

.worker {
	width: 130px;
	color: #666666;
	font-size: 16px;
	border-bottom: 1px solid #6BBA00;
	border-right: 1px solid #6BBA00;
}

.link_td {
	width: 150px;
	color: #666666;
	font-size: 16px;
	border-bottom: 1px solid #6BBA00;
	border-right: 1px solid #6BBA00;
}

.paging_box {
	width: 510px;
	text-align: center;
	margin-bottom: 15px;
}


a.topics_link {
	text-decoration: underline;
	color: #D2FF17;
	border: 0px;
}

a.topics_link:visited {
	text-decoration: underline;
	color: #D2FF17;
	border: 0px;
}

a.topics_link:active {
	text-decoration: underline;
	color: #D2FF17;
	border: 0px;
}

a.topics_link:hover {
	text-decoration: none;
	color: #D2FF17;
	border: 0px;
}


