@charset "utf-8";
/* CSS Document */


/* --------------------------------------- */

.content {
	height : 1140px;
}


/* --------------------------------------- */

.cont1 {
/*	background-color : #ffff00; */
	margin-left:	32px;
	width:		640px;
	overflow:	hidden;
	list-style : none;
	padding : 0px;
	display : block;
}

.cont1 li {
/*	background-color : #eeeebb; */
	background-color:	#ffe5cc; 
	width  : 608px; /* 640-8 -16 */
	height : 96px; /*96*/
/*	border: solid 8px #886622; */
	border: 			solid 8px #a08361;
	border-radius:		8px; 
	font-size: 			12px; /*14*/
	overflow:			hidden;
/*	text-shadow: 0 0 1px #aaaa77, 0 0 2px #cccc99, 0 0 3px #eeeebb; */
/*	text-shadow: 0 0 1px #cfb59c, 0 0 2px #dfc5ac, 0 0 3px #efd5bc; */
	box-shadow: 		0px;
	margin: 			0px;
	padding: 			0px;
	padding-right:		16px;
}
.cont1 li img {
	background-color : #a38562; 
	float : left;
	width : 96px;
	height: 96px;
	vertical-align : middle; 
/*	border-radius: 8px; */
	margin-right: 16px;
/*	margin-left:	0px; */
	border-right: 			solid 4px #a08361;
/*	border-radius: 		0px 8px 8px 0px; */
}
.cont1 li hr {
/*	background-color : #aaaa00; */
/*	color : #aaaa00; */
	width : 400px;
	margin : 0px;
/*	border: solid 1px #886622;  */
	border: solid 1px #a38562; 
/*	height : 32px;
	border: 1px dashed #666666; */
	margin-bottom : 4px;
}
.cont1 li p {
/*	background-color : #888800; */
/*	float : left; */
	width : 512px; /* 640-96 */
	height : 28px;
	font-size : 18px;
	line-height: 32px; 
	margin : 0px;
/*	padding : 0px; */
	color:			#886622;
/*	font-weight:	bold; */
}
.cont1 img {
/*	background-color : #666600; */
	width : 128px;
	height: 25px; 
/*	background-image: url(pict/flow_arrow.png);
	background-position: top center;
	background-repeat: no-repeat; */
}
.cont1 div {
	margin-left : 260px;
	margin-top : 16px;
	margin-bottom : 16px;
}


/* --------------------------------------- */

/* --------------------------------------- */

/* --------------------------------------- */


