@charset "utf-8";

div#wrapper{
	width: 1050px;
	margin: 0 auto;
}

body{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	color: #777;
}

h1{
	margin-left: 25px;
	margin-bottom: 20px;
	text-align: left;
}

div#logo{
	width: 100%;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: -10px;
	float: left;
	text-align: left;
}

div#logobox{
	width: 100%;
	margin-top: 10px;
} 

li{
	display: inline;
	width: 100%;
	font-size: 23px;
	font-weight: bold;
}

div#selectbox{
	float: right;
	margin-top: -90px;
	margin-right: -30px;
	text-align: left;
}

h2{
	float: right;
	width: 100%;
	text-align: center;
	font-size: 32px;
	background-color: #ff1111;
	color: #fff;
	margin-right: -15px;
	padding-top: 5px;
}

div#under{
	text-align: center;
	margin-top: 20px; 
}

div#img{
	float: left;
	margin-left: 15px;
	margin-bottom: 10px;
}

div#image01{
	text-align: center;
	margin-top: 10px; 
}

h3{
	text-align: center;
	margin: 30px 0 10px 20px;
}

.nav:link{
	color: #555;
	text-decoration: none;
}

.nav:visited{
	color: #555;
	text-decoration: none;
}

.nav:hover{
	color: #ff1111;
	text-decoration: underline;
}

