@charset "UTF-8";

/*------------------------------------------------------------------------------
	CSS Info.

	style for all page
------------------------------------------------------------------------------*/



/* header
----------------------------------------------------*/
div#header h1 {
	position: absolute;
	width: 360px;
	height: 48px;
	background: url(../img/logo.gif) no-repeat;
	top: 10px;
	left: 0;
}

div#header dl.fontResize dd {
    background: url("../img/bg_btn-fontsize.gif") no-repeat scroll left top transparent;
    float: left;
    height: 18px;
    overflow: hidden;
}
#header dl.fontResize li.fontS a {
    background: url("../img/bg_btn-fontsize.gif") no-repeat scroll 0 -18px transparent;
}
#header dl.fontResize li.fontS a:hover {
    background: url("../img/bg_btn-fontsize.gif") no-repeat scroll 0 -18px transparent;
}
#header dl.fontResize li.fontM a:hover {
    background: url("../img/bg_btn-fontsize.gif") no-repeat scroll -23px -18px transparent;
}
#header dl.fontResize li.fontL a:hover {
    background: url("../img/bg_btn-fontsize.gif") no-repeat scroll -46px -18px transparent;
}

div#header ul#utilityNav {
    position: absolute;
    right: 65px;
    top: 10px;
    width: 300px;
}

#header dl#siteSearch {
	width: 250px;
}


/* list
---------------------------------------------------*/
dl.news {
	margin-bottom: 1em;
	margin-left: 20px;
}

dl.news dt {
	font-weight: bold;
}