/* CSS Document */


/*======================================================================* 
 *  link color                                                          *
 *======================================================================*/

body a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
body a:hover {
	color: #cc1533;
	text-decoration: underline;
}


/*======================================================================* 
 *  breadcrumbs                                                         *
 *======================================================================*/

#breadcrumbs p span, 
#breadcrumbs-popup p span { color: #cc1533; }


a span.hidden { display:none; }


/* --------- 共通、ヘッダー ----------- */

#pagetitle-club {
	width: 980px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding-bottom: 7px;
	background: #cc1533;
}

#pagetitle-club h1 { margin-bottom: 7px; }
#pagetitle-club h1 a {
	width: 980px;
	height: 90px;
	background: url(/mc/ysgearclub/shared/img/h3.gif) #000000;
	display: block;
}

#pagetitle-club h2 {
	padding-left: 10px;
	color: #fff;
	font-size: 133%;
	font-weight: bold;
	float: left;
}

#pagetitle-club h3 {
	padding: 2px 10px 0 0;
	color: #fff;
	font-size: 83%;
	text-align: right;
}

/* --------- TOP・POPUP型ページ、コンテンツ部分の外枠 ----------- */
#contents-top,
#contents-popup { width:980px; background:#000000; padding:20px 0; }

/* --------- BASIC型ページ、コンテンツ部分の外枠 ----------- */
#contents-club { overflow: hidden;	border-top:solid 15px #EBEBE3;background-color:#EBEBE3;}
#contents-basic { width:775px; background:#000000; padding:20px 0; }

/* --------- 共通、コンテンツ部分の内枠 ----------- */
#contents-top .contentsWidth,
#contents-basic .contentsWidth { background-color:#FFFFFF; margin:0 20px; padding:0; }

/* --------- BASIC型ページのみ、左ボタン部分 ----------- */
#lnavi { width: 205px; float: left; }
ul#lnavi-list { width: 185px; padding:0 0 8px 0; margin:0px auto; background: #FFFFFF url(/mc/ysgearclub/shared/img/bg_localnavi_bottom.gif) no-repeat center bottom; }
ul#lnavi-list li { width: 170px; padding:0; margin: 0 auto 3px auto; }
ul#lnavi-list li a { display:block; line-height:20px; padding:5px 0 5px 30px; background:url(/mc/ysgearclub/shared/img/bg_btn.gif); color:#FFFFFF; font-size:12px; }
ul#lnavi-list li#lnavi-title { width:185px; padding:15px 0 0 0; margin:0 0 3px 0; background:url(/mc/ysgearclub/shared/img/bg_localnavi_top.gif) top center no-repeat;}
ul#lnavi-list li#lnavi-title a { font-size:16px; padding:0; color:#333333; background:none; text-indent:8px; text-align: left; }
ul#lnavi-list li.active a { background-position:right top;}