@charset "utf-8";
/* CSS Document */
/*Mater style sheet for Global*/
/*Imported style sheets*/
@import url("default.css");
@import url("txt.css");
@import url("form.css");
@import url("decorate.css");

.surveyLayout{
	display:block;
	margin:0 auto;
	width:520px;
	height:100%;
	text-align:left;
}
.topNav{
	display:block;
	margin:8px 5px 0 0;
	float:right;
	width:1000px;
	*width:991px;
	height:89px;
	background:url(../asset-Images/shared/bg_home-TopNav.jpg) top right no-repeat;
}
.col-01{
	display:block;
	float:left;
	width:290px;
	text-align:left;
}
.col-02{
	display:block;
	float:left;
	width:428px;
	text-align:left;
}
.col-03{
	display:block;
	float:left;
	width:280px;
	text-align:left;
}
.col-01-home{
	padding:0px 9px 9px 0px;
}
.col-02-home, .col-03-home{
	padding:0px 12px 9px 12px;
}
.promotion-content{
	display:block;
	float:left;
}