@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #f3ffff;
	background-image: url(../images/line2.gif);
	background-repeat: repeat-x;
}
hr {
	display: none;
}
/* basic layout
------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 847px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-color: #666666;
	border-left-color: #666666;
}
#main {
	padding: 13px;
	float: left;
	width: 562px;
	margin-top: 30px;
	margin-bottom: 20px;
}
#sidebar {
	padding: 15px;
	float: left;
	width: 200px;
	margin-top: 30px;
	margin-bottom: 20px;
}
#sidebar 2{
	padding: 15px;
	float: left;
	width: 200px;
	margin-top: 30px;
	margin-bottom: 20px;
}
#footer {
	padding: 15px;
	clear: both;
	color: #282828;
	background-image: url(../images/footer.gif);
}
/* header styles
------------------------------*/
#header {
	background-image: url(../images/FINAL.header_jp.gif);
	background-repeat: no-repeat;
	height: 150px;
	position: relative;
}
#header #logo {
	position: absolute;
	top: 15px;
	left: 15px;
}
#header #language {
	position: absolute;
	top: 151px;
	right: 0px;
}
/* ナビゲーション */
#navi_continer {
position: relative;
top: 10px;
z-index:100;
width: 847px;
height:30px;
}
#navi {
	position: absolute;
	top: 15px;
	left: 0px;
	width: 847px;
}
#navi ul {
margin: 0;
padding: 0;
list-style: none;
}

#navi li {
color: #fffff;
float: left;
width: 119px;
}
#navi li a {
font-size: 12px;
color: #FFFFFF;
display: block;
width: 100%;
padding: 3px 0;
text-align: center;
font-weight: bold;
text-decoration: none;
background-color: #9E49A1;
}
#navi li a:hover {
color: #FFFFFF;
background-color: #3366cc;
border-top: 2px;
border-top-color:#3399ff;
}

/* サブメニュー */
#navi ul.sub {
background: #3366cc;
}

#navi ul.sub li {
float: none;
}

#navi ul.sub li a {
color: #ffffff;
background: none;
font-size: 12px;
font-weight: normal;
padding: 3px 0;
border-top: 1px solid #FFFFFF;
}

#navi ul.sub li a:hover {
color: #ffffff;
background-color: #ff9900;
}

#navi ul li.navi_menu ul {
display: none;
}

#navi ul li.navi_menu_on ul {
display: block;
}

#navi li.navi_menu{
border-left-width: 2px;
border-left-style: solid;
border-left-color: #FFFFFF;
border-top-width: 1px;
border-bottom-width: 1px;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: #FFFFFF;
border-bottom-color: #FFFFFF;
}

#navi li.navi_menu_on{
border:1px solid #FFFFFF;
}
#home #navi #nHome {
	color: #FFFFFF;
	background-color: #828CA7;
}
#navi ul li#nHome a {
	border-left-style: none;
}
#home #navi #nHome a,
#location #navi #nLocation a,
#profile #navi #nProfile a,
#procedure #navi #nProcedure a,
#faq #navi #nFaq a,
#contact #navi #nContact a,
#links #navi #nLinks a {
	color: #FFFFFF;
	background-color: #3366cc;
}
/* main styles
------------------------------*/
#main h2 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 5px;
}
#main p {
    font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.8;
	margin-bottom: 1em;
}
#home #main h2 {
	background-image: none;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main dl#whatsnew dt{
	padding-left: 15px;
	color: #333333;
	font-weight:bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#main dl#whatsnew dd {
	padding-left: 15px;
}
#main dl#whatsnew dd a {
	color: #006600;
	text-decoration: underline;
}
#main dl#whatsnew dd a:hover {
	color: #006600;
	text-decoration: none;
}
#main table {
	margin-bottom: 25px;
	border-collapse: collapse;
	border: 1px solid #9AD9E9;
}
#main table th {
	text-align: center;
	padding: 5px 15px;
	border-bottom: 1px solid #9AD9E9;
	border-right: 1px solid #9AD9E9;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #9AD9E9;
	border-right: 1px solid #9AD9E9;
}
#main table tr.odd {
	background-color: #CCECF4;
	background-position: center;
}
/* sidebar styles
------------------------------*/
#sidebar h2 {
	margin-bottom: 15px;
}
#sidebar h3 {
    margin-top:20px;
	margin-bottom: 15px;
	float: left;
}
#sidebar dl dt a {
	padding: 2px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
}
#sidebar dl dt a:hover {
	border: 1px solid #000000;
}
#sidebar dl dt {
	clear: both;
}
/* footer styles
------------------------------*/
#footer ul li a {
	color: #282828;
}
#footer ul li a:hover {
	color: #909090;
	text-decoration: none;
}
#footer p a {
	color: #282828;
}
#footer p a:hover {
	color: #909090;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}
#footer p {
	margin: 0px;
	float: right;
}


