/*---------------------------
          style Reset
---------------------------*/
html{
	overflow:scroll;
	overflow:-moz-scrollbars-vertical;
	overflow-x:scroll;
} 

body, h1, h2, h3, h4, h5, h6, form{
 	margin: 0;
 	padding: 0;
	font-size:14px;
}

img{
	border: 0;
	vertical-align: bottom;
}

ol,ul,li{
	margin: 0;
	padding: 0;
	list-style: none;
}

dl,dt,dd{
	margin: 0;
	padding: 0;
	text-indent: 0;
}

p{
	margin: 0;
	padding: 0;
}


/*---------------------------
          body set
---------------------------*/

body{
	text-align: center;
	background: #ffffff;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#333;
}

a:link,a:visited{
	color:#333333;
	text-decoration:none;
}

a:hover,a:active{
	color:#666666;
	text-decoration:underline;
}


/*---------------------------
          wrapper
---------------------------*/

div#wrapper{
	margin:20px auto;
	width:1020px;
	text-align: left;
	overflow:hidden;
}


/*---------------------------
          common
---------------------------*/

div#header{
	margin:0 0 5px 0;
	width:1020px;
	height:80px;
	clear:both;
}

div#header h1{
	display:none;
}

div.headlogo{
	float:left;
}

div.headnavi{
	margin-top:60px;
	margin-right:5px;
	float:right;
}

div.headnavi p{
	font-size:14px;
	color:#333;
	text-align:right;
	font-weight:bold;
	line-height:1.2;
}

div#viewer{
	width:1020px;
	height:520px;
	margin:0 0 20px 0;
    text-align: left;
    overflow: hidden;
    position: relative;
}

div#viewer img {
    top: 0;
    left: 0;
    position: absolute;
}




div#contents{
	margin:0 0 50px 0;
	padding:0 25px;
	width:1020px;
	background-color:#FFF;
	overflow:hidden;
}

div#top{
	width:970px;
	margin:0 0 20px 0;
}

div.lead{
	width:930px;
	padding:10px 20px;
	background-color:#000;
	color:#FFFFFF;
}

div.leadph{
	width:970px;
	margin:0;
	display:inline;
}

div#page{
	width:970px;
	overflow:hidden;
}

div#profile{
	width:310px;
	margin:0 20px 0 0;
	float:left;
}

div#right{
	width:640px;
	float:right;
}


div#contents div#profile h2{
	margin:0;
}

div#contents div#right h2{
	margin:0 0 5px 0;
}

div#menu,div#style,div#access,div#schedule,div#jmo{
	margin:0 0 15px 0;
	overflow:hidden;
	clear:both;
}



p.profile_ph{
	margin:0 0 10px 0;
}

p.profile_name{
	margin:0 0 10px 5px;
	font-size:16px;
	color:#333333;
}

p.profile_text{
	margin:0 0 20px 0;
	font-size:14px;
	color:#333333;
}

div.pagenavi{
	margin:10px 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	clear:both;
}


div.pagenavi p{
	font-size:12px;
	color:#333;
	text-align:right;
	font-weight:bold;
	line-height:1.8;
}

div.boxleft{
	width:310px;
	margin:0 20px 0 0;
	overflow:hidden;
	float:left;
}

div.boxright{
	width:310px;
	overflow:hidden;
	float:left;
}

div#maparea{
	overflow:hidden;
	background-color:#000000;
}

div.mapbox{
	overflow:hidden;
	clear:both;
}

div.mapboxin{
	margin:0 10px 10px 10px;
	float:left;
}

p.map_text{
	padding:10px 10px 0 10px;
	font-size:14px;
	text-align:left;
	color:#FFFFFF;
}

p.map_title{
	padding:0 10px 5px 10px;
	font-size:18px;
	text-align:left;
	color:#FFFFFF;
}



/*---------------------------
          table
---------------------------*/

table.schedule{
	width:640px;
	border-spacing:0;
	border-top:1px solid #000;
}

table.schedule tr.bottom{
	background-color:#CCCCCC;
}

table.schedule td.day{
	width:100px;
	padding:8px 10px;
	border-bottom:1px solid #000;
}

table.schedule td.mid{
	width:40px;
	padding:8px 10px;
	border-bottom:1px solid #000;
}

table.schedule td.time{
	padding:8px 10px;
	border-bottom:1px solid #000;
}




