@charset "utf-8";

article,aside,canvas,details,figcaption,figure,header,footer,menu,nav,section,summary {
display:block;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li {
margin:0;
padding:0;
}

img {
border:0;
vertical-align:top;
}

li{
list-style-type:none;
}

a {
color:#333;
text-decoration:none;
}

@font-face {
font-family: 'BebasRegular';
src: url('font/BEBAS___-webfont.eot');
src: url('font/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
     url('font/BEBAS___-webfont.woff') format('woff'),
     url('font/BEBAS___-webfont.ttf') format('truetype'),
     url('font/BEBAS___-webfont.svg#BebasRegular') format('svg');
font-weight: normal;
font-style: normal;
}

html,body {
font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
font-size:14px;
line-height:1.6;
color:#333;
margin:0;
}

header{
width:200px;
position:absolute;
top:20px;
left:20px;
}

header h1 img{
width:200px;
}

header h1 + p {
font-size:14px;
font-weight:bold;
text-align:center;
margin: 10px 0 0;
color:#309939;
}

.slide h1{
padding:50px 0 0;
font-family: 'BebasRegular';
font-size:50px;
text-align:center;
}

.slide h1 + p{
font-size:18px;
font-weight:bold;
text-align:center;
}

.slide div{
margin:0 auto;
padding:50px;
width:700px;
}

#profile dt {
font-weight:bold;
padding: 0.7em 0 0;
}

#profile dd {
margin:-1.6em 0 0;
padding: 0 0 0.7em 10em;
border-bottom: 1px solid #309939;
}

#profile dd span {
font-size:10px;
margin:0 0 0 2em;
}

#access #map_canvas {
width:700px;
height:700px;
}

#access div {
width:600px;
overflow:hidden;
}

#access ul {
float:left;
}

#access #address {
margin:30px 30px 50px 0;
}


#access #info {
margin:30px 0 50px 0;
}

footer {
background:#309939;
width:100%;
color:#fff;
font-size:12px;
margin:50px 0 0;
padding:20px 0;
}

footer p {
text-align:center;
}


