/* Base Style */
body {
	font-family: "Geneva", "Arial", "Helvetica", "sans-serif", "Times New Roman", "Times", "serif", "ＭＳ Ｐゴシック", "Osaka";
	color: #333333;
} 

html {
	overflow-y: scroll;
}

/* クラスの定義（新規） */ 
.topText {
	font-size: 14px;
	line-height: 1.5em;
	color: #003366;

} 
.mainText {
        font-size: 14px; line-height: 1.6em;
} 
.mainList {
	font-size: 14px;
	line-height: 1.6em;
	list-style-type: decimal;
} 
.footerText {
	font-size: 9px;
	color: #999999;
}
a {
	color: #0099CC;
	text-decoration: underline;
}
a:visited {
	color: #6666FF;
	text-decoration: underline;
}
a:hover {
	color: #FF9933;
	text-decoration: underline;
}
.mainListCap {
	font-size: 14px;
	line-height: 1.6em;
	list-style-type: square;
}
.topList {
	font-size: 14px;
	line-height: 1.6em;
	list-style-type: square;
}
.topListPrivacy {
	font-size: 10px;
	line-height: 1.6em;
	list-style-type: square;
	margin-top: 10px;
	list-style: none;
}

.content {
	width: 523px;
}
.content table {
	width: 100%;
	margin: 20px 0;
	border: 2px solid #bbb;
	border-collapse: collapse;
}
.content th, .content td {
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	padding: 5px 10px;
	border: 1px solid #ddd;
}
.content th {
	background: #eee;
}
.content th span, .content td span.error {
	color: #c33;
	font-weight: normal;
}
.content td {
	width: 280px;
}
.content input[type='text'], .content textarea {
	width: 250px;
}
.content td.btn {
}

