@charset "Shift_JIS";

/*-------■共通設定CSSファイル■-------*/

/*-------構造-------*/
body
{
}
.seo
{
	font-size:10px;
	width:800px;
	text-align:	left;
}
.seo a
{
	color: black;
}
img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
/*-------ヘッダーエリア-------*/
.header
{
	height: 61px;
	width: 800px;
	border-top: Silver 1px solid;
	border-bottom: White 1px solid;
}
.header img
{
	padding-left: 10px;
}
.header span
{
	display: block;
	height: 31px;
	font-size: 24px;
	font-weight: bold;
	padding: 16px 0px 0px 20px;
}
/*-------広告エリア-------*/
.ads_area
{
	border-style: solid;
	border-color: Gray;
	border-width: 1px;
	font-size: 12px;
	width: 765px;
	padding: 10px 10px 15px 10px;
}
.ads_title
{
	padding: 0px 0px 5px 0px;
	font-size : 10px;
	text-decoration : underline;
	font-weight : bold;
}
.google_ads
{
	text-align : left;
}
.mapx_area
{
	padding: 0px 10px 2px 0px;
}
.mapx_Alink
{
	color : #E1771E;
	text-decoration : underline;
	font-weight : bold;
}
.mapx_A
{
	padding-left : 94px;
	display: block;
	text-align: justify;
	text-justify: newspaper;
}
/*-------説明エリア-------*/
.message
{
	border-style: solid;
	border-color: Gray;
	border-width: 1px;
}
.message_title
{
	color: Red;
	font-weight: bold;
	border-bottom: solid 1px Gray;
	padding: 5px 10px 5px 10px;
}
.message_text
{
	padding: 10px 10px 10px 10px;
	display: block;
	text-align: justify;
	text-justify: auto;
	line-height: 15px;
}
/*-------メニューエリア-------*/

/*-------フッターエリア-------*/
.copyright
{
/*	padding-right: 60px; */
	padding-right: 150px;
}
.footer
{
	clear : both;
/*	float: left; */
	width: 800px;
	height: 15px;
	font-size: 10px;
	background-color: Silver;
	text-align: right;
	padding-top: 3px;
	color: White;
	border: Silver 1px solid;
	margin: 30px 0px 0px 0px;
}
.footer a
{
	color: White;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
}