/*センタリング処理*/
body{
	text-align:center;
}

div.wrapper{
	margin-left:auto;
	margin-right:auto;
	width:750px;
	text-align:left;
}
.n12to16 {
	font-size: 12px;
	line-height: 16px;
}
.n10to14 {
	font-size: 10px;
	line-height: 14px;
}.n10wh {
	font-size: 10px;
	color: #FFFFFF;
}
/*通常用リンク*/
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #0000CC;
	text-decoration: underline;
}
/*マークアップ*/
p {
	margin: 0px;
	padding-left: 40px;
	font-size: 12px;
	line-height: 140%;
}
h1 {
	font-size:12px;
	font-weight:bold;
	margin: 0px;
}
h2 {
	font-size:12px;
	font-weight:bold;
	margin: 0px;
}
h3 {
	font-size:12px;
	font-weight:bold;
	margin: 0px;
}
h6 {
	font-size:80%;
	font-weight:normal;
	color:#333;
	margin: 0px;
	margin-bottom:1em;
	margin-top:1em;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : gray;
}
.b12 {
	font-size: 12px;
	font-weight: bold;
	text-decoration : blink;
}
.n12to18 {
	font-size: 12px;
	line-height: 18px;
}
.b12blue {
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}
.b12wine {
	font-size: 12px;
	font-weight: bold;
	color: #CC3366;
}
.n12wh {
	font-size: 12px;
	color: #FFFFFF;
}
.n12blue {
	font-size: 12px;
	color: #000099;
}
.n10to16 {
	font-size: 10px;
	line-height: 16px;
}