/*-----------------------------------------------
 kyoutuu
-----------------------------------------------*/

.font01 {
	font-weight: bold;
	color: #f90;
}

.box {
	margin: 10px 0px 10px 10px;
	width: 560px;
	padding: 0px;
/*	border-bottom: 10px #97d376 solid;*/
}

ul.list01 {
	margin: 0px;
	padding: 0px 10px 0px;
	list-style-type: none;
}

ul.list01 li{
	text-decoration: none;
}

li.list01 {
	background: url(../image/mark-b01.gif) no-repeat;
	padding-left: 15px;
	margin-left: 0px;
}

li.list01-2 {
	background: url(../image/mark-b02.gif) no-repeat;
	padding-left: 15px;
	margin-left: 15px;
}

li.list01-3 {
	padding-left: 15px;
	margin-left: 5px;
}

.box-color {
	width: 528px;
	padding: 1px 0px 1px 0px;
	margin: 5px 0px;
	background-color: #fc3;
	border: 1px solid #f60;
}

.box-top:after {
	content: "";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.box-left {
	width: 255px;
	margin: 0px;
	padding: 0px auto;
	float: left;
}

.box-left:after {
	content: "";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.box-right {
	width: 255px;
	margin: 0px;
	padding: 0px auto;
	float: right;
}

.box-right:after {
	content: "";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.box-center {
	width: 530px;
	margin: 0px 10px 0px 13px;
	padding: 0px auto 0px;
}

.textright {
	text-align: right;
}


