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


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

.content {
	height : 1400px;

}
.content h5 {
/*	background-color: #ffff00;	*/
	color:			#a36221;
	border-bottom:	2px solid #a37821;
}

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

.cont0 {
	margin-top:		32px;
	margin-left:	32px;
	height : 220px;
	font-size:		14px;
	line-height:	22px;
	width:	640px;
}
.cont0 p {
	padding:		0px;
	margin:			0px;
	padding-left:	16px;
}
.index {
	font-size:		18px;
	font-weight:	bold;
/*	color:			#78a321; */
/*	color:			#a36221; */
	color:			#880000;/*ff1c34*/
/*	text-shadow: 1px 2px 2px #000000; */
	text-align:		center;
}

.cont1 {
	background-color : #ffffff;
/*	border : 8px double #8F7945; */
	border : 8px double #a38562; 
	border-radius : 8px;
	width: 			640px;
	height: 		260px;
	overflow: 		scroll;
	margin-top:		32px;
	margin-left:	32px;
	text-shadow: 0 0 1px #aaaaaa, 0 0 2px #cccccc, 0 0 3px #eeeeee;
}

.cont1 ul {
	list-style-type	: none;
	padding			: 0px;
	margin			: 0px;
	display			: inline;

}
.cont1 li {
	height	: 60px; /*100*/
	margin-left		: 16px;
}
.cont1 li p {
	background-image:	url(au_kyoro.png);
	padding:			0px;
	margin:				0px;
	margin-bottom:		8px;
	width	: 40px; /*80*/
	height	: 40px; /*80*/
	float	: left;
}

.cont1 hr {
	clear			: left;
	padding			: 0px;
	margin			: 0px;
/*	margin-top		: 16px;*/
/*	margin-bottom	: 8px; */
/*	clear			: both; */ 
/*	color			: black;*/
	border-top:			1px dotted #666666;
}

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