/* CSS Document */

/*five_minutes
---------------*/
.work_box {
	border:1px solid #C8C8C8;
	background:#F5F5F5;
	padding:3px;
	font-size:0.8em;
	margin-bottom:20px;
}



/*c_visit
---------------*/
.vist_wrap {
	margin:0;
	padding:0;
	list-style-type:none;
}

.vist_box {
	width:265px;
	display:block;
	float:left;
	margin:0 0 10px 5px;
}

.vist_img {
	width:130px;
	float:left;
}

.vist_text {
	width:125px;
	font-size:0.8em;
	float:right;
}


/*voice
---------------*/
.voice_wrap {
	width:505px;
	display:block;
	padding:19px;
	border:1px solid #C8C8C8;
	margin-bottom:20px;
}

.voice_img {
	width:200px;
	float:left;
}

.voice_text {
	width:285px;
	float:right;
}


/*seminar
--------------*/
.seminar_list {
	width:525px;
	margin:auto;
}

.seminar_list p {
	border-bottom:1px dotted #C8C8C8;
	padding-bottom:10px;
	margin-bottom:10px;
}

.seminar_title {
	background:url(../images/main_icon01.gif) 0 2px no-repeat;
	color:#CC6633;
	padding-left:10px;
}




