@charset "UTF-8";

/* format
##################################### */

h2 {
	background: url(../img/h2.jpg) no-repeat;
}

	/* season-name */	
	div#season-name {
		background: #ddd;
	}
		div#season-name ul {
			display: block;
			float: right;
			padding: 7px 0;
			width: 515px;
			background: #fff;
		}
			div#season-name ul li {
				float: left;
				padding-right: 5px;
				padding-left: 5px;
				background: url(../../img/line_season.gif) right no-repeat;
				font-size:85%;
			}
				div#season-name ul li a {
					padding: 2px 8px;
				}
				div#season-name ul li a.current {
					background: #999;
					color: #fff;
				}
				div#season-name ul li.second{ width:130px; padding-top:5px; clear:both;}
