*{
	margin:0;
	padding:0;
}

html{
	height:100%;
}
img{ border:0px; }

body{
	background-color:#fff;
	height:100%;
	margin:0px auto;
	color:#666;
	font-size:12px;
	line-height:1.5em;
}

a:link{    color:#527fff; font-style:normal; text-decoration:none; }
a:visited{ color:#527fff; font-style:normal; text-decoration:none; }
a:hover{   color:#527fff; font-style:normal; text-decoration:underline; }



#container{
	position:relative;
	border-width:0px;
	height:100%;
	min-height:100%;
}
body > #container { height:auto; }

.container-margin { margin:0px 0px 50px 0px; } 
.c-both { clear:both; }

#contents{ width:906px; _width:926px; text-align:left; }

/* header */
#head{
	background-image:url("../img/head_bg.gif");
	background-repeat:no-repeat;
	width:904px;
	height:86px;
	text-align:right;
	padding:0px 0px 0px;
}
.menu_box{ font-size:10pt; width:544px; height:16px; float:right; padding:32px 11px 0px 0px; text-align:right; }
.menu_bt_box{ width:544px; height:38px; float:right; text-align:left; }

.menu_box a:link{    color:#000; font-style:normal; text-decoration:none; }
.menu_box a:visited{ color:#000; font-style:normal; text-decoration:none; }
.menu_box a:hover{   color:#f00; font-style:normal; text-decoration:underline; }


/* footer */
#foot{
	text-align:center;
	position:absolute;
	bottom:0;
	width:100%;
	height:70px;
	border-top:0px solid #888;
	color:#334;
}
#foot hr{
	width:904px;
	height:8px;
	border:solid thick; 
	border-width:1px;
	border-color:#fff;
	color:#2445a2;
	background:#2445a2;
}

