html,body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	height:100%;
}
body,td,th {
	font-size: 13px; font-family:"MS Gothic";
}
img{ padding:0; border:0;}

h1,h2,h3,h4,h5,h6 { margin:0; padding:0;}
a:link {
	text-decoration: none;
	cursor: hand;
}
a:visited {	text-decoration: none; cursor: hand;}
a:hover {text-decoration: none; cursor: hand;}
a:active {	text-decoration: none; cursor: hand;}
.cont{ line-height:20px;
padding-left:36px;}
.cont01{
	padding:5px 5px 0 10px;
	line-height:20px;
}
.cont02{
	padding:5px 5px 0 10px;
	line-height:20px;
	color:#660000;
}
.cont td{
        padding-left:5px;
        font-size:16px;
}
.rule_title{
        font-size: 18px;
        font-family:"MS Gothic";
}

/***　テキストカラー***/
.text-red{
	color:#FF0000;
}
.text-red-b{
	font-weight:bold;
	color:#FF0000;
}
.text-blue{
	color:#000099;
}
.text-blue-b{
	font-weight:bold;
	color:#000099;
}
.text-orenge{
	color:#FF6600;
}
.text-orenge-b{
	font-weight:bold;
	color:#FF6600;
}

/***　テキストサイズ　***/
.text-18{
	font-size: 18px;
}
.text-16{
	font-size: 16px
}

td{
        font-size:16px;
}

