@charset "UTF-8";
/* 
index.css
*/

/* --------------------------------
#crumbNav
-------------------------------- */
#crumbNav {
	background: url(../img/indexcrumbbg.jpg) no-repeat 0 100%;
}
/* --------------------------------
#mainPanel
-------------------------------- */
#mainPanel {
	background: url(../img/indextoppanel.jpg) no-repeat 0 0;
	border: none;
	height: 183px;
	position: relative;
}
#mainPanel h2 {
	background: none;
}
#mainPanel p {
	padding: 10px 0 0 40px;
}
#mainPanel img {
	vertical-align: bottom;
}
#mainPanel ul {
	position: absolute;
		top: 121px;
		left: 166px;
}
#mainPanel ul li {
	float: left;
}

/* --------------------------------
-------------------------------- */
.smallttl {
	margin-top: 20px;
	padding-bottom: 2px;
}
/* --------------------------------
-------------------------------- */
#content .borderLink2 a {
	width: 425px;
}

