body {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #222222;
	family: msp gothic, Osaka;
	font-weight: normal;
	line-height: 140%;
	text-align: left;
	background-color: #222222;
	border-color: #888888;
}

body{ 
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #888888;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
}

a:link,a:active,a:visited {
	color: #222222;
	text-decoration: none;
}

a:hover {
	color: #cf151b;
	text-decoration: none;
} 

.table {
	background-color: #ffffff;
	border-color: #888888;
}

.table2 {
	background-color: #222222;
	border-color: #ffffff;
}

.title {
	color: #222222;
	background-color: #ffffff;
	background-image: url(data/bg.jpg);
}

/*TOP頁NEWSのスクロール欄*/
.auto {
height: 200px;
width: 496px;
overflow-y: auto;
overflow-x: hidden;
}

/*左メニューリンク（ロールオーバーアイコン）*/
#over a	{
	display: block;
    width: 100%;
    height: 80%;
    text-decoration: none;
    text-align: left;
    text-indent: 20px;
}
#over a:link,#over a:active,#over a:visited	{
	background-image: url(data/icon2.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 
#over a:hover {
	background-image: url(data/icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*開いている頁のリンク（黄色アイコン）*/
#over2 a	{
	display: block;
    width: 100%;
    height: 80%;
	font-weight: bold;
    text-decoration: none;
    text-align: left;
    text-indent: 20px;
}
#over2 a:link,#over2 a:active,#over2 a:visited,#over2 a:hover	{
	font-weight: bold;
	background-image: url(data/icon3.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 

/*PageTopリンク、見積り「詳細はコチラ」*/
#over3 a:link,#over3 a:active,#over3 a:visited	{
	color: #cf151b;
	text-decoration: none;
	font-size: 11px;
} 
#over3 a:hover {
	text-decoration: none;
	visibility: visible;
	float: none;
	clear: none;
	position: relative;
	top: 1pt;
	left: 1pt;
}

/*右上サイトマップリンク*/
#over5 a:link,#over5 a:active,#over5 a:visited	{
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
} 
#over5 a:hover {
	color: #cf151b;
	text-decoration: none;
}

/*コピーライトクラス*/
.copyright{
	color: #ffffff;	
	font-size: 11px;
	background-color: #222222;
}


/* お問い合わせフォームのテーブル */

table.contact_table {border:1px solid #aaaaaa; border-collapse: collapse;}
table.contact_table td {border: 1px solid #aaaaaa;}

