@charset "utf-8";
/* CSS Document */

div#main{
	width:710px;
	margin:20px 20px 0 20px;
}
h1.title{
	padding:70px 0 0 0;
}
h2{
	font-size:30px;
	line-height: 100%;
	margin-bottom: 30px;	
}

h3{
	font-size:20px;
	margin: 20px 0 8px 0px;
}

h4{
	text-decoration:underline;
	font-size: 20px;
	margin-bottom: 10px;
}

* html div.title{
	width:714px;
}

div#block-B {
	margin-top:50px;
}

div#block-C {
	margin-top:80px;
}

p{
	margin-bottom:13px;
}	

p#title {
	margin:1em 0;
	font-size: 25px;
	color:#00F;
	font-weight: bold;
}

p#title a:link {color:green; text-decoration:none;}
p#title a:visited {color:green; text-decoration:none;}
p#title a:hover {color:red; text-decoration:none;}

p.text_center{
	font-size:20px;
	font-weight: bold;
	margin: 30px 0px 8px 0px;
}

.center{
	text-align:center;
}


span.bold1{
	font-weight: bold;
}


#link_free{
	margin-top:50px;
}


table{
	width:570px;
	margin:4px auto;
	font-weight:bold; 
	font-weight:normal;
	border:2px #666 solid;
	border-collapse:collapse;
}

table a:link {color:blue; text-decoration:none;}
table a:visited {color:blue; text-decoration:none;}
table a:hover {color:red; text-decoration:none;}

th{
	border-bottom:2px #666 double;
	border-top:2px #666 double;
	background-color:#CCC;
	font-size:17px;
	padding:4px 0px;
}

td{
	margin:auto;
	text-align:center;
	border:1px #666 solid;
	width:33%;
	padding:1px 0px;
}