@charset "utf-8";
/***********************************************/
/* wrapper                                   */
/***********************************************/ 

#wrapper {
	width: 1150px;
}
#main-visual {
	clear: both;
}




/***********************************************/
/* content                        */
/***********************************************/ 


#content {
	width: 900px;
}

#main {
	width: 620px;
	padding-left: 40px;
	padding-bottom: 30px;
	float: right;
	padding-top: 30px;
}


#topic_path {
	font-size: 10px;
	height: 28px;
	padding-top: 18px;
	background-image: url(../images/topic-path.png);
	background-repeat: repeat-x;
}
#topic_path p {
	font-size: 10px;
	line-height: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-left: 20px;
}



.section {
	width: 580px;
	padding-bottom: 20px;
	margin-bottom: 0;
	clear: both;
}


/***********************************************/
/* sub                         */
/***********************************************/ 


#sub {
	width: 240px;
	float: left;
}
#sub-navi {
	padding-bottom: 25px;
}
#pick-up {
	padding-top: 20px;
}




#today_nekoma th {
	color: #666666;
	text-align: left;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#today_nekoma {
	padding-left: 15px;
}
#today_nekoma h3 {
	padding-bottom: 10px;
}

#today_nekoma p {
	font-size: 10px;
	line-height: 14px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
}


#today_nekoma td {
	color: #666666;
	text-align: left;
	vertical-align:bottom;
	font-size: 10px;
	line-height: 16px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.con_yn{
	font-size: 14px;
}
.today_date {
	background-color: #666666;
	height: 18px;
	width: 90px;
	margin-bottom: 5px;
	text-align: center;
	padding-top: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}



/***********************************************/
/* footer                         */
/***********************************************/ 


#footer {
	width: 600px;
	height: 200px;
	background-image: url(../images/footer-bkg.png);
	background-repeat: repeat;
	padding-top: 10px;
	clear: both;
	margin-left: 270px;
	margin-right: 30px;
}
#livecamera {
	padding-left: 15px;
}
#livecamera h3 {
	padding-bottom: 5px;
	padding-top: 15px;
}


.pagetop {
	text-align: right;
	clear: both;
}


#footer p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 18px;
}



  
    
/***********************************************/
/* clearfix                                */
/***********************************************/ 
#content:after,
#gl-navi ul:after,
.corse-detail:after,
.news-entry:after,
#sub:after


{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
.img_right {
	float: right;
}
.img_left {
	float: left;
}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.td_title {
	color: #FFFFFF;
}


/***********************************************/
/* add 2008/12/06 today's Nekoma iframe        */
/***********************************************/ 

/* add 2008/12/06 today's Nekoma iframe        */
/*#iframe_todays{
	width:230px;
	height:710px;
	margin:0 0 0 0;
	display:block;
}
#iframe_todays iframe{
	width:230px;
	height:710px;
	margin:0 0 0 0;
}*/

/* add 2009/04/17 today's Nekoma iframe        */
#iframe_todays{
	width:230px;
	height:200px;
	margin:0 0 0 0;
	display:block;
}
#iframe_todays iframe{
	width:230px;
	height:200px;
	margin:0 0 0 0;
}

/***********************************************/
/* add 2009/04/18 text decoration        */
/***********************************************/ 
.text_u{
	text-decoration:underline;
}
.text_r_b{
	color:#ff0000;
	font-weight:bold;
	font-size:14px;
}
.c_both{
	clear:both;
}