@charset "utf-8";
/* CSS Document */

<!--

body {
	position:relative;
	height:100%;
	min-width:500px; 
	min-height:100px;
	background:white;
	font-family:"メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	margin:0px;
	padding:0px;
	font-size:14px;
}

html {
	height:100%;
	overflow-y:scroll;
}


#title {
	font-size:18px;
}
#login {
	border:1px solid #999999;
	padding:10px;

	position:absolute;
	top:50%;
	left:50%;
	width:460px;
	margin:-80px 0 0 -230px;
}

#contents {
	border:1px solid #999999;
	padding:10px;

    height:400px;
    width:600px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-200px;
    margin-left:-300px;
}

body > #contents {
	height:auto;
}

.download th{
	background-color:#D0DBFF;
}
.download td{
	border-bottom:1px solid #999999;
}
a:link{
	color:#0033FF;
	text-decoration: none;
}
a:visited {
	color:#0033FF;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}

-->
