@charset "utf-8";

▼▼▼3カラムコンテンツの設定 {}
/*3カラムコンテンツの設定
----------------------------------------------------- */
div.cont {
	width: 490px;
	padding: 0px;
	margin: 0px;
}
div.cont div.cont-box {
	background-image: url(../img/common_img/width490px_cen_w.jpg);
	background-repeat: repeat-y;
	width: 490px;
	margin: 0;
	padding: 0px;
}
div.cont div.cont-box-bottom {
	background-image: url(../img/common_img/width490px_bot_w.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 490px;
	margin: 0px;
	padding: 0px;
	height: 8px;
}
div.cont div.cont-box-inside {
	padding: 5px 15px 15px 15px;
}
div.cont-box-inside h4, div.cont-box-inside h5, div.cont-box-inside p {
	margin-left: 5px;
	margin-right: 5px;
}
div.cont-box-inside h3 {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../img/common_img/title_h2.jpg);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 5px;
	padding-left: 20px;
	color: #FFFFFF;
}
div.cont-box-inside p {
	margin-bottom: 10px;
}
div.cont-box-inside h4 {
	line-height: 140%;
	font-weight: bold;
	color: #000033;
	margin-bottom: 10px;
	font-size: 14px;
}
h4.pattern1 {
	background-image: url(../img/common_img/star.gif);
	background-repeat: no-repeat;
	padding: 3px 0 5px 25px;
	margin-bottom: 10px;
}
h4.pattern2 {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #666666;
}
h4.pattern3 {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
h4.pattern4 {
	background-image: url(../img/common_img/star.gif);
	background-repeat: no-repeat;
	padding: 3px 0 5px 25px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
▼▼▼1カラムコンテンツの設定 {}
/*1カラムコンテンツの設定
----------------------------------------------------- */
div.cont750 {
	width: 750px;
	padding: 0px;
	margin: 0px;
}
div.cont750 div.cont-box750 {
	background-image: url(../img/common_img/width750px_cen_w.jpg);
	background-repeat: repeat-y;
	width: 750px;
	margin: 0;
	padding: 0px;
}
div.cont750 div.cont-box-bottom750 {
	background-image: url(../img/common_img/width750px_bot_w.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 750px;
	margin: 0px;
	padding: 0px;
	height: 8px;
}
div.cont750 div.cont-box-inside750 {
	padding: 5px 15px 15px 15px;
}

▼▼▼1カラムコンテンツ・改の設定 {}
/*1カラムコンテンツ・改の設定
----------------------------------------------------- */
div.cont940 {
	width: 940px;
	padding: 0px;
	margin: 0px;
}
div.cont940 div.cont-box940 {
	background-image: url(../img/common_img/width940px_cen_w.jpg);
	background-repeat: repeat-y;
	width: 940px;
	margin: 0;
	padding: 0px;
}
div.cont940 div.cont-box-bottom940 {
	background-image: url(../img/common_img/width940px_bot_w.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 940px;
	margin: 0px;
	padding: 0px;
	height: 8px;
}
div.cont940 div.cont-box-inside940 {
	padding: 5px 15px 15px 15px;
}

div.cont-box-inside940 h4 {
	line-height: 140%;
	font-weight: bold;
	color: #000033;
	margin-bottom: 10px;
	font-size: 14px;
}



▼▼▼共通コンテンツの設定 {}
/*共通コンテンツの設定
----------------------------------------------------- */
/*#contents内リンクカラー*/
div#contents a:link,
div#contents a:active,
div#contents a:visited,
div.cont-box-inside940 a:link,
div.cont-box-inside940 a:active,
div.cont-box-inside940 a:visited {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}
div#contents a:hover {
	color: #0099FF;
	text-decoration: underline;
}

▼▼▼表組みパターン1 {}
/*表組みパターン1 */
div#contents .table01 {
	background-color: #FFFFFF;
	border: 2px solid #006699;
}
div#contents .table01 th {
	color: #FFFFFF;
	background-image: url(../img/common_img/table_bg1.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0099FF;
	padding: 5px;
}
div#contents .table01 td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}

/*表組みパターン1のコピー */
div#contents1 .table01 {
	background-color: #FFFFFF;
	border: 2px solid #006699;
}
div#contents1 .table01 th {
	color: #FFFFFF;
	background-image: url(../img/common_img/table_bg1.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0099FF;
	padding: 5px;
}
div#contents1 .table01 td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}
div#contents1 .table01 td.winwin {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	/* background-color: #666666; */
	background-color: #0692E6;
	color: #FFFFFF;
	font-weight: bolder;
	text-align: center;
}
div#contents1 .table01 td.winwin a:link,
div#contents1 .table01 td.winwin a:active,
div#contents1 .table01 td.winwin a:visited {
	color: #FFF;
	text-decoration: underline;
	font-weight: bolder;
}

div#contents1 .table01 td.result {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	text-align: center;
}

▼▼▼表組みパターン2 {}
/*表組みパターン2 */
div#contents .table02 {
	background-color: #FFFFFF;
	border: 2px solid #006699;
}
div#contents .table02 th {
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0099FF;
	padding: 5px;
	background-color: #1E50A2;
}
div#contents .table02 td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}
▼▼▼表組みパターン3 {}
/*表組みパターン3 */
div#contents .table03 {
}
div#contents .table03 th {
	padding: 5px;
}
div#contents .table03 td {
	padding: 5px;
}

▼▼▼表組みパターン4 {}
/*表組みパターン4 */
div#contents table.table04 {
	background-color: #FFFFFF;
	border: 2px solid #006699;
	padding: 0px;
}
div#contents table.table04 tr {
	padding: 0px;
}
div#contents table.table04 td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 1px 2px;
	line-height: 17px!important;
}

▼▼▼定義型のリストタグdl dt dd {}
/*表組みパターン3 */
div#contents .dl-list {
}
.dl-list dt {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px
}
.dl-list dd {
	margin-bottom: 10px;
	padding-left: 20px;
}


/*FLASHニュース設定
----------------------------------------------------- */
.flash-news {
	background-image: url(../img/common_img/width490px_center.jpg);
	background-repeat: repeat-y;
	width: 490px;
	padding: 0px;
	margin: 0 0 5px 0;
}
.flash-area {
	margin: 5px 0 0 10px;
	padding: 0px;
	z-index: 1;
}
dl.news-txt {
	width: 470px;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
}
dl.news-txt dt {
	background-image: url(../img/common_img/flash_news_lead_bg.jpg);
	background-repeat: no-repeat;
	font-size: 0.75em;
	line-height: 120%;
	font-weight: bold;
	color: #FFFFFF;
	height: 39px;
	margin: 0px;
	padding: 7px 10px 0 35px;
}
dl.news-txt dd {
	background-color: #003366;
	font-size: 0.75em;
	color: #FFFFFF;
	margin: 0px;
	padding: 3px 10px 3px 10px;	
}
.news-txt-bottom {
	background-image: url(../img/common_img/flash_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 15px;
	text-align: right;
	padding-: 0 0 5px 0;
}
.flash-news-bottom {
	background-image: url(../img/common_img/width490px_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 490px;
	height: 5px;
	padding: 0px;
	margin: 0px;
}

/*RSSニュース設定l
----------------------------------------------------- */
.news {
	background-image: url(../img/common_img/width490px_center.jpg);
	background-repeat: repeat-y;
	margin-bottom: 5px;
}
.news dl {
	color: #FFFFFF;
	clear: both;
}
.news dl dt {
	float:right;
	margin-bottom: 5px;
	width: 350px;
	font-weight: bold;
	font-size: 0.75em;
	line-height: 130%;
	padding-left: 20px;
}
.news dl dd {
	float:left;
	margin-bottom: 5px;
	width: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: right;
	line-height: 100%;
}
.news-rss-ls {
	background-image: url(../img/common_img/lakes_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 15px;
}
.news-rss-magnee {
	background-image: url(../img/common_img/magnee_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 15px;
}
.news-rss-bj {
	background-image: url(../img/common_img/bj_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 15px;
}
.news-bottom {
	background-image: url(../img/common_img/width490px_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0;
	padding-top: 10px;
}

.news a:link
,.news a:active{
	color: #FFFFFF!important;
	text-decoration: none;
}
.news a:visited{
	color: #0066CC!important;
	text-decoration: none!important;
}
.news a:hover{
	color: #DDF!important;
	text-decoration: underline!important;
}

.cont-box-inside a:link
,.cont-box-inside  a:active
,.cont-box-inside  a:visited{
	color: #0066CC;
	text-decoration: none;
}
.cont-box-inside a:hover{
	text-decoration: underline;
	color: #0099FF;
}

.cont-box-inside2 a:link
,.cont-box-inside2  a:active
,.cont-box-inside2  a:visited{
	color: #0066CC;
	text-decoration: none;
}
.cont-box-inside2 a:hover{
	text-decoration: underline;
	color: #0099FF;
}

/* チアーズ
----------------------------------------------------- */
.cheer_audition{
	font-weight: bold;
	text-align: center;
	margin: 10px auto;
}
.cheer_audition p{
	margin: 0;
}
.cheer_audition h6{
	font-weight: bold;
	color: #99CC00;
	font-size: 18px;
}
.my_red{
	color: #F00;
	font-weight: bold;
}
.my_small{
	margin: 0;
	font-size: 11px;
}
span{
	font-weight: bold;
}

/* スケジュール
----------------------------------------------------- */

.blue_back{
	background-color: #0692E6;
	color: #FFF;
	text-align: center;
}
.blue_back a{
	color: #FFF;
}
.blue_back a:hover{
	color: #9EDBFC;
}
