@charset "Shift_JIS";
/* formatting style 
-----------------------------*/

* {
	font-style: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "EE EゴシチE", sans-serif;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #999999;
	background-image: url(img/bg.gif);
	background-repeat: repeat;
	font-size: 75%;
	line-height: 1.6;
}

/* link style
-----------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #1D2088;
	text-decoration: underline;
}
a:visited {
	color: #1D2088;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}

/* basic layout
-----------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 858px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#main {
	padding: 15px;
	float: right;
	width: 573px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
#home div#main div#indexclip {
	background-image: url(img/clipgreen.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #1D2088;
}
.clip {
	font-size: 120%;
	line-height: 1.6;
	font-weight: bold;
	color: #990033;
	background-image: url(img/ball.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
}
.clipbig {
	font-size: 200%;
	line-height: 1.6;
	font-weight: bold;
	color: #990033;
}



#sidebar {
	padding: 15px;
	float: left;
	width: 225px;
	background-color: #FFFFFF;
}
#footer {
	background-color: #003366;
	clear: both;
	width: 100%;
	padding: 15px 0px 0px;
}
/* header styles
-----------------------------*/
#header {
	background-image: url(img/header01.gif);
	background-repeat: no-repeat;
	height: 255px;
	border-top: 3px solid #FF0000;
	position: relative;
}


#header ul {
	background-color: #FFFFFF;
	width: 858px;
	position: absolute;
	left: 0px;
	top: 201px;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	height: 2.5em;
	width: 84px;
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	border-top: 3px solid #FF0000;
	border-bottom: 3px double #999999;
	border-left: 2px solid #FFFFFF;
	text-align: center;
	display: block;
	font-size: 12px;
}
#header ul li a:hover {
	background-color: #E8ECF5;
}

#header ul li a#nhome {
	border-left-style: none;
}
#home #header #nhome a,
#shiai #header ul li a#nshiai,
#stuff #header ul li a#nstuff,
#player #header ul li a#nplayer,
#menu #header ul li a#nmenu,
#schdule #header ul li a#nschedule,
#about #header ul li a#nabout,
#message #header  ul li a#nmessage,
#contact #header ul li a#ncontact,
#link #header ul li a#nlink  {
	color: #FFFFFF;
	background-color: #003366;
}

/* sidebar styles
--------------------------*/
#sidebar h2 {
	margin-bottom: 15px;
}
#home #sidebar dl dt {
	font-weight: bold;
	background-image: url(img/arrowred.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	padding-left: 15px;
	width: 5em;
}
#home #sidebar dl dd {
	margin: 0px 0px 10px 6em;
}
.sideh3 {
	background-image: url(img/h3square.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
	padding-left: 25px;
	color: #1D2088;
	clear: both;
	margin-top: 15px;
	margin-bottom: 10px;
}
.sideh3a {
	font-size: 14px;
	color: #666666;
	margin-top: 15px;
	font-weight: bold;
	border-bottom: 1px dotted #990033;
	border-top-color: #990033;
	border-right-color: #990033;
	border-left-color: #990033;
}

#sidebar p {
	clear: both;
}
.sidea {
	line-height: 1.5;
	font-weight: bold;
	background-image: url(img/arrowred.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	color: #1D2088;
	margin-bottom: 5px;
	margin-top: 10px;
}

#home #sidebar p a {
	float: right;
}



/* main styles
-----------------------------*/

#main h2 {
	margin-bottom: 15px;
}
#home #newcomer {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 5px;
	background-image: url(img/newcomer.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
.mainh3 {
	font-size: 16px;
	font-weight: bold;
	color: #1D2088;
	background-image: url(img/h3square.gif);
	background-position: left center;
	padding-left: 30px;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	clear: both;
	width: 527px;
}
.mainh4 {
	font-weight: bold;
	color: #990033;
	margin-top: 1em;
	font-size: 12px;
	line-height: 2;
}

.mainareaphoto {
	padding: 5px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	width: 180px;
	float: left;
	clear: both;
}
.mainareaphotor {
	padding: 5px;
	clear: both;
	float: right;
	width: 180px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
}



#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}

#main dl dt a img {
	float: left;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	clear: left;
}
#main dl dt {
	margin-top: 10px;
	font-weight: bold;
}
.maindate {
	font-weight: bold;
	background-image: url(img/arrow_big.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 20em;
	margin-bottom: 5px;
	padding-left: 15px;
	color: #1D2088;
}
.maindatetext {
	padding-left: 15px;
}
#schdule div#main div#year1 {
	float: left;
	margin-right: 15px;
	width: 250px;
	clear: both;
}
#schdule div#maindiv #year2 {
	float: right;
	width: 250px;
	clear: both;
}




.footerp {
	padding-left: 15px;
	color: #CCCCCC;
	margin-bottom: 10px;
}



.mainpa {
	float: right;
	clear: both;
}
/* footer style
--------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
	float: right;
	padding-right: 15px;
}
#footer p a:hover {
	color: #FFFFFF;
}
#footer ul li {
	display: inline;
	list-style-type: none;
	margin-left: 15px;
}
.teamname {
	line-height: 2;
	background-image: url(img/arrow_big.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left center;
}
.division {
	font-weight: bold;
	color: #990033;
	background-image: none;
	padding-left: 10px;
}
.banner {
	border: 1px solid #666666;
	float: right;
	line-height: 2;
	margin-top: 10px;
	margin-bottom: 10px;
}
#about  #main h3.sideh3#yakuin {
	margin-top: 15px;
	margin-bottom: 15px;
}

#about #main .kaicholist {
	float: left;
	width: 181px;
}
#about #main #seniorlist {
	float: left;
	width: 181px;
}

#about  #main #littlelist {
	float: left;
	width: 181px;
}
.yakuindd {
	padding-top: 10px;
	font-weight: bold;
	padding-left: 1em;
	letter-spacing: 0.5em;
}
.yakuindt {
	font-weight: normal;
	color: #1D2088;
}
#about  #main #sosetusha {
	clear: both;
	width: 567px;
	padding-top: 15px;
}
.name {
	font-size: 120%;
	font-weight: bold;
	color: #1D2088;
}
.gamename {
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
	border-bottom: 1px dotted #9E0C3D;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #9E0C3D;
	border-right-color: #9E0C3D;
	border-left-color: #9E0C3D;
}

.gamespec {
	list-style: none;
	font-weight: bold;
	color: #333333;
	line-height: 1.5;
}
.gamedate {
	font-weight: bold;
	color: #1D2088;
}
.gamescore {
	font-weight: bold;
	color: #9E0C3D;
	font-size: 120%;
	margin-bottom: 10px;
}
.gamephoto {
	float: right;
	margin-bottom: 10px;
	padding: 5px 5px 5px 2.5px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
}
.gamephotobig {
	float: right;
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.gamephotorightspan {
	float: right;
	margin-bottom: 10px;
	padding: 5px 2.5px 5px 5px;
	border-top: 1px solid #999999;
	border-right: 1px #999999;
	border-bottom: 1px solid #999999;
	margin-left: 15px;
	border-left: 1px solid #999999;
}
.gamephotoleft {
	float: left;
	margin-bottom: 10px;
	padding: 5px 2.5px 5px 5px;
	border-top: 1px solid #999999;
	border-right: 1px #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.gamephotoleftspan {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 5px 5px 5px 2.5px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left-width: 1px;
	border-left-color: #999999;
}
.gamep {
	clear: both;
	width: 573px;
}
.sidedd {
	font-weight: bold;
	color: #CCCCCC;
	text-align: left;
	padding-left: 5px;
}
address {
	color: #CCCCCC;
	padding-left: 15px;
	padding-bottom: 15px;
}
.playerph01 {
	width: 115px;
	background-repeat: repeat;
	float: left;
	background-image: url(img/clipbg.gif);
	padding: 15px 7.5px 15px 15px;
	margin-bottom: 15px;
}
.player02 {
	background-image: url(img/clipbg.gif);
	width: 115px;
	float: left;
	background-repeat: repeat;
	padding: 15px 7.5px;
	margin-bottom: 15px;
}
.player03 {
	background-image: url(img/clipbg.gif);
	width: 115px;
	float: left;
	padding: 15px 7.5px;
	margin-bottom: 15px;
}
.player04 {
	background-image: url(img/clipbg.gif);
	background-repeat: repeat;
	width: 115px;
	padding: 15px 15px 15px 7.5px;
	float: left;
	margin-bottom: 15px;
}
.playername {
	font-weight: bold;
	color: #990033;
	font-size: 125%;
	border-top: 2px dashed #CCCCCC;
	letter-spacing: 0.5em;
	clear: both;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(img/playerball.gif);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	height: 25px;
	padding-left: 45px;
}
.cliptext {
	font-weight: bold;
	color: #1D2088;
	line-height: 1.0;
	padding: 0px 0px 0px 30px;
}
.scorenumber {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #006600;
	line-height: 1em;
	clear: none;
	width: 220px;
	float: left;
	padding-left: 5px;
}
.scorename {
	line-height: 1;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006600;
	letter-spacing: 0.4em;
	width: 15em;
}
