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

/* nutramとは・・・？用ＣＳＳ
----------------------------------------------- */
.banner {
	padding: 0px;
	height: 150px;
	width: 600px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.content_1 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.content_1 span {
	color: #000;
}

.content_2 {
	background-image: url(../images/bg_what02_off.jpg);
	background-repeat: no-repeat;
	height: 400px;
	width: 600px;
}

.content_2:hover {
	background-image: url(../images/bg_what02_on.jpg);
	background-repeat: no-repeat;
	height: 400px;
	width: 600px;
}

dl {
	line-height: 16px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	height: 400px;
	width: 600px;
	padding: 0px;
	margin: auto;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
}

dl:hover {
	font-weight: normal;
	color: #333;
}

dt {
	margin-top: 20px;
	margin-bottom: 5px;
}

dd {
	padding-right: 10px;
}

dd span {
	font-family: Arial, Helvetica, sans-serif;
}

dd p {
	color: #F30;
}

