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

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);
}

/* トリミング左
----------------------------------------------- */
#trim_left {
	width: 440px;
	margin: 0px;
	float: left;
	padding: 0px;
}

.cs_price {
	margin-bottom: 40px;
	padding-top: 10px;
	border: 1px ridge #F0F0F0;
	padding-left: 10px;
}

.a_price_1 {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px ridge #F0F0F0;
	margin-bottom: 40px;
	padding-left: 10px;
}

.pr {
	height: 224px;
	width: 440px;
}

/* トリミング右
----------------------------------------------- */
#trim_right {
	width: 440px;
	margin-left: 455px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.s_price {
	padding-top: 10px;
	border: 1px ridge #F0F0F0;
	margin-bottom: 40px;
	padding-left: 10px;
}

.a_price_2 {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px ridge #F0F0F0;
	padding-left: 10px;
}

/* 注意事項
----------------------------------------------- */
#caution {
	width: 891px;
	border: 2px dotted #39F;
	background-color: #CFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	height: 100px;
	padding: 0px;
	margin-top: 0px;
}

.proof_1 {
	width: 300px;
	text-align: left;
	float: left;
	height: 100px;
}

.proof_2 {
	margin-left: 330px;
	width: 550px;
	text-align: left;
	height: 100px;
	font-size: 12px;
	line-height: 19px;
}

ul {
	line-height: 19px;
	color: #39F;
	display: block;
	font-size: 12px;
	margin: 0px;
}

/* 文字情報
----------------------------------------------- */
h1 {
	color: #FFF;
	font-weight: normal;
	background-image: url(../images/p_messe.png);
	background-repeat: no-repeat;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	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;
	width: 420px;


}

th {
	height: 25px;
	font-weight: normal;
	color: #63F;
	background-image: url(../images/price_bar_pink.png);
	background-repeat: no-repeat;
}

td {
	height: 25px;
	text-align: left;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FCF;
	padding-top: 2px;
}

td p {
	color: #F90;
	height: 25px;
	padding-top: 2px;
	line-height: 22px;
}

p {
	color: #3C0;
}

.price {
	text-align: center;
}

table tr:hover {
	background-color: #FFC;
}

