@charset "utf-8";

/*
    main_contents内
*/
#main_box{
	position: relative;
	width: 720px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	background: rgba(255,255,255,0.8);
	padding: 20px; 
}

#main_box p{
	text-indent: 1em;
}

#link_box {
	margin: 0 auto;
	width: 690px;
	height: 210px;
}

#link_box ul{
	float: left;
	margin: 20px;
}

#link_box a{
	color: #000000;
}

.type02 {
	margin: 0 auto;
	/*margin: 0 0 1em 0.5em;*/
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	vertical-align: middle;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.type02 th {
	/*width: 150px;*/
	padding: 10px;
	font-weight: bold;
	/*vertical-align: top;*/
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
.type02 td {
	/*width: 500px;*/
	padding: 10px;
	/*vertical-align: top;*/
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.type02 .a_table{
	text-align: center;
	width: 110px;
}

.type02 .b_table{
	text-align: center;
	width: 80px;
}

.type02 .c_table{
	text-align: center;
}

.type02 .d_table{
	text-align: center;
}

.type02 .border_table{
	border-top: 2px solid #ccc;
}