a { color: #FF9900; text-decoration: none}
a:vlink { color: #FF9900; text-decoration: underline}
a:alink { color: #FF9900; text-decoration: none}
a:hover { color: #FF6600; text-decoration: underline}
body {
	margin: 10px 0px;
	padding: 0px;
	background: url(../img/back.jpg) repeat;
	font-size: 12px;
	line-height: 150%;
	color: #666666;
}

h1 {
	font-size: 10px;
	font-weight: normal;
	margin: 3px 0px 0px;
	padding: 0px;
	height: 19px;
}
h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.bgwhite {
	background: #FFFFFF;
}
p {
	margin: 0px;
	padding: 0px;
}
.bottom30 {
	margin-bottom: 30px;
}
.bottom20 {
	margin-bottom: 20px;
}
.bottom10 {
	margin-bottom: 10px;
}
.bottom5 {
	margin-bottom: 5px;
}
.bordergray {
	border: 1px solid #CCCCCC;
}
.left10 {
	margin-left: 10px;
}
.left20 {
	margin-left: 20px;
}
ul {
	margin-top: 5px;
	padding-top: 0px;
	margin-left: 15px;
	padding-left: 0px;
	margin-bottom: 0px;
}
.side20 {
	padding-right: 20px;
	padding-left: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
}

.table td {
	background: #FFFFFF;
}
.table th {
	font-weight: normal;
}
.table {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
}
.s {
	font-size: 10px;
	line-height: 140%;
	color: #666666;
}
.red {
	color: #FF0000;
}
.orange {
	color: #FF9900;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.l {
	font-size: 16px;
}
.container {
	background: #FFFFFF url(../img/back_container.gif) repeat-y;
	width: 800px;
	padding-right: 40px;
	padding-left: 40px;
	border: 1px solid #000000;
margin-right: auto; 
	margin-left: auto; 
}
.list {
	list-style-image: url(../img/icon1.gif);
}
li {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

/* トップインフォメーション */
#information {
width:350px; height:350px;
border:solid 0px #FFFFFF;
overflow:auto;
padding:0px;
scrollbar-arrow-color:#ffffff;
scrollbar-face-color:#cccc99;
scrollbar-track-color:#FFFFFF;
scrollbar-shadow-color:#ffffff;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-darkshadow-color:#FFFFFF;
border:0px
}
.infoBox {
	margin-bottom: 1.5em;
}
.infoTtl {
color: #666666;
font-weight:bold;
}
.infoTxt {
	color: #666666;
	padding-left:1em;
}
