@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;
}
/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* 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: right;
	width: 575px;
	margin-top: 30px;
	margin-bottom: 20px;
}
#sidebar {
	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.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 h1 {
	font-size: 120%;
	font-weight: bold;
	background-image: url(../images/icon_j-stay_s.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 35px;
	padding-bottom: 2px;
}
#main h2 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 15px;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #FF6600;
	border-bottom-color: #666666;
}
#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;
}
/* sidebar styles
------------------------------*/
#sidebar dl dt a {
	padding: 5px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
}
#sidebar h2 {
	margin-bottom: 15px;
}

#sidebar dl dt a:hover {
	border: 1px solid #000000;
}

#sidebar dl dt {
	clear: both;
}
#sidebar ul {
	margin-top: 10px;
}
#sidebar ul li {
	margin-bottom: 6px;
	list-style-type: none;
}
#sidebar ul li a {
	background-image: url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position: left center;
	display: block;
	width: 198px;
	padding-left: 15px;
}
#sidebar ul li a:hover {
	background-image: url(../images/arrow_hover.gif);
}
/* 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;
}
/* faq
------------------------------*/
#main dl#faqList dt {
	font-weight: bold;
	background-image: url(../images/q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}
#main dl#faqList dd {
	line-height: 1.8;
	background-image: url(../images/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 1em;
	padding-left: 25px;
}
/* table
------------------------------*/
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #9AD9E9;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse: collapse;
}
#main table th {
	text-align: center;
	padding: 5px 15px;
	border-bottom: 1px solid #9AD9E9;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #9AD9E9;
}
#main table tr.odd {
	background-color: #CCECF4;
}
/* form
------------------------------*/
#main form {
	margin-bottom: 25px;
}
#main input[type="text"],#main textarea {
	padding: 2px;
	border: 1px solid #999999;
}
#main form em {
	color: #FF0000;
	padding-left: 5px;
}
#main form textarea#purpose {
	overflow: auto;
	height: 120px;
	width: 300px;
}
#main form textarea#comment {
	overflow: auto;
	height: 120px;
	width: 300px;
}
/* LIGHTBOX
------------------------------*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

