html
{
	overflow-y: scroll;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
}

body
{
	margin: 0px;
	padding: 0px;
}

div#container_left
{
	background-image: url(/images/left_bar.png);
	background-position: top left;
	background-repeat: repeat-y;
	overflow: hidden;
	
}

div#container_right
{
	background-image: url(/images/right_bar.png);
	background-position: top right;
	background-repeat: repeat-y;
	overflow: hidden;
}

div#content_pane
{
	padding-left: 24px;
	padding-right: 24px;
}

div#masthead
{
	position: relative;
	z-index: 3000;
	height: 115px;
}

div#masthead_main
{
	background-image: url(/images/masthead_background.jpg);
	background-repeat: no-repeat;
	height: 90px;
}

img#masthead_logo
{
	position: absolute;
	top: 5px;
	left: 5px;
}

img#masthead_reels
{
	position: absolute;
	top: 4px;
	right: 30px;
	z-index: 1500;
}

div#masthead_menu
{
	font-weight: bold;
	background-image: url(/images/menu_bar_background.png);
	height: 25px;
	color: white;
	padding-left: 0px;
	position: absolute;
	top: 90px;
	width: 100%;
}

div.top_menu
{
	float: left;
	margin-right: 5px;
	height: 15px;
	padding: 0px;
	position: relative;
	z-index: 2000;
}

a.top_menu
{
	color: white;
	text-decoration: none;
	display: block;
	float: left;
	height: 15px;
	padding: 5px;
	padding-left: 5px;
}

a.top_menu:hover
{
	background-color: #CC0000;
}

div.drop_down, div#menu_highlight
{
	font-weight: normal;
	line-height: 150%;
	position: absolute;
	z-index: 1000;
}

td.drop_down_main
{
	font-weight: normal;
	background-color: #CC0000;
	padding: 5px;
	line-height: 150%;
	padding-right: 13px;
}


td.drop_down_bottom
{
	height: 8px;
	background-image: url(/images/shadowing/bottom.png);
}
	
td.drop_down_right
{
	width: 8px;
	background-image: url(/images/shadowing/right.png);
}

td.drop_down_corner
{
	width: 8px;
	height: 8px;
	background-image: url(/images/shadowing/corner.png);
}

td#stretch
{
	background-color: #CC0000;
}

a.menu_item
{
	color: white;
	text-decoration: none;
	text-align: left;
}

a.menu_item:hover
{
	text-decoration: underline;
}


div#content
{
	background-color: white;
	padding: 5px;
}

div#footer
{
	clear: both;
	background-color: #CCCCCC;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	overflow: hidden;
	font-size: 80%;
}

div.kourou_article
{
	clear: both;
	text-align: justify;
}

h1
{
	font-size: 140%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	background-color: #0000CC;
	color: white;
	margin-bottom: 0px;
	margin-top: 5px;
}

h2
{
	color: #0000CC;
	font-size: 110%;
	padding-bottom: 2px;
	margin-bottom: 0px;
	margin-top: 5px;
}


p, table
{
	margin-top: 12px;
	margin-bottom: 12px;
}


table.menu_box
{
	margin-top: 0px;
	margin-bottom: 0px;
}

div#noscript_nav
{
	margin-left: 5px;
	margin-right: 5px;
}

table.tandc td
{
	width: 50%;
	padding-right: 32px;
}