* {
	margin: 0;
	padding: 0;
}
html {
	background: url(../img/html.png) repeat-x left top;
}
body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W4", 'メイリオ', "Osaka", "ＭＳ Ｐゴシック ",sans-serif;
	color: #333333;
	line-height: 1.4em;
	font-size: 16px;
	background: url("../img/body.png") repeat-y left top;
	width: 1000px;
	margin: 0 auto 10px auto;
	position: relative;
}
a img {
border:0 none;/*リンク画像の枠線を消す*/
}
a {
	color: #0000CC;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #660033;
	font-weight: bold;
}
a:hover {
	color: #FF3300;
	font-weight: bold;
}
a:active {
	color: #FF0000;
	font-weight: bold;
}
input {
	font-size: 14px;
	background: #EAF2F5;
	margin: 2px 5px;
	width: 200px;
	border-top: 1px solid #666666;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #666666;
}
textarea {
	font-size: 14px;
	background: #EAF2F5;
	margin: 2px 5px;
	width: 420px;
	border-top: 1px solid #666666;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #666666;
}
h1 {
	font-size: 18px;
	margin-left: 25px;
	color: #191919;
	width: 310px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-left: 45px;
	background-image: url(../img/flag.png);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-bottom: 6px;
}
h2 {
	font-size: 16px;
	margin-left: -1px;
	color: #191919;
	margin-bottom: 15px;
	margin-top: 15px;
}
h3 {
	font-size: 16px;
	margin-left: -1px;
	color: #191919;
	margin-bottom: 18px;
	margin-top: 15px;
}
h4 {
	font-size: 18px;
	color: #191919;
	width: 310px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-left: 45px;
	background-image: url(../img/flag.png);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-bottom: 6px;
}
.page {
	background: url("../img/page.jpg") no-repeat left top;
	padding: 28px 125px 0 115px;
	width: 760px;
}
.header {
	position: relative;
	width: 760px;
	height: 90px;
	overflow: hidden;
	font-size: 160%;
}
.header a {
	display: block;
	width: 760px;
	height: 170px;
	cursor: pointer;
	padding: 20px 0 0 0;
	text-align: center;
	color: #84A7DC;
}
.header span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 760px;
	height: 90px;
	background: url(../img/h1.gif) no-repeat left top;
}
.topmenu {
	height: 27px;
	background: url("../img/topmenu.png") no-repeat left top;
	text-align: right;
	padding: 35px 27px 0 0;
}
.page>.topmenu {
	min-height: 27px;
	height: auto;
}
.topmenu li {
	display: inline
}
.topmenu li a {
	float: right;
	width: 105px;
	height: 22px;
	background: #A3BDE5 url("../img/roll.png") no-repeat left top;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	overflow: hidden;
}
.topmenu li>a {
	min-height: 22px;
	height: auto;
}
.topmenu li a:hover {
	background: #83A6DC url("../img/roll.png") no-repeat 0 -27px;
}
.main {
	width: 706px;
	margin: 0 auto;
}
.bluebox {
	border: 1px solid #ccc;
	clear: both;
	padding: 7px 17px 9px 8px;
	width: 677px;
	position: relative;
	margin-bottom: 18px;
}
.bluebox .big {
	float: left;
}
.bluebox .big img {
	padding: 5px;
}
.bluebox .right {
	width: 336px;
	float: left;
	padding-bottom: 3px;
	padding-left: 2px;
}
.bluebox .small1, .bluebox .small2 {
	position: absolute;
	bottom: 9px;
}
.bluebox .small2 {
}
.photos {
	margin-bottom: 15px;
}
.photos a {
	width: 106px;
	height: 148px;
	float: left;
	background: #C2D3EE;
	text-align: center;
	color: #A2A3A6;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	margin-right: 14px;
}
.photos>a {
	min-height: 148px;
	height: auto;
}
.photos a.last, .greybox-background .right a.last {
	margin-right: 0;
}
.photos a:hover {
	color: #729AD7;
}
.photos a span {
	display: block;
	padding-top: 2px;
}
.photos a>span {
	padding-top: 5px;
}
.greybox {
	border: 1px solid #ccc;
	padding: 5px 0;
	margin-bottom: 18px;
}
.greybox-background {
	background: url("../img/gbback.jpg") repeat-y left top;
	width: 100%;
	line-height: 170%;
}
.greybox-background .left, .greybox-background .right {
	width: 342px;
	float: left;
	padding: 0 0px 0 0px;
}
.greybox-background .right {
	float: left;
	padding: 0 5px;
	font-size: 14px;
	line-height: 30px;
}
#contact * {
	vertical-align: middle;
}
#contact fieldset {
	border: none;
}
#contact fieldset p {
	margin-bottom: 3px;
}
#contact label {
	padding-right: 3px;
}
#contact legend {
	color: #BFBFBF;
	margin-left: -7px;
}
#contact fieldset>legend {
	margin-left: 0;
}
#name, #email {
	height: 13px;
	width: 218px;
	border: 1px solid #B5B5B5;
}
#send {
	border: none;
	width: 62px;
	height: 15px;
	background: #D5D5D5;
	cursor: pointer;
	margin: 4px 0 0 34px;
	color: #B8B8B8;
	line-height: 100%;
	font-weight: bold;
}
fieldset>#send {
	min-height: 15px;
	height: auto;
}
.greybox-background .right a {
	display: block;
	float: left;
}
.greybox2 {
	border: 1px solid #ccc;
	margin-bottom: 15px;
	padding: 9px 7px;
	width: 688px;
}
.greybox2 .preview {
	float: left;
	margin-right: 40px;
	margin-right: 44px;
}
.greybox2 .preview img {
	padding: 5px;
}
.greybox2 .right {
	float: left;
	width: 350px;
}
.greybox2 .right a {
	float: left;
	margin: 0 14px 7px 0;
}
.footer1 {
	text-align: center;
	padding: 40 27px 3px;
}
.footer1 a {
	color: #333333;
	text-decoration: none;
}
.footer1 a:hover {
	color: #729AD7;
	text-decoration: none;
}
.footer2 {
	font-size: 0px;
	line-height: 0px;
	height: 18px;
	background: url("../img/footer.png") no-repeat left top;
	margin-left: 105px;
}
.cleaner {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear: both;
}
.lightBlueBg {
  background-color: #EAF2F5;
}
.f16 {
	font-size: 16px;
	padding-left: 7px;
	padding-top: 3px;
}
.f18b {
	font-size: 18px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 7px;
	color: #191919;
	background-color: #DEEBEF;
}
.f16b {
	font-size: 16px;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 5px;
	background-color: #F5F9FA;
	color: #191919;
}
.f12s {
	font-size: 12px;
	font-weight: lighter;
}
.f16r {
	font-size: 16px;
	font-weight: bold;
	color: #006600;
	background-color: #EAF2F5;
	text-align: center;
	padding-top: 3px;
}
.f14bbo {
	font-size: 16px;
	font-weight: bold;
	color: #191919;
	margin-top: 17px;
	margin-bottom: 6px;
	margin-left: 5px;
}
.f14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a.home {
	background-image: url(../img/home.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 24px;
	margin-right: 3px;
}
a.map {
	background-image: url(../img/map.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 50px;
	font-size: 14px;
}
.navi {
	background-image: url(../img/navi.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-left: 20px;
	padding-top: 2px;
	padding-bottom: 3px;
}
dl {
	padding-left: 6px;
	line-height: 2.2em;
}
dl dt {
	display: inline;
	margin-right: 7px;
	float: left;
}

