/* ベース定義 */
body,table{
	font-size: 10pt;
	color: #333333;
}
A {
	color: #003399;
	text-decoration:none;
}
a:hover {
	color: #003399;
	text-decoration : underline;
	position:relative;
	top:1;
	left:1;
}
a:link {
	color: #003399;
}
a:visited {
	color: #003399;
}

.td {
	font-size: 12px;
	LINE-HEIGHT: 155%;
	color: #333333;
}
hr{
	color : #222222;
	size : 1px;
	filter:alpha(opacity=100,finishopacity=0,style=2);
}
/* ベース定義 */


/* カスタム定義 */
.font_white {
	color: #ffffff;
	font-weight: bold;
}
.font_red {
	color: #cc0000;
}
.font_bold {
	font-weight: bold;
}

.underline {
	font-size:12px;
	line-height:22px;
	background : url(../img/line.gif);
}

/* 規約 */
.title_01 {
	line-height:20px;
	letter-spacing:2px;
	font-size : 12px;
	text-align : left;
	border-left : double 9px #6569A3;
	border-bottom : dashed 1px #6569A3;
	padding : 0px 0px 0px 10px;
}
/* 規約 End */

/* 著作権 */
.copy {
	color: #333333;
	font-size: 11px;
	line-height: 12px;
}


