/*ボディ関連*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*リンク関連*/
a:link {
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
a:visited {
	font-size: 12px;
	color: #CC6600;
}
a:hover {
	font-size: 12px;
	text-decoration: none;
}
a:active {
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}

/*文字関連*/
.txt12 {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
}
.copyright {
	font-size: 9px;
	color: #333333;
}
.midashi14 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.maru {
	font-size: 14px;
	color: #993333;
}
.txt10 {
	font-size: 10px;
	color: #333333;
}
.iframeTxt12r {
	font-size: 12px;
	color: #993333;
}
.txt12b {
	font-size: 12px;
	line-height: 130%;
	font-weight: bold;
	color: #333333;
}
.txt12r {
	font-size: 12px;
	line-height: 130%;
	color: #990000;
}
p {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
}
h3 {
	font-size: 12px;
	line-height: 130%;
	text-transform: uppercase;
	color: #333333;
}

