@charset "UTF-8";

/*------------------------------------------------------------------------------
	CSS Info.

	style for all page
------------------------------------------------------------------------------*/


/*	Global Layout
----------------------------------------------------*/
body {
	border-top: #F00 solid 1px;
	background-color: #f4e8d9;
}

div#wrapper {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/share/bg_cont.gif) repeat-y;
}

div#contents {
	clear: both;
	width: 860px;
	margin: 10px auto;
}

div#main{
	float: right;
	width: 620px;
}

div#sub{
	float: left;
	width: 220px;
}


/* header
----------------------------------------------------*/
div#header{
	position: relative;
	height: 80px;
	width: 860px;
	margin: 0 auto;
}

div#header h1 {
	position: absolute;
	width: 360px;
	height: 48px;
	background: url(../img/share/logo.gif) no-repeat;
	top: 10px;
	left: 0;
}

div#header h1 a {
	display: block;
	width: 360px;
	height: 48px;
	text-decoration: none;
	text-indent: -9877em;
	line-height: 0;
	overflow: hidden;
}

div#header ul#utilityNav {
	position: absolute;
	width: 300px;
	top: 10px;
	right: 65px;
}

div#header ul#utilityNav li {
	display: inline;
}

div#header dl.fontResize {
	position: absolute;
	top: 10px;
	right: 0;
}

div#header dl.fontResize dt {
    float: left;
    margin: 0 4px 0 0;
}

div#header dl.fontResize dt img {
    vertical-align: top;
}

div#header dl.fontResize dd {
    background: url("../img/share/bg_btn-fontsize.gif") no-repeat scroll left top transparent;
    float: left;
    height: 18px;
    overflow: hidden;
}

div#header dl.fontResize li {
    float: left;
    font-size: 6px;
    height: 18px;
    margin-right: 4px;
    vertical-align: bottom;
    width: 19px;
}

div#header dl.fontResize li a {
    display: block;
    height: 0 !important;
    line-height: 18px;
    overflow: hidden;
    padding-top: 18px;
    text-decoration: none;
    vertical-align: bottom;
    width: 19px;
}

#header dl.fontResize li.fontS a {
    background: url("../img/share/bg_btn-fontsize.gif") no-repeat scroll 0 -18px transparent;
}
#header dl.fontResize li.fontS a:hover {
    background: url("../img/share/bg_btn-fontsize.gif") no-repeat scroll 0 -18px transparent;
}
#header dl.fontResize li.fontM a:hover {
    background: url("../img/share/bg_btn-fontsize.gif") no-repeat scroll -23px -18px transparent;
}
#header dl.fontResize li.fontL a:hover {
    background: url("../img/share/bg_btn-fontsize.gif") no-repeat scroll -46px -18px transparent;
}

#header dl#siteSearch {
	clear: both;
	width: 200px;
	position: absolute;
	top: 30px;
	right: 0;
}

#header dl#siteSearch dt {
	visibility: hidden;
}



/* navigation
----------------------------------------------------*/
div#gNav {
	margin-bottom: 2em;
}

div#gNav ul {
	border-bottom: #ec904f dotted 1px;
}

div#gNav ul li {
	background: url(../img/share/icon_menu.gif) no-repeat left center;
	border-top: #ec904f dotted 1px;
	line-height: 1;
}

div#gNav ul li a {
	display: block;
	padding: 8px 10px 8px 20px;
	line-height: 1;
}

div#banner li {
	text-align: center;
	margin-bottom: 1em;
}

div#sub p img {
	width: 130px;
}



/* footer
----------------------------------------------------*/
div#footer {
	clear: both;
	width: 860px;
	height: 80px;
	margin: 0 auto;
	border-top: #ec904f dotted 1px;
	position: relative;
}

div#footer p#fNav {
	position: absolute;
	top: 10px;
	left: 0;
}

div#footer p.copyright {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 12px;
}




/* Site Search
----------------------------------------------------*/
div#searchList {
	width: 620px;
}