@charset "UTF-8";

/*============================================================
* ver.07-06-28　'メイリオ',
	'Meiryo',Verdana, 
*============================================================*/

* {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.1;
  }

body {
	font-size: 14px;
	padding: 0;
	/*margin: 25px auto 25px auto ;
	text-align: center;*/
	z-index:0;
	background: #F6F6F6;
	color: #333;
}

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

img {
  border: 0;
  vertical-aligin: bottom;
  }

h1,h2,h3,h4,h5,h6
{
	font-size: medium;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
}

b {
	font-weight: bold;
}

em {
	font-style: normal;
	font-weight: bold;
}
strong {
	font-style: normal;
	font-weight: bold;
}

.small {
	font-size: 0.85em;
}

.bold {
	font-weight: bold;
}




/*table ,td {
	vertical-align: center;
}*/

img,object,iframe {
	display :inline;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
}


br.space {
	height: 20px;
	clear: both;
}


br.clear {
	clear: both;
}





#wrapper {
	width: 912px;
	background: #fff url(../images/bg_all.gif) repeat-y;
	margin: 0px auto;
	padding: 25px 0px 0px;
}



#container {
	/*border: 1px solid #03F;*/
	background: #fff;
	width: 850px;
	text-align: left;
	padding: 0px 0px 0px;
	margin: 0px auto;
}


#leftBox {
	background: #fff;
	width: 230px;
	padding: 0px;
	margin: 0px;
	/*border-bottom: 3px solid #CCCCCC;*/
	float: left;
}

/*ナビゲーション*/
ul#glnavi {
	width: 206px;
	padding: 10px 6px 10px 0px;
	margin: 0px;
	background: url(../images/bg_navi.png) no-repeat;
	height: 405px;
}

ul#glnavi li.contents {
	width: 170px;
	margin: 0px 0px 7px 15px;
	list-style: none;
	padding: 0px;
}

ul#glnavi li.mainmenu {
	width: 170px;
	padding: 10px 0px;
	margin: 0px 0px 0px 15px;
	border-bottom: 1px solid #fff;
	list-style: none;
}

ul#glnavi li.hint {
	width: 170px;
	margin: 15px 0px 5px 15px;
	list-style: none;
	height: 80px;
}

ul#glnavi li.submenu {
	width: 170px;
	padding: 8px 0px 0px;
	margin: 0px 0px 0px 15px;
	list-style: none;
	font-size: 12px;
}

ul#glnavi li.submenu a {
	color: #FFF;
	text-decoration: none;
}

ul#glnavi li.submenu a:hover {
	color: #FFF;
	text-decoration: underline;
}




/*リンクリスト*/

ul#link {
	width: 200px;
	padding: 8px 0px 10px 0px;
	margin: 20px 0px;
	border: 1px solid #009999;
	background: #FFF;
	text-align: center;
}

ul#link li {
	width: 170px;
	padding: 6px 0px;
	margin: 0px auto;
	border-bottom: 1px solid #009999;
	list-style: none;
	font-size: 12px;
	text-align: left;
}

ul#link img.contents {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

ul#link li a {
	color: #333;
	text-decoration: none;
	display: block;
}

ul#link li a:hover {
	color:#009999;
	text-decoration: none;
	background: #FFC;
}


#leftBox p.sideaddress {
	line-height: 1.3;
	font-size: 12px;
	width: 200px;
	padding: 0px;
	margin: 10px 0px 0px;
}

#leftBox p.sideeki {
	line-height: 1.4;
	font-size: 12px;
	font-weight: bold;
	width: 200px;
	padding: 0px;
	margin: 3px 0px 10px;
	color: #F30;
}


/*センターボックス*/
#centerBox {
	/*border-bottom: 3px solid #000;*/
	background: #fff;
	width: 620px;
	padding: 0px;
	margin: 0px 0px 50px;
	float: right;
}

#centerBox h3 {
	margin: 0px 0px 35px;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 0px;
	}

#centerBox h4 {
	margin: 20px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #086eb0;
	border-bottom: 1px solid #CCC;
	padding: 0px 0px 6px;
}

#centerBox h5 {
	margin: 5px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #086eb0;
}

#centerBox p {
	line-height: 1.7;
	margin: 10px 0px 0px;
}

#centerBox p.sinryou {
	line-height: 1.0;
	font-size: 15px;
	margin: 10px 0px 0px;
}


#centerBox p.midared {
	line-height: 1.0;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 0px;
	color: #C00;
}

#centerBox p.midared span{
	color: #333;
	font-weight: normal;
}

table#timetable{
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-collapse:collapse;
}

table#timetable td,th{
	font-size: 12px;
	text-align: center;
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#centerBox p.name {
	font-size: 14px;
	padding: 0px 0px 3px;
	margin: 5px 0px 0px;
}

#centerBox img.picname {
	padding: 0px;
	margin: 0px 3px 10px 7px;
}

#centerBox p.nitizi{
	line-height: 1.0;
	font-size: 12px;
	padding: 0px 0px 3px;
	margin: 3px 0px 0px;
	border-bottom: 1px dotted #666;
	font-weight: bold;
}

#centerBox p.cap{
	line-height: 1.0;
	font-size: 11px;
	padding: 0px;
	margin: 5px 0px 10px;
}


#centerBox p.red{
	line-height: 1.0;
	font-weight: bolder;
	color: #C00;
	font-size: 14px;
	margin: 0px;
}

#centerBox p.hintstory{
	line-height: 2.0;
}

#centerBox p.fromBook{
	font-size: 12px;
	text-align: right;
}

#centerBox dt {
	text-align: right;
	margin-right: 2em;
	float: left;
}

#centerBox dd {
	float: left;
	margin-left: 2em;	
}




#centerLBox {
	width: 375px;
	padding: 0px;
	margin: 0px;
	/*border: 1px solid #03F;*/
	float: left;
}

#centerRBox {
	width: 220px;
	padding: 0px;
	margin: 0px;
	float: right;
	line-height: 1;
}

p.pankuzu {
	text-align: left;
	color: #333333;
	font-size: 11px;
	padding: 0px 0 0px 0px;
	margin: 10px 0 30px 0;
}



img.columnph_right {
	float: right;
	margin: 0px 0px 10px 10px;
}



#centerBox p.sideaddress {
	line-height: 1.3;
	font-size: 12px;
	width: 200px;
	padding: 0px;
	margin: 10px 0px 0px;
}

#centerBox p.sideeki {
	line-height: 1.4;
	font-size: 12px;
	font-weight: bold;
	width: 200px;
	padding: 0px;
	margin: 3px 0px 10px;
	color: #F30;
}

.tipspec {
text-align: left;
color: #666666;
font-family: "ＭＳ ゴシック","Osaka-等幅", monospace;
font-size: 10px;
line-height: 1.3;
}

/* #######################################
footer
####################################### */


#footer {
	padding: 20px 0px;
	margin: 100 auto 0;
	border-top: 1px solid #CCC;
	width: 850px;
	text-align: center;
}

#footer p {
/*text-indent: -9999px;
	background: url(../images/copyright-trans.png) no-repeat 0 0;
	width: 200px;
	height: 11px;*/
	font-size: 10px;
	padding: 0px 0px 0px 0px ;
	margin: 0 auto;
}

