@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: 10px auto;
	width: 660px;
	height: 780px;
}

.introduction{
	float: left;
	margin: 2px;
	margin-bottom: 4px;
	width: 175px;
	height: 175px;
}

.introduction img{
	display: block;
	width: 150px;
	height: 150px;
	margin: 0 auto;
}

.introduction p{
	position: relative;
	width: 160px;
	right: 5px;
	margin: 0 auto;
	text-align: center;
}