/* CSS Document */

body{
	text-align:center;
}

.bodytop{
	color: #333333;
	background-color: #A2A2FF;
	margin: 0px;
	padding: 0px;
}


.foot {
	padding: 5px;
	border-top:1px dotted #000000;
	clear: left;
	margin:0px;
	
}


.main {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #FFFFFF;
	width: 650px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
	font-size:14px;
	border-top: 10px solid #000099;
	border-bottom: 10px solid #000099;
}


.head{
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	height: 160px;

}
.name {
	letter-spacing: 0.5em;
	text-align: right;
	margin-right: 30px;
	margin-left: 450px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
	border-left-color: #0000FF;
	margin-bottom: 30px;
	margin-top: 30px;
}


h1,h3,div,{
padding:0px;
margin:0px;
font-weight:normal;
font-size:medium;

}




.hidden {
	
	visibility: hidden;
}

.navi {
	list-style-type: none;
	margin: 10px auto 0px auto;
	padding: 0px;
	color: #000000;
	font-size:11px;
	width:100%;

}

.li1 {
	float: left;
	margin: 0px;
	padding: 0px 5px;
	display: block;
	border-right: 1px solid	#000000;
}
.li1 a {
	text-decoration: none;
	color:#000000;
}
.li1 a:hover{
	background-color: #FFCC99;
}

h2{
	padding:3px 0px;
	margin:30px 0px 0px 0px;
	font-weight:bold;
	font-size:small;
	color: #FFFFFF;
	background-color:#A2A2FF;
	width: 280px;
}
.link-p {
	padding: 0px;
	margin: 0px 0px 30px 0px;
	width: 278px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-color: #999999;
}
.bodytop .main .link-p a {
	display:block;
	padding:5px;
	margin:0px;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.bodytop .main .link-p a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
}

