@charset "Shift_JIS";

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #333333;
	text-align: center;
}
a:link {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	color: #333399;
	text-decoration: none;
}
a:hover {
	color: #0033CC;
	text-decoration: underline;
}
a:active {
	color: #009900;
	text-decoration: underline;
}
h1 {
	font-size: 1.5em;
	margin-bottom: 10px;
	margin-top: 0px;
}
h2 {
	font-size: 1.2em;
	margin: 0px;
}
h3 {
	font-size: 1em;
	color: #FF8000;
	margin: 0px;
}
p {
	margin: 0px;
}
ul {
	margin: 0px;
	padding-left: 0px;
	list-style-type: none;
}
form {
	margin-top: 0.2em;
	margin-bottom: 0.4em;
	padding: 0px;
}
input {
	vertical-align: middle;
}
select {
	vertical-align: middle;
}
.mainphoto-caption {
	font-size: 10px;
	color: #FFFFFF;
}
.mainphoto-background {
	background-color: #FFFFFF;
	background-image: url(img/top/top_main_photo.jpg);
	background-repeat: no-repeat;
	width: 396px;
	height: 264px;
}

/*ベース----------------------------------------------------------*/
#content {
	font-size: 0.75em;
	line-height: 1.4;
	background-color: #FFFFFF;
	text-align: left;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

/*項目区切り線----------------------------------------------------*/
.subnavi-left {
	padding-right: 1em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.subnavi-line {
	padding-right: 1em;
	padding-left: 1em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.area-left {
	padding-right: 0.5em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
.area-line {
	padding-right: 0.5em;
	padding-left: 0.5em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
.area-right {
	padding-left: 0.5em;
}

/*フロートクリア用------------------------------------------------*/
.floatclear-both {
	clear: both;
}

/*ヘッダ----------------------------------------------------------*/
#header {
	position: relative;
	margin-top: 10px;
	margin-bottom: 0px;
}
#header h1 {
	height: 30px;
	width: 185px;
	text-indent: -9999px;
}
#headerlink-1 {
	position: absolute;
	height: 30px;
	width: 127px;
	left: 0px;
	top: 0px;
}
#headerlink-2 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	position: absolute;
	height: 30px;
	width: 120px;
	left: 500px;
	top: 0px;
}
#headerlink-3 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	position: absolute;
	height: 30px;
	width: 120px;
	left: 630px;
	top: 0px;
}

/*ヘッダメニュー--------------------------------------------------*/
#headernavi {
	height: 20px;
	width: 750px;
}
#headernavi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#headernavi li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 20px;
	text-indent: -9999px;
}
#headernavi li a {
	display: block;
	padding: 0px;
	height: 20px;
	text-decoration: none;
	background-image: url(img/common/headernavi_4.gif);
	background-repeat: no-repeat;
}

/*ヘッダメニュー各項目の幅を指定----------------------------------*/
#headernavi li#headernavi-futsal {
	width: 125px;
}
#headernavi li#headernavi-coaching {
	width: 125px;
}
#headernavi li#headernavi-etoto {
	width: 125px;
}
#headernavi li#headernavi-gifts {
	width: 125px;
}
#headernavi li#headernavi-crospo {
	width: 125px;
}
#headernavi li#headernavi-blog {
	width: 125px;
}

/*トップ時ヘッダメニュー画像の位置を指定----------------------------------*/
#headernavi li#headernavi-futsal a {
	background-position: 0 0; 
}
#headernavi li#headernavi-coaching a {
	background-position: -125px 0;
}
#headernavi li#headernavi-etoto a {
	background-position: -250px 0;
}
#headernavi li#headernavi-gifts a {
	background-position: -375px 0;
}
#headernavi li#headernavi-crospo a {
	background-position: -500px 0;
}
#headernavi li#headernavi-blog a {
	background-position: -625px 0;
}

/*ロールオーバー時の位置を指定------------------------------------*/
#headernavi li#headernavi-futsal a:hover {
	background-position: 0 -20px;
}
#headernavi li#headernavi-coaching a:hover {
	background-position: -125px -20px;
}
#headernavi li#headernavi-etoto a:hover {
	background-position: -250px -20px;
}
#headernavi li#headernavi-gifts a:hover {
	background-position: -375px -20px;
}
#headernavi li#headernavi-crospo a:hover {
	background-position: -500px -20px;
}
#headernavi li#headernavi-blog a:hover {
	background-position: -625px -20px;
}

/*サブメニュー--------------------------------------------------*/
#subnavi {
	margin-bottom: 10px;
	padding: 5px 10px 0px ;
	height: 20px;
	width: 730px;
	background-color: #339933
}
#subnavi li {
	display: inline;
}
#subnavi a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#subnavi a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#subnavi a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#subnavi a:active {
	color: #006699;
	text-decoration: underline;
}

/*メインブロック--------------------------------------------------*/
#main {
	width: 750px;
	margin-bottom: 20px;
}

/*メインブロック：写真--------------------------------------------------*/
#photo {
	float: left;
	width: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*メインブロック：ニュース----------------------------*/
#news {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	width: 338px;
	border: 1px solid #339933;
	float: right;
}
#news-soccer {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #339933;
}
#news-soccer h2 {
	color: #339933;
	background-image: url(img/top/news_soccer.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 20px;
	width: 100%;
	margin-bottom: 0.3em;
}
#news-soccer li {
	background-image: url(img/top/disc_5_666666.gif);
	background-repeat: no-repeat;
	padding-left: 1em;
	background-position: 0.25em 0.5em;
}
#news-futsal h2 {
	color: #339933;
	background-image: url(img/top/news_futsal.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 20px;
	width: 100%;
	margin-bottom: 0.3em;
}
#news-futsal li {
	background-image: url(img/top/disc_5_666666.gif);
	background-repeat: no-repeat;
	background-position: 0.25em 0.5em;
	padding-left: 1em;
}

/*メインブロック：Futsal----------------------------------*/
#futsal-title {
	color: #FFFFFF;
	background-color: #339933;
	background-image: url(img/top/futsal_title.gif);
	background-repeat: no-repeat;
	background-position: 1px 0px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 748px;
}
#futsal {
	width: 748px;
	margin-bottom: 15px;
	border: 1px solid #339933;
	float: left;
}

#futsal li {
	background-image: url(img/top/disc_5_666666.gif);
	background-repeat: no-repeat;
	background-position: 0.25em 0.5em;
	padding-left: 1em;
}

/*メインブロック：CROSPO--------------------------*/
#crospo {
	float: right;
	width: 360px;
	margin-bottom: 15px;
	border: 1px solid #339933;
}
#crospo-title {
	float: right;
	color: #FFFFFF;
	background-color: #339933;
	background-image: url(img/top/crospo_title.gif);
	background-repeat: no-repeat;
	background-position: 1px 0px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 360px;
}
#crospo li {
	background-position: 10em 10em;
	padding-left: 1em;
}

/*メインブロック：twitter----------------------------------*/
#twitter {
	float: right;
	width: 360px;
	margin-bottom: 15px;
}

/*メインブロック：twitter----------------------------------*/
#facebook {
	float: right;
	width: 360px;
	margin-bottom: 15px;
}

/*メインブロック：kagawa----------------------------------*/
#kagawa {
	float: left;
	width: 360px;
	margin-bottom: 15px;
	border: 1px solid #339933;
}
#kagawa-title {
	float: left;
	color: #FFFFFF;
	background-color: #339933;
	background-image: url(img/top/kagawa_title.gif);
	background-repeat: no-repeat;
	background-position: 1px 0px;
	text-indent: -9999px;
	margin-bottom: 5px;
	padding: 0px;
	height: 21px;
	width: 360px;
}
#kagawa li {
	background-image: url(img/top/disc_5_666666.gif);
	background-repeat: no-repeat;
	background-position: 0.25em 0.5em;
	padding-left: 1em;
}

/*メインブロック：coaching----------------------------------*/
#coaching {
	float: left;
	width: 360px;
	margin-bottom: 15px;
	border: 1px solid #339933;
}
#coaching-title {
	float: left;
	color: #FFFFFF;
	background-color: #339933;
	background-image: url(img/top/coaching_title.gif);
	background-repeat: no-repeat;
	background-position: 1px 0px;
	text-indent: -9999px;
	margin-bottom: 5px;
	padding: 0px;
	height: 21px;
	width: 360px;
}
#coaching li {
	background-image: url(img/top/disc_5_666666.gif);
	background-repeat: no-repeat;
	background-position: 0.25em 0.5em;
	padding-left: 1em;
}

/*メインブロック：Player----------------------------------*/
#players {
	float: left;
	width: 360px;
	margin-bottom: 15px;
	border: 1px solid #339933;
}
#players-title {
	float: left;
	color: #FFFFFF;
	background-color: #339933;
	background-image: url(img/top/players_title.gif);
	background-repeat: no-repeat;
	background-position: 1px 0px;
	text-indent: -9999px;
	margin-bottom: 5px;
	padding: 0px;
	height: 20px;
	width: 360px;
}
#players li {
	background-position: 10em 10em;
	padding-top: 0.5em;
	padding: 1em;
}

/*メインブロック：バナー----------------------------------*/
#banner {
	float: left;
	width: 750px;
	margin-bottom: 15px;
}

/*フッタ----------------------------------------------------------*/
#footer {
	margin-bottom: 10px;
	clear: both;
}

/*フッタメニュー--------------------------------------------------*/
#footernavi ul {
	margin: 0px;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 7px;
	padding-left: 0px;
}
#footernavi li {
	display: inline;
}
.footnavi-line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
#footnavi-left {
	padding-left: 0em;
	padding-right: 0.5em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
#footnavi-right {
	padding-left: 0.5em;
}

/*コピーライト---------------------------------------------------*/
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}


/*文字拡大時はみだし防止------------------------------------------*/
/*WindowsIEには適用しMacIEには適用しない--------------------------*/

/* 開始 \*/
* html .hamidashi-boushi {
	overflow: hidden;
}
/* 終了 */


/*MacIE5のみ適用-------------------------------------------------*/

/* 開始 \*//*/
h2 {
	font-size: 0.1em;
	line-height: 1;
}
#topics ul {
	margin-top: 0.3em;
}
#news ul {
	margin-top: 0.3em;
}
.area-left {
	border-right: 0;
}
.area-line {
	border-right: 0;
}
#shisetsu-information h2 {
	background-position: 8px 3px;
}
#shisetsu-information ul {
	margin-top: 0.3em;
}
#taikai-kyokai h2 {
	background-position: 8px 3px;
}
#taikai-kyokai ul {
	margin-top: 0.3em;
}
/* 終了 */


/*Safariのみ適用-------------------------------------------------*/

/* 開始 \*/
html:\66irst-child #calendar caption {
	margin-right: 0px;
}
/* 終了 */