@charset "utf-8";
/* CSS Document */

/* 全体的なルール */

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:img  {
	margin-top: 1px;
	margin-left: 1px;
}
* {
	margin:0;
	padding:0;
}

body {
	background-color:#ffffff;
	color:#333333;
	font-family:verdana, sans-serif;
	font-size:12px;
	text-align: center;
}

h1 {
	font-size:10px;
	color: #999999;
	margin: 0em;
	padding: 0px;
	font-weight: normal;
}
ul {
	margin: 0px;
	padding: 0px;
}
dl {
	margin: 0px;
	padding: 0px;
}
a { text-decoration:none }
a:link {
	color:#999999;
}
a:visited {
	color:#999999;
}
a:hover {
	color:#FF9900;
}
a:active { color:#D7FA99; 
}


/* 全体的なルールここまで */

#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
}
ul li {
	display: inline;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 0px;
}
ul {
	line-height: 20px;
	text-align: center;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding: 0px;
}
ul a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0099FF;
}

#container #enter {
	font-size: 14px;
	font-weight: bold;
}


#container address {
	font-size: 10px;
	font-style: normal;
	margin-top: 50px;
	margin-bottom: 10px;
}