html{
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,p,legend,input,textarea,blockquote,th,td{
	padding: 0;
	margin: 0;
}


table{
	border-collapse: collapse;
	border-spacing: 0;
}


fieldset,img{
	border: 0;
}


address,caption,cite,code,dfn,em,th,var{
	font-style: normal;
	font-weight: normal;
}


li{
	list-style: none;
	font-size: 12px;
}


caption,th{
	text-align: left;
}


h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}


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


abbr,acronym {
	border: 0;
	font-variant: normal;
}


/* to preserve line-height and selector appearance */
sup {
	vertical-align: text-top;
}


sub {
	vertical-align: text-bottom;
}


input,textarea,select{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}


/* to enable resizing for IE*/
input,textarea,select{
	font-size: 100%;
	line-height: 100%;
}


/* because legend doesn't inherit in IE */
legend{
	color: #000;
}



/* ここからデザイン */
body {
	text-align: center;
	color: #311E0E;
	font-size: 12px;
	background: #FEF5DB;
}

a {
	color: #311E0E;
	text-decoration: underline;
}

a:hover {
	color: #311E0E;
	text-decoration: none;
	position: relative;
	top: 1px;
	left: 1px;
}


div#back_image {
	width: 850px;
	margin: 0px auto;
	background: url(img/all_background.jpg) 0 0 repeat-y;
}

div#all {
	width: 800px;
	margin: 0px auto;
	text-align: center;
	line-height: 1.5;
}

/* ヘッダー */
#header {
	background: url(img/header.jpg) 0 0 no-repeat;
	width: 800px;
	height: 440px;
	position: relative;
}

#header h1 {
	color: #FFFFFF;
	position: absolute;
	top: 10px;
	right: 20px;
}

#header h2 {
	position: absolute;
	top: 10px;
	left: 20px;
}


#header p {
	position: absolute;
	top: 373px;
	left: 20px;
}

/* ブロガーの皆さんが体験した商品 */
div#conteiner_1 {
	background: url(img/background_1.jpg) 0 0 no-repeat;
	width: 750px;
	height: 539px;
	margin: 20px auto;
	overflow: hidden; 
}

div#conteiner_1 h3 {
	display: block;
	width: 705px;
	height: 37px;
	margin: 15px auto;
}

div#conteiner_1 div.box1 {
	width: 380px;
	margin-left: 348px;
	line-height: 1.4;
	text-align: left;
}

div#conteiner_1 div.box1 img {
	margin-bottom: 10px;
}

div#conteiner_1 div.box1 p {
	margin-bottom: 10px;
}

div#conteiner_1 div.box2 {
	width: 700px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

div#conteiner_1 div.box2 img {
	margin-bottom: 10px;
}

div#conteiner_1 div.box2 p.image1 {
	font-size: 11px;
	position: absolute;
	top: 180px;
	left: 0px;
}

div#conteiner_1 div.box2 p.image2 {
	font-size: 11px;
	position: absolute;
	top: 180px;
	left: 160px;	
}


div#conteiner_1 div.box2 p.image3 {
	font-size: 11px;
	position: absolute;
	top: 180px;	
	left: 318px;
}


div#conteiner_1 div.box2 p.introduction {
	width: 230px;
	position: absolute;
	top: 30px;
	right: -5px;
}


/* ヒミツを徹底解明 */
div#conteiner_2 {
	background: url(img/background_2.jpg) 0 0 no-repeat;
	width: 750px;
	height: 819px;
	margin: 20px auto;
	overflow: hidden;
	
}

div#conteiner_2 h3 {
	width: 705px;
	margin: 19px auto 15px auto;
	
}

div#conteiner_2 p.introduction {
	width: 455px;
	margin: 0px 0px 0px 25px;
	_margin: 0px 0px;
	text-align: left;
	_position: relative;
	_top: 0px;
	_left: -123px;
}

div#conteiner_2 p.introduction span {
	font-size: 11px;
	height: 15px;
}

*:first-child+html div#conteiner_2 p.introduction {
	position: relative;
	top: 0px;
	left: -130px;
}

div#conteiner_2 p.banner {
	margin: 20px 0px 0px 25px;
	text-align: left;

}

div#conteiner_2 div.box3 {
	width: 675px;
	margin: 80px auto 0px auto;
}

div#conteiner_2 div.box3 div.left {
	width: 314px;
	float: left;
	text-align: left;
}

div#conteiner_2 div.box3 div.left p.text1 {
	width: 190px;
	margin-bottom: 10px;
}

div#conteiner_2 div.box3 p {
	margin-top: 5px;
}

div#conteiner_2 div.box3 img {
	margin-top: 13px;
}

div#conteiner_2 div.box3 div.right {
	width: 314px;
	float: right;
	text-align: left;
}

div#conteiner_2 div.box3 div.right p.ng1 {
	font-size: 11px;
	position: relative;
	top: 160px;
	left: 17px;
}

div#conteiner_2 div.box3 div.right p.ng2 {
	font-size: 11px;
	position: relative;
	top: 138px;
	left: 175px;
}

div#conteiner_2 div.box3 div.right p.ng3 {
	font-size: 11px;
	position: relative;
	top: 293px;
	left: 15px;
}

div#conteiner_2 div.box3 div.right p.ng4 {
	font-size: 11px;
	position: relative;
	top: 271px;
	left: 157px;
}

/* 体験ブロガーの声 */
div#conteiner_3 {
	clear: both;
	background: url(img/background_3.jpg) 0 0 no-repeat;
	width: 750px;
	height: 529px;
	margin: 20px auto;
	overflow: hidden;
}

div#conteiner_3 h3 {
	width: 705px;
	margin: 19px auto 15px auto;
}

div#conteiner_3 div.box4 {
	clear: both;
	width: 670px;
	height: 195px;
	overflow: hidden;
	margin: 0px auto 27px auto;
}

div#conteiner_3 div.box4 div.left {
	width: 310px;
	height: 195px;
	float: left;
	text-align: left;
}

div#conteiner_3 div.box4 div.right {
	width: 310px;
	height: 195px;
	float: right;
	text-align: left;
}

div#conteiner_3 div.box4 div h4 {
	font-weight: bold;
	font-size: 15px;
	color: #311E0E;
	margin: 17px 0px 5px 0px;
	background: url(img/icon_2.jpg) 0 0 no-repeat;
	padding-left: 22px;
}

div#conteiner_3 div.box4 div img {
	float: left;
	width: 165px;
	height: 150px;
}

div#conteiner_3 div.box4 div p {
	float: right;
	width: 138px;
	line-height: 1.4;
}

div#conteiner_3 div.box4 div p span {
	font-size: 11px;
}

/* 最後のCVバナー */
p.cv_banner {
	margin: 0px auto;
	width: 640px;
	height: 104px;	
}

/* ページTOPへ戻る */
p.page_top {
	font-size: 11px;
	text-align: right;
	width: 750px;
	margin: 10px auto;
	
}

p.page_top a {
	color: #FFFFFF;
}

/* フッダー */
div#footer {
	width: 800px;
	height: 100px;
	background: url(img/footer_background.jpg) 0 0 repeat-x;
	color: #FFFFFF;
	overflow: hidden;
	text-align: left;
}

div#footer address {
	margin: 10px 0px 0px 20px;
}

div#footer p {
	text-align: right;
	margin: -15px 20px 0px 0px;
}












