a{ color: #003399; text-decoration: underline; }
a:active{ color: #ff0000; text-decoration: none; }
a:hover{ color: #3366cc; text-decoration: none; }

*{
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}

body{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN",osaka;
	font-size: 12px !important;
	font-size: 80%;
	line-height: 120%;
	color: #333333;
	background: url(../images/head_bg.gif) repeat-x;
}

.container{
	margin: 0 auto;
	width: 640px;
}

.container #head{
	height: 65px;
}

.container .logo{
	float: left;
}

.container .tagline{
	float: left;
	color: #e0e9f1;
	position: relative;
	top: 27px;
	left: 19px;
}

.container .main{
	clear: both;
}

.container .main .navi{
	width: 140px;
	background-color: #eeeeee;
	float: left;
	padding-top: 1px;
}

.container .main .navi ul{
	width: inherit;
	list-style-type: none;
	margin: 0;	/* DW preview only... */
}

.container .main .navi ul li{
	margin-bottom: 1px;
	background-color: #ffffff;
	background-image: url(../images/navi_arrow_off.gif);
	background-repeat: no-repeat;
}

.container .main .navi ul li a{
	color: #336699;
	display: block;
	width: 110px;
	padding: 7px 5px 7px 25px;
	font-weight: bold;
	text-decoration: none;
}

.container .main .navi ul li a:hover{
	color: #ffffff;
	background-color: #336699;
	background-image: url(../images/navi_arrow_on.gif);
	background-repeat: no-repeat;
}

.container .main .navi ul li.current a{
	background-color: #ffffff;
	background-image: url(../images/navi_arrow_current_off.gif);
	background-repeat: no-repeat;
}

.container .main .navi ul li.current a:hover{
	background-color: #336699;
	background-image: url(../images/navi_arrow_current_on.gif);
	background-repeat: no-repeat;
}

.container .main .content{
	width: 492px;
	float: left;
	margin-left: 8px;
}

.container .main .content .auth{
	width: 460px;
	text-align: right;
	color: #999999;
	font: 80% Arial;
}

.container #foot{
	clear: both;
	padding-top: 7px;
	width: inherit;
}

.container #foot #copyright{
	border-top: 1px solid #999999;
	padding: 2px 0;
	color: #999999;
	font-size: 80%;
}

.clear{
	clear: both;
}


