@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;
}

#introduction_box {
	margin: 0 auto;
	width: 620px;
	height: 400px;
}

.introduction{
	float: left;
	margin: 2px;
	width: 120px;
	height: 160px;
}

.introduction img{
	display: block;
	width: 108px;
	height: 108px;
	margin: 0 auto;
}

.introduction p{
	width: 110px;
	margin: 0;
	text-align: center;
}

table.type02 {
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.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;
}
table.type02 td {
	width: 500px;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}