@charset "UTF-8";
/* CSS Document */
body {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	background-color: #405660;
}
.contents{
	background-color:#FFFFFF;
	margin: auto;
	padding: 10px;
	width: 750px;
}
.contents .v {
	background-color: #FFFFFF;
	margin: 0px;
}
h1 {
	font-size: large;
	font-weight: lighter;
}
h2 {
	font-size: medium;
	font-weight: lighter;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
h3 {
	font-size: small;
	font-weight: lighter;
	text-align: right;
}
p {
	margin-bottom: 2px;
	margin-top: 2px;
	font-size: small;
}

