@charset "UTF-8";
/* ----------------------------------------------------------
  TITLE : 紀州レンジャーズ公式サイト
  URL : kishu-rangers.jp
---------------------------------------------------------- */


/* スケジュール
---------------------------------------------------- */
h2 {
	margin: 0 0 0 30px;
	font-size: 125%;
	font-weight: bold;
        letter-spacing: 3pt;
}



/* month menu
---------------------------------------------------- */
#month-menu {
	width: 650px;
	margin: 0 auto;
	padding: 0;
}
#month-menu ul {
	margin: 5px 0 0 0;
	padding: 0;
}
#month-menu li {
	float: right;
	margin: 0;
	padding: 0 8px 0 8px;
	font-size: 80%;
	font-weight: bold;
	color: #999999;
	list-style: none;
        letter-spacing: 1.5pt;
	border-right: 1px solid #999999;
}
#month-menu a {
	text-decoration: none;
	color: #000000;
}
#month-menu a:hover {
	background-color: #FFCC00;
}


/* calender
---------------------------------------------------- */
.s-calender{
	/*border: 1px solid #999999;*/
	border-collapse: collapse;
	font-size: 85%;
}
.s-calender th{
	width: 90px;
	hight: 18px;
	padding: 0;
	border: 1px solid #999999;
	text-align: center;
	background: url(../schedule/img/s-calender_back001.gif);
	color: #FFFFFF;
}
.s-calender th.sun{
	color: #FF3333;
	text-align: center;
}
.s-calender th.sat{
	color: #0099FF;
	text-align: center;
}
.s-calender td{
	height: 140px;
	padding: 0;
	border: 1px solid #AAA;
	text-align: center;
	vertical-align: top;
}
.s-calender td.menu{
	height: 20px;
	text-align: center;
	background-color: #FFFFFF;
	border: none;
}
.s-calender td.day{
	height: 140;
	padding: 0 0 0 0px;
	text-align: left;
	background: url(../schedule/img/s-calender_back003.gif);
}
.s-calender td.dayoff{
	height: 140;
	padding: 0 0 0 0px;
	text-align: left;
	background: url(../schedule/img/s-calender_back002.gif);
}


.s-calender span{
	font-size: 90%;
	font-weight: bold;
}

.font_date {
	margin: 0 0 0 5px;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
}
.font_date_sun {
	margin: 0 0 0 5px;
	font-size: 90%;
	color: #FF3333;
	font-weight: bold;
	text-align: left;
}
.font_date_sat {
	margin: 0 0 0 5px;
	font-size: 90%;
	color: #0099FF;
	font-weight: bold;
	text-align: left;
}

.font_vs {
	margin: 5px 0 0 0;
	font-size: 75%;
        letter-spacing: -0.5pt;
	line-height: 120%;
	font-weight: bold;
}
.font_vs_big {
	margin: 5px 0 0 0;
	font-size: 100%;
        letter-spacing: -0.5pt;
	line-height: 120%;
	font-weight: bold;
}
.font_hour {
	margin: 5px 0 0 0;
	font-size: 80%;
	line-height: 120%;
}
.font_ticket {
	margin: 5px 0 0 0;
	padding: 2px 0;
	font-size: 80%;
	line-height: 120%;
	background-color: #FFFF33;
}
.font_training {
	margin: 18px 0 0 0;
	font-size: 90%;
	line-height: 180%;
	text-align: center;
	color: #666600;
}
.font_event {
	margin: 18px 0 0 0;
	font-size: 100%;
	line-height: 180%;
	text-align: center;
	color: #FF6600;
}
.font_event_small {
	margin: 0 0 0 0;
	font-size: 90%;
	line-height: 160%;
	text-align: center;
	color: #FF6600;
}
.font_game {
	margin: 5px 0 0 0;
	padding: 2px 0;
	font-size: 80%;
	line-height: 120%;
        letter-spacing: 2pt;
	background-color: #a4ef72;
}



/* スケジュール一覧　スタイル
---------------------------------------------------- */
#schedule-topic {
	margin: 0;
	padding: 5px 0px 5px 10px;
	font-size: 80%;
        border-bottom: dotted 1px #999999;
	border-right: 1px solid #999999;
}
#schedule-title {
	margin: 0;
	padding: 5px;
	font-size: 80%;
        border-bottom: dotted 1px #999999;
	border-right: 1px solid #999999;
	text-align: center;
	background-color: #FFEF7D;
}
.schedule-font_game {
	margin: 2px 10px 0 0;
	padding: 2px 0px;
	font-size: 100%;
	line-height: 120%;
        letter-spacing: 2pt;
	text-align: center;
	background-color: #a4ef72;
}


/* チケット情報
---------------------------------------------------- */
.box {
	margin: 5px 0 10px 0;
	padding: 10px 0 10px 20px;
	font-size: 100%;
	border: 2px solid #FFCC00;
        letter-spacing: 1pt;
	line-height: 200%;
}

#contents {
	margin: 5px 0 5px 0px;
	padding: 0;
}

#contents li {
	margin: 0;
	padding: 0px;
	font-size: 105%;
	list-style: none;
	font-weight: bold;
	line-height: 200%;
}