@charset "UTF-8";

a{/*リンクされた文字*/
    color:#000000;
    font-style:normal;
    text-decoration:none;
}
a:link {/*未訪問のリンク*/
    color:000000;
    text-decoration:none;
}

a:visited {/*訪問後のリンク*/
    color:#1B1B1B;
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#51B6D8;
    text-decoration:none;
}

html {
    overflow-y: scroll;
}

#wrapper{
	text-align:center;
	max-width:100%;
	min-width:30%;
}

header {
	border:0;
	padding:0px 0px 40px 0px;
}

header img {
	max-width:100%;
	height:auto;
}

#menu {
	width:100%;
	font-size:17px;
	font-family:Helvetica, sans-serif;
	font-weight:bold;
	line-height:24px;
	overflow:hidden;
}

p1,p2 {
	  display: -moz-inline-box;
	  display: inline-block;
	  display: inline;
	  zoom: 1;
	  padding: 80px; 
}

p3 {
	  display: -moz-inline-box;
	  display: inline-block;
	  display: inline;
	  zoom: 1;
	  padding: 80px; 
	  color:#51B6D8;
}

p4{
	font-size:12px;
	font-family:Helvetica, sans-serif;
	font-weight:normal;
	line-height:24px;
	overflow:hidden;
	
}

#contact{
	padding:140px 0px 0px 0px;	
}

footer{
	float:clear;
	font-size:10px;
	font-family:Helvetica, sans-serif;
	font-weight:300;
	padding-top:10px;
	
}