@charset "utf-8";
/* CSS Document */

/* override */

#contents {
	width:625px;
	float:left;
}

#sideBar {
	width:240px;
	float:right;
}

/* override */

/*
	#topics
*/
#topics {
	position:relative;
}
	#topics h2 {
		margin-bottom:10px;
	}
	#tabList {
		position:absolute;
		top:20px; right:0;
	}
		#tabList li {
			float:left;
			display:inline-block;
			/display:inline;
			/zoom:1;
			margin-left:5px;
		}
			#tabList li a {
				background:#fff;
				text-decoration:none;
				padding:3px 5px;
				line-height:1.1;
			}
			#tabList li.plan a {
				border:1px solid #AB4A94;
				color:#AB4A94;
			}
				#tabList li.plan a:hover {
					background:#AB4A94;
				}
				#tabList li.plan a.ov {
					background:#AB4A94;
				}
			#tabList li.news a {
				border:1px solid #62999E;
				color:#62999E;
			}
				#tabList li.news a:hover {
					background:#62999E;
				}
				#tabList li.news a.ov {
					background:#62999E;
				}
			#tabList li.event a {
				border:1px solid #AB944A;
				color:#AB944A;
			}
				#tabList li.event a:hover {
					background:#AB944A;
				}
				#tabList li.event a.ov {
					background:#AB944A;
				}
				#tabList li a:hover {
					color:#fff;
				}
				#tabList li a.ov {
					color:#fff;
				}
	#topics .border {
		border:2px solid #D9D9D9;
		padding:12px 15px;
		min-height:239px;
		height:auto !important;
		height:239px;
	}
		#topics .border table {
			width:100%;
		}
			#topics .border table tr.first th,
			#topics .border table tr.first td {
				border-top:none;
			}
			#topics .border table th {
				width:70px;
				border-bottom:1px dotted #D9D9D9;
				vertical-align:top;
				padding:3px 0;
			}
			#topics .border table td {
				border-bottom:1px dotted #D9D9D9;
				vertical-align:top;
				padding:3px 0;
			}
		
/*
	#btnList
*/
#btnList {
	margin:40px 0;
	margin-left:-12px;
	width:912px;
}
	#btnList li {
		float:left;
		margin-left:12px;
		display:inline;
	}
	
/*
	#indexNavi
*/
#indexNavi {
	margin:40px 0;
}
	#indexNavi dt {
		padding:0 0 3px 20px;
	}
	#indexNavi dd {
		color:#4E3333;
		background:#F2F2DC;
		border:1px solid #C2C2B1;
		padding:15px 20px;
	}
