@charset "utf-8";
#imageback {
	background-image: url(../img/imageback.jpg);
	background-repeat: no-repeat;
	height: 353px;
	width: 560px;
	padding: 10px;
}
#imageContainer {
	position:relative;
	margin:auto;
	width:560px; /*画像の横幅*/
}

#imageContainer img {
display:none;
position:absolute;
top:0; left:0;
}
p {
	margin: 0px;
	padding: 0px;
}
.box5 {
	margin-bottom: 5px;
}
.box10 {
	margin-bottom: 10px;
}
.box15 {
	margin-bottom: 15px;
}
.box20 {
	margin-bottom: 20px;
}
.box30 {
	margin-bottom: 30px;
}
.text15 {
	margin-left: 15px;
	margin-right: 15px;
}
.left15 {
	padding-left: 15px;
	
}
.left5 {
	padding-left: 5px;
	
}
.menu {
	margin-bottom: 5px;
	color: #D15956;
	padding-bottom: 5px;
}

.menubox {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.menutitile {
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	padding-left: 16px;
	background-position: 1px 3px;
	margin-bottom: 3px;
	color: #D15956;
	padding-bottom: 3px;
}

#menu a:link {
	color: #484848;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu a:visited {
	color: #484848;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu a:hover {
	color: #484848;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.title1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #D69077;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #DFBFA8;
	padding-left: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.title2 {
	font-size: 14px;
	font-weight: bold;
	color: #444647;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.top-box {
	margin-left: 23px;
	width: 545px;
}

.top-cap {
	width: 270px;
	margin-top: 15px;
}
.menuline {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #484848;
	color: #484848;
	text-align:left;
}
.menuline2 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#left {
	float: left;
	width: 253px;
	padding-top: 25px;
	text-align: left;
}
#menu table {
	margin: 0px;
	padding: 0px;
	color: #484848;
}
#menu th {
	margin: 0px;
	padding: 0px;
}
#menu td {
	margin: 0px;
	padding: 0px;
}
.clearbox {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.menutext {
	color: #999999;
	text-align:left;
}
.menutitle {
	font-weight: bold;
	color: #666666;
}
.menucharge {
	color: #000000;
}
.news {
	padding:10px 10px 7px;
	border:1px solid #A37D2A;
}
.news span {
	color:#FFF;
	display:inline-block;
	padding:2px 10px;
	margin-bottom:5px;
	background-color:#A37D2A;
	border-radius:3px;
}