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

div.wrapper {
	background-image: url(../../images/icon_bg_04.png);
	width: 750px;
	position: relative;
}

h1 {
	 float: left;
	 padding: 30px 0 0 15px;
}

div.wrapper p.attention {
	background-image: url(../../images/icon_bg_01.png);
	width: 348px;
	height: 80px;
	margin-left: 285px;
	padding: 35px;
	color: #FF3B8B;
}

div.wrapper p.attention span {
	display: block;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px;
}

ul.icon-list li {
	background-image: url(../../images/icon_bg_02.png);
	width: 305px;
	height: 150px;
	float: left;
	margin: 0px 22px 30px;
}

ul.icon-list:after {
    content: ".";  
    display: block;  
    visibility: hidden;  
    height: 0.1px;  
    font-size: 0.1em;  
    line-height: 0;  
    clear: both;
}

ul.icon-list li p {
	padding: 25px 20px 0;
	color: #FF3B8B;
}

ul.icon-list li p img {
	margin: 0 auto 10px;
	display: block;
}

div.hope {
	background: url(../../images/icon_bg_03.png) no-repeat;
	width: 319px;
	height: 124px;
	position: absolute;
	bottom: 34px;
	right: 20px;
}

div.hope h2 {
	padding-left: 13px;
	padding-top: 35px;
}

div.hope p {
	font-weight: bold;
	color: #743036;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 15px;
}

* {
	zoom: 1;
}




