/* main.css */

form {  margin-bottom: 0px; padding-bottom: 0px; margin-top:0px; padding-top: 0px}

BODY{ color : #555555 ; background-color : #ffffff ; font-family : "MS Pゴシック",Osaka ; letter-spacing : 1px ;  } 



a {text-decoration:underline;color:#990000}
a:hover{text-decoration:none;color:#990000;background: transparent } 
a:active{text-decoration:underline;color:#333333}
#a:visited{text-decoration:underline;color:#1D89EB}



.where {text-decoration:transparent;color:#555555}
a.where {text-decoration:transparent:#555555 ; background-color : transparent ;}
a.where:hover {text-decoration:none;color:#555555 ; background-color : transparent ; }
a.where:active {text-decoration:none;color:#555555 ; background-color : transparent ; }
#a.where:visited {text-decoration:none;color:#555555 ; background-color : transparent ; }





.fireblue {
background-image: url(../_img/jpg/fireblue.jpg);
background-repeat: no-repeat;
background-position: left bottom;
}


.firegray {
background-image: url(../_img/jpg/firegray.jpg);
background-repeat: no-repeat;
background-position: left bottom;
}



.homehead {  font: 10pt "MS Pゴシック",Osaka ; color: white ; background-color : transparent ; text-decoration: none}
a.homehead {text-decoration:none;color:#9A9A68 ; background-color : transparent ;}
a.homehead:hover {text-decoration:none;color:#9A9A68 ; background-color : transparent ;}
a.homehead:active {text-decoration:none;color:#9A9A68 ; background-color : transparent ;}



.field {
	background-image: url(../_img/gif/bg_formfield.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	color: #555555;
	font-size: 12px;
	margin-left: 5px;
	}
.button {
	font-size: 12px;
	color: #000000;
	margin-left: 5px;
}


.loginfield {
	background-image: url(_img/gif/bg_formfield.gif);
	background-repeat: repeat-x;
	border-top:1pix solid #000000;
	border-left:1pix solid #000000;
	border-bottom:1pix solid #000000;
	border-right:1pix solid #000000;
	background-color: #cccccc;
	color: #000000;
	margin-left: 5px;
	}
.loginbutton	{border-color: #000000;
	border-top:1pix solid #000000;
	border-left:1pix solid #000000;
	border-bottom:1pix solid #000000;
	border-right:1pix solid #000000;
	background-color: #cccccc;
	color: #000000;
	font-size: 12px;
	margin-left: 5px;
	}


.pollfield {
	border-top:1pix solid #000000;
	border-left:1pix solid #000000;
	border-bottom:1pix solid #000000;
	border-right:1pix solid #000000;
	background-color: white;
	color: #555555;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-top: 4px;
	}


.pollbutton	{border-color: #000000;
	border-top:1pix solid #000000;
	border-left:1pix solid #000000;
	border-bottom:1pix solid #000000;
	border-right:1pix solid #000000;
	background-color: #990000;
	color: white;
	font-size: 12px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-top: 4px;
	}
