/* =========================================================
Base style
========================================================= */
body {
	background: #595656;
}

/* =========================================================
Top
========================================================= */

div#title {
    background-image: url('../images/bg_ttl.gif');
		background-repeat: repeat-x;
		height: 432px;
}

div#title div#space {
		width: 590px;
		height: 362px;
		padding-top: 38px;
		position: relative;
}

div#title_copy {
		background-image: url('../images/title.gif');
		width: 590px;
		height: 124px;
		position: absolute;
		top: 38px;
		left: 0;
}

div#main_copy {
		background-image: url('../images/main_copy.gif');
		width: 422px;
		height: 139px;
		position: absolute;
		top: 261px;
		left: 89px;
}

div#top_btn {
		background-image: url('../images/free.gif');
		background-repeat: no-repeat;
		width: 590px;
		height: 85px;
		margin-bottom: 42px;
}

p.text {
		text-align: left;
		padding: 12px 80px 12px 80px;
}

div#right_btn {
		text-align: right;
		padding: 30px 80px 30px 0;
}

div#links {
		padding-bottom: 10px;
}

/* =========================================================
Dtail
========================================================= */
div#detail_ttl {
    background-image: url('../images/bg_detail.gif');
		background-repeat: repeat-x;
		height: 166px;
}

div#detail_ttl div#ttl_space {
		width: 590px;
		height: 128px;
		padding-top: 38px;
		position: relative;
}

div#detail_copy {
    background-image: url('../images/detail_ttl.gif');
		width: 590px;
		height: 128px;
		position: absolute;
		top: 38px;
		left: 0;
}

div#entry_s {
		position: absolute;
		top: 38px;
		left: 415px;
}

div#dtl_sttl_5 {
		background-image: url('../images/bg_mob.jpg');
		background-repeat: no-repeat;
		background-position: right top;
		min-width: 600px;
		height: 121px;
		margin: 30px 80px 30px 0;
}

/* =========================================================
Footer
========================================================= */
p#footer {
		background-image: url("../images/bg_footer.gif");
}

