@charset "utf-8";

/*
==================================================

    CSS File Name - layout.css
    Last-updated: 2010-06-21
	
    +1: #header
	+2: #mainBody
   	+3: #footer

==================================================
*/

/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +1: #header
==================================================*/

div#header div#top {
	background: #7BB059;
}

div#header div#top p {
	color: #fff;
	font-size: 83%;
	width: 950px;
	padding: 5px 0 5px 12px;
	margin: 0 auto 0 auto;
}

div#header div#header_main {
	width: 940px;
	margin: 3px auto 5px auto;
	padding-left:10px;
}

div#header div#header_main div.right {
	width: 326px;
	font-size: 12px;
	float: right;
	display: inline;
	margin-top: 20px; 
}

html:not(:nth-child(n)) div#header div#header_main div.right { letter-spacing:-1px; }
html:not(:nth-child(n)) div#header div#header_main div.right , x:not(:target):-moz-system-metric(mac-graphite-theme) { letter-spacing:0; }

div#header div#header_main div.right dl {
	clear: both;
	/*width: 326px;*/
	width:350px;
}

div#header div#header_main div.right dl A {
	background: url(../images/cmn/ico_header.gif) left no-repeat;
	padding-left: 15px;
}

html:not(:nth-child(n)) div#header div#header_main div.right dl A { padding-left: 10px; }
html:not(:nth-child(n)) div#header div#header_main div.right dl A , x:not(:target):-moz-system-metric(mac-graphite-theme) { padding-left: 15px; }

div#header div#header_main div.right dl A:hover {
	text-decoration: none; 
}

div#header div#header_main div.right dt {
	
	width: 250px;
	float: left;
	display: inline;
	margin-bottom: 13px;
}

div#header div#header_main div.right dd {
	float: left;
	display: inline;
	margin-bottom: 13px;
}

div#header div#menu {
	background: url(../images/cmn/bg_menu.gif) repeat-x;
	margin-bottom: 5px;
}

div#header div#menu ul {
	text-align: center;
}

div#header div#menu ul li {
	display: inline;
}

div#header div#search {
	width: 950px;
	height: 45px;
	background: url(../images/cmn/bg_search.gif) repeat-x;
	border: 1px solid #EBEBEB;
	margin: 0 auto 15px auto;
	line-height: 45px;
	overflow: hidden;
}

div#header div#search p {
	font-weight: bold;
	background: url(../images/cmn/ico_search.gif) left no-repeat;
	padding-left: 30px;
	margin-left: 505px;
	float: left;
	display: inline;
}

div#header div#search select {
	font-size:12px;
	width: 150px;
	height: 20px;
	float: left;
	display: inline;
	margin: 12px;
}

div#header div#search input {
	margin: 12px 0 0 0;
}


/*----------------------------------------------------------------------*/



/*--------------------------------------------------
    +2: #mainBody
==================================================*/

div#mainBody{
	width: 952px;
	margin: 0 auto 0 auto;
}

div#mainBody p.position {
	margin: 0 0 0 25px;
	font-size: 10px;
	color: #4e2f1e;
}

div#mainBody p.position A { 
	color: #4e2f1e;
	text-decoration: none;
} 


div#mainBody p.position A:hover{ 
	color: #996633;
	text-decoration: none;
} 


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +3: #footer
==================================================*/

div#footer {
	height: 90px;
	background: url(../images/cmn/bg_footer.gif) repeat-x;
	padding-top: 12px;
}


div#footer div#inner {
	width: 930px;
	margin: 0 auto 0 auto;
	overflow: hiddenl;
	position: relative;
}

div#footer div#inner p#fp {
	color: #ffffff;
	font-size:9.5px;
	padding-left: 10px;
	margin-bottom: 7px;
}
div#footer div#inner h4 {
	float:left;
}
div#footer div#inner ul {
	font-size:12px;
	display:block;
	float:right;
	width:640px;
}
div#footer div#inner ul li {
	display:block;
	margin-right: 15px;
	float:left;
	height:22px;
}
div#footer div#inner ul#footer_ul_bottom li {
	margin-right: 25px;
}
div#footer div#inner ul li a,div#footer div#inner ul li a:hover {
	color:#FFFFFF;
}
div#footer div#inner ul li.li_end , div#footer div#inner ul#footer_ul_bottom li.li_end {
	margin-right: 0;
}

div#footer div#inner p#pageTop {
	width: 132px;
	height: 16px;
	background: url(../images/cmn/bg_pageTop.gif) no-repeat;
	text-align: center;
	position: absolute;
	top: -12px;
	right: 60px;
}
div#footer div#inner p#pageTop a {
	font-size:10px;
	line-height:12px;
	background: url(../images/cmn/ico_pageTop.gif) 0 0 no-repeat;
	padding-left: 15px;
}
div#footer div#inner p#pageTop a:hover {
	text-decoration: none;
}
div#footer div#inner address {
	color: #ffffff;
	font-size:10px;
	text-align: right;
	margin: 5px 20px 0 0;
}

/*----------------------------------------------------------------------*/

