﻿/* IE6 */
*html body {
	margin: 0px;
	overflow:auto;
}
/* IE7 */
*+html body {
	margin: 0px;
	overflow:auto;
}
/* 以外のブラウザ */
body {
	margin: 0px;
	overflow: scroll;
}

/* ID */
#banner {
	width: 750px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color:white;
}
#topmain-box {
	width: 750px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#main-box {
	width: 750px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-image: url('image/bg.jpg');
}
#main-box:after {
    content: "";
    display: block;
    clear: both;
}
#left-box {
	width: 150px;
	height: auto;
	text-align: left;
	float: left;
	background-color:transparent;
}
#right-box {
	width: 590px;
	height: auto;
	text-align: left;
	float: right;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	width: 750px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

#seihin-header {
	background-color:#e7e7e7;
}
#seihin-right	{
	width:420px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	float: right;
}
#hyou-left {
	width:50%;
	float:left;	
}
#hyou-left40 {
	width:40%;
	float:left;	
}

#appeal-left{
	padding:2px;
	text-align: left;
	float: left;
}
#appeal-right{
	width:570px;
	text-align:left;
	float:right;
}
#site-map{
	background-color: #72cb72;
	text-align:right;
}

A					{text-decoration: none;}
A:link		{color: #000000;}
A:visited	{color: #000000;}
A:active	{color: blue;}
A:hover		{color: blue; text-decoration: underline;}

A:hover.menu {
	text-decoration: none;
	color:black;
	background-color: #CCFFCC;
	background-image: none;
}
A.kai					{text-decoration: underline;}
A:link.kai		{color: blue;}
A:visited.kai	{color: blue;}
A:active.kai	{color: blue;}
A:hover.kai		{color: blue;}

/* CLASS */
.fs10p	{font-size:10pt;}
.fs12p	{font-size:12pt;}
.fs14p	{font-size:14pt;}
.c-both {clear:both;}
.banner-menu{
	background-image: url('image/bg-menu.gif');
	border-width: 3px 3px 6px 3px;
	border-style: ridge ridge solid ridge;
	margin-right: 1px;
	padding: 2px;
	float: left;
	border-bottom-color: #72CB72;
}
.d-line {
	width:50%;
	border-style:double;
	border-width:5px;
	border-color:green;
}
.s-line {
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	float: left;
	padding: 5px;
}
p.f-ondo {
	border-color: #ff0000;
	border-style: double;
	font-weight: bold;
	color: #ff0000;
	margin: 10px;
	padding: 5px; /*border-width: 1px;*/
	font-size:15pt;
	text-align:	center;
}
.SanHyou	{
	font-size:12pt;
	background-color:green;
	color:white;
}