@charset "UTF-8";

@import "../css/import.css";

/* index */


#season h2{
	clear: both;
	height: 100px;
	background-color: transparent;
	background-image: url(img/h2.jpg);
	background-repeat: no-repeat;
}

/* --------------------------------------  right_main */

/* --------------------------------------  colomn */

.s_colomn{
	margin-top:10px;
	clear:both;
	background:url(../img/common/line_dot_gray.gif) bottom no-repeat;
}

.s_colomn_p{
	width:100px;
	float:left;
	margin-bottom:5px;
	border:1px solid #CCCCCC;
	height: 75px;
	padding: 3px;
	text-align: center;
}


.s_colomn_d{
	width:230px;
	float:right;
	margin-bottom:5px
}

.s_colomn_d h6{
	margin-bottom:2px;
}

.s_colomn_d dt{
	margin-bottom:2px;
}

.leftBox{
	width:350px;
	float:left;
	margin-bottom: 10px;
	clear: left;
}

.rightBox{
	width:350px;
	float:right;
	margin-bottom: 10px;
	clear: right;
}

