@charset "shift_jis";

@import url("/clubsus/css/present_banner.css");



/*
基準フォント設定==============================================*/

body,h1,h2,h3,h4,h5,h6,p,td,th,li,dt,dd,address,strong {
	color: #444444;
	font-size: 12px;
	font-weight: normal;
	font-style:normal;
	font-family:'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ ゴシック', sans-serif;
	line-height: 140%;
}



/*------------------------------------------------------
 基本テキストリンク
-------------------------------------------------------*/

a:link {
	color: #F34782;
	text-decoration: none;
}
a:visited {
	color: #F34782;
	text-decoration: none;
}
a:hover {
	color: #F34782;
	text-decoration: underline;
}
a:active {
	color: #F34782;
	text-decoration: none;
}

a.blue:link {
	color: #255191;
	text-decoration: none;
}
a.blue:visited {
	color: #255191;
	text-decoration: none;
}
a.blue:hover {
	color: #255191;
	text-decoration: underline;
}
a.blue:active {
	color: #255191;
	text-decoration: none;
}


/*------------------------------------------------------
 レイアウト枠


#wrapper{
	width: 810px;
	margin: 0px auto 30px auto;
	text-align: left;
}
-------------------------------------------------------*/

/*------------------------------------------------------
 ナビゲーション
-------------------------------------------------------*/

/*グローバルメニュー*/
.gnavi_tbl {
	width: 810px;
	height:47px;
}

.gnavi_tbl ul {
	height:47px;
	line-height:1%;
}

.gnavi_top {
	padding:0 0 18px;
	background:url(/clubsus/img/gl_menu_bg.gif) left bottom no-repeat;
}

.gnavi_tbl li {
	line-height:1%;
	float:left;
}

.gnavi_tbl li a {
	*display:block;
}

/*サブナビゲーション*/
.snavi_tbl {
	width: 810px;
	height: 31px;
	background: url(/clubsus/img/gl_menu_bg02.gif) no-repeat;
}

.snavi_tbl02 {
	width: 810px;
	height: 31px;
	background: url(/clubsus/img/gl_menu_bg03.gif) no-repeat;
}

.snavi_tbl ul {
	padding:9px 12px 0;
}

.snavi_tbl li {
	margin:0;
	padding:0 25px 0 0;
	line-height:1%;
	float:left;
}

/*------------------------------------------------------
 コンテンツ領域

#contents {
	width:810px;
	padding:0;
}

-------------------------------------------------------*/



/*------------------------------------------------------
 フッター
-------------------------------------------------------*/

.link_clubsus {
	clear: both;
	padding: 15px 0px 0px 3px;
}

#fotter {
	margin:0 auto;
	text-align:center;
}

#fotter table {
	margin:0 auto;
}

#fotter  a:link{
	color: #255292;
	text-decoration: underline;
}
#fotter  a:visited{
	color: #255292;
	text-decoration: underline;
}
#fotter  a:hover{
	color: #255292;
	text-decoration: underline;
}
#fotter  a:active{
	color: #255292;
	text-decoration: underline;
}

#fotter span {
	font-size:12px;
}

.warn{
	color:red;
	font-weight:bold;
}