@charset "utf-8";

body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	margin-top: 0px;
	font-size: small;
	font-family:"ＭＳ Ｐゴシック";
	text-align: center;
}

.osusume_text {
	color: #FF0000;
	font-weight: bold;
}

#header h1 {
	margin: 0px;
}

#head_text h1 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	display:inline;
}
#footer {
	clear: left;
}
div#header {
	margin: 0px;
	width: 100%;
	background-image: url(../image/header_back.jpg);
}
#main_container #left_info ul {
	margin: 0px;
	padding: 0px;
}
div#head_text {
	position:relative;
	margin-top: 0;
	margin-right: 0;
	margin-left: 5px;
}
div#toiawase {
	width: 180px;
}
#haiso_list {
	margin: 0px;
	padding: 0px;
	display: block;
}

h2.content {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #0000FF;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #0000FF;
	width: auto;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 25px;
}
h3.content {
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #0099FF;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #0099FF;
	width: 350px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 25px;
}
h2.right_h2 {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF0033;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FF0033;
	width: auto;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 16px;
}
#footer {
	text-align: center;
	color: #FFFFFF;
	background-color: #0000FF;
	clear: left;
}
#clear {
	clear: both;
}

#ryokin_list {
	list-style-type: none;
}
#toi_list {
	list-style-type: none;
}
/*
div#header img {
	margin-left: 25px;
	margin-right: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}
*/


#content_6 li {
	display: list-item;
	list-style-type: none;
	margin-right: 0em;
}
#content_7 li {
	display: inline;
	margin-right: 1em;
}
#content_6 {
}

div#main_container {
	float: left;
	width: 950px;
	height: auto;
	margin: 0 auto;
		text-align: left;
}

div#all {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

div#main {
	height: auto;
	width: 530px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #00009F;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #00009F;
	padding-top: 10px;
	float: left;
	padding-right: 15px;

}

div#left_info {
	width: 170px;
	float: left;
	height: auto;
	display: inline;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 10px;
}


div#right_info {
	width: 170px;
	float: left;
	height: auto;
	display: inline;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 10px;
}

#left_info h2 {
	font-size: 16px;
}
.navi {
	background-color: #DDFFFF;
}
#content_4 h4 {
	font-size: 16px;
}
.hatudenki {
	color: #FF0000;
	margin-top: 10px;
	margin-bottom: 30px;
}
#alert {
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}

table#ryokin {
	border-top-style: solid;
	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
	border-left-color: #0000FF;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
td {
	border: 1px dotted #0099FF;
}

#big {
	font-size: 18px;
}
#tel {
	font-size: 16px;
	font-weight:bold;
}

.bold {
	font-weight:bold;
}


/* price.php */

table#price {
	background-color: #7777ff;
	border-collapse: collapse;
}

table#price th {
	background-color: #c8c8ff;
	border: 1px #7777ff solid;
	color: #0000ff;
	padding: 3px;
}

table#price td#even {
	border: 1px #7777ff solid;
	padding: 3px;
	background-color: #ebebeb;
}

table#price td#odd {
	border: 1px #7777ff solid;
	padding: 3px;
	background-color: #fafafa;
}


table#price td#even_price {
	border: 1px #7777ff solid;
	padding: 3px;
	background-color: #ebebeb;
	text-align: right;
}

table#price td#odd_price {
	border: 1px #7777ff solid;
	padding: 3px;
	background-color: #fafafa;
	text-align: right;
}

table#price th#title {
	background-color: #7777ff;
	color: white;
	text-align: center;
	padding: 5px;
}


table#price td#notice {
	border: 1px #7777ff solid;
	padding: 3px;
	background-color: #ffffd7;
	text-align: center;
}
