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

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

/*a {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #8FABBE;
}
a:visited {color: #8FABBE;}
a:active {color: #8FABBE;}
a:hover {color: #006699;}*/

a:link {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #0000DD;
}
a:visited { color: #006699;}
a:active { color:#EE7700;}
a:hover { color:#EE7700;}

#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: 3px;
	right: 90px;
	width: 200px;
}
#headlink h3 {
	margin: 0px;
	padding: 0px;
	float: left;
}
#headlink h3 a	{
	float: left;
	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_head_help_f2.gif); background-repeat: no-repeat; width: 85px;}
#headlink h3 a:hover.swap_h3_2 {background: url(../../common/global/btn_head_link_f2.gif); background-repeat: no-repeat; width: 50px;}
#headlink h3 a:hover.swap_h3_3 {background: url(../../common/global/btn_head_en_f2.gif); background-repeat: no-repeat; width: 65px;}
#headlink h3 a:hover img {visibility:hidden;}

#headhome {position: absolute; top: 3px; right: 20px;}
#headhome h3 {	margin: 0; padding: 0px; float: left; height: 18px;}
#headhome h3 a	{
	float: left;
	display:block;
	height: 18px;
	text-decoration:none;
}
#headhome h3 img	{border:none;}
#headhome h3 a:hover	{background-color:#CCCCCC;}
#headhome h3 a:hover.swap_h3_1 {background: url(../../common/global/btn_head_home_f2.gif) ;	background-repeat: no-repeat; width: 62px;}

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


#header {
	padding: 0px;
	/*height: 150px;*/
	width: 800px;
	position: relative;
	margin: auto;
	height: 23px;
	background-image: url(../global/bg_header.gif);
	background-repeat: no-repeat;
	background-color: #0055B5;
}
#sitelogo {
	width: 400px;
	position: absolute;
	top: 2px;
}

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

#sitelogo h1 a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}
#sitelogo h1 a:hover { color: #B2CDE2; }

/* ---------------path_blog--------------- */
#crumb {
	padding: 3px 0px;
	width: 760px;
	position: relative;
	margin: 0px;
	/*background:transparent;*/
}

#path {
	font-size: 10px;
	width: 100%;
	z-index: 0;
}
#path ul {
	/*margin: 0px;*/
	list-style: none;
	padding: 0px;
	white-space: nowrap;
	margin: 0px;
}

#path li {
	/*margin: 0px;*/
	width: auto;
	color: #808080;
	text-indent: 0.8em;
	white-space: nowrap;
	float: left;
	list-style: none;
	padding: 0em 0em 0em 0em;
	margin-left: 0.8em;
	border-left:1px solid #cccccc;
}

#path li a {
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
	color: #808080;
}

#path li a:hover{
	color: #4C4C4C;
}



#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;
	width: 760px;
	margin: auto;
	padding: 3px 0px 3px 0px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
	font-size: 10px;
}

#footernavi a { font-size: 10px;  text-decoration: none; }
#footernavi a:hover { }

#footer {
	position: relative;
	visibility: inherit;
	width: 790px;
	margin: auto;
	padding: 2px 0px 5px 5px;
}
#footer #copyright-left {
	font-size: 10px;
	float: left;
}
#footer #copyright-right img {
	float: right;
}
#MainContainer {
	padding: 0px;
	margin: 10px 0px;
}
#top_right_column #search {
	width: 135px;
}
#top_right_column form {
	margin: 0px;
	padding: 0px;
}

