<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*   
Theme Name: sports-event-is-custom
Theme URI: http://codezz.net/
Description: sports-event-is.com 専用に制作したテーマ。
Version:1.0
Author: Daishiro Sasaki
*/

/*----------------------------------------------------------------------------------------  Browzer Reset （ブラウザのデフォルト設定をクリア） */


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, header, nav, section, article, footer, aside {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

hr,legend {
	display:none;
}

/*----------------------------------------------------------------------------------------  Font Set Up （フォントのデフォルト設定） */


/**
 * Copyright (c) 2009, Yahoo! Inc. All rights reserved.
 * Code licensed under the BSD License:
 * http://developer.yahoo.net/yui/license.txt
 * version: 2.7.0
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small; 
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea,
button {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	line-height:100%;
}

/**
 * Copyright (c) 2009, Yahoo! Inc. All rights reserved.
 * Code licensed under the BSD License:
 * http://developer.yahoo.net/yui/license.txt
 * version: 2.7.0
*/
body{
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;*font:x-small;
}
select,input,button,textarea,button{
	font:99% arial,helvetica,clean,sans-serif;
}
table{
	font-size:inherit;
	font:100%;
}
pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

/*----------------------------------------------------------------------------------------  全体の基本設定 */


body{
	font-family:"メイリオ", "verdana", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka, sans-serif;font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing: 0;
	color:#222222;
	background:url(images/all/body-bg.jpg) top center no-repeat #ffffff;
	height:100%;
}
p, li {
	line-height: 200%;
}
p {
	margin: 0.5em 0;
}
li {
	list-style-type: none;
}
img {
	border: 0;
	margin:0;
	padding:0;
}
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.display-none {
	display:none;
}

/*----------------------------------------------------------------------------------------  リンクカラー　 */


a {
	text-decoration: underline;
	outline: none;
}
a:link {
	color:#222222;
}
a:visited {
	color:#222222;
}
a:hover {
	text-decoration: none;
	color:#FF5300;
}
a:active {
	color:#FF5300;
}

/*----------------------------------------------------------------------------------------  ヘッダーエリア　 */


#body-wrap {
	margin:0 auto;
	padding:0;
	overflow:hidden;
}
header {
	margin:0 auto;
	padding:0;
	width:960px;
}
#header {
	margin:0 auto;
	padding:0;
	width:960px;
}
#header-left {
	float:left;
	margin:0;
	padding:0;
}
ul#header-right {
	float:right;
	margin:0;
	padding:5px 5px 5px 0;
	background-color:#000000;
	color:#ffffff;
	font-size:0.8em;
}
ul#header-right li {
	float:left;
	margin:0 10px;
	padding:0 0 0 15px;
	background:url(images/all/arrow_b.png) 0 4px no-repeat;
}
ul#header-right li a {
	color:#ffffff;
	text-decoration: none;
}
ul#header-right li a:hover {
	color:#FF5300;
}
#logo {
	margin:0;
	padding:0;
}
#page-descprition {
	clear:both;
	margin:0;
	padding:5px 0 0 0;
	color:#ffffff;
	font-size:0.85em;
	font-weight:bold;
	line-height: 150%;
        text-shadow: 0px 1px 0px #000000;
}

/*----------------------------------------------------------------------------------------  ナビゲーションエリア　 */

nav {
	clear:both;
	margin:0 auto;
	padding:10px 0 0 0;
	width:960px;
	height:57px;
}
#nav {
	clear:both;
	margin:0 auto;
	padding:10px 0 0 0;
	width:960px;
	height:57px;
}

/*----------------------------------------------------------------------------------------  特集ナビ　 */


#feature-navi {
	clear:both;
	margin:0 auto;
	padding:0 0 0 6px;
	width:966px;
}
#left-feature {
	float:left;
	margin:0;
	padding:0;
}
#descprition {
	margin:0;
	padding:5px 0 20px 0;
	color:#ffffff;
	font-size:0.85em;
	font-weight:bold;
	width:710px;
	line-height: 150%;
        text-shadow: 0px 1px 0px #000000;
}
#k-tai {
	margin:-16px 0 0 0;
	padding:0;
	width:235px;
	float:right;
}
.bled-item {
	margin:16px auto 0 auto;
	padding:0;
	width:960px;
	font-size:0.85em;
	font-weight:bold;
}
/*----------------------------------------------------------------------------------------  メイン　 */


div#main {
	margin:0 auto;
	padding:14px 0 0 0;
	width:960px;
}
div#main-single {
	margin:0 auto;
	padding:30px 0 0 0;
	width:960px;
}
div#main-full_screen {
	margin:0 auto;
	padding:0;
	width:100%;
}

/*----------------------------------------------------------------------------------------  コンテンツの幅　 */


div#contents-top {
	width:960px;
}
div#contents-single {
	float:left;
	width:716px;
}
div#main-full_screen #contents-single  {
	float:left;
	width:100%;
	margin:20px auto 0 auto;
}
/*------------------------------------- ここからトップページのイベント情報　 */


#events {
	float:left;
	margin:0;
	padding:0;
	background-color:#ffffff;
	width:472px;
}
.events-entry {
	margin:0;
	padding:0 0 10px 20px;
}
.events-entry-liquid {
	margin:20px 0 0 0;
	padding:0;
}
.events-date {
	float:left;
	margin:0;
	padding:0 0 0 8px;
	font-size:0.85em;
	background:url(images/all/arrow_1.png) 0 3px no-repeat;
}
.events-category {
	margin:3px 0 3px 5px;
	padding:0;
	font-size:0.85em;
}
.events-venue {
	margin:0;
	padding:0;
	font-size:0.85em;
	float:left;
}
.events-bullet {
	margin:-2px 0 0 0;
	padding:0;
	float:left;
}
.events-title {
	clear:both;
	margin:10px 20px 0 8px;
	padding:0;
	font-weight:bold;
}
.more-event a {
	display:block;
	margin:10px 0 10px 275px;
	height:21px;
	width:167px;
	background:url(images/top/more-event.gif) no-repeat;
	text-indent:-9898px;
}
.more-event a:hover {
	background-position:0 -21px;
}
/*------------------------------------- ここからトップページのニュース情報　 */


#news {
	margin:0 0 0 488px;
	padding:0;
	background-color:#ffffff;
	width:472px;
}
.news-entry {
	margin:0;
	padding:0 0 10px 20px;
}
.news-entry-liquid {
	margin:20px 0 0 0;
	padding:0;
}
.news-date {
	margin:0;
	padding:0 0 0 8px;
	font-size:0.85em;
	background:url(images/all/arrow_1.png) 0 3px no-repeat;
}
.news-titles {
	margin:5px 20px 0 8px;
	padding:0;
	font-weight:bold;
}
.news-entry-liquid .new {
	position:absolute;
	top:0px;
	left:-25px 
}
.news-more a {
	display:block;
	margin:10px 0 10px 275px;
	height:21px;
	width:167px;
	background:url(images/top/more-news.gif) no-repeat;
	text-indent:-9898px;
}
.news-more a:hover {
	background-position:0 -21px;
}
/*------------------------------------- スポンサー関連　 */


#sponsors {
	clear:both;
	margin:5px auto 0 auto;
	padding:0;
	width:960px;
}
.sponsor {
	float:left;
	margin:0 16px 5px 0;
}
.sponsor-right {
	float:left;
	margin:0 0 5px 0;
}
#sponsors-link {
	clear:both;
	display:block;
	margin:16px auto 0 auto;
	width:960px;
	overflow:hidden;
}
/*----------------------------------------------------------------------------------------  シングルページ設定　 */

#main-content {
	padding:20px;
	background-color:#ffffff;
	overflow:hidden;
}
#main-content .all-image {
	margin:-20px 0 0 -20px;
	padding:0;
	z-index:1;
}
#title-element{
	margin:0;
	padding:0;
	position:relative;
}
#title-element #sns-button {
	float:right;
	list-style-type:none;
	margin:0;
	padding:0;
}
#title-element #sns-button li{
	float:left;
	font-size:100%;
	margin:5px 5px 15px 0;
	padding:0;
}
#main-content h1.news-title {
	margin:-20px 0 0 -20px;
	padding:20px 100px 20px 25px;
	width:591px;
	height:50px;
	font-size:1.5em;
	font-weight:bold;
	color:#ffffff;
	background:url(images/all/all-image.jpg) no-repeat;
        text-shadow: 0px -1px 0px #000000;
}
#main-content h1.full-title {
	margin:0 0 10px 0;
	padding:5px 0 5px 33px;
	line-height: 150%;
	font-size:1.1em;
	background:url(images/all/h1-bg.jpg) no-repeat;
	border-bottom:1px dotted #1A9BB1;
	font-weight:bold;
	color:#ffffff;
        text-shadow: 0px -1px 0px #000000;
}
#main-content h2 {
	margin:30px 0 10px 0;
	padding:5px 0 5px 33px;
	line-height: 150%;
	font-size:1.1em;
	background:url(images/all/h2-bg.jpg) no-repeat;
	border-bottom:1px dotted #1A9BB1;
	font-weight:bold;
	color:#ffffff;
        text-shadow: 0px -1px 0px #000000;
}
#main-content h2.archive {
	margin:30px 0 10px 0;
	padding:5px 0 5px 18px;
	line-height: 150%;
	font-size:1.1em;
	background:none;
	font-weight:bold;
	color:#ffffff;
	background:url(images/all/arrow_b.png) 0 7px no-repeat;
        text-shadow:none;
}
#main-content h3 {
	margin:30px 0 10px 0;
	padding:5px 0 5px 30px;
	line-height: 150%;
	font-weight:bold;
	color:#333333;
	background:url(images/all/arrow_l.png) 17px 10px no-repeat #7BCFF4;
}
#main-content .check {
	margin:5px 0 0 0;
	padding:0;
	line-height: 150%;
}
#main-content .foot-box-red {
	background-color:#E0ABAB;
	border:1px solid #9F5A5A;
	margin:10px 0;
	padding:0 15px;
}
#main-content #entry-date {
	margin:0;
	padding:0 0 0 15px;
	font-size:1.0em;
	background:url(images/all/date.gif) 0 5px no-repeat;
}
#main-content #day-stamp {
	position:absolute;
	margin:0 0 0 550px;
	font-weight:bold;
	font-size: 100px;
	color: #E26D1F;
	letter-spacing: -10px;
        text-shadow: 1px 1px 1px gray;
}
#main-content #month-stamp {
	position:absolute;
	text-align:right;
	margin:80px 0 0 545px;
	font-weight:bold;
	font-size:1.2em;
	color: #000000;
}
#main-content .event-title-elements {
	font-size:0.9em;
	margin-bottom:5px;
	padding:2px 5px 5px 22px;
	border-bottom:1px solid #eeeeee;
	background:url(images/all/date.gif) 0 7px no-repeat;
	background-repeat: no-repeat;
	background-position: 5px 1px;
	width:640px;
}
#bookmark-item {
	padding:5px 0 5px 15px;
	margin:15px 0;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background-color:#efefef;
}

/*------------------------------------- ここからニュース投稿ページ表示設定　 */


#news-content p {
	padding:0;
	margin:15px 0;
}
#news-content .alignleft {
	float:left;
	padding:0;
	margin:0 15px 3px 0;
}
#news-content .alignright {
	float:right;
	padding:0;
	margin:0 0 3px 15px;
}
#news-content p strong {
	font-weight:bold;
}
#news-content p emm {
	font-style: italic;
}
#news-content a {
	text-decoration: underline;
	outline: none;
}
#news-content a:link {
	color:#FF5300;
}
#news-content a:visited {
	color:#FF5300;
}
#news-content a:hover {
	color:#000000;
	text-decoration: none;
}
#news-content a:active {
	color:#FF5300;
}
#news-content img {
	padding:1px;
	border:1px solid #cccccc;
}
#news-content a:hover img {
	border:1px solid #ffe800;
}
#news-content ul li {
	list-style-type: disc;
	list-style-position: inside;
	padding-left:5px;
}
#news-content ol li {
	list-style-type: decimal;
	list-style-position: inside;
	padding-left:5px;
}
#news-content .wp-smiley {
	border:none;
	padding:0;
	margin:0;
}

/*------------------------------------- ここからテーブルナビ　 */


.tablenav {
	clear:both;
	padding:30px 0;
	font-size:0.9em;
	text-align:center;
}
a.page-numbers,
.tablenav .current {
	padding:3px 6px;
	background-color:#ffffff;
}
.tablenav .current {
	border:1px solid #cccccc;
}
.tablenav .next,
.tablenav .prev {
	padding:3px 6px;
	background-color:#ffffff;
}
/*----------------------------------------------------------------------------------------  サイドバー　 */

#right-side {
	margin:0;
	padding:0;
	float:right;
	width:228px;
	position:relative;
	z-index:99;
}
#right-side #k-tai {
	margin:-16px -7px 16px 0;
	padding:0;
	float:right;
}


/*----------------------------------------------------------------------------------------  フッター　*/

footer {
	clear:both;
	margin-top:50px;
	width:100%;
	background:url(images/all/foot-bg.gif) repeat-x #2D3B50;
}
#footer {
	clear:both;
	margin-top:50px;
	width:100%;
	background:url(images/all/foot-bg.gif) repeat-x #2D3B50;
}
#footer-wrap {
        width:960px;
	margin:0 auto;
}
#footer-wrap ul.single {
}
#footer-wrap ul.single li {
        float:left;
	color:#ffffff;
	margin-top:20px;
	padding:0 20px 0 18px;
	font-size:0.85em;
        text-shadow: 0px -1px 1px #000000;
	background:url(images/all/arrow_b.png) 0 4px no-repeat;
}
#footer-wrap #footer-2 {
        text-shadow: 0px -1px 0px #000000;
	float:right;
	margin:30px 0 0 0;
	color:#ffffff;
	font-size:0.85em;
}
address {
	clear:both;
        width:960px;
	margin:0 auto;
	padding:50px 0 30px 0;
	text-align:right;
	color:#ffffff;
	font-size:0.8em;
        text-shadow: 0px -1px 0px #000000;
}
#footer-wrap a {
	text-decoration: none;
}
#footer-wrap a:link {
	color: #ffffff;
}
#footer-wrap a:visited {
	color: #ffffff;
}
#footer-wrap a:hover {
	text-decoration: underline;
}
#footer-wrap a:active {
	color: #005279;
}

/*-------------------------------------  ここからFORMのスタイル　*/

table.form_table {
	margin:20px 0 0 0;
	width: 100%;
	border-collapse: collapse;
	border: 5px solid #cccccc;
	background-color:#F3F3F3;
}
table.form_table tr.gray-sell th, table.form_table tr.gray-sell td {
	background-color:#E5EFF5;
}
table.form_table tr.blue-sell th, table.form_table tr.blue-sell td {
	background-color:#12547A;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
}
table.form_table tr.gray-title th, table.form_table tr.gray-title td {
	background-color:#0AA4BC;
	border-top: 2px solid #cccccc;
	color:#ffffff;
	font-weight:bold;
}
table.form_table th {
	margin-right: auto;
	margin-left: auto;
	padding: 5px 10px;
	min-width:120px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	color: #4e5020;
	font-size: 13px;
	line-height: normal;
	text-align: right;
	vertical-align: top;
}
.required {
	background:url(images/all/required.png) left 1px no-repeat;
}
table.form_table td {
	padding: 5px 10px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	color: #333333;
	line-height: normal;
	background-color:#efefef;
}
table.form_table input {
	font-size: 1.2em;
}
table.form_table textarea {
	width: 95%;
	height: 150px;
	font-size: 1.2em;
}
.wpcf7 .wpcf7-submit {
	margin-left:270px;
}

/*------------------------------------------------------------------------  各種テーブル　*/

/*---------------------------  通常テーブル　*/
table#about {
	width:675px;
	margin:10px 5px 15px 0;
	border-collapse:collapse;
}
table#about tbody tr {
	border-collapse:collapse;
	border:solid 1px #cccccc;
	padding:5px 0;
}
table#about tbody th {
	min-width:120px;
	padding:10px 15px;
	text-align:center;
	background-color:#eeeeee;
}
table#about tbody td {
	padding:10px 15px;
}
table#about tr td.cft_td ul li { list-style-type:none;float:left;margin-right:15px; }

/*---------------------------  イベントテーブル　*/

table.event {
	border:solid 2px #cccccc;
	width:677px;
	margin:0 0 15px 0;
	font-size:0.9em;
	border-collapse:collapse;
}
table.event tbody tr {
	border-collapse:collapse;
	border:solid 1px #cccccc;
	padding:3px 0;
}
table.event tbody tr.bottom {
	border-collapse:collapse;
	border-top:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
	border-bottom:solid 2px #cccccc;
	padding:3px 0;
}
table.event tbody th {
	min-width:100px;
	text-align:center;
	background-color:#dddddd;
	padding:5px 10px;
}
table.event tbody td {
	padding:5px 10px;
}
table.event tbody td p {
	padding:0;
	margin:0;
}
table.event tbody th.th_item {
	text-align:center;
	background-color:#eeeeee;
	padding:5px 10px;
	border-left:solid 2px #cccccc;
	border-right:solid 2px #cccccc;
	min-width:110px;
}

/*---------------------------  ランキングテーブル　*/
table.rank-table {
	width:100%;
	margin:10px 0;
	padding:0;
	border-collapse:collapse;
	border:solid 1px #cccccc;
}
table.rank-table tbody tr {
	border-collapse:collapse;
	border:dotted 1px #cccccc;
	padding:5px 0;
}
table.rank-table tbody th {
	padding:2px;
	text-align:center;
	background-color:#34455D;
	border-bottom:solid 1px #cccccc;
	color:#ffffff;
        text-shadow: 0px -1px 0px #000000;
}
table.rank-table tbody td {
	padding:2px;
	border:dotted 1px #cccccc;
	over-flow:visible;
}
table.rank-table tbody td.right {
	padding:2px;
	text-align:right;
}
table.rank-table tbody td.center {
	padding:2px;
	text-align:center;
}
table.rank-table tbody td.gray {
	padding:2px;
	background-color:#eeeeee;
}
/*---------------------------  フルスクリーン用ランキングテーブル　*/
table.rank-table-full_screen {
	width:850px;
	margin:10px 0;
	padding:0;
	border-collapse:collapse;
	border:solid 1px #cccccc;
}
table.rank-table-full_screen tbody tr {
	border-collapse:collapse;
	border:dotted 1px #cccccc;
}
table.rank-table-full_screen tbody th {
	padding:5px;
	text-align:center;
	background-color:#34455D;
	border-bottom:solid 1px #cccccc;
	color:#ffffff;
        text-shadow: 0px -1px 0px #000000;
}
table.rank-table-full_screen tbody td {
	padding:5px;
	border:dotted 1px #cccccc;
	over-flow:visible;
}
table.rank-table-full_screen tbody td.right {
	padding:5px;
	text-align:right;
}
table.rank-table-full_screen tbody td.center {
	padding:5px;
	text-align:center;
}
table.rank-table-full_screen tbody td.gray {
	padding:5px;
	background-color:#eeeeee;
}
/*---------------------------  個人成績ランキングテーブル　*/
table.krank-table {
	width:100%;
	margin:10px 0;
	padding:0;
	border-collapse:collapse;
	border:solid 5px #cccccc;
}
table.krank-table tbody tr {
	border-collapse:collapse;
	border:dotted 1px #cccccc;
	padding:5px 0;
}
table.krank-table tbody th {
	max-width:20px;
	padding:10px 5px;
	text-align:center;
	background-color:#34455D;
	border:solid 1px #cccccc;
	color:#ffffff;
        text-shadow: 0px -1px 0px #000000;
}
table.krank-table tbody td {
	width:25%;
	padding:10px;
	border:dotted 1px #cccccc;
	text-align:center;
	font-weight:bold;
}
table.krank-table tbody th.bottom {
	padding:10px 5px;
	text-align:center;
	background-color:#9AB3D6;
	border:solid 1px #cccccc;
	color:#000000;
        text-shadow: 0px 0px 0px #888888;
}
/*---------------------------  個人成績ランキングテーブル変形　*/
table.krank-table2 {
	width:100%;
	margin:10px 0;
	padding:0;
	border-collapse:collapse;
	border:solid 1px #cccccc;
}
table.krank-table2 tbody tr {
	border-collapse:collapse;
	border:dotted 1px #cccccc;
}
table.krank-table2 tbody th {
	padding:5px 0;
	text-align:center;
	background-color:#34455D;
	border:solid 1px #cccccc;
	color:#ffffff;
        text-shadow: 0px -1px 0px #000000;
}
table.krank-table2 tbody td {
	padding:2px 0;
	border:dotted 1px #cccccc;
	text-align:center;
}
table.krank-table2 tbody th.bottom {
	padding:5px 0;
	text-align:center;
	background-color:#9AB3D6;
	border:solid 1px #cccccc;
	color:#000000;
        text-shadow: 0px 0px 0px #888888;
}
input[type='text'] {
	border:2px solid #cccccc;
	margin:5px 0;
	font-size:1.2em;
}
input:focus {
	background-color:#FFF3F1;
}
input[type='password'] {
	border:2px solid #cccccc;
	margin:5px 0;
	font-size:1.2em;
}
select {
	border:2px solid #cccccc;
	margin:5px 0;
	font-size:1.2em;
}
textarea {
	border:2px solid #cccccc;
	margin:5px 0;
	font-size:1.2em;
}

/*------------------------------------------------------------------------  ボタン設定　*/

#news-content input[type='submit'] ,#news-content input[type='button']  {
        text-shadow: 0px 1px 0px #000000;
	background-color:#CB6C4F;
	color:white;
	padding:2px 10px;
	border: none;
	cursor: pointer;
	font-weight:bold;
	border-radius: 5px;
	font-family:"メイリオ", "verdana", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka, sans-serif;
}
#news-content input[type='submit']:hover ,#news-content input[type='button']:hover {
	background-color:#C01F1F;
        text-shadow: 0px -1px 0px #000000;
	color:white;
	padding:2px 10px;
	border: none;
	cursor: pointer;
	font-weight:bold;
	border-radius: 5px;
	font-family:"メイリオ", "verdana", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka, sans-serif;
}
#news-content #user_login {
	margin:10px 0 0 10px;
	padding:0;
	display:block;
	height:100px;
	width:655px;
	background:url(images/webentry/login.gif) no-repeat;
        text-indent:-9898px;
        font-size: 0px;
        line-height: 0px;
        cursor:pointer;
    }
#news-content #user_login:hover,
#news-content #user_login:focus {
	background-position:0 -100px;
    }

input.cftsearch_submit{
	cursor: pointer;
	display:block;
	margin:-10px 0 0 180px;
	text-indent:-9999px;
	border: 0px;
	width: 613px;
	height: 50px;
	background: url(images/all/search_button.gif) left top no-repeat;
}
input.cftsearch_submit:hover{
	background-position:0 -50px;
}


/*------------------------------------------------------------------------  切り替えバナー　*/


#other-race a {
	margin:10px 0 0 10px;
	padding:0;
	display:block;
	height:100px;
	width:655px;
	background:url(images/php/other-race.gif) no-repeat;
	text-indent:-9898px;
}
#other-race a:hover{
	background-position:0 -100px;
}
#nastar-race {
	margin:20px 0 0 10px;
	padding:0;
	display:block;
	height:120px;
	width:655px;
	background:url(images/php/nastar-race.gif) no-repeat;
	text-indent:-9898px;
}
#login a {
	margin:10px 0 0 10px;
	padding:0;
	display:block;
	height:100px;
	width:655px;
	background:url(images/webentry/login.gif) no-repeat;
	text-indent:-9898px;
}
#login a:hover{
	background-position:0 -100px;
}
#state a {
	margin:10px 0 0 10px;
	padding:0;
	display:block;
	height:100px;
	width:655px;
	background:url(images/webentry/state.gif) no-repeat;
	text-indent:-9898px;
}
#state a:hover{
	background-position:0 -100px;
}
/*------------------------------------------------------------------------  ムービングバナー　*/

#special-contents1 {
	margin:0 0 20px 0;
	padding:0;
	width:350px;
	height:125px;
	position:relative;
	overflow:hidden;
	float:left;
}
#special-contents1 img {
	position:absolute;
}
#special-contents2 {
	margin:0 0 20px 0;
	padding:0;
	width:350px;
	height:125px;
	position:relative;
	overflow:hidden;
	float:left;
}
#special-contents2 img {
	position:absolute;
}
#special-contents3 {
	margin:0 0 20px 0;
	padding:0;
	width:350px;
	height:125px;
	position:relative;
	overflow:hidden;
	float:left;
}
#special-contents3 img {
	position:absolute;
}
#special-contents4 {
	margin:0 0 20px 0;
	padding:0;
	width:350px;
	height:125px;
	position:relative;
	overflow:hidden;
	float:left;
}
#special-contents4 img {
	position:absolute;
}
#special-contents5 {
	margin:0 0 20px 0;
	padding:0;
	width:350px;
	height:125px;
	position:relative;
	overflow:hidden;
	float:left;
}
#special-contents5 img {
	position:absolute;
}
#special-contents6 {
	margin:0 0 5px 0;
	padding:0;
	width:350px;
	height:125px;
	position:relative;
	overflow:hidden;
	float:left;
}
#special-contents6 img {
	position:absolute;
}
#special-contents7 {
	margin:0 0 5px 0;
	padding:0;
	width:350px;
	height:125px;
	position:relative;
	overflow:hidden;
	float:left;
}
#special-contents7 img {
	position:absolute;
}
#special-contents8 {
	margin:0 0 20px 0;
	padding:0;
	width:350px;
	height:125px;
	position:relative;
	overflow:hidden;
	float:left;
}
#special-contents8 img {
	position:absolute;
}


/*------------------------------------------------------------------------  amazon　*/


.amazon-box {
	clear:both;
	margin:20px 0 0 0;
	background-color:#ffffff;
	overflow:hidden;
}
.amazon-box img {
	width:226px;
}
/*----------------------------------------------------------------------------------------  s3SliderのCSS　*/

#slider {
	width: 228px;
	height: 318px;
	position: relative; /* important */
	overflow: hidden; /* important */
	border: 1px solid #ffffff;
}
#sliderContent {
	width: 225px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
	width: 228px;
	height: 318px;
	float: left;
	position: relative;
	display: none;
}
.sliderImage span {
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px 15px 13px;
	width: 200px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
	font-size: 1.5em;
	color:white;
}	left: 0;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
	left: 0;
}
ul { list-style-type: none;
}
#slider #sliderContent .sliderImage span.bottom a {
	color:white;
}
</pre></body></html>