@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;
	margin: 0;
}

#link_box {
	margin: 10px auto;
	width: 645px;
	height: 140px;
}

#link_box a{
	color: #000000;
}

#general_affairs_box {
	margin: 10px auto;
	width: 645px;
	height: 340px;
}

#insurance_box {
	margin: 10px auto;
	width: 645px;
	height: 340px;
}

#finance_box {
	margin: 10px auto;
	width: 430px;
	height: 340px;
}

#academic_box {
	margin: 10px auto;
	width: 645px;
	height: 795px;
}

#public_relations_box{
	margin: 10px auto;
	width: 645px;
	height: 340px;
}

#project_box{
	margin: 10px auto;
	width: 430px;
	height: 530px;
}

.introduction{
	float: left;
	margin: 2px;
	width: 210px;
	height: 335px;
}

.introduction img{
	display: block;
	width: 200px;
	margin: 5px auto;
}

.introduction p{
	position: relative;
	width: 130px;
	left: 35px;
	text-align: center;
}