/******************************************************************************/
/* Reset */
/* LinkColor */
/* Headline */
/* Layout */
/* Header */
/* Breadcrumb */
/* Content */
/* Center LR Column */
/* Decoration */
/* Left Right Column */
/* Left Right Column Title */
/* Left Right Column Content */
/* Footer */
/* for accessibility */
/******************************************************************************/

/* Reset */
* {
    margin: 0;
    padding: 0;
}
form {
    margin: 0;
}

/* LinkColor */
a {
	text-decoration: none;
}

a:link		{
    color: #336699;
}
a:visited	{
    color: #6699cc;
}
a:hover		{
    color: #cc6666;
}
a:active	{
    color: #cc6666;
}

/* Headline */
h1 {
    font-size: 140%;
				margin:0 0 10px;
}
h2, h3 {
    font-size: 120%;
}
h4, h5 {
    font-size: 100%;
}

/* Layout */
body {
	font-size: 0.8em;
	color: #333;
	text-align: center;
	/*background-color:#FAFAFA;*/
	background-repeat: repeat;
}
body.ShowBlockL0R0 #Wrapper {
	width: 100%;
	text-align: center;
}
body.ShowBlockL1R0 #Wrapper {
    width: 100%;
	text-align: center;
}
body.ShowBlockL0R1 #Wrapper {
	width: 100%;
	float: left;
	margin-right: -200px;
	text-align: center;
}
body.ShowBlockL1R1 #Wrapper {
	width: 100%;
	float: left;
	margin-right: -200px;
	text-align: center;
}

body.ShowBlockL0R0 #CenterColumn {
    /*float: left;*/
    /*width: 100%;*/
	width: 1024px;
	margin: 0px auto;
	background-color: #ffffff;
	text-align: left;
}
body.ShowBlockL1R0 #CenterColumn {
	/*float: right;*/
    /*width: 100%;*/
	width: 1024px;
	margin: 0px auto;
	/*margin-left: -200px;*/
	background-color: #ffffff;
	text-align: left;
}
body.ShowBlockL0R1 #CenterColumn {
	/*margin-right: 200px;*/
	background-color: #ffffff;
	text-align: left;
}
body.ShowBlockL1R1 #CenterColumn {
    /*width: 100%;*/
	width: 1024px;
	margin: 0px auto;
    /*float:right;*/
    /*margin-left: -200px;*/
	background-color: #ffffff;
	text-align: left;
}

#CenterCLblock {
	float: left;
	width: 790px;
	padding: 0px 10px 0px 0px;
	margin-right: 50px;
}

body.ShowBlockL1R0 #CenterWrapper {
    margin-left: 200px;
}
body.ShowBlockL1R1 #CenterWrapper {
    margin-right: 200px;
    margin-left: 200px;
}

div#Container {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: left;
	/*background-color:#FFF;*/
}

div#CenterWrapper {
	padding: 10px;
}

/* Header */
div#Header {
    width: 100%;
    height: 239px;
	/*color: #fff;*/
	/*background-color:#666;*/
	text-align: center;
}
div#Header div#Sitename {
	font-weight: bold;
	padding: 20px 0 10px 10px;
	font-size: 200%;
	line-height: 100%;
}
div#Header div#Logo {
	float: left;
	padding: 4px;
}
div#Slogan {
	padding: 0 0 0 10px;
}
div#Header a:link,
div#Header a:visited {	
    color: #FFF;
				text-decoration: none;
}

/* Breadcrumb */
div#breadcrumb, div#theme_breadcrumbs {
    width: 100%;
    margin-bottom: 5px;
    border-bottom: #DDD solid 1px;
}

/* Content */
div#CenterColumn  h2.BlockTitle {
    border-bottom: #DDD dashed 1px;
}
div#CenterColumn div.BlockContent, div#ModuleContents {
    font-size: 100%;
    line-height: 1.6;
    padding: 0;
    clear:both;
}
p {
    margin: 10px 0;
    clear:both;
    margin-bottom: 10px;
}

/* Center LR Column */
div#CenterLColumn {
    float: left;
    /*width: 49%;*/
	width: 272px;
}
div#CenterRColumn {
    float: right;
    /*width: 49%;*/
	width: 204px;
	margin-left: -50px;
}

div#Header div.CenterCblock {
    clear: both;
	/*margin-bottom:20px;*/
}

div#Wrapper div.CenterCblock {
	float: right;
	margin-bottom:20px;
}

div.CenterLblock {
    clear: both;
}
div.CenterRblock {
    clear: both;
}

/* Decoration */
ul, ol {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
em {
    font-weight: bold;
    font-style: normal;
    color: #FF0000;
}

/* Left Right Column */
div#LeftColumn {
    float: left;
    width: 200px;
				background-color:#EEE;
}
div#RightColumn {
    float: right;
    width: 200px;
				background-color:#EEE;
}

div.LeftBlock, div.RightBlock {
				padding: 10px 0;
}

/* Left Right Column Title */
div#LeftColumn h2.BlockTitle, 
div#RightColumn h2.BlockTitle {
    margin: 0 0 5px 0;
				padding: 0 10px;
				color: #FFF;
				line-height: 1.5;
				background-color:#666;
}

/* Left Right Column Content */
div#LeftColumn .BlockContent {
    text-align:center;
}
div#RightColumn .BlockContent {
    text-align:center;
}
div#LeftColumn .BlockContent p,
div#RightColumn .BlockContent p {
    text-align:left;
}

/* Footer */
div#BacktoTop {
    text-align: right;
    margin: 10px 0px 5px;
    clear: both;
    font-size:80%;
}
div#Footer {
    clear: both;
    width: 100%;
	height: 180px;
    margin: 0 auto;
	/*background-color:#CCC;*/
	text-align: center;
}
div#Footer p {
    margin: 0 10px;
    padding: 10px 0;
    text-align:left;
}

div#Banner {
    clear: both;
    width: 100%;
    margin: 0 auto;
				padding: 20px 0;
}

/* for accessibility */
.Skip {	
    position: absolute;
    left: -999em;
}

/******************************************************************************/

/* clearfix http://www.positioniseverything.net/ */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/******************************************************************************/

/* XOOPS Main Menu */
.mainmenu, #usermenu {
    margin:0;
    padding:0;
    text-align:left;
}
.mainmenu li, #usermenu li {
    display: inline;
}
.mainmenu a {
    display: block;
    border-bottom: #DDD solid 1px;
				margin:0 1px;
}
.mainmenu a:hover {
    background-color: #EEE
}
.mainmenu a.menuTop {
    padding: 5px 10px;
}
.mainmenu a.menuMain {
    padding: 5px 10px;
}
.mainmenu a.menuSub {
    padding: 5px 5px 5px 15px;
}

#usermenu a {
    display: block;
    border-bottom: #DDD solid 1px;
				margin:0 1px;
    padding: 5px 10px;
}
#usermenu a:hover {
    background-color: #EEE
}
#usermenu a.menuTop {}
#usermenu a.highlight {
    background-color: #FCC;
}

/* XOOPS table */
table {
    width: 100%;
    margin: 0;
    padding: 0;
}
td {
    padding: 5px;
    vertical-align: top;
}
* html td {
    font-size: 0.8em;
} /* IE6 */

.outer {}
.head {
    background-color: #CCC;
    padding: 5px;
    font-weight: bold;
}
.even {
    background-color: #EEE;
    padding: 5px;
}
.odd {
    background-color: #FAFAFA;
    padding: 5px;
}
.foot {
    padding: 5px;
}

tr.even td {
    background-color: #EEE;
    padding: 5px;
}
tr.odd td {
    background-color: #FAFAFA;
    padding: 5px;
}

/******************************************************************************/

/* XOOPS item */
.item {}
.itemHead {
    padding: 3px;
    background-color: #666;
    color: #FFF;
}
.itemInfo {
    text-align: right;
    padding: 3px;
    background-color: #EFEFEF;
}
.itemTitle a {
    font-weight: bold;
    font-variant: small-caps;
    color: #FFF;
    background-color: transparent;
}
.itemPoster {
    font-size: 90%;
}
.itemPostDate {
    font-size: 90%;
}
.itemStats {
    font-size: 90%;
}
.itemBody {
    padding-left: 0px;
}
.itemText {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 100%;
}
.itemText:first-letter {}
.itemFoot {
    text-align: right;
    padding: 3px;
    background-color: #EFEFEF;
}
.itemAdminLink {
    font-size: 90%;
}
.itemPermaLink {
    font-size: 90%;
}

/* XOOPS Error Msg */
div.errorMsg {
    background-color: #FFCCCC;
    text-align: center;
    border-top: 1px solid #DDDDFF;
    border-left: 1px solid #DDDDFF;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    font-weight: bold;
    padding: 10px;
}
div.confirmMsg {
    background-color: #DDFFDF;
    color: #136C99;
    text-align: center;
    border-top: 1px solid #DDDDFF;
    border-left: 1px solid #DDDDFF;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    font-weight: bold;
    padding: 10px;
}
div.resultMsg {
    background-color : #CCCCCC;
    color: #333333;
    text-align: center;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    font-weight: bold;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    padding: 10px;
}

/* XOOPS Code & Quote */
div.xoopsCode {
    background: #FAFAFA;
    border: 1px inset #000080;
    font-family: "Courier New",Courier,monospace;
    padding: 0px 6px 6px 6px;
}
div.xoopsQuote {
    background-color:#FAFAFA;
    border: #336699 solid 1px;
    padding: 3px;
}

/* XOOPS com */
.comTitle {
    font-weight: bold;
    margin-bottom: 2px;
}
.comText {
    padding: 2px;
}
.comUserStat {
    font-size: 10px;
    color: #2F5376;
    font-weight:bold;
    border: 1px solid silver;
    background-color: #ffffff;
    margin: 2px;
    padding: 2px;
}
.comUserStatCaption {
    font-weight: normal;
}
.comUserStatus {
    margin-left: 2px;
    margin-top: 10px;
    color: #2F5376;
    font-weight:bold;
    font-size: 10px;
}
.comUserRank {
    margin: 2px;
}
.comUserRankText {
    font-size: 10px;font-weight:bold;
}
.comUserRankImg {
    border: 0;
}
.comUserName {}
.comUserImg {
    margin: 2px;
}
.comDate {
    font-weight: normal;
    font-style: italic;
    font-size: smaller;
}
.comDateCaption {
    font-weight: bold;
    font-style: normal;
}

/********************************************************************/
div#PubCmsHeader {
	width: 1024px;
	height: 239px;
	border: none;
	margin: 0px auto;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(/images/header/header_bg.jpg);
}

div#PubCmsHeader div#PubCmsHeaderLogo {
	width: 434px;
	height: 187px;
	border: none;
	float: left;
}

div#PubCmsHeader div.PubCmsHeaderImg01 {
	width: 85px;
	height: 187px;
	border: none;
	float: left;
}

div#PubCmsHeader div.PubCmsHeaderImg02 {
	width: 84px;
	height: 187px;
	border: none;
	float: left;
}

div#PubCmsHeader div.PubCmsHeaderImg03 {
	width: 84px;
	height: 187px;
	border: none;
	float: left;
}

div#PubCmsHeader div.PubCmsHeaderImg04 {
	width: 85px;
	height: 187px;
	border: none;
	float: left;
}

div#PubCmsHeader div.PubCmsHeaderImg05 {
	width: 85px;
	height: 187px;
	border: none;
	float: left;
}

div#PubCmsHeader div.PubCmsHeaderImg06 {
	width: 84px;
	height: 187px;
	border: none;
	float: left;
}

div#PubCmsHeader div.PubCmsHeaderImg07 {
	width: 83px;
	height: 187px;
	border: none;
	float: left;
	margin-left: -1px;
}

div#PubCmsMenuBox {
	width: 1024px;
	height: 26px;
	border: none;
	margin: 0px auto;
}

div#PubCmsMenu {
	width: 968px;
	height: 26px;
	margin: 0px auto;
}

div#PubCmsMenu div.PubCmsMenuItem {
	width: 88px;
	height: 26px;
	float: left;
}

div#PubCmsMenu div.PubCmsMenuItem ul#PubCmsMenuAcademy a.academy {
	display: block;
	background: url(/images/header/btn_academy.jpg) top center;
	width: 88px;
	height: 26px;
}

div#PubCmsMenu div.PubCmsMenuItem ul#PubCmsMenuGames a.games {
	display: block;
	background: url(/images/header/btn_games.jpg) top center;
	width: 88px;
	height: 26px;
}

div#PubCmsMenu div.PubCmsMenuItem ul#PubCmsMenuLinks a.links {
	display: block;
	background: url(/images/header/btn_links.jpg) top center;
	width: 88px;
	height: 26px;
}

div#PubCmsMenu div.PubCmsMenuItem ul#PubCmsMenuMagazine a.magazine {
	display: block;
	background: url(/images/header/btn_magazine.jpg) top center;
	width: 88px;
	height: 26px;
}

div#PubCmsMenu div.PubCmsMenuItem ul#PubCmsMenuMembers a.members {
	display: block;
	background: url(/images/header/btn_members.jpg) top center;
	width: 88px;
	height: 26px;
}

div#PubCmsMenu div.PubCmsMenuItem ul#PubCmsMenuNews a.news {
	/*display: block;*/
	background: url(/images/header/btn_news.jpg) top center;
	width: 88px;
	height: 26px;
}

div#PubCmsMenu div.PubCmsMenuItem ul#PubCmsMenuPhotos a.photo {
	display: block;
	background: url(/images/header/btn_photo.jpg) top center;
	width: 88px;
	height: 26px;
}

div#PubCmsMenu div.PubCmsMenuItem ul#PubCmsMenuSponsors a.sponsor {
	display: block;
	background: url(/images/header/btn_sponsor.jpg) top center;
	width: 88px;
	height: 26px;
}

div#PubCmsMenu div.PubCmsMenuItem ul#PubCmsMenuStadium a.stadium {
	display: block;
	background: url(/images/header/btn_stadium.jpg) top center;
	width: 88px;
	height: 26px;
}

div#PubCmsMenu div.PubCmsMenuItem ul#PubCmsMenuSupporter a.supporter {
	display: block;
	background: url(/images/header/btn_supporter.jpg) top center;
	width: 88px;
	height: 26px;
}

div#PubCmsMenu div.PubCmsMenuItem ul#PubCmsMenuTeam a.team {
	display: block;
	background: url(/images/header/btn_team.jpg) top center;
	width: 88px;
	height: 26px;
}

div#PubCmsMenu div.PubCmsMenuItem ul#PubCmsMenuAcademy a.academy:hover {
	background: url(/images/header/btn_academy_o.jpg) top center;
	width: 88px;
}

div#PubCmsMenu div.PubCmsMenuItem ul#PubCmsMenuGames a.games:hover {
	background: url(/images/header/btn_games_o.jpg) top center;
	width: 88px;
}

div#PubCmsMenu div.PubCmsMenuItem ul#PubCmsMenuLinks a.links:hover {
	background: url(/images/header/btn_links_o.jpg) top center;
	width: 88px;
}

div#PubCmsMenu div.PubCmsMenuItem ul#PubCmsMenuMagazine a.magazine:hover {
	background: url(/images/header/btn_magazine_o.jpg) top center;
	width: 88px;
}

div#PubCmsMenu div.PubCmsMenuItem ul#PubCmsMenuMembers a.members:hover {
	background: url(/images/header/btn_members_o.jpg) top center;
	width: 88px;
}

div#PubCmsMenu div.PubCmsMenuItem ul#PubCmsMenuNews a.news:hover {
	background: url(/images/header/btn_news_o.jpg) top center;
	width: 88px;
}

div#PubCmsMenu div.PubCmsMenuItem ul#PubCmsMenuPhotos a.photo:hover {
	background: url(/images/header/btn_photo_o.jpg) top center;
	width: 88px;
}

div#PubCmsMenu div.PubCmsMenuItem ul#PubCmsMenuSponsors a.sponsor:hover {
	background: url(/images/header/btn_sponsor_o.jpg) top center;
	width: 88px;
}

div#PubCmsMenu div.PubCmsMenuItem ul#PubCmsMenuStadium a.stadium:hover {
	background: url(/images/header/btn_stadium_o.jpg) top center;
	width: 88px;
}

div#PubCmsMenu div.PubCmsMenuItem ul#PubCmsMenuSupporter a.supporter:hover {
	background: url(/images/header/btn_supporter_o.jpg) top center;
	width: 88px;
}

div#PubCmsMenu div.PubCmsMenuItem ul#PubCmsMenuTeam a.team:hover {
	background: url(/images/header/btn_team_o.jpg) top center;
	width: 88px;
}

/* for News Droppy */
#PubCmsMenuNews { display: block; margin: 0; padding: 0; position: relative; z-index: 999; }
#PubCmsMenuNews li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
#PubCmsMenuNews a { display: block; }
#PubCmsMenuNews ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
* html #PubCmsMenuNews ul { line-height: 0; } /* IE6 "fix" */
#PubCmsMenuNews ul a { zoom: 1; } /* IE6/7 fix */
#PubCmsMenuNews ul li { float: none; }
#PubCmsMenuNews ul ul { top: 0; }
#PubCmsMenuNews ul { width: 100px; }
#PubCmsMenuNews ul ul { left: 131px; }
#PubCmsMenuNews { height: 26px; }
#PubCmsMenuNews *:hover { background-color: #b9204e; }
#PubCmsMenuNews a { color: #ffeeee; font-size: 12px; padding: 0px; line-height: 1; }
#PubCmsMenuNews li.hover a { background-color: #f88db7; }
#PubCmsMenuNews ul { top: 25px; }
#PubCmsMenuNews ul li a { background-color: #f88db7; height: 19px; padding-top: 7px; }
#PubCmsMenuNews ul a.hover { background-color: #b9204e; }
#PubCmsMenuNews ul a { opacity: 0.9; filter: alpha(opacity=90); }
/* for Team Droppy */
#PubCmsMenuTeam { display: block; margin: 0; padding: 0; position: relative; z-index: 999; }
#PubCmsMenuTeam li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
#PubCmsMenuTeam a { display: block; }
#PubCmsMenuTeam ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
* html #PubCmsMenuTeam ul { line-height: 0; } /* IE6 "fix" */
#PubCmsMenuTeam ul a { zoom: 1; } /* IE6/7 fix */
#PubCmsMenuTeam ul li { float: none; }
#PubCmsMenuTeam ul ul { top: 0; }
#PubCmsMenuTeam ul { width: 100px; }
#PubCmsMenuTeam ul ul { left: 131px; }
#PubCmsMenuTeam { height: 26px; }
#PubCmsMenuTeam *:hover { background-color: #b9204e; }
#PubCmsMenuTeam a { color: #ffeeee; font-size: 12px; padding: 0px; line-height: 1; }
#PubCmsMenuTeam li.hover a { background-color: #f88db7; }
#PubCmsMenuTeam ul { top: 25px; }
#PubCmsMenuTeam ul li a { background-color: #f88db7; height: 19px; padding-top: 7px; }
#PubCmsMenuTeam ul a.hover { background-color: #b9204e; }
#PubCmsMenuTeam ul a { opacity: 0.9; filter: alpha(opacity=90); }
/* for Members Droppy */
#PubCmsMenuMembers { display: block; margin: 0; padding: 0; position: relative; z-index: 999; }
#PubCmsMenuMembers li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
#PubCmsMenuMembers a { display: block; }
#PubCmsMenuMembers ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
* html #PubCmsMenuMembers ul { line-height: 0; } /* IE6 "fix" */
#PubCmsMenuMembers ul a { zoom: 1; } /* IE6/7 fix */
#PubCmsMenuMembers ul li { float: none; }
#PubCmsMenuMembers ul ul { top: 0; }
#PubCmsMenuMembers ul { width: 88px; }
#PubCmsMenuMembers ul ul { left: 131px; }
#PubCmsMenuMembers { height: 26px; }
#PubCmsMenuMembers *:hover { background-color: #b9204e; }
#PubCmsMenuMembers a { color: #ffeeee; font-size: 12px; padding: 0px; line-height: 1; }
#PubCmsMenuMembers li.hover a { background-color: #f88db7; }
#PubCmsMenuMembers ul { top: 25px; }
#PubCmsMenuMembers ul li a { background-color: #f88db7; height: 19px; padding-top: 7px; }
#PubCmsMenuMembers ul a.hover { background-color: #b9204e; }
#PubCmsMenuMembers ul a { opacity: 0.9; filter: alpha(opacity=90); }
/* for Games Droppy */
#PubCmsMenuGames { display: block; margin: 0; padding: 0; position: relative; z-index: 999; }
#PubCmsMenuGames li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
#PubCmsMenuGames a { display: block; }
#PubCmsMenuGames ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
* html #PubCmsMenuGames ul { line-height: 0; } /* IE6 "fix" */
#PubCmsMenuGames ul a { zoom: 1; } /* IE6/7 fix */
#PubCmsMenuGames ul li { float: none; }
#PubCmsMenuGames ul ul { top: 0; }
#PubCmsMenuGames ul { width: 88px; }
#PubCmsMenuGames ul ul { left: 131px; }
#PubCmsMenuGames { height: 26px; }
#PubCmsMenuGames *:hover { background-color: #b9204e; }
#PubCmsMenuGames a { color: #ffeeee; font-size: 12px; padding: 0px; line-height: 1; }
#PubCmsMenuGames li.hover a { background-color: #f88db7; }
#PubCmsMenuGames ul { top: 25px; }
#PubCmsMenuGames ul li a { background-color: #f88db7; height: 19px; padding-top: 7px; }
#PubCmsMenuGames ul a.hover { background-color: #b9204e; }
#PubCmsMenuGames ul a { opacity: 0.9; filter: alpha(opacity=90); }
/* for Photos Droppy */
#PubCmsMenuPhotos { display: block; margin: 0; padding: 0; position: relative; z-index: 999; }
#PubCmsMenuPhotos li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
#PubCmsMenuPhotos a { display: block; }
#PubCmsMenuPhotos ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
* html #PubCmsMenuPhotos ul { line-height: 0; } /* IE6 "fix" */
#PubCmsMenuPhotos ul a { zoom: 1; } /* IE6/7 fix */
#PubCmsMenuPhotos ul li { float: none; }
#PubCmsMenuPhotos ul ul { top: 0; }
#PubCmsMenuPhotos ul { width: 88px; }
#PubCmsMenuPhotos ul ul { left: 131px; }
#PubCmsMenuPhotos { height: 26px; }
#PubCmsMenuPhotos *:hover { background-color: #b9204e; }
#PubCmsMenuPhotos a { color: #ffeeee; font-size: 12px; padding: 0px; line-height: 1; }
#PubCmsMenuPhotos li.hover a { background-color: #f88db7; }
#PubCmsMenuPhotos ul { top: 25px; }
#PubCmsMenuPhotos ul li a { background-color: #f88db7; height: 19px; padding-top: 7px; }
#PubCmsMenuPhotos ul a.hover { background-color: #b9204e; }
#PubCmsMenuPhotos ul a { opacity: 0.9; filter: alpha(opacity=90); }
/* for Academy Droppy */
#PubCmsMenuAcademy { display: block; margin: 0; padding: 0; position: relative; z-index: 999; }
#PubCmsMenuAcademy li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
#PubCmsMenuAcademy a { display: block; }
#PubCmsMenuAcademy ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
* html #PubCmsMenuAcademy ul { line-height: 0; } /* IE6 "fix" */
#PubCmsMenuAcademy ul a { zoom: 1; } /* IE6/7 fix */
#PubCmsMenuAcademy ul li { float: none; }
#PubCmsMenuAcademy ul ul { top: 0; }
#PubCmsMenuAcademy ul { width: 88px; }
#PubCmsMenuAcademy ul ul { left: 131px; }
#PubCmsMenuAcademy { height: 26px; }
#PubCmsMenuAcademy *:hover { background-color: #b9204e; }
#PubCmsMenuAcademy a { color: #ffeeee; font-size: 12px; padding: 0px; line-height: 1; }
#PubCmsMenuAcademy li.hover a { background-color: #f88db7; }
#PubCmsMenuAcademy ul { top: 25px; }
#PubCmsMenuAcademy ul li a { background-color: #f88db7; height: 19px; padding-top: 7px; }
#PubCmsMenuAcademy ul a.hover { background-color: #b9204e; }
#PubCmsMenuAcademy ul a { opacity: 0.9; filter: alpha(opacity=90); }
/* for Sponsors Droppy */
#PubCmsMenuSponsors { display: block; margin: 0; padding: 0; position: relative; z-index: 999; }
#PubCmsMenuSponsors li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
#PubCmsMenuSponsors a { display: block; }
#PubCmsMenuSponsors ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
* html #PubCmsMenuSponsors ul { line-height: 0; } /* IE6 "fix" */
#PubCmsMenuSponsors ul a { zoom: 1; } /* IE6/7 fix */
#PubCmsMenuSponsors ul li { float: none; }
#PubCmsMenuSponsors ul ul { top: 0; }
#PubCmsMenuSponsors ul { width: 88px; }
#PubCmsMenuSponsors ul ul { left: 131px; }
#PubCmsMenuSponsors { height: 26px; }
#PubCmsMenuSponsors *:hover { background-color: #b9204e; }
#PubCmsMenuSponsors a { color: #ffeeee; font-size: 12px; padding: 0px; line-height: 1; }
#PubCmsMenuSponsors li.hover a { background-color: #f88db7; }
#PubCmsMenuSponsors ul { top: 25px; }
#PubCmsMenuSponsors ul li a { background-color: #f88db7; height: 19px; padding-top: 7px; }
#PubCmsMenuSponsors ul a.hover { background-color: #b9204e; }
#PubCmsMenuSponsors ul a { opacity: 0.9; filter: alpha(opacity=90); }
/* for Supporter Droppy */
#PubCmsMenuSupporter { display: block; margin: 0; padding: 0; position: relative; z-index: 999; }
#PubCmsMenuSupporter li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
#PubCmsMenuSupporter a { display: block; }
#PubCmsMenuSupporter ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
* html #PubCmsMenuSupporter ul { line-height: 0; } /* IE6 "fix" */
#PubCmsMenuSupporter ul a { zoom: 1; } /* IE6/7 fix */
#PubCmsMenuSupporter ul li { float: none; }
#PubCmsMenuSupporter ul ul { top: 0; }
#PubCmsMenuSupporter ul { width: 88px; }
#PubCmsMenuSupporter ul ul { left: 131px; }
#PubCmsMenuSupporter { height: 26px; }
#PubCmsMenuSupporter *:hover { background-color: #b9204e; }
#PubCmsMenuSupporter a { color: #ffeeee; font-size: 12px; padding: 0px; line-height: 1; }
#PubCmsMenuSupporter li.hover a { background-color: #f88db7; }
#PubCmsMenuSupporter ul { top: 25px; }
#PubCmsMenuSupporter ul li a { background-color: #f88db7; height: 19px; padding-top: 7px; }
#PubCmsMenuSupporter ul a.hover { background-color: #b9204e; }
#PubCmsMenuSupporter ul a { opacity: 0.9; filter: alpha(opacity=90); }
/* for Magazine Droppy */
#PubCmsMenuMagazine { display: block; margin: 0; padding: 0; position: relative; z-index: 999; }
#PubCmsMenuMagazine li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
#PubCmsMenuMagazine a { display: block; }
#PubCmsMenuMagazine ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
* html #PubCmsMenuMagazine ul { line-height: 0; } /* IE6 "fix" */
#PubCmsMenuMagazine ul a { zoom: 1; } /* IE6/7 fix */
#PubCmsMenuMagazine ul li { float: none; }
#PubCmsMenuMagazine ul ul { top: 0; }
#PubCmsMenuMagazine ul { width: 120px; }
#PubCmsMenuMagazine ul ul { left: 131px; }
#PubCmsMenuMagazine { height: 26px; }
#PubCmsMenuMagazine *:hover { background-color: #b9204e; }
#PubCmsMenuMagazine a { color: #ffeeee; font-size: 12px; padding: 0px; line-height: 1; }
#PubCmsMenuMagazine li.hover a { background-color: #f88db7; }
#PubCmsMenuMagazine ul { top: 25px; }
#PubCmsMenuMagazine ul li a { background-color: #f88db7; height: 19px; padding-top: 7px; }
#PubCmsMenuMagazine ul a.hover { background-color: #b9204e; }
#PubCmsMenuMagazine ul a { opacity: 0.9; filter: alpha(opacity=90); }
/* for Stadium Droppy */
#PubCmsMenuStadium { display: block; margin: 0; padding: 0; position: relative; z-index: 999; }
#PubCmsMenuStadium li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
#PubCmsMenuStadium a { display: block; }
#PubCmsMenuStadium ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
* html #PubCmsMenuStadium ul { line-height: 0; } /* IE6 "fix" */
#PubCmsMenuStadium ul a { zoom: 1; } /* IE6/7 fix */
#PubCmsMenuStadium ul li { float: none; }
#PubCmsMenuStadium ul ul { top: 0; }
#PubCmsMenuStadium ul { width: 150px; }
#PubCmsMenuStadium ul ul { left: 131px; }
#PubCmsMenuStadium { height: 26px; }
#PubCmsMenuStadium *:hover { background-color: #b9204e; }
#PubCmsMenuStadium a { color: #ffeeee; font-size: 12px; padding: 0px; line-height: 1; }
#PubCmsMenuStadium li.hover a { background-color: #f88db7; }
#PubCmsMenuStadium ul { top: 25px; }
#PubCmsMenuStadium ul li a { background-color: #f88db7; height: 19px; padding-top: 7px; }
#PubCmsMenuStadium ul a.hover { background-color: #b9204e; }
#PubCmsMenuStadium ul a { opacity: 0.9; filter: alpha(opacity=90); }
/* for Links Droppy */
#PubCmsMenuLinks { display: block; margin: 0; padding: 0; position: relative; z-index: 999; }
#PubCmsMenuLinks li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
#PubCmsMenuLinks a { display: block; }
#PubCmsMenuLinks ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
* html #PubCmsMenuLinks ul { line-height: 0; } /* IE6 "fix" */
#PubCmsMenuLinks ul a { zoom: 1; } /* IE6/7 fix */
#PubCmsMenuLinks ul li { float: none; }
#PubCmsMenuLinks ul ul { top: 0; }
#PubCmsMenuLinks ul { width: 88px; }
#PubCmsMenuLinks ul ul { left: 131px; }
#PubCmsMenuLinks { height: 26px; }
#PubCmsMenuLinks *:hover { background-color: #b9204e; }
#PubCmsMenuLinks a { color: #ffeeee; font-size: 12px; padding: 0px; line-height: 1; }
#PubCmsMenuLinks li.hover a { background-color: #f88db7; }
#PubCmsMenuLinks ul { top: 25px; }
#PubCmsMenuLinks ul li a { background-color: #f88db7; height: 19px; padding-top: 7px; }
#PubCmsMenuLinks ul a.hover { background-color: #b9204e; }
#PubCmsMenuLinks ul a { opacity: 0.9; filter: alpha(opacity=90); }


/********************************************************************/
div#PubCmsFooterToiawase {
	width: 1004px;
	margin: 0px auto;
	background-color: #ffffff;
	vertical-align: middle;
	padding: 5px 10px;
	text-align: left;
}

div#PubCmsFooterToiawase img {
	padding: 0px 10px 0px 0px;
	float: left;
}

div#PubCmsFooterMenu {
	width: 1004px;
	height: 160px;
	border: none;
	margin: 0px auto;
	background-position: top left;
	background-repeat: repeat-x;
	background-image: url(/images/footer/footer_back.jpg);
	padding: 5px 10px;
}

div#PubCmsFooterMenu img.line {
	float: left;
	margin: 0px 3px;
	height: 130px;
	width: 2px;
}

div#PubCmsFooterMenuContainer {
	width: 1000px;
	height: 130px;
	margin: 0px auto;
}

div#PubCmsFooterMenu div.PubCmsFooterMenuBox {
	width: 80px;
	height: 120px;
	float: left;
	text-align: left;
	color: #ffeeee;
}

div#PubCmsFooterMenu div.PubCmsFooterMenuBox a:link {
	color: #ffeeee;
}

div#PubCmsFooterMenu div.PubCmsFooterMenuBox a:visited {
	color: #ffeeee;
}

div#PubCmsFooterMenu div.PubCmsFooterMenuBox a:hover {
	color: #ff1111;
}

div#PubCmsFooterMenu div.PubCmsFooterMenuBox a:active {
	color: #ff1111;
}

div#PubCmsFooterMenu div.PubCmsFooterMenuBox ul.PubCmsFooterMenuLevel1 {
	color: #ffeeee;
}

div#PubCmsFooterMenu div.PubCmsFooterMenuBox ul.PubCmsFooterMenuLevel2 {
	color: #ffeeee;
}

div#PubCmsFooterMenu div.PubCmsFooterMenuBox ul.PubCmsFooterMenuLevel3 {
	color: #ffeeee;
}

div#PubCmsFooterMenu div.PubCmsFooterMenuBox ul.PubCmsFooterMenuLevel1 li {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	margin: 0px ;
	padding: 0px;
}

div#PubCmsFooterMenu div.PubCmsFooterMenuBox ul.PubCmsFooterMenuLevel2 li {
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

div#PubCmsFooterMenu div.PubCmsFooterMenuBox ul.PubCmsFooterMenuLevel3 li {
	list-style-type: square;
	list-style-position: outside;
	list-style-image: none;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

div#PubCmsFooterCopyRight {
	width: 1004px;
	margin: 0px auto;
	vertical-align: middle;
	padding: 5px 10px;
	text-align: left;
	color: #ffeeee;
}

/********************************************************************/
div#PubCmsAdmanage {
	width: 204px;
	text-align: center;
	margin-bottom: 20px;
}

div#PubCmsAdmanageOfficial {
	width: 203px;
	text-align: center;
	background-image: url(/images/side_migi/side_official_sponser.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 38px;
}

div#PubCmsAdmanageOfficial2 {
	width: 203px;
	text-align: center;
	background-image: url(/images/side_migi/side_official_sponser2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin-top: 20px;
	padding-top: 38px;
}

div.PubCmsOfficialAdItem {
	width: 203px;
	height: 40px;
	text-align: center;
}

div.PubCmsOfficialAdItem a img {
	width: 203px;
	height: 40px;
	border: none;
}

div.PubCmsOfficialAdItem a:hover img {
    filter: alpha(opacity: 50);
    -moz-opacity: 0.50;
    opacity: 0.50;
}

div#PubCmsAdmanageSponsor {
	width: 204px;
	text-align: center;
	background-image: url(/images/side_migi/side_sponser.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin-top: 20px;
	padding-top: 26px;
}

div.PubCmsSponsorAdItemL {
	width: 102px;
	height: 40px;
	float: left;
	margin-right: 5px;
	text-align: right;
}

div.PubCmsSponsorAdItemL a img {
	width: 100px;
	height: 40px;
	border: none;
}

div.PubCmsSponsorAdItemL a:hover img {
    filter: alpha(opacity: 50);
    -moz-opacity: 0.50;
    opacity: 0.50;
}

div.PubCmsSponsorAdItemR {
	width: 102px;
	height: 40px;
	float: right;
	margin-left: -5px;
	text-align: left;
}

div.PubCmsSponsorAdItemR a img {
	width: 100px;
	height: 40px;
	border: none;
}

div.PubCmsSponsorAdItemR a:hover img {
    filter: alpha(opacity: 50);
    -moz-opacity: 0.50;
    opacity: 0.50;
}
div#PubCmsAdBosyu {
	width: 203px;
	height: 49px;
	border: none;
	margin-top: 20px;
}

div#PubCmsAdBosyu img {
	width: 203px;
	height: 49px;
	border: none;
}

div#PubCmsAdBosyu:hover img {
    filter: alpha(opacity: 50);
    -moz-opacity: 0.50;
    opacity: 0.50;
}

div#PubCmsAdMimaKanko {
	width: 203px;
	height: 77px;
	border: none;
	margin-top: 20px;
}

div#PubCmsAdMimaKanko a img {
	width: 203px;
	height: 77px;
	border: none;
}

div#PubCmsAdMimaKanko:hover a img {
    filter: alpha(opacity: 50);
    -moz-opacity: 0.50;
    opacity: 0.50;
}

div#PubCmsWebSupport {
	width: 203px;
	height: 61px;
	border: none;
	margin-top: 20px;
}

div#PubCmsWebSupport a img {
	width: 203px;
	height: 61px;
	border: none;
}

div#PubCmsWebSupport a:hover img {
    filter: alpha(opacity: 50);
    -moz-opacity: 0.50;
    opacity: 0.50;
}

/********************************************************************/
div#PubCmsTopImage {
	width: 787px;
	height: 223px;
	border: none;
}

div#PubCmsTopImage div.PubCmsTopImageItem {
	width: 777px;
	height: 223px;
	border: none;
}

div#PubCmsTopImage div.PubCmsTopImageItem img {
	width: 777px;
	height: 223px;
	border: none;
}

/********************************************************************/
div#PubCmsTopGameFlash {
	width: 272px;
	margin: 10px 10px 5px 0px;
	line-height: 100%;
}

div#PubCmsTopGameFlash h1 {
	font-size: 120%;
}

div#PubCmsTopGameFlash p {
	font-weight: bold;
	font-size: 100%;
}

div#PubCmsTopGameFlash p.VsTeam {
	margin: 10px 0px 5px 0px;
}

div#PubCmsTopGameFlash p.Flash {
	margin: 0px;
}

/********************************************************************/
div#PubCmsTopNextGame {
	width: 262px;
	height: 114px;
	background-image: url(/images/top_page/top_nextgame.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 5px 10px 5px 0px;
	padding: 50px 5px 5px 5px;
}

div#PubCmsTopNextGame h1 {
	display: none;
}

div#PubCmsTopNextGame p.PubCmsTopNextGameDate {
	display: block;
	width: 262px;
	line-height: 100%;
	color: #ffeeee;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px;
}

div#PubCmsTopNextGame p.PubCmsTopNextGameName {
	display: block;
	width: 262px;
	line-height: 100%;
	color: #ffeeee;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px;
}

div#PubCmsTopNextGame p.PubCmsTopNextGameKickOff {
	display: block;
	width: 262px;
	line-height: 100%;
	color: #ffeeee;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px;
}

div#PubCmsTopNextGame p.PubCmsTopNextGamePlace {
	display: block;
	width: 262px;
	line-height: 100%;
	color: #ffeeee;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px;
}

/********************************************************************/
div#PubCmsTopGameResult {
	width: 272px;
	height: 90px;
	background-image: url(/images/top_page/top_result.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 5px 10px 5px 0px;
}

div#PubCmsTopGameResult h1 {
	display: block;
	width: 152px;
	height: 20px;
	vertical-align: middle;
	text-align: center;
	padding: 5px 5px 0px 105px;
	margin: 0px;
	color: #ffeeee;
	font-size: 90%;
}

div#PubCmsTopGameResult p.PubCmsTopGameResultResult {
	display: block;
	width: 262px;
	line-height: 100%;
	color: #FDF31E;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px;
}

div#PubCmsTopGameResult p.PubCmsTopGameResultPlace {
	display: block;
	width: 262px;
	line-height: 100%;
	color: #FDF31E;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px;
}

/********************************************************************/
div#PubCmsTopRanking {
	width: 272px;
	background-image: url(/images/top_page/top_ranking.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 5px 10px 5px 0px;
}

div#PubCmsTopRanking h1 {
	display: block;
	width: 152px;
	height: 20px;
	vertical-align: middle;
	text-align: center;
	padding: 5px 5px 0px 105px;
	margin: 0px;
	color: #ffeeee;
	font-size: 80%;
}

div#PubCmsTopRanking table#PubCmsTopRankingList {
	width: 252px;
	height: 20px;
	border: none;
	border-collapse: collapse;
	color: #ffeeee;
	font-size: 85%;
}

div#PubCmsTopRanking table#PubCmsTopRankingList tr.MyTeam{
	background-color: yellow;
}

div#PubCmsTopRanking table#PubCmsTopRankingList th.Rank {
	width: 25px;
	text-align: center;
}

div#PubCmsTopRanking table#PubCmsTopRankingList th.Team {
	width: 112px;
	text-align: center;
}

div#PubCmsTopRanking table#PubCmsTopRankingList th.Point {
	width: 40px;
	text-align: center;
}

div#PubCmsTopRanking table#PubCmsTopRankingList th.Win {
	width: 25px;
	text-align: center;
}

div#PubCmsTopRanking table#PubCmsTopRankingList th.Lost {
	width: 25px;
	text-align: center;
}

div#PubCmsTopRanking table#PubCmsTopRankingList th.Draw {
	width: 25px;
	text-align: center;
}

div#PubCmsTopRanking table#PubCmsTopRankingList td.Rank {
	width: 15px;
	text-align: right;
	color: black;
	line-height: 100%;
	font-weight: bold;
	border-bottom: 1px silver dotted;
}

div#PubCmsTopRanking table#PubCmsTopRankingList td.Team {
	width: 102px;
	text-align: left;
	color: black;
	line-height: 100%;
	font-weight: bold;
	border-bottom: 1px silver dotted;
}

div#PubCmsTopRanking table#PubCmsTopRankingList td.Point {
	width: 30px;
	text-align: right;
	color: black;
	line-height: 100%;
	font-weight: bold;
	border-bottom: 1px silver dotted;
}

div#PubCmsTopRanking table#PubCmsTopRankingList td.Win {
	width: 15px;
	text-align: right;
	color: black;
	line-height: 100%;
	font-weight: bold;
	border-bottom: 1px silver dotted;
}

div#PubCmsTopRanking table#PubCmsTopRankingList td.Lost {
	width: 15px;
	text-align: right;
	color: black;
	line-height: 100%;
	font-weight: bold;
	border-bottom: 1px silver dotted;
}

div#PubCmsTopRanking table#PubCmsTopRankingList td.Draw {
	width: 15px;
	text-align: right;
	color: black;
	line-height: 100%;
	font-weight: bold;
	border-bottom: 1px silver dotted;
}

/** トップページグーグルマップ **/
div#PubCmsTopGoogleMap {
	width: 272px;
	margin: 5px 10px 5px 0px;
	border: none;
	overflow-x: hidden;
	overflow-y: hidden;
}

div#PubCmsTopGoogleMap iframe {
	width: 262px;
	height: 216px;
	margin: 0px;
	border: none;
	overflow-x: hidden;
	overflow-y: hidden;
}

div#PubCmsTopGoogleMap a {
    font-size: x-small;
	color: #0000FF;
	text-align: left;
}
/** トップページグーグルマップ **/

div#PubCmsWhatsnew {
	width: 505px;
	margin: 10px 0px 10px 0px;
	background-image: url(/images/top_page/top_hotnews.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
}

div#PubCmsWhatsnew h1 {
	display: none;
}

div#PubCmsWhatsnew div.PubCmsWhatsNewViewMore {
	width: 495px;
	height: 25px;
	text-align: right;
	padding: 0px 10px 0px 0px;
	vertical-align: middle;
}

div#PubCmsWhatsnew div.PubCmsWhatsNewViewMore img {
	vertical-align: middle;
}

div#PubCmsWhatsnew div.PubCmsWhatsNewViewMore a {
	color: #ffeeee;
	font-weight: bold;
}

div#PubCmsWhatsnew table#PubCmsWhatsNewList {
	width: 505px;
	border-collapse: collapse;
}

div#PubCmsWhatsnew table#PubCmsWhatsNewList td.PubCmsWhatsNewCategory {
	width: 90px;
	border-top: none;
	border-right: none;
	border-bottom: 1px silver dotted;
	border-left: none;
	color: #F2478C;
	vertical-align: middle;
	font-weight: bold;
}

div#PubCmsWhatsnew table#PubCmsWhatsNewList td.PubCmsWhatsNewDate {
	width: 50px;
	border-top: none;
	border-right: none;
	border-bottom: 1px silver dotted;
	border-left: none;
	color: #F2478C;
	vertical-align: middle;
	font-size: 120%;
	font-weight: bold;
}

div#PubCmsWhatsnew table#PubCmsWhatsNewList td.PubCmsWhatsNewAbstract {
	width: 365px;
	border-top: none;
	border-right: none;
	border-bottom: 1px silver dotted;
	border-left: none;
	vertical-align: top;
}

div#PubCmsOfficialBlog {
	width: 505px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

div#PubCmsOfficialBlog h1 {
	display: none;
}

div#PubCmsOfficialBlog a:hover img {
    filter: alpha(opacity: 50);
    -moz-opacity: 0.50;
    opacity: 0.50;
}

div#PubCmsGoodsShop {
	width: 505px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

div#PubCmsGoodsShop h1 {
	display: none;
}

div#PubCmsGoodsShop a:hover img {
    filter: alpha(opacity: 50);
    -moz-opacity: 0.50;
    opacity: 0.50;
}

div#PubCmsWallpaper {
	width: 505px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

div#PubCmsWallpaper h1 {
	display: none;
}

div#PubCmsWallpaper a:hover img {
    filter: alpha(opacity: 50);
    -moz-opacity: 0.50;
    opacity: 0.50;
}

div#PubCmsSideOfficialBlog {
	width: 203px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

div#PubCmsSideOfficialBlog h1 {
	display: none;
}

div#PubCmsSideOfficialBlog a:hover img {
    filter: alpha(opacity: 50);
    -moz-opacity: 0.50;
    opacity: 0.50;
}

div#PubCmsSideGoodsShop {
	width: 203px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

div#PubCmsSideGoodsShop h1 {
	display: none;
}

div#PubCmsSideGoodsShop a:hover img {
    filter: alpha(opacity: 50);
    -moz-opacity: 0.50;
    opacity: 0.50;
}

/********************************************************************/
div.CmsMenuContainer {
	width: 790px;
}

div.CmsMenuItem {
	width: 25%;
	float: left;
}

div#InProcMsg {
	display: none;
}

/********************************************************************/
h1.PubCmsContentTitleBanner {
	display: block;
	color: #F2478C;
	font-size: 150%;
	font-weight: bold;
}

h1.PubCmsGameSchedule {
	display: block;
	color: #76c842;
	font-size: 150%;
	font-weight: bold;
}

h2.PubCmsGameSchedule {
	display: block;
	color: #76c842;
	font-size: 150%;
	font-weight: bold;
}

div#PubCmsCategoryContentContainer {
	width: 790px;
}

div#PubCmsCategoryContentMain {
	width: 613px;
	float: right;
	margin-left: -100px;
	border-left: 1px silver dotted;
}

img.PubCmsThumbsmnail {
/*	width: 80px;
	height: 60px; */
	border: none;
	display: block;
}

div.PubCmsCategoryContentContentList {
	width: 593px;
/*
	height: 800px;
	overflow-x: hidden;
	overflow-y: scroll;
*/
	padding-left: 20px;
}

div.PubCmsCategoryContentContentListNoScroll {
	width: 593px;
	/*height: 1000px;*/
	padding-left: 20px;
/*	overflow-x: hidden; */
}

div.PubCmsCategoryContentContentListNoScroll h2 {
	font-size: 130%;
}

table.PubCmsGameScheduleTable {
	width: 560px;
	border: none;
	border-collapse: separate;
	font-size: 120%;
}

table.PubCmsTrainingScheduleNaviTable {
	width: 560px;
	border: none;
	border-collapse: collapse;
	font-size: 150%;
}

table.PubCmsTrainingScheduleTable {
	width: 560px;
	border: 1px solid silver;
	border-collapse: collapse;
}

table.PubCmsTrainingScheduleTable td {
	border: 1px solid silver;
}

table.PubCmsTrainingScheduleTable td.PubCmsCalendarDateCol {
	width: 6.5ex;
}


table.PubCmsGameScheduleTable th {
	width: 152px;
	text-align: left;
	background-color: #929292;
	color: #ffffff;
	font-size: 12px;
	padding: 3px;
}

table.PubCmsGameScheduleTable th.VsTeam {
	font-size: 18px;
}

table.PubCmsGameScheduleTable th.ResultPoint {
	font-size: 18px;
}

table.PubCmsGameScheduleTable td {
	width: 390px;
	text-align: left;
	background-color: #fffae4;
	font-size: 12px;
	padding: 3px;
}

table.PubCmsGameScheduleTable td.VsTeam {
	font-size: 18px;
}

table.PubCmsGameScheduleTable td.ResultPoint {
	font-size: 18px;
}

td.PubCmsGameResultPoint {
	font-size: 125%;
	font-weight: bold;
}

div.PubCmsContentBody {
	width: 560px;
	margin: 10px 0px;
}

div.PubCmsYouTube {
	width: 560px;
	margin: 10px 0px;
}

div.PubCmsGoogleMap {
	width: 560px;
	height: 420px;
	margin: 10px 0px;
}

table.PubCmsCategoryContentContentList {
	margin: 0px 10px;
	width: 560px;
	border: none;
	border-collapse: collapse;
}

table.PubCmsCategoryContentContentList td.PubCmsCategoryContentContentDate {
	border-bottom: 1px silver dotted;
	font-weight: bold;
	font-size: 120%;
	width: 100px;
	padding: 5px 5px 5px 0px;
	line-height: 100%;
	color: #F2478C;
}

table.PubCmsCategoryContentContentList td.PubCmsCategoryContentContent {
	border-bottom: 1px silver dotted;
	width: 440px;
	padding: 5px 0px 5px 5px;
	line-height: 100%;
}

table.PubCmsCategoryContentContentList td.PubCmsCategoryContentContent h2 {
	font-weight: bold;
	font-size: 130%;
	margin: 0px 0px 5px 0px;
}

div.PubPageNavi {
	font-size: 120%;
	text-align: center;
}

div.PubCmsLeagueRankingSummaryDate {
	width: 560px;
	text-align: right;
}

table.PubCmsLeagueRankingTable {
	width: 560px;
	border-collapse: collapse;
	margin: 10px 0px;
}

table.PubCmsLeagueRankingTable tr.MyTeam {
	background-color: yellow;
}

table.PubCmsLeagueRankingTable th.Rank {
	width: 40px;
	text-align: center;
	border: 1px silver solid;
}

table.PubCmsLeagueRankingTable td.Rank {
	width: 40px;
	text-align: right;
	border: 1px silver solid;
}

table.PubCmsLeagueRankingTable th.Team {
	width: 100px;
	text-align: center;
	border: 1px silver solid;
}

table.PubCmsLeagueRankingTable td.Team {
	width: 100px;
	text-align: left;
	border: 1px silver solid;
}

table.PubCmsLeagueRankingTable th.TinyInt {
	width: 40px;
	text-align: center;
	border: 1px silver solid;
}

table.PubCmsLeagueRankingTable td.TinyInt {
	width: 40px;
	text-align: right;
	border: 1px silver solid;
}

div#PubCmsCategoryContentLeft {
	width: 176px;
	float: left;
	margin-right: 100px;
}

div#PubCmsCategoryContentLeftWhatsNew {
	margin: 10px 0px 0px 0px;
	width: 175px;
}

div#PubCmsCategoryContentLeftWhatsNew img {
	width: 135px;
	height: 87px;
	margin-bottom: 5px;
}

div#PubCmsCategoryContentLeftWhatsNew h3 {
	font-size: 120%;
	font-weight: bold;
}

div#PubCmsCategoryContentLeftWhatsNew ul {
	margin-left: 20px;
}

div#PubCmsCategoryContentLeftWhatsNew ul li {
	list-style-image: url(/images/side_hidari/side_maru.jpg);
}

div#PubCmsCategoryContentLeftTeam {
	width: 176px;
}

div#PubCmsCategoryContentLeftTeam img {
	width: 103px;
	height: 47px;
	margin-bottom: 5px;
}

div#PubCmsCategoryContentLeftMembers {
	width: 176px;
}

div#PubCmsCategoryContentLeftMembers img {
	width: 165px;
	height: 48px;
	margin-bottom: 5px;
}

div#PubCmsCategoryContentLeftGames {
	width: 176px;
}

div#PubCmsCategoryContentLeftGames img {
	width: 126px;
	height: 46px;
	margin-bottom: 5px;
}

div#PubCmsCategoryContentLeftPhotos {
	width: 176px;
}

div#PubCmsCategoryContentLeftPhotos img {
	width: 155px;
	height: 48px;
	margin-bottom: 5px;
}

div#PubCmsCategoryContentLeftAcademy {
	width: 176px;
}

div#PubCmsCategoryContentLeftAcademy img {
	width: 160px;
	height: 47px;
	margin-bottom: 5px;
}

div#PubCmsCategoryContentLeftSponsors {
	width: 176px;
}

div#PubCmsCategoryContentLeftSponsors img {
	width: 165px;
	height: 45px;
	margin-bottom: 5px;
}

div#PubCmsCategoryContentLeftSupporter {
	width: 176px;
}

div#PubCmsCategoryContentLeftSupporter img {
	width: 165px;
	height: 47px;
	margin-bottom: 5px;
}

div#PubCmsCategoryContentLeftMagazine {
	width: 176px;
}

div#PubCmsCategoryContentLeftMagazine img {
	width: 165px;
	height: 48px;
	margin-bottom: 5px;
}

div#PubCmsCategoryContentLeftStadiums {
	width: 176px;
}

div#PubCmsCategoryContentLeftStadiums img {
	width: 165px;
	height: 47px;
	margin-bottom: 5px;
}

div#PubCmsCategoryContentLeftLinks {
	width: 176px;
}

div#PubCmsCategoryContentLeftLinks img {
	width: 109px;
	height: 46px;
	margin-bottom: 5px;
}

div#PubCmsGameCalendar {
	width: 176px;
	text-align: center;
	margin: 10px 0px 0px 0px;
}

div#PubCmsGameCalendar img{
	width: 168px;
	height: 48px;
	margin: 0px 0px 5px 0px;
}

div#PubCmsGameCalendarBody {
	width: 166px;
}

div#PubCmsGameCalendarBody div.jqueryCalendar {
	width: 166px;
}

div#PubCmsGameCalendarBody div.jqueryCalendar a {
	outline		: 0;
	text-decoration	: none;
}

div#PubCmsGameCalendarBody div.jqueryCalendar ul.navi {
	position	: relative;
	width		: 166px;
	height		: 28px;
	margin		: 0px;
	padding	: 0px;
}

div#PubCmsGameCalendarBody div.jqueryCalendar ul.navi li {
	display		: inline;
	margin		: 0;
	padding		: 0;
	list-style	: none;
}

div#PubCmsGameCalendarBody div.jqueryCalendar ul.navi li a {
	display		: block;
	width		: 22px;
	height		: 13px;
	background	: #FFF;
	text-indent	: -9999px;
	overflow	: hidden;
}

div#PubCmsGameCalendarBody div.jqueryCalendar ul.navi li.prev a {
	float		: left;
	background	: url('/images/sprites2.png') 0 -25px no-repeat;
}

div#PubCmsGameCalendarBody div.jqueryCalendar ul.navi li.prev a:hover {
	background-position	: 0 -38px;
}

div#PubCmsGameCalendarBody div.jqueryCalendar ul.navi li.next a {
	float		: right;
	background	: url('/images/sprites2.png') -25px -25px no-repeat;
}

div#PubCmsGameCalendarBody div.jqueryCalendar ul.navi li.next a:hover {
	background-position	: -25px -38px;
}



div#PubCmsGameCalendarBody div.jqueryCalendar div.main {
	padding		: 0 0 5px;
	text-align: center;
}

div#PubCmsGameCalendarBody div.jqueryCalendar div.caption {
	position	: relative;
	width		: 101px;
	height		: 18px;
	margin		: -30px auto 3px;
	padding		: 2px;
	font-size	: 12px;
	line-height	: 18px;
	text-align	: center;
	vertical-align	: middle;
}

div#PubCmsGameCalendarBody div.jqueryCalendar div.main table.calendar {
	display: block;
	border: none;
	margin: 0px auto;
	width: 156px;
}

div#PubCmsGameCalendarBody div.jqueryCalendar div.main table {
	position	: relative;
	margin		: 0 auto;
	border-collapse	: collapse;
	border-spacing	: 0;
}

div#PubCmsGameCalendarBody div.jqueryCalendar div.main th,
div.jqueryCalendar div.main td {
	width		: 20px;
	height		: 25px;
	padding		: 0;
	border		: 0;
	border-left	: 2px solid #FCFCFC;
	border-bottom	: 2px solid #FCFCFC;
	color		: #666;
	line-height	: 25px;
	text-align	: center;
	vertical-align	: middle;
}

div#PubCmsGameCalendarBody div.jqueryCalendar div.main th {
	height		: 20px;
	line-height	: 20px;
	font-size	: 10px;
}

div#PubCmsGameCalendarBody div.jqueryCalendar div.main td {
	background	: url('/images/sprites2.png') 0 0 no-repeat;
	font-size	: 12px;
}

div#PubCmsGameCalendarBody div.jqueryCalendar div.main table .sun {
	color		: #C14F22;
}

div#PubCmsGameCalendarBody div.jqueryCalendar div.main table .sat {
	color		: #33F;
}

div#PubCmsGameCalendarBody div.jqueryCalendar div.main table .otherMonth {
	color		: #CFCFCF;
}

div#PubCmsGameCalendarBody div.jqueryCalendar div.main table .today {
	background	: url('/images/sprites2.png') -25px 0 no-repeat;
	color		: #FFF;
}

div#PubCmsGameCalendarBody div.jqueryCalendar div.main td.event a,
div.jqueryCalendar div.main td.event span {
	display		: block;
	width		: 20px;
	height		: 25px;
	background	: url('/images/sprites2.png') -50px 0 no-repeat;
	color		: #FFF;
}

div#PubCmsGameCalendarBody div.jqueryCalendar div.main td.event a:hover {
	background-position	: -50px -25px;
}

div#PubCmsGameCalendarBody div.jqueryCalendar div.todayLink {
	padding		: 3px 0;
	font-size	: 13px;
	text-align	: center;
}

div#PubCmsSearchBox {
	width: 176px;
	margin: 10px 0px;
	text-align: left;
}

div#PubCmsSearchBox img {
	width: 61px;
	height: 12px;
}

div#PubCmsSearchForm {
	width: 176px;
}

div#PubCmsSearchForm input[type=text] {
	width: 115px;
}

div#PubCmsSearchForm input[type=submit] {
	width: 38px;
}
/*******************************************************************************
各編集画面のフォーム要素用
*******************************************************************************/
/* 編集画面テーブル */
table.CmsAdmin {
	border: 1px black solid;
	margin: 10px 0px;
}

table.CmsAdmin th {
	text-align: left;
}

div.CmsAdmin {
	margin: 10px 0px;
}

/* 分類セレクタ */
table.CmsAdmin select#category,
table.CmsAdmin select#category2,
table.CmsAdmin select#category3,
table.CmsAdmin select#cat_id,
table.CmsAdmin select#cat2_id,
table.CmsAdmin select#cat3_id {
	font-family: monospace;
}

/* submitボタンを非表示 */
input.NotVisible {
	display:none;
}

/* タイトルテキストボックス */
input.CmsInputTitle {
	width: 500px;
}

/* 記事がリンクしている分類リスト */
div#ContentLinkCategories {
	padding: 0px 5px;
	border: silver 1px solid;
	width: 490px;
	height: 30px;
	overflow-y: scroll;
}

form#category_content_edit {
	width: 631px;
}

/* 概要(キーワード)テキストエリア */
textarea.CmsInputAbstract {
	width: 500px;
	height: 100px;
}

/* FCKeditor用テキストエリア */
textarea.CmsInputFCKeditor {
	width: 560px;
	height: 520px;
}

/* 住所(座標)テキストボックス */
input.CmsInputAddress {
	width: 500px;
}

/* YouTubeコード */
textarea.CmsInputYouTube {
	width: 500px;
	height: 175px;
}

/* 試合結果コメント */
textarea.CmsInputRsltCmnt {
	width: 500px;
	height: 50px;
}

/* 日時テキストボックス */
input.CmsInputDatetime {
	width: 120px;
}

button.DynDatetimePicker {
	font-size: 70%;
}

/* 日付テキストボックス */
input.CmsInputDate {
	width: 80px;
}

/* コメントテキストエリア */
textarea.CmsInputComment {
	width: 500px;
	height: 100px;
}

/* カテゴリ名テキストボックス */
input.CmsInputCatName {
	width: 500px;
}

/* ファイル */
input.CmsInputFile {
	width: 500px;
}

/* 検索文字列テキストボックス */
input.CmsInputSrchStr {
	width: 500px;
}

/* 数値 */
input.CmsInputNum {
	width: 100px;
	ime-mode: disabled;
	text-align: right
}

/* URL */
input.CmsInputURL {
	width: 500px;
}

input.CmsTeamName {
	width: 100px;
}

input.CmsTinyInt {
	width: 40px;
	text-align: right;
}

/*******************************************************************************
各管理画面のテーブル要素用
*******************************************************************************/


table.CmsTableList {
	border-top: 1px #666666 solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left: 1px #666666 solid;
}

tr.saturday {
	background-color: #f0f8ff;
}

tr.sunday {
	background-color: #fef0ef;
}

td.saturday {
	color: #4169e1;
}

td.sunday {
	color: #c00000;
}

td.left {
	text-align: left;
}

td.right {
	text-align: right;
}

td.center {
	text-align: center;
}

table.CmsTableList th {
	text-align: center;
	border-top-style: none;
	border-right: 1px #666666 solid;
	border-bottom: 1px #666666 solid;
	border-left-style: none;
}

table.CmsTableList th.chk, table.CmsTableList td.chk {
	text-align: center;
	vertical-align: middle;
	width: 120px;
	border-top-style: none;
	border-right: 1px #666666 solid;
	border-bottom: 1px #666666 solid;
	border-left-style: none;
}

table.CmsTableList td.left {
	text-align: left;
	border-top-style: none;
	border-right: 1px #666666 solid;
	border-bottom: 1px #666666 solid;
	border-left-style: none;
}

table.CmsTableList td.right {
	text-align: right;
	border-top-style: none;
	border-right: 1px #666666 solid;
	border-bottom: 1px #666666 solid;
	border-left-style: none;
}

table.CmsTableList td.center {
	text-align: center;
	border-top-style: none;
	border-right: 1px #666666 solid;
	border-bottom: 1px #666666 solid;
	border-left-style: none;
}

table.CmsTableList th.GameDate, table.CmsTableList th.GameDate{
	width:	120px;
}

table.CmsTableList th.GameName, table.CmsTableList th.GameName{
	width:	240px;
}


