@charset "utf-8";

/* ------------------------------- グローバルメニュー ------------------------------- */

.home a{
	width: 80px;
	background-image: url(../img/home-1.gif);
}

.suckertreemenu ul li.douga a{
	width: 160px;
	background-image: url(../img/douga-2.gif);
}

.suckertreemenu ul li.surfnews a{
	width: 160px;
	background-image: url(../img/news-2.gif);
}

.suckertreemenu ul li.shop a{
	width: 160px;
	background-image: url(../img/shop-2.gif);
}

.nami a{
	width: 80px;
	background-image: url(../img/nami-2.gif);
}

.suckertreemenu ul li.sanka a{
	width: 80px;
	background-image: url(../img/sanka-2.gif);
}

.suckertreemenu ul li.sagasu a{
	width: 80px;
	background-image: url(../img/sagasu-2.gif);
}

.suckertreemenu ul li.shiru a{
	width: 80px;
	background-image: url(../img/siru-2.gif);
}

.suckertreemenu ul li.question a{
	width: 80px;
	background-image: url(../img/q-a-2.gif);
}

/* ------------------------------- メインエリア ---------------------------- */

#main{
	width: 760px;
	margin-left: 10px;
	background-image: url(../img/main-bg.gif);
	float: left;
}

#pankuzu{
	padding-top: 20px;
}

#pankuzu li{
	margin-left: 10px;
	padding: 1px 10px;
	font-size: 12px;
	color: #464646;
	background-color: #EEEEEE;
	border: 1px solid #AE0000;
}

#pankuzu li a{
	color: #AE0000;
}

/* ------------------------------- 動画エリア ------------------------------ */

#douga{
	width: 415px;
	height: 290px;
	margin: 10px 0 0 5px;
	float: left;
}

#douga h2.bye a{
	width: 120px;
	height: 200px;
	position: relative;
	top: -250px;
	left: 420px;
	display: block;
}

#banner-2{
	width: 340px;
	height: 290px;
	margin-top: 10px;
	float: left;
	background: url(../img/douga-bg2.jpg) no-repeat left top;
}

#banner-2 a{
	width: 160px;
	height: 240px;
	margin: 20px 0 0 150px;
	display: block;
}

/* ------------------------------- 以前の動画エリア 
#douga{
	width: 415px;
	height: 259px;
	margin: 10px 0 0 5px;
	float: left;
}

#douga h2.bye a{
	width: 100px;
	height: 200px;
	position: relative;
	top: -220px;
	left: 430px;
	display: block;
}

#banner-2{
	width: 340px;
	height: 259px;
	margin-top: 8px;
	float: left;
	background: url(../img/douga-bg2.jpg) no-repeat left top;
}

#banner-2 a{
	width: 160px;
	height: 200px;
	margin: 20px 0 0 150px;
	display: block;
}
------------------------------ */

/* ------------------------------- ホットスポット  ------------------------- */

#hot{
	width: 760px;
	margin: 10px 0 10px 5px;
	height: 35px;
	float: left;
}

#hot ul{
	width: 760px;
	height: 35px;
	margin-left: 0;
}

#hot ul li{
	width: 179px;
	height: 35px;
	margin-left: 8px;
	display: block;
	text-indent: -9999em;
	float: left;
}

#hot ul li a{
	width: 179px;
	height: 34px;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

.beginner a{
	width: 179px;
	height: 34px;
	background: url(../img/douga.gif) left top;
}

.local a{
	width: 179px;
	height: 34px;
	background: url(../img/kokoku.gif) left top;
}

.link a{
	width: 179px;
	height: 34px;
	background: url(../img/link.gif) left top;
}

.form-1 a{
	width: 179px;
	height: 34px;
	background: url(../img/btn-from.gif) left top;
}

#hot ul li a:hover{
	background-position: left bottom;
}

/* ------------------------------- サーフィンニュース ---------------------- */

#news{
	width: 751px;
	padding-top: 61px;
	clear: both;
	background: url(../img/news-t.gif) no-repeat left top;
}

#news-bg{
	width: 751px;
	background: url(../img/news-m.gif) repeat-y;
}

#news h2{
	text-indent: -9999em;
}

#news p{
	margin-bottom: 10px;
}

#left{
	width: 335px;
	margin: -20px 0 0 25px;
	float: left;
}

#right{
	width: 325px;
	margin-right: 35px;
	float: right;
}

#news dt{
	width: 60px;
	padding: 0 10px 5px 10px;
	float: left;
	clear: both;
}

#news dd{
	width: 245px;
	padding: 0 0 5px 0;
	float: left;
}

p.lower1{
	clear: both;
	text-align: right;
}

p.lower2{
	clear: both;
	margin-right: 35px;
	text-align: right;
}

#empty{
	width: 751px;
	height: 61px;
	background: url(../img/news-b.gif) no-repeat bottom;
	clear: both;
}

/* ------------------------------- for IE6 ------------------------------- */

*html #main,*html #douga,*html #hot,*html #left,*html #right{
	display: inline;
}

*html #pankuzu li{
	padding: 4px 10px 1px;
}

*html #hot{
	margin: -205px 0 0 -5px;
}

*html #news{
	margin-top: -160px;
}


