html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/*remember to define focus styles!*/
:focus {
	outline: 0;
}

/*remember to highlight inserts somehow!*/
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/*tables still need 'cellspacing="0"' in the markup*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
	line-height: 1.32;
	background: url(../../images/pricesim_bg_01.png) no-repeat;
	width: 842px;
	height: 907px;
}

div.container {
	background-image: url(../../images/pricesim_bg_02.png);
	background-repeat: no-repeat;
	margin: 23px auto 0;
	width: 608px;
	height: 886px;
	position: relative;
	text-align: center;
}

div.header {
	height: 65px;
	padding-top: 35px;
}

div.header h1 {
	padding-top: 10px;
	text-align: center;
}

div.header p {
	position: absolute;
	top: 30px;
	right: 34px;
}

div.first {
	height: 347px;
}

div.members {
	height: 315px;
}

div.first,
div.members {
	padding-left: 45px;
}

div.first div,
div.members div {
	float: left;
	margin-left: 15px;
}

div.first div h3,
div.members div h3 {
	margin-top: 20px;
	margin-bottom: 30px;
}

div.attention {
	text-align: left;
	padding-left: 70px;
	padding-right: 40px;
	color: #932b32;
	font-size: 12px;
}

div.attention p {
	margin-bottom: 5px;
}

div.attention p.atend {
	margin-top: 15px;
}















