@charset "UTF-8";
/* CSS Document */
/* ***********************************************************
 *
 * Since:     2006-4-1
 * Modified:  2007-06-14
 * Editor:    Noriyoshi Komura
 *
 * ***********************************************************
 */


/*必要CSSをロード*/
@import url("../../../../../css/base.css");
/*ロード終わり*/
.whiteboxbody p {
	font-size: 120%;
	margin-bottom: 1em;
}
.whiteboxbody p img {
	background-color: #CCCCCC;
	border: 1px solid #333333;
	padding: 3px;
	background-image: url(../images/imgback.jpg);
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 600px;
	margin-bottom: 10px;
}

.whiteboxbody p img.leftimg {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	width: auto;
}
.whiteboxbody h4 {
	font-size: 140%;
	margin-top: 1.5em;
	margin-bottom: 1em;
}
.whiteboxbody ul {
	margin: 0px 20px;
}
.whiteboxbody ul li {
	margin-bottom: 1em;
	font-size: 120%;
}
