@charset "utf-8";
/********************************************
 サンロイヤルゴルフクラブ　共通
********************************************/

/*-------------------------------------------
基本設定
-------------------------------------------*/

body {
margin:0;
padding:0;
background-color:#000000;
font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
font-size:12px;
line-height:1.8em;
color:#cccccc;
}

h1, h2, h3, h4, h5, h6, form {
margin: 0;
padding: 0;
}

img {
border:0;
}

.pagetop {
text-align:right;
margin:10px 0 0 0;
}
.pagetop2 {
text-align:right;
margin:10px 40px 0 0;
}

#mycustomscroll {
/* percentage width without the fix*/
border:none;
width:579px;
height:125px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding: 0;
}
.topicsArea {
	width:530px;
	margin-left:20px;
	padding:5px 0 10px 0;
	border-bottom:1px dotted #333;
}
.topicsLeft {
	float:left;
	width:80px;
}
.topicsRight {
	float:right;
	width:430px;
}
/*----------------------------------------------------
テキスト
----------------------------------------------------*/
.t10 {
font-size:10px;
line-height:18px;
}
.red {color:#CC0000;}
.blue {color:#7797ff;}
a:link {
border:none;
color:#ffffff;
text-decoration: underline;
}
a:visited {
border:none;
color:#ffffff;
text-decoration: underline;	
}
a:active {
border:none;
color:#ffffff;
text-decoration: underline;
}
a:hover {
border:none;
color:#008aff;
text-decoration: underline;
}