@charset "utf-8";

/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

/* Body
------------------------------*/

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 80%;
	line-height: 1.6;
}
hr {
	display: none;
}


/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}

/* Container
------------------------------*/

#container {
	width: 550px;
	margin: 0 auto;
	text-align: left;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 

/* Header
------------------------------*/

#header {
	height: 58px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
} 
#header .right {
	clear: right;
	float: right;
	display: none;
}

 
#header h1 {
	font-size: 100%;
	font-weight: bold;
	float: left;
	margin: 0;
}
#header p {
	padding-top: 2px;
	padding-bottom: 2px;
	display: none;
}
#header img {
	vertical-align: text-bottom;
}





/* Navi
------------------------------*/

#navi {
	height: 30px;
	background-color: #F5F5F5;
	display: none;
}




/* Main
------------------------------*/

#main {
	float: left;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	width: 550px;
	margin-top: 10px;
} 
#main #map {
	margin-bottom: 15px;
	height: 400px;
	width: 548px;
	border: 1px solid #CCCCCC;
}
#main #map p {
	margin: 0px;
	padding: 0px;
}
#main  #accessmap {
	height: 300px;
	width: 528px;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#main #flash {
	display: none;
}



#main p {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#main p.pan {
	display: none;
}

#main p.title {
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	display: none;
}
#main  p.picture {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 5px;
}
#main p.small {
	font-size: 90%;
}


#main h1 {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 5px;
}
#main h2 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
}
#main h3 {
	font-size: 100%;
	margin-bottom: 5px;
	font-weight: normal;
}
#main  ul, #main ol {
	margin-left: 5px;
	margin-bottom: 15px;
	margin-top: 5px;
	margin-right: 5px;
}
#main ul li ul {
	margin-bottom: 0px;
	margin-top: 0px;
}


#main ul li {
	list-style-type: disc;
	list-style-position: inside;
}

#main dl {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}

#main  dl dt {
	float: left;
	margin-right: 10px;
}
#main dl dd {
	margin-left: 7em;
}
#member    /* end hiding */
#main     dl     dt, #globe3    #main    dl    dt, #main  .longer  dl dt {
	margin-right: 10px;
	font-weight: bold;
	float: none;
}
#member     #main     dl     dd, #globe3    #main    dl    dd, #main  .longer  dl dd {
	margin-bottom: 10px;
	margin-left: 0px;
}
#main  .long  dl  dd, #main dl.long dd {
	margin-left: 9.5em;
}
#main  .short  dl  dd, #main dl.short dd {
	margin-left: 4em;
}







 
/* Sidebar
------------------------------*/

#sidebar {
	display: none;
}









/* Footer
------------------------------*/

#footer {
	padding: 15px;
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
} 
* html  body #footer {
	height: 73px;
}

#footer  a:link, #main h1 a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer  a:visited, #main h1 a:visited {
	color: #EEEEEE;
	text-decoration: underline;
}
#footer  a:hover, #main h1 a:hover {
	text-decoration: none;
}
#footer  a:active, #main h1 a:active {
	text-decoration: none;
	left: 1px;
	top: 1px;
	position: relative;
}


#footer p {
	display: none;
}
#footer ul {
	display: none;
}



.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
}

/* hide hack from Mac-IE5 \*/
* html .mybuggyelement { height: 1%; }
/* end hiding */

