/**@import url("navi.css");**/

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: small;
	background-color: #FEF4CB;
	line-height: 140%;
	color: #4C4C4C;
}

a {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #808080;
}

/*a:hover{color: #4C4C4C;}*/

#container_bg {
	margin: auto;
	padding: 0px;
	width: 820px;
	background-image: url(../global/bg_container.gif);
	background-repeat: repeat-y;
}

#container_top {
	margin: auto;
	padding: 0px;
	width: 820px;
	background-image: url(../global/bg_container_top.gif);
	background-repeat: no-repeat;
	height: 20px;
}

#container {
	margin: auto;
	padding: 0px;
	width: 760px;
	position: relative;
}

/************* headlink styles ****************/

#headlink {position: absolute; top: 0px; right: 0px; width: 100px;}
#headlink h3 {	margin: 0px; padding: 0px; float: left; width: 100px; height: 18px;}
#headlink h3 a	{float: left;display:block; height: 18px;text-decoration:none;}
#headlink h3 img	{border:none;}

#headlink h3 a:hover	{background-color:#CCCCCC;}
#headlink h3 a:hover.swap_h3_1 {background: url("../../common/global/btn_contact_f2.gif") no-repeat;}
#headlink h3 a:hover.swap_h3_2 {background: url("../../common/global/btn_contact_f2.gif") no-repeat;}

#headlink h3 a:hover img {visibility:hidden;}


#header {
	padding: 0px;
	/*height: 150px;*/
	width: 760px;
	position: relative;
	margin: 0px;
	height: 18px;
}
#sitelogo {
	position: relative;
	width: 650px;
}

#sitelogo h1 {
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#sitelogo h1 a {
	color: #666666; text-decoration: none; }
#sitelogo h1 a:hover { color: #333333; }


#pegeup {
	text-align: right;
	font-style: normal;
	color: #808080;
	margin: 5px 10px 10px 10px;
	font-size: x-small;
	font-weight: normal;
}

#pegeup a {
	line-height: 100%;
	font-weight: normal;
	text-decoration: none;
	color: #808080;
}

#pegeup a:hover{
	color: #4C4C4C;
}


#container_btm {
	margin: auto;
	padding: 0px;
	width: 820px;
	background-image: url(../global/bg_container_btm.gif);
	background-repeat: no-repeat;
	height: 20px;
}

#footernavi {
	position: relative;
	visibility: inherit;
	width: 800px;
	margin: auto;
	padding: 3px 0px 3px 0px;
	font-size: x-small;
}

#footernavi a { color: #693232; text-decoration: none; }
#footernavi a:hover { color: #c07474; }

#footer {
	position: relative;
	visibility: inherit;
	width: 790px;
	margin: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding: 2px 0px 5px 5px;
	font-size: x-small;
	font-weight: normal;
}
#MainContainer {
	margin: 15px 0px 10px 0px;
	width: 760px;
}

