@charset "utf-8";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	margin: 0px;
	padding: 10px 0px;
	font-size: 100%;
	background-color: #B9CFFF;
} 
 
#wrapper { 
    margin: 0px auto;
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
    width: 800px;
    text-align: left;
	background-color: #FFF;
} 
 
table {
	margin-top: 10px;
	margin-left: 10px;
}
 
td {
	font-size: 90%;
	line-height: 1.7;
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 0px 5px 0px;
	vertical-align: top;
}
 
a {
    color: #0000FF;
    text-decoration: none;
}
 
a:visited {
    color: #0000FF;
    text-decoration: none;
}
 
a:hover, a:active {
    color: #3399CC;
}
 
.title {
	font-size: 120%;
	padding: 7px 0px;
	text-align: center;
	font-weight: bold;
	border-bottom: 2px solid #039;
}
 
img {
	border: 0;
}
