@charset "utf-8";


/*-------------------------------------*/

p#mainImg{}

div#mainContents h2{
	font-weight: bold;
	font-size: 20px;
	margin: 45px 0 20px 0;
	padding: 4px 0 4px 10px;
	display: block;
	color: #222;
	background: url(../../share/img/bg_blue.gif) repeat 0 0;
}

/* CHAPTER */
div#conceptBox{
	padding: 5px;
	margin-bottom: 5px;
}

div#conceptBox h2{
	margin-top: 10px;
}

/* 新着情報 */
div#topicsBox{}

div#topicsBox h2{}

div#topicsBox table{
	width: 700px;
	border-top: 1px solid #ccc;
}

div#topicsBox table th,
div#topicsBox table td{
	border-bottom: 1px solid #ccc;
}

div#topicsBox table th{
	padding: 10px 0 10px 14px;
	width: 100px;
	background: url(../../share/img/bg_border.gif) repeat 0 0;

}
div#topicsBox table td{
	padding: 10px 0 10px 20px;
	border-left: 1px solid #ccc;
}

div.mapBox {
	padding-bottom:10px;
	overflow:hidden;
	zoom:1;
}

/* 見出し */
div.chapterBox{}

div.chapterBox h2{}

div.chapterBox strong{
	display: block;
	font-weight: bold; color: #666;
	margin-bottom: 8px;
}

div.chapterBox span{
	display: block;
	margin-bottom: 8px;
}
/*
div.chapterBox a{
	display: block;
	margin-bottom: 10px;
}
*/

/*-------------------------------------*/
div#gmap {
	width:400px;
	height:360px;
float:left;
	border:2px solid #E7DEC0;
	padding:1px;
}

.ggmap {
padding-bottom: 54%;
padding-top: 10px;
margin-top: 5px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
/*width: 100%;
height: 100%;*/
}

.pngmap {
position: relative;
margin-top: 10px;
margin-bottom: 10px;
overflow: hidden;
}

a:link { color: #0000e0; }
a:visited { color: #0000e0; }
a:hover { color: #0000f0; background-color: pink;}
a:active { color: #0080ff; background-color: pink;}
