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

html
{
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
	overflow-y: scroll;
}

body
{
	font-size: 0.9em;
	color: #000000;
	background: #ffffff;
	background-image: url(/images/bg/bg.png);
  	font-family: Meiryo, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6;
}

p
{
	margin: 1.0em;
}

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

#logo
{
	clear : both;
	width: 960px;
	height: 60px;
	background-image: url(/images/logo/TitleLogo.jpg);
	background-repeat: no-repeat;
}

#logo a
{
	text-indent: -99999px;
	float:left;
	display:block;
	width:960px;
	height:60px;
	border:none;
	text-decoration:none;
	overflow:hidden;
} 

#menu
{
	width: 960px;
	height: 32px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
}

img 
{
	border: none;
}

.block
{
	display: block;
}

.contentBlock ol
{
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 2.5em;
}

.contentBlock ul
{
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 2.5em;
	list-style-type: circle;
}

div.contentBlock li
{
  	font-family: Meiryo, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#subMenu ul
{
	padding-top: 2px;
	padding-left: 22px;
	padding-bottom: 2px;
}

#subMenu li
{
  	font-family: Meiryo, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	height: 16px;*/
	list-style-type: none;
	text-decoration: none;
}

a:link
{
	text-decoration: none;
	color: #3333ff;
}

a:visited
{
	text-decoration: none;
	color: #4444ff;
}

a:hover
{
	color: #0000ff;
	text-decoration: underline;
}

#container
{
	margin : auto;
	text-align : left;
	width: 960px;
	height: 100%;
	background-color: #ffffff;
	border: 1px solid #666666;
}

#subMenu
{
 	float: right;
	margin-left: 0px;
	margin-right: 5px;
	width: 202px;
}

#adsBar
{
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	width: 164px;
}

.menuBlockText
{
	display: block;
	border: #333333 1px solid;
	background: #ffffff;
	background-image: url(/images/menu/iconline.png);
	background-repeat: repeat-y;
	margin-bottom: 5px;
}

.menuBlockText a
{
	color: #333333;
}

.menuBlockText ul li a:hover
{
	color: #000000;
}

.menuBlockText ul li a:visited
{
	color: #222222;
}

.menuBlockText h3, .menuBlock h3
{
	text-indent: 10px;
	font-size: 14px;
	color: #ffffff;
	background-color: #333333;
	background-image: url(/images/menu/menu.png);
	background-repeat: repeat-x;
	height: 22px;
}

.menuBlockText a:hover
{
	color: #0000ff;
	text-decoration: underline;
/*
	display: block;
	height: 16px;
	margin-left: -20px;
	margin-right: 2px;
	padding-left: 20px;
	padding-bottom: 2px;
	color: #ffffff;
	background-color: #6666ff;
	background-image: url(../images/menu/text.png);
	background-repeat: no-repeat;	
	text-decoration: none;
	position: relative;
*/
}

.menuBlock
{
	border: #333333 1px solid;
	background: #ffffff;
	margin-bottom: 5px;
}

.menuBlock a:hover
{
	color: #0000ff;
}

#contents
{
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	width: 738px;
	overflow: hidden;
}

#rightContents
{
	float: right;
	margin-right: 5px;
	margin-left: 5px;
	width: 778px;
	overflow: hidden;
}


.contentBlock
{
	margin-bottom: 5px;
	border: 1px solid #ffffff;
}

.contentBlock h1
{
	font-size: 1.4em;
	padding-left: 10px;
	color: #111111;
	background-image: url(/images/line/blue.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 4px;
}

.contentBlock h2
{
	font-size: 1.3em;
	padding-left: 15px;
	color: #222222;
	background-image: url(/images/line/green.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 4px;
}

.contentBlock h3
{
	font-size: 1.2em;
	padding-left: 20px;
	color: #333333;
	border-bottom: 1px dotted #9999ff;
	margin-bottom: 4px;
}

.contentBlock h4
{
	font-size: 1.0em;
	font-weight: normal;
	padding-left: 20px;
	color: #333333;
	border-bottom: 1px solid #ccccff;
	margin-bottom: 4px;
}

.contentBlock a:hover
{
	color: #0000ff;
	border-top: #0000ff 0px solid;
	border-bottom: #0000ff 0px solid;
}

.contentBlock table
{
	font-size: 1.0em;
  	font-family: Meiryo, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2;
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 5px;
}

.contentBlock li
{
	line-height: 1.5;
}

.dual th
{
	text-align: left;
	padding: 4px;
	background-image: url(/images/line/orange.png);
	background-repeat: repeat;
}

.dual td
{
	text-align: left;
	padding: 4px;
	background-image: url(/images/line/yellow.png);
	background-repeat: repeat;
}

.single th
{
	text-align: left;
	padding: 4px;
	background-image: url(/images/line/orange.png);
	background-repeat: repeat;
}

.single td
{
	text-align: left;
	padding: 4px;
	background-image: url(/images/line/yellow.png);
	background-repeat: repeat;
}

#menuBar
{
	float: left;
	width: 960px;
	height: 32px;
	list-style-type: none;
	background: #000000 url(/images/menu/main.png) center center repeat-x;
	background-position: 0px 0px;
	margin-bottom: 10px;
  	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#menuBar li
{
	display: inline;
}

#menuBar li a
{
	float: left;
	color: #ffffff;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
}

#menuBar li.Language a
{
	float: right;
}

#menuBar li a:hover
{
	color: #ffffff;
	text-decoration: none;
	background: #000000 url(/images/menu/main.png) center center repeat-x;
	background-position: 0px -32px;
}

.wide
{
	clear : both;
	margin-bottom: 3px;
	color: #333333;
}

.wide li
{
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 2.5em;
	list-style-type: circle;
}

.wide h1
{
	font-size: 1.4em;
	padding-left: 10px;
	color: #111111;
	background-image: url(/images/line/blue.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 4px;
}

.wide h2
{
	font-size: 1.3em;
	padding-left: 15px;
	color: #222222;
	background-image: url(/images/line/green.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 4px;
}

.wide h3
{
	text-indent: 10px;
	font-size: 14px;
	margin-bottom: 5px;
	color: #ffffff;
	background-color: #333333;
	background-image: url(../images/menu/menu.png);
	background-repeat: repeat-x;
	height: 22px;
}

.wide h4
{
	font-size: 1.0em;
	font-weight: normal;
	padding-left: 20px;
	color: #333333;
	border-bottom: 1px solid #ccccff;
	margin-bottom: 4px;
}


#footer
{
	clear: both;
	width:100%;
	margin-top: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #222222;
	background-color: #f8f8f8;
	border-top: 1px solid #999999;	
}


/* -- except macIE5 -- \*/
#menu li a{overflow:hidden;}
/**/
#menuBar li.CrystalPalace a
{
	color: #ffffff;
	text-decoration: none;
	background: #000000 url(/images/menu/main.png) center center repeat-x;
	background-position: 0px -32px;
}
