body {
	margin: 0;
}

.right {
        background-color: #003491;
        border-color: #7f99c8;
        border-style: solid;
        border-width: 0px 1px 0px 1px;
        padding: 5px;
}
p { margin: 0; }


.t {
        font-family: Arial, Tahoma;
        font-size: 16px;
        color: #ffffff;
}

.news {
        font-family: Arial, Tahoma;
        font-size: 12px;
        color: #ffffff;
}

.pc {
        height: 280px;
        overflow: auto;
}

.bottom { font-family: Arial, Tahoma; font-size: 12px; color: #003491; text-decoration: none; }
a.bottom:link { font-family: Arial, Tahoma; font-size: 12px; color: #003491; text-decoration: none; }
a.bottom:visited { font-family: Arial, Tahoma; font-size: 12px; color: #003491; text-decoration: none; }
a.bottom:hover { font-family: Arial, Tahoma; font-size: 12px; color: #0068ff; text-decoration: underline; }

.cp { font-family: Arial, Tahoma; font-size: 10px; color: #ffffff; text-decoration: none; }
a.cp:link { font-family: Arial, Tahoma; font-size: 10px; color: #ffffff; text-decoration: none; }
a.cp:visited { font-family: Arial, Tahoma; font-size: 10px; color: #ffffff; text-decoration: none; }
a.cp:hover { font-family: Arial, Tahoma; font-size: 10px; color: #003491; text-decoration: underline; }

.sub_menu {
        position: absolute;
        width: 200px;
        padding: 0px;
        border: 0px;
}
.sub_box {
        background-color: #003491;

        border-style: solid;
        border-width: 1px;
        border-top-color: #B9CBEB;
        border-left-color: #B9CBEB;
        border-bottom-color: #011A48;
        border-right-color: #011A48;

        padding: 3px;
        width: 200px;
}
.subs { font-family: Tahoma, Arial; font-size: 12px; line-height: 14px; color: #ffffff; text-decoration: none; }
a.subs:link { font-family: Tahoma, Arial; font-size: 12px; line-height: 14px; color: #ffffff; text-decoration: none; }
a.subs:visited { font-family: Tahoma, Arial; font-size: 12px; line-height: 14px; color: #ffffff; text-decoration: none; }
a.subs:hover { font-family: Tahoma, Arial; font-size: 12px; line-height: 14px; color: #c0c0c0; text-decoration: none; }


#NAV_MENU {
	clear: left;
	position: absolute;
	top: 33px;
	z-index: 9;
}

        #NAV_MENU .menuDiv {
                position: absolute;
                visibility: hidden;
		z-index: 10;
                width: 200px;

		padding: 0;
		border: 0;
                color: #ffffff;
                text-align: left;
        }

        #NAV_MENU .menuDiv div {
		background-color: #003491;

		border-style: solid;
		border-width: 1px;
		border-top-color: #B9CBEB;
		border-left-color: #B9CBEB;
		border-bottom-color: #011A48;
		border-right-color: #011A48;

		padding: 3px;
		width: 200px;
        }

        #NAV_MENU .menuDiv a, #NAV_MENU .menuDiv a:link, #NAV_MENU .menuDiv a:visited {
		font-family: Tahoma, Arial;
		font-size: 12px;
		line-height: 14px;
		color: #ffffff;
		text-decoration: none;
        }

        #NAV_MENU .menuDiv a:active, #NAV_MENU .menuDiv a:hover {
		font-family: Tahoma, Arial;
		font-size: 12px;
		line-height: 14px;
		color: #c0c0c0;
		text-decoration: none;
        }


