body{
	background-color:#eaeaea;
}

a:link {
text-decoration: none;
}

a:visited {
text-decoration: none;
}

a:hover {
text-decoration:underline;
}

.item01:link {
	color:#006699;
	margin-left: 0px;
	font-family: Verdana;	
	font-size: 13px;
	font-style: normal;
	font-weight: 100;
	line-height: 140%;
}
.item01:visited {
	color:#333366;
	margin-left: 0px;
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: 100;
	line-height: 140%;
}
.item01:hover {
	color:#990000;
}

.Div01 
{
	position:absolute;
	width:1020px;
	left:50%;
	margin:50px;
	margin-left:-510px;
	background-color:White;
	padding:16px;
	border:solid 1px #a0a0a0;
}

.Li01
{
        list-style-type:square;
        text-decoration: none;
        color:#0033FF;
	text-decoration: none;
	font-family: Verdana;	
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 200%;
}

.Li02
{
        list-style-type:disc ;
        color:#003399;	
	text-decoration: none;
	font-family: Verdana;	
	font-size: 13px;
	font-style: normal;
	font-weight: 100;
	line-height: 200%;
}

.Li03
{
        list-style-type:circle;
}

#content {
	width: 1020px;
	margin: 40px auto 0 auto;
	padding: 0 60px 30px 60px;
	border: solid 1px #cbcbcb;
	background: #fafafa;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
}

h1 {
	margin: 30px 0 15px 0;
	font-size: 30px;
	font-weight: bold;
	font-family: Arial;
}

h1 span {
	font-size: 50%;
	letter-spacing: -0.05em;
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #E5E5E5;
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;
	padding: 7px 0;
	text-align: center;
}

a {
	outline: none;
}

a img {
	border: 1px solid #BBB;
	padding: 2px;
	margin: 10px 20px 10px 0;
	vertical-align: top;
}

a img.last {
	margin-right: 0;	
}
