body { 
padding: 0;
margin: 0;
width: 100%; height: 100%; text-align: center;

background-color: #ffffff;	/* 背景色 */
font-size:12pt;				/* 文字サイズ */
color: #111111;				/* 文字色 */

} 


a {
	text-decoration: underline;	/* 文字装飾 */
	}

a:link {
	color: #0000FF;		/* 通常のリンクの色 */
	}

a:visited {
	color: #0000CC;		/* 読み込み済みのリンクの色 */
	}

a:active {
	color: #00ffff;		/* クリックされた瞬間のリンクの色 */
	}

a:hover {
	color: #CC0000;		/* マウスを上に乗せた時の色 */
	}

.bgwh {
	color: #ff0000;
	font-weight: bold;
	}
.bgwh a{
	color: #ff0000;
	font-weight: bold;
	}
.bgwh2 {
	color: #ff0000;
	font-weight: bold;
	}
#zenntai { 
	margin: auto; width: 982px; text-align: left;
	border: 1px solid #333333;
	background-color: #333333;
	padding-bottom: 10px;
}

h1 {
	font-weight: lighter;
	color: #cccccc;
	font-size: 12px;
	float: right;
}

#banner {
	text-align: right;
	padding-top: 60px;
	background-image: url(img/top.jpg);
	background-color: #ffffff;
	width: 980px;
	height: 90px;
}
.description {
	text-align: left;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #cccccc;
	background-image: url(img/eco.gif);
	color: #000000;	
	width: auto;
	height: 55px;
	font-size: 12px;
}
td {
	border: 10px solid #333333;
	text-align: center;
	width: 313px;
	height: 320px;
}

.link1{
background-image: url(img/gariba-.jpg);
}
.link2{
background-image: url(img/back.gif);
}
.link3{
background-image: url(img/carchs.jpg);
}
.link4{
background-image: url(img/syouyousya.jpg);
}
.link5{
background-image: url(img/ikkatu.jpg);
}
.link6{
background-image: url(img/jikosya.jpg);
}
.eco {
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 10px;
	width: auto;
	background-color: #cccccc;
	background-image: url(img/eco.gif);
	color: #000000;	
	font-size: 12px;
}

.footer {
	text-align: center;
	padding-top: 5px;
	background-color: #333333;
	background-image: url(img/ds.gif);
	color: #cccccc;	
	width: 980px;
	height: 25px;
	font-size: 10px;
}
.footer a{
	color: #cccccc;	
	font-size: 10px;
	text-decoration: none;
}


