@charset "utf-8";


/* css/stview.css */

#old_mainarea_950{
	margin:0 auto 10px;
	width:950px;
	overflow:hidden;
	zoom:1;
	text-align:center;
}

a img,p,h2,h3,h4,h5,ul,ol,li,form{
	margin:0;
	padding:0;
	border:none;
	text-decoration:none;
}

#container{
	width:940px;
	text-align:left;
}

#container h1{
	margin:0 0 2px;
	padding:0;
}

/* コース名 */
#coursename{
	margin:0 0 10px;
	position:relative;
}
#coursename h2{
	float:left;
}
#coursename p{
	margin:5px 5px 0;
	padding:0;
	float:left;
	font-size:14px;
	font-weight:bold;
}
#coursename a{
	width:150px;
	margin:10px 0 0;
	display:block;
	float:right;
	text-align:right;
	text-decoration:underline;
}

/********************
 メインエリア
 ********************/
#mainarea{
	position:relative;
}

/*--------------------
 コース説明
 --------------------*/
#courseex{
	width:260px;
	float:left;
	margin-bottom:20px;
	border:1px solid #ccc;
	text-align:center;
}

#courseex img{
	margin:10px auto 0;
	border:none;
}

#courseex p{
	margin:10px 10px 0;
	text-align:left;
	line-height:1.3em;
}

#courseex ul{
	width:200px;
	margin:0 auto;
}
#courseex ul li{
	width:80px;
}
#courseex ul li.front{
	float:left;
}
#courseex ul li.next{
	float:right;
}
#courseex ul li.neighbor{
	margin:0 auto;
}
#courseex ul li.reserve{
	width:155px;
	margin:0 auto 20px;
	clear:both;
}

/* 対象ホール */
.subject{
	margin:0 10px 10px;
	padding:10px 0;
	background:#f1f1f1;
}
.subject div.subjectimg{
	width:140px;
	margin:0 auto 5px;
	padding-left:18px;
	font-size:14px;
	background-image:url(../img/icon_subject.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-weight:bold;
}


/*--------------------
 ストリートビュー
 --------------------*/
#streetview{
	width:660px;
	float:right;
}

/* コース地図 */
#sview{
	width:660px;
	height:500px;
}

/* コントロール */
#control{
	background:#f1f1f1;
	position:relative;
}
#control li{
	margin:5px 0 5px 5px;
	float:left;
}

#control #playmovie{
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
	float:left;
}
#control #playmovie select{
	margin:3px 0;
}
#control #shotnavi{
	margin:0 15px 0 0;
	padding:0;
	list-style:none;
	float:right;
}
/* ホールビュー */
#hole{
	width:660px;
	height:300px;
	margin-bottom:20px;
}

/* フラッシュプレイヤー */
.flashplayer{
	padding:10px;
	background:#f1f1f1;
	text-align:center;
}

.flashplayer p{
	margin:0 0 10px;
	line-height:1.5em;
}

.flashplayer a{
	width:160px;
	margin: 0 auto 10px;
	padding-top:45px;
	display:block;
	background:url(/golf_view/img/160x41_Get_Flash_Player.jpg) top no-repeat;
}


/*--------------------
 ご意見ご感想
 --------------------*/
#impression{
	width:260px;
	padding-bottom:10px;
	float:left;
	border:1px solid #ccc;
	text-align:center;
}
#impression h4{
	margin:0 0 5px;
	padding:3px 0 1px;
	font-size:14px;
	background:#2e90e7;
	color:#fff;
}
#impression p{
	padding:0 10px;
	text-align:left;
}

#impression p.right{
	text-align:right;
}
 