@charset "utf-8";


/* ページの基本設定
----------------------------------------------- */
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	width: auto;
	margin: 0px;
	background-image: url(../images/foot_line_pink.png);
}
/* CSS Document */

/* ニュートラム（左）
----------------------------------------------- */
#nutram {
	width: 420px;
	text-align: center;
	float: left;
	margin-left: 15px;
}

#puppy,#adult,#mb_adult,#weight,#sensitive,#lr_adult,#senior {
	margin-bottom: 20px;
	width: 420px;
	border: 1px solid #CCC;
}

.puppy {
	background-color: #E81A13;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.adult {
	font-weight: bold;
	color: #FFF;
	background-color: #333399;
	text-align: left;
}

.mb_adult {
	color: #FFF;
	background-color: #336699;
	font-weight: bold;
	text-align: left;
}

.weight {
	font-weight: bold;
	color: #FFF;
	background-color: #669966;
	text-align: left;
}

.sensitive {
	font-weight: bold;
	color: #FFF;
	background-color: #F37E33;
	text-align: left;
}

.lr_adult {
	font-weight: bold;
	color: #FFF;
	background-color: #4E6038;
	text-align: left;
}

.senior {
	font-weight: bold;
	color: #FFF;
	background-color: #7C055F;
	text-align: left;
}

/* シグマ７（右）
----------------------------------------------- */
#sigma7 {
	width: 420px;
	margin-left: 470px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#sd,#tr,#wp {
	margin-bottom: 20px;
	width: 420px;
	border: 1px solid #CCC;
}

.sd {
	font-weight: bold;
	color: #FFF;
	background-color: #CD282D;
	text-align: left;
	height: 15px;
}

.tr {
	font-weight: bold;
	color: #FFF;
	background-color: #1E382F;
	text-align: left;
}

.wp {
	font-weight: bold;
	color: #FFF;
	background-color: #1C387F;
	text-align: left;
}

/* 文字情報
----------------------------------------------- */
h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	text-align: center;
	background-image: url(../images/p_messe.png);
	background-repeat: no-repeat;
	height: 20px;
}

h3 {
	font-size: 12px;
	text-align: left;
	color: #63F;
	background-image: url(../image/price_bar_pink.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 430px;
	padding-top: 2px;
	padding-left: 20px;
	font-weight: normal;
	line-height: 25px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #36F;
}

/* 表
----------------------------------------------- */
table {
	font-size: 12px;

}

td {
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.price {
	height: 120px;

}

/* 説明文
----------------------------------------------- */
.exp {
	text-align: left;
	width: 310px;
	float: left;
	line-height: 20px;
	padding: 3px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	height: 120px;
}

