@charset "UTF-8";

body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #fff;
	margin-top: 0;
	margin-left: 0;
	color: rgba(81,81,81,1.00);
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: rgba(251,139,65,1);
}

a:active {
	text-decoration: none;
}

.webfont {
	font-family: 'Lobster', "Times New Roman", ヒラギノ明朝 pro w3','HiraginoMinProN-W3','Hiragino Mincho pro','MS PMincho','serif;
	color: #00C;
}

#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	height: auto;
}

#header h1 {
	height: 100px;
	margin-top: 0;
	margin-bottom: 5px;
}

#nav {
	width: 960px;
	height: 70px;
	background-image: url(../onsendo/img/nav-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 7px;
}

#nav ul {
	height: auto;
	padding-top: 22px;
	margin-top: 0px;
}

#nav ul li {
	width: 120px;
	margin-top: 0px;
	margin-right: 10px;
	float: left;
	text-align: center;
	border: 1px solid rgba(171,171,171,1.00);
	list-style-type: none;
	padding-top: 3px;
	font-size: 14px;
	padding-bottom: 4px;
}

#container {
	height: auto;
	width: 970px;
	max-width: 1260px;
	min-width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 15px;
	color: #666;
	line-height: 18px;
}

#footer {
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: rgba(3,88,185,1.00);
	color: rgba(254,254,254,1.00);
	font-size: small;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
}

.color-blue{
	color: rgba(3,88,185,1.00);	
}
