@charset "utf-8";

body,html,h1,h2,p,div,ul,li,dl,dt,dd,a,form,input{
	color: #000;
	margin:	 0;
	padding: 0;
}
	
/** html body {
background: url(null) fixed;
}
*/

/*--------------------------------------
  Structure Module
---------------------------------------*/
body {
	background-color:#FFF;
	font:12px 'Lucida Grande',Arial,Helvetica,Verdana,sans-serif;
	line-height:150%;
	background-image:url(../img/back_01.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position: top center;
} 

a,form,input {
	position:relative;
}

/* for IE7 */  
*+html body {  
font-family:'メイリオ';
font-size:75%;  
}  
   
/* for IE6 */  
* html body {
font-size:75%;  
}  

/*--------------------------------------
  Text Module
---------------------------------------*/
a,
a:link{
	color:#999;
	text-decoration:none;
}
a:visited {
	color:#999;
	text-decoration:none;
}
a:hover{
	color:#999;
	text-decoration:none;
}
a:active {
	color:#999;
	text-decoration:underline;
}

.mini{
	font-size:8pt;
}

.white {
	color:#FFFFFF;
}

ul {
    list-style: none;
	padding:0px;
	margin:0px;
}


img{
	border:none;
}


hr{
	clear:both;
	/*border:1px #999999 dotted;*/
}


/* ---------------------------------------- レイアウトに関する指定 */


#wrapper{
	margin:0;
	width:100%;
}

#bar{
	width: 100%;
	position: fixed;
	top:0;
	left:0;
	left: 0;
	padding-top:80px;
}
* html #bar    {   
    position: absolute;   
    top: expression(eval(document.documentElement.scrollTop+0));
}

/*#bar{
	position: absolute;
	left: 0;
	padding-top:90px;
}*/

#frame{
	margin:0 auto;
	padding-left: 145px;
	padding-top:80px;
	width:820px;
	z-index:1;
}

#container{
	padding:30px 50px 30px 50px;
	background-image:url(../img/tmc_bak.png);
	background-repeat:repeat-y;
width:730px;
}


/* for IE6 */  
* html #container {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://stg.timexclub.jp/common/img/tmc_bak.png", sizingMethod="scale");
}  

/*ヘッダ-----------------------------------*/

#header{
	width: 100%;
	position: fixed;
	top:0;
	left:0;
	margin-bottom:50px;
	padding-left:15px;
	height:30px;
	background-image:url(../img/header_bg.jpg);
	background-repeat:repeat-x;
	z-index:5;
}
* html #header    {   
    position: absolute;   
    top: expression(eval(document.documentElement.scrollTop+0));
}
/*div#header h1	{
	width: 800px;
	margin: 0 auto;
}
*/
/*#header{
	margin-bottom:50px;
	padding-left:15px;
	height:28px;
	background-color:#d8d8da;
}*/

#headermenu {
	float:left;
}

#header a:hover {
	color:#FF9900;
}

#logo {
	float:right;
	margin-right:15px;
}

#header span{
	color:#FF9900;
	margin-right:15px;
}

#header td{
text-align:center;
vertical-align:top;

}

/*フッタ-----------------------------------*/
#footer{
	margin-top:180px;
	padding-right:15px;
	height:28px;
	background-color:#000000;
	text-align:right;
}

#footer a{
margin-left:15px;
}


/* IE6,7にて画像のスキマが空く現象を解消 */
* html .detail_image_top {
	margin: 0;
	padding: 0;
	position: relative; top: 4px;
}

* html .detail_image_bottom {
	margin: 0;
	padding: 0;
	position: relative; bottom: 4px;
}

*:first-child+html .detail_image_top {
	margin: 0;
	padding: 0;
	position: relative; top: 5px;
}

*:first-child+html .detail_image_bottom {
	margin: 0;
	padding: 0;
	position: relative; bottom: 5px;
}

/*コンテンツ-----------------------------------*/
#maintitle{
	margin-bottom:20px;
}
.topic_txt{
margin-bottom:40px;
}


.topic{
	margin-bottom:5px;
}

.topic2{
	width:210px;
	float:left;
}

#event_subtext{
	margin-top:15px;
	margin-bottom:10px;
}

.event_list{
	margin-top:20px;
}

.event_info{
	float:right;
	font-size:14px;
}

.event1{
	border-top:#666666 2px dotted;
	padding-top:5px;
	padding-bottom:5px;
}

.event2{
	margin-left:100px;
	border-top:#666666 2px dotted;
	padding-top:10px;
	padding-bottom:10px;
}

.dot{
	border-top:#666666 2px dotted;
}

.event_date{
	width:55px;
	height:50px;
	float:left;
}

.event_name{
	font-size:13px;
	font-weight:bold;
}

#toplink{
	text-align:right;
	/*margin-top:40px;*/
}

.club_content{
margin-bottom:30px;
}

.club_logo{
margin-top:15px;
margin-bottom:15px;
}

.club_img{
float:left;
margin-right:30px;
width:100px;
}

.club_topic{
font-size:15px;
font-weight:bold;
}

.club_right{
float:right;
width:580px;
}

.club_txt{
margin-bottom:15px;
}

.club_txt2{
margin-top:15px;
margin-bottom:15px;
}

/* dropdownmenuCSS */
#menu-sample ul { /*リスト全体*/
  list-style: none;
  margin: 0;
  padding: 0;
}
 
#menu-sample li { /*リストの1段目*/
/*  float: left;*/
  min-width: 94px;
  white-space: nowrap;
}
 
#menu-sample ul ul { /*2段目以降*/
  display: none;
  position: absolute;
  z-index: 10;
}
 
#menu-sample li li { /*2段目以降のリスト項目*/
  clear: left;
  position:relative;
  width: 100%;
}
 
#menu-sample ul ul ul { /*3段目以降*/
  top: 0;
  left: 100%;
}
 
#menu-sample ul li:hover > ul {
  display: block;
}

#menu-sample li {
  margin-left: 3px;
}
 
#menu-sample a { /*1段目以降のメニュー文字*/
  /*
	font-size: 13px;
  line-height:15px;
  color: #dadada;
  text-decoration: none;
	
  text-align: center;*/ /*1段目は文字を中央合わせに*/
  /*
	padding: 5px 10px;
  background-color: #242424;
  display: block;
	*/
}
 /*
#menu-sample a:hover {
  color: #f90;
  background-color: #111;
}
 */
#menu-sample ul ul {
  padding-top: 4px;/*2段目を少し下げた*/
}
 
#menu-sample ul ul ul { /*3段目以降*/
  padding-top: 0; /*2段目のパディング2pxを元に戻す*/
}
 
#menu-sample li li {
  margin-left: 0; /*liのmargin-left: 3pxを元に戻す*/
}
 
#menu-sample ul ul a { /*2段目以降のメニュー文字*/
/*
  font-size: 11px;
  line-height: 1.3;
  text-align: left;*/ /*2段目以降は左寄せにもどす*/
/*  border-top: solid 1px #555555;
  border-right: solid 1px #070707;
  border-bottom: solid 1px #070707;
  border-left: solid 1px #555555;
  background-color: #343434;*/
}

#menu-sample li .child1{
	color: gray;
	background-color: #D8D8DA;
	border:1px solid #909090;
}

#menu-sample li .child2{
	color: gray;
	background-color: #D8D8DA;
	border-left:1px solid #909090;
	border-right:1px solid #909090;
}

#menu-sample li .child3{
	color: gray;
	background-color: #D8D8DA;
	border-left:1px solid #909090;
	border-right:1px solid #909090;
	border-bottom:1px solid #909090;
}

#menu-sample img {
	vertical-align:inherit;
}
