@charset "UTF-8";
@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */
body {
	background: url(images/headerBg.jpg) repeat-x 0 0;
}
a:link, a:visited, a:active {
	color: #556688;
	text-decoration: none;
}
a:hover {
	color: #334466;
	text-decoration: underline;
}
.imgBg {
	background: url(http://sv1.wiss.co.jp/mainImg.jpg) no-repeat center 129px;
}
#mainImg {
	width: 960px;
	height: 299px;
	position:relative;
}
#mainImg img {
	vertical-align: top;
}
#naviBox {
	width: 180px;
	position: absolute;
	top: 10px;
	left:0;
}
#naviBox img {
	/*float: left;*/
	width: 180px;
	height: 67px;
	margin-bottom: 5px;
	cursor: pointer;
}
#slideBox {
	position: absolute;
	top: 10px;
	left: 195px;
	width: 567px;
	height: 282px;
}
/* for IE6 */
* html #naviBox,* html #slideBox {
	top: 10px;/*wy 0?*/
}
#slideImages {
	width: 567px;
	height: 282px;
}
#nextgameBox {
	position: absolute;
	top: 10px;
	left:777px;
	background: url(images/slide/nextBg.png) no-repeat 0 0;
	width: 183px;
	height: 282px;
}


#centerbar {
	width: 374px;
	float: left;
}
#rightbar {
	width: 374px;
	float: right;
}
.box {
	border: #b0b0b0 1px solid;
	margin-bottom: 1em;
}
.boxHeader {
	background: url(images/itemHeader.jpg) no-repeat 0 0;
	padding: 12px 0 0 10px;
	width: 362px;
	height: 21px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1;
	color: #4e4e4e;		
}
ul.staffBlogList li,ul.infoList li {
	border-bottom: #999 1px dotted;
	padding: 4px 0 4px 10px;
	line-height: 1.4;
}
ul.infoList li p {
	background: url(images/point02.gif) no-repeat 15px 6px;
	padding-left: 30px;
}
ul.staffBlogList li p {
	background: url(images/point.gif) no-repeat 15px 3px;
	padding-left: 30px;
}
ul.infoList li img {
	vertical-align: middle;
}
.even {
	background: #f6f6f6;
}


ul.banner {
	margin: 7px -16px 0px 16px;
}
ul.banner li {
	float: left;
	padding: 0 16px 7px 0;
	font-size: 0;	
}
ul.banner li img {
	border: #b0b0b0 1px solid;

}
ul.banner li a:hover img {
	border: #787878 1px solid;
}
.indexItem {
	margin-bottom: 1em;
}

/* Calendar */
.calendar {
	font-size: 90%;
	color: #AAAAAA;
	text-align: center;
}
.calendar table {
	border-collapse:collapse;
}
.calendar td {
	padding: 0;
	border: 1px solid #DDDDDD;
}
.calendarDayHeader, .calendarHeader {
	padding: 2px;
	color: #222222;
}
.calendarDay {
	padding: 2px;
}
.calendarDayWithEntries, .calendarToday {
	padding: 2px;
	background-color: #EEEEEE;
	border-color: #FFFFFF #CCCCCC #CCCCCC #FFFFFF;
	border-style: solid;
	border-width: 1px;
}
.calendarDayWithEntries a, .calendarToday a {
	display: block;
}

/* List Contents */


/* blogEntryList */

ul.blogList,ul.staffBlogList,ul.infoList {
	margin-bottom: -1px;
}
ul.blogList li {
	padding: 5px 0 3px 15px;
	width: 357px;
	border-bottom:1px dotted #999999	
}
ul.blogList li a {
	padding: 2px 0 0 15px;
	background: url(images/point.gif) no-repeat 0 3px;
}
.photo {
	margin: 5px;
	border: 0;
	text-align: center;
}
.pageable {
	padding: 5px 0;
}
.pageable a:hover {
	background-color: #D0DFDF;
}

.resultHeader {
	padding: 8px 0 0 0;
	background: url(images/resultTitle.jpg) no-repeat 0 0;
	width: 372px;
	height: 23px;
}
.result,.nextGame {
	color:#fff;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 1px;
	float: left;
}
.result {
	width: 187px;
	padding: 0px 0 0 10px;
}
.nextGame {
}
table.resultTable {
	width: 372px;
	background: #333333;
	margin-bottom: -1px;
	color: #fff;
}
table.resultTable th {
	background: #000;
}
table.resultTable td,table.resultTable th {
	border-bottom: #b0b0b0 1px solid;
	padding: 4px;
}
table.resultInner {
	width: 165px;
}
table.resultInner td {
	padding: 3px;
}
table.resultTable table td {
	border: none;
	font-size: 85%;
	text-align: center;
	vertical-align: middle;
	line-height: 1.3;
}
.width185 {
	width: 177px;
	border-right: #39c763 1px solid;
}
td.nextPlace {
	font-weight: bold;
	font-size: 116%;
	line-height: 1.3;
}
td.nextTeam {
	font-size: 85%;
}
td.nextTeam img {
	float: left;
	/*padding-right: 5px;*/
	vertical-align: middle;
}
td.nextTeam span {
	display:block;
}
td.nextPlace img {
	padding-right: 5px;
	vertical-align: text-bottom;
}
td.nextDate {
	font-size: 116%;
	font-weight: bold;
}
.lose {
	font-size: 123.1%;
	font-weight: bold;
	padding: 5px 15px;
	background: #808080;
	width: 30px;
	text-align: center;
	margin: 0 auto;
}
.win {
	font-size: 123.1%;
	font-weight: bold;
	padding: 5px 15px;
	background: #c1272d;
	width: 30px;
	text-align: center;
	margin: 0 auto;	
}
.readMoreReault a {
	background: url(images/point03.gif) no-repeat 0 5px;
	padding-left: 15px;	
}
.readMoreReault a:link,.readMoreReault a:visited {
	color: #fff;
	text-decoration: none;
}
.readMoreReault a:hover {
	color: #fff;
	text-decoration:underline;
}
.readMoreReault a:active {
	color: #fff;
	text-decoration: none;
}
.orderLeft {
	width: 186px;
	float: left;
}
.orderRight {
	width: 186px;
	float: right;
}
.yamaga {
	background: #003b0f;
	color: #FFFFFF;
}
table.order {
	margin-top: 3px;
	width: 99%;
}
table.order th,table.order td {
	padding: 2px 4px;
	font-size: 85%;
	letter-spacing: 1px;
	border-bottom: #ddd 1px solid;	
}
table.order th {
	border-bottom: #ddd 1px solid;
}
.orderLeft table {
	border-right: #b0b0b0 1px solid;
}
table.order td {
	width: 20px;
	text-align: center;
}
.textRight {
	text-align: right;
}
.updated {
	text-align: right;
	font-size: 85%;
}
.jflLogo span {
	float: left;
}
.jflLogo img {
	float: right;
	vertical-align: middle;
}
/* support shop */
ul.support {
	margin: 10px;
}
/* gallery */

#gallery_box {
	margin: 12px 0 0 22px;
}
#gallery_container {
	float:left;
	margin-bottom:4px;
	margin-left:15px;
	width:258px;
	height:204px;
	/*background-color:#fefefe;*/
	overflow:hidden;
}
#gallery_left {
	float:left;
	width:52px;
	height:204px;
	overflow:hidden;
	background-color:#fff;
}
#thumb_container {
}
#thumb_container img {
	border:0;
	float:left;
	clear:none;
	margin:0 0 4px 0;
	height:48px;
	width:48px;
}
.spBody {
	padding: 11px;
}
.spBody h4 {
	margin: 10px 0 5px 0;
	font-weight: bold;
	font-size: 116%;
	color: #236933;
}
ul.add {
	margin-bottom: 10px;
}
ul.add li {
	background: url(images/pr/spPoint.gif) no-repeat 2px 5px;
	padding: 0 0 0 15px;
}
.readMore{
	zoom:1;/*for IE 5.5-7*/
}
.readMore:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}
.twtterBtn {
	float: right;
	margin-top: 3px;
}
