@charset "UTF-8";

@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

a:link {
	color: #1d3994;
  text-decoration: none;
}
a:visited {
	color: #1d3994;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #1d3994;
  text-decoration: none;
}

img.photo {
	margin: 0;
}
/*
[
----------------------------------------------------------- */
.rightBox {
	width: 210px;
	float: right;
}
.leftBox {
	width: 350px;
	float: left;
}

table.stayTable {
	width: 100%;
}
table.stayTable th,table.stayTable td {
	padding: 5px 10px;
	vertical-align: top;
	line-height: 1.3;
}
table.stayTable th {
	width: 70px;
	border-bottom: #727070 2px solid;
}
table.stayTable td {
	border-bottom: #dcdbdb 1px solid;
}

.banner a {
	padding: 10px;
	border: #999 1px solid;
	margin-bottom: 1em;
	display: block;
}

.title {
	font-size: 108%;
	font-weight: bold;
	border-left: #FF6600 5px solid;
	padding: 3px 0 3px 15px;
	margin-bottom: 1em;
}
table.nagawabrand {
	width: 100%;
	margin-bottom: 1em;
}
table.nagawabrand th,table.nagawabrand td {
	padding: 10px;
	border-bottom: #fff 1px solid;
}
table.nagawabrand th {
	vertical-align: middle;
	background: #dee5b9;
}
