@charset "UTF-8";
#top {
overflow:scroll;	
}
#top2 {
	padding-bottom:50px;
	width:980px;	
	margin:0 auto;
}
div.element h3 {
font-size: 12px;
font-weight: normal;
border-bottom-width: 2px;
border-bottom-style: groove;
border-bottom-color: #999;
padding-bottom: 5px;
}
div.element p {
	font-size: 13px;
margin-bottom: 30px;
	margin-top:10px;
}
div.comd {
	margin-top:40px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
	color:#000;
	background-color:rgba(255,255,255,0.4);
	padding:0 20px;
	width:480px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	float:left;
}
#top {
	background-image: url(../images/bgen.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: covedr;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	margin: 0px;
	padding-top:100px;
	min-height: 100%;
	width: 100%;
}
div#maps {
	margin-top:40px;
	float:left;
	width:230px;
	margin-right:10px;
}
div#maps p {
	font-size:75%;
}
div#maps p.cap {
	font-size:75%;
	margin-top:5px;	
}

div#right {
	margin-top:40px;
float:right;
width:220px;	
}
div#right img {
	margin-bottom:10px;
}