/* CSS Document */
/* HTML‚Ì‰Šú‰» */
/* [*]‚Í‚·‚×‚Ä‚Ìƒ^ƒO */
/* share */
*{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
	text-decoration: none;
	}

html, body{
scrollbar-face-color:#FFFFFF; 
scrollbar-base-color:#EBF5FF; 
scrollbar-arrow-color:#999999; 
scrollbar-track-color:#F3F3F3; 
scrollbar-shadow-color:#EBF5FF; 
scrollbar-highlight-color:#EBF5FF; 
scrollbar-3dlight-color:#CCCCCC; 
scrollbar-darkshadow-Color:#CCCCCC;}
	
a:link{
	color: #000099;
	}

a:visited{
	color: #999999;
	}

a:hover{
	color: #666699;
	}

a:active{
	color: #FFFFFF;
	background-color: #6699FF;
	}
	
/* body */	
body{
	margin: 0;
	text-align: left;/* IE‘Îô */
	background-color: #ECE9D8;
	}
	
.bodyText{
	font: 11px Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	color: #99CCFF;
	line-height: 20px;
	letter-spacing: .1em;
	margin: 2px 5px 2px 5px;
	}

/* contents */
div#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border: solid 1px #999999;
	}

/* header */
div#header {
	background-color: #FFFFFF;
	background-image: url(../images/sky.jpg);
	background-repeat: no-repeat;
	padding: 28px 35px 90px;
	margin: 0;	
	width: auto;
	height: auto;
	}

div#header h1 {
	font-family: "Verdana", "\O`\e'\?\I^^(3)N~\L Pro W3", "’I'’O' \L\?\A~\?", "Osaka?3/4A*u`E'y'";
	font-size: 1.7em;
	margin: 0 0 10px 0;
	color:#FFFFFF;
	}

div#header p {
	color: #ffffff;
	font-size: 0.85em;
	margin: 0;
	}

/* bread */
p#bread	{
	font-size: 0.75em;
	margin-top: 3px;
	margin-bottom: 10px;
	}

/* contents */
div#content	{
	width: 564px;
	margin-left: auto;
	margin-right: auto;
	}

div#content h2 {
	background-color: #014471;
	background-image: url(../images/bar-blue.png);
	background-repeat: no-repeat;
	font-size: 0.875em;
	color: #ffffff;
	line-height: 28px;
	padding-left: 6px;
	margin-bottom: 0;
	}
	
/* globalnavigation Btn. */
.indentmenu{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	width: 760px;
	}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 760px;
	border: 1px solid #000066;
	border-width: 1px 0 1px 1px;
	background: black url(../images/indentbg.gif) center center repeat-x;
	}

.indentmenu ul li{
	display: inline;
	}

.indentmenu ul li a{
	float: right;
	color: white;
	padding: 5px 11px;
	text-decoration: none;
	border-right: 1px solid #000066;
	}

.indentmenu ul li a:visited{
	color: white;
	}

.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: white !important;
	padding-top: 6px;
	padding-bottom: 4px;
	background: black url(../images/indentbg2.gif) center center repeat-x;
	}
 
/* global navigation */
#globalNavigation{
	height: 25px;
	width: 760px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	}

div#content h3 {
	background-image: url(../images/h2bar5.gif);
	background-color: #E0E0E0;
	background-repeat: no-repeat;
	font-size: 0.85em;
	color: #666666;
	letter-spacing: 0;
	word-spacing: 0;
	height: 24px;
	padding: 8px 0 0 28px;
	margin: 25px 0 10px 0;
	}

div#content p.index {
	font-size: 0.75em;
	color: #666666;
	line-height: 1.6;
	margin: 10px 0 0 25px;
	}

div#content p {
	font-size: 0.75em;
	color: #666666;
	line-height: 1.6;
	margin: 10px 0 5px 10px;
	}
	
div#bodyText{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size:0.65em;
	color: #99CCFF;
	line-height: 20px;
	letter-spacing: .1em;
	margin: 2px 0;
	}

.text_red{
	color: #FF0000;
	font-size: 1em;
	line-height: 1.4em;
	padding: 0;
	margin: 0;
	}
	
/* footer */
div#footer {
	background-image: url(../images/line-blue.png);
	background-repeat: repeat-x;
	margin: 25px 0 25px 0;
	padding-top: 8px;
	}

address	{
	font-size: 0.75em;
	font-style: normal;
	text-align: center;
	}
