/* ボディテキストカラー*/
body.home {
	background-color: #EAEAEA;
	color: #333333;
	background-image: url(../../images/index_bg01.gif);
	background-repeat: repeat-x;
	background-position: top;
}
body {
	background-color: #EAEAEA;
	color: #333333;
	background-image: url(../images/common_bg01.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin:0 0 0 0;
}
ul,li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/* サイト基本リンク*/

A:link {
	text-decoration:underline;
	}
A:visited {
	text-decoration:underline;
	}
A:hover{
	text-decoration:none;
	}
	
/* フッター*/
A.footer:link {
	color: #FFFFFF;
	text-decoration:underline;
	}
A.footer:visited {
	color: #FFFFFF;
	text-decoration:underline;
	}
A.footer:hover{
	color: #FFFFFF;
	text-decoration:none;
	}

/* サイト内背景色*/
.backwhite{
	background-color: #FFFFFF;
}
.backblue{
	background-color: #1F1F9C;
}
.backpurple{
	background-color: #6C2AE1;
}
.backgreen{
	background-color: #8DC800;
}
.backeco{
	background-color: #00CC00;
}
.white {
	color: #FFFFFF;		/* フォントカラーを白 */
}
.blue{
	color: #1F1F9C;
}
.green{
	color: #378B33;
}
.red{
	color: #FF0000;
}
.left37{
	margin-left: 37px;
}
.left7{
	margin-left: 7px;
}
/*フォーム内focusイベント*/

input:focus, textarea:focus, select:focus {
  background-color: #eeffff;
}
.solid {
 border-top: 1px solid #777;
 border-left: 1px solid #777;
 border-right: 1px solid #aaa;
 border-bottom: 1px solid #aaa;
}

#map{
	border-bottom:1px #FF0000 solid;}
