@charset "Shift_JIS";

body {
    font-family: arial, verdana, sans-serif;
	margin:0px 0px 10px 0px;
	background:#FFFFFF;		
	}
A 			{ color: #999966; text-decoration: none; font-weight:normal; } 
A:link		{ color: #999966; text-decoration: none; } 
A:visited	{ color: #999966; text-decoration: none; } 
A:active	{ color: #990055;  } 
A:hover		{ color: #A05050;  }

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}

pre {
	font-family: courier new;
	}
pre a:hover {
    text-decoration: underline;
    }

hr {
	margin-left:0px;
    width:580px;
    }

ol {
    margin: 0px;
    }

table th, table td {
	font-size:small;
}

address {
	font-size:x-small;
}	

#banner {
	color:#808080;
	font-size:x-large;
	font-weight:normal;
	border-bottom:2px dotted #999;
	letter-spacing: .2em; 		
	}

#banner a,
    #banner a:link,
    #banner a:visited,
    #banner a:active,
    #banner a:hover {
	font-size: x-large;
	color: #FFF;
	text-decoration: none;
	}

#content {
	float:left;
	background:#fff;
    width:580px;
	margin-left:15px;
	margin-right:15px;
	padding-top:20px;
	padding-bottom:5px;
	}

#listing {
	float:left;
	margin-left:10px;
	font-size:small;
	}

.desc {
	color:#333;
	font-size:small;
	font-weight:normal;
	background:#FFF;
	line-height:140%;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    }
.desc a,
.desc a:link,
.desc a:visited,
.desc a:active,
.desc a:hover {
	font-weight: normal;
	text-decoration: underline;
    }
.desc p {
    font-size: small;
    padding: 0;
    margin: 0 0 10px 10px;
    line-height: 1.5em;
    }
