/* global ----------------------------------------------------------------------------------------------- */
html {
	height:100%;
}

body {
	background-color:#fafafa;
	margin:0px;
	padding:0px;
	height:100%;
}

/* MAIN ----------------------------------- */
body.menu {
	background-color:#fafafa;
	margin:0px;
	padding:0px;
}

div#container {
    width: 100%;
    margin:0px auto;
    position:relative;
    height: 100%;
    min-height: 100%;
}
body > #container {
        height: auto;
}
div#main {
    padding-bottom:25px;
}
#foot {
    position:absolute;
    bottom:0px;
    height:25px;
    width:100%;
}
/* ----------------------------------------- */


/* ENTER ----------------------------------- */
body.enter {
	background-color:#fafafa;
	margin:0px;
	padding:0px;
	background-image:("../img/enter/bg_main.jpg")
}

div#container_enter {
    width: 100%;
    margin:0px auto;
    position:relative;
    height: 100%;
    min-height: 100%;
}
body > #container_enter {
        height: auto;
}
div#main_enter {
    padding-bottom:25px;
}
#foot_enter {
    position:absolute;
    bottom:0px;
    height:25px;
    width:100%;
}
/* ----------------------------------------- */


body.content {
	background-image:("../img/common/bg_01.gif")
	margin:0px;
	padding:0px;
	height:100%;
}

table {
	font-family: "lr oSVbN", "Osaka";
	font-size: 12px;
	color: #333333;
	line-height: 120%;
}

.font_12_be {
	font-size: 12px;
	color: #00349a;
	font-weight: bold;
}

.font_12_red {
	font-size: 12px;
	color: #ff3300;
	font-weight: bold;
}

.font_12_blue {
	font-size: 12px;
	color: #000099;
}

.font_12_w {
	font-size: 12px;
	color: #ffffff;
}

.font_12_t {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.font_15_t {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}

.font_10_666666 {
	font-size: 10px;
	color: #666666;
}

.font_11_666666 {
	font-size: 11px;
	color: #666666;
	padding-top: 5px;
}

.font_12_666666 {
	font-size: 12px;
	color: #666666;
	padding-top: 3px;
}

.font_13_666666_b {
	font-size: 13px;
	color: #666666;
	font-weight: bold;
}

.font_12_006699 {
	font-size: 12px;
	font-weight: bold;
	color: #006699;
}

.font_11_006699 {
	font-size: 11px;
	color: #006699;
}

.font_10_ffffff {
	font-size: 10px;
	color: #ffffff;
	padding: 5px;
}

/* header
*******************************************************************************/
.toptext {
	font-size: 10px;
	color: #666666;
	padding: 5px 3px 0px 0px;
	text-align: right;
	background-color: #ebebeb;
}

.list {
	font-size: 10px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	text-align: left;
}



/* footer
*******************************************************************************/
.copyright {
	font-size: 10px;
	padding: 5px 0px 5px 0px;
	color: #ffffff;
	text-align: center;
}

.copyright_menu {
	font-size: 10px;
	padding: 5px 0px 5px 0px;
	color: #ffffff;
}

a:link.footer_menu {
	font-size: 10px;
	color: #666666;
}

a:visited.footer_menu {
	font-size: 10px;
	color: #666666;
}

a:active.footer_menu {
	font-size: 10px;
	color: #ff9900;
}

a:hover.footer_menu {
	font-size: 10px;
	color: #ff9900;
}

/* global-link
*******************************************************************************/
A:link {
	color: #3399ff;
}

A:visited {
	color: #3399ff;
}

A:active {
	color: #ff9900;
}

A:hover {
	color: #ff9900;
}
/* global ----------------------------------------------------------------------------------------------- */




