@charset "utf-8";
/* CSS Document */

.wrap {
width:500px;
height:auto;
position:relative;
padding-left:14px;
padding-bottom:20px;
}


.tp {
	width:500px;
	height: 174px;
	background-image:url(../advertising/2011_open_golf/images/std_01.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.main {
	width:480px;
	height:auto;
	background-image:url(../advertising/2011_open_golf/images/std_02.png);
	background-repeat: repeat-y;
	padding-left:10px;
	padding-right:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	}

.bt {
	width:286.5px;
	height:45px;
	background-image:url(../advertising/2011_open_golf/images/std_04.png);
	background-repeat: no-repeat;
	padding-left:400px;
	}
	
.tp2 {
	width:500px;
	height: 174px;
	background-image:url(../advertising/2011_open_golf/images/del_01.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.tp3 {
	width:500px;
	height: 174px;
	background-image:url(../advertising/2011_open_golf/images/bus_01.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.tp4 {
	width:500px;
	height: 174px;
	background-image:url(../advertising/2011_open_golf/images/hot_01.png);
	background-repeat: no-repeat;
	background-position: left top;
}


/*email links*/
.rollover a {
	display:block;
	width: 70px;
	height:20px;
	padding-left:5px;
	padding-top:5px;
	font: bold 12px sans-serif;
	color:#333;
	background: url(../advertising/2011_open_golf/images/link.png) no-repeat 0 0;
	text-decoration: none;
}
.rollover a:hover { 
background-position: 0 -25px;
color: #049;
}



