@charset "EUC-JP";

/* ---------------------------------------------------- */
/* 初期設定 */
/* ---------------------------------------------------- */
/* 初期化 */
* {
	color:#333333;
	font-size: 15px;
	line-height: 130%;
	margin: 0;
	padding:0;
	background-image: none;
}

body {
	background-color: #ffffff;
	background-image: url("/images/org_citizen_ladies/background.jpg");
	background-repeat: repeat-x;
/* 	background-attachment: fixed; */
	background-position: center top;
}

a {
	color:#691cc8;
}

a:link, a:visited, a:active {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #333333;
}

li {
	list-style-type: none;
}

/* 画像コピー抑止対策 */
span.imageGuard {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("/images/common/shim.gif");
}

/* フロートの解除 */
.clear {
	clear: both;
}

/* ---------------------------------------------------- */
/* レイアウト構成 */
/* ---------------------------------------------------- */

/*
ベース
-------------------------------------------------------------------*/
#frameMain {
	width:820px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666666;
	background-color: #ffffff;
}

#frameWrap {
	float: left;
	padding: 5px;
}

/*
コンテンツ
-------------------------------------------------------------------*/
#frameBody {
	width:630px;
	float: right;
}

/*
サイド・メニュー
-------------------------------------------------------------------*/
#frameMenu {
	float: left;
	width: 165px;
	padding: 5px;
	background-color: #e4e3e6;
	display: inline;	/* IEのバグ対策(フロートさせたボックスのマージンが倍になるバグ。inlineで解消) */
}

/* ---------------------------------------------------- */
/* ヘッダー */
/* ---------------------------------------------------- */
/* メインタイトルヘッダー */
#frameHeader {
	width:820px;
	height: 100px;
	margin: 0 auto;
	position: relative;
	background-image: url("/images/org_citizen_ladies/header.jpg");
	background-repeat: no-repeat;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}

#frameHeader h1 {
	clear: both;
	display: block;
	margin-left: 35px;
	padding-top: 34px;
}
#frameHeader h1 a {
	font-size: 28px;
	line-height: 33px;
	color: #666666;
	text-decoration: none;
}

#frameHeader h2 {
	font-size: 18px;
	color: #777777;
	margin-left: 35px;
}

/*
コンテンツ
-------------------------------------------------------------------*/
#frameBody #groupSystemZone {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 15px;
}

/* for IE \*/
* html body #frameMain #frameBody #groupSystemZone {
	padding: 9px;
}	
/**/

#frameBody #groupSystemZone p a {
	line-height: 20px;
}

#frameBody #groupSystemZone p strong {
	line-height: 20px;
}

/* ---------------------------------------------------- */
/* フッター */
/* ---------------------------------------------------- */
#frameFooter {
	clear: both;
	text-align: right;
	display: block;
	background-color: #e4e3e6;
	padding: 5px;
}

#frameFooter p {
	padding: 0;
	font-size: 12px;
	font-style: normal;
	color: #250a51;
	display: block;
}

#frameHoshinoPr {
	font-size: 10px;
	color: #250a51;
	padding-bottom: 5px;
	padding-left: 5px;
}
#frameHoshinoPr a {
	font-size: 10px;
	color: #250a51;
}

#frameHoshinoPr a:link, a:visited, a:active {
	text-decoration: underline;
}
#frameHoshinoPr a:hover {
	text-decoration: none;
}
/* ---------------------------------------------------- */
/* メインメニュー構成（左サイド） */
/* ---------------------------------------------------- */
#frameMenu li {
	list-style-type: none;
}

/* 速報エリア */
#frameMenuP {
	margin: 0;
	padding 0;
}

/* メニューエリア */
/* 
 */
.frameMenuTitle {
	display: block;
	width: 165px;
	line-height: 25px;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 3px;
	text-align: center;
	background-color: #666666;
	border-left: 1px solid #969583;
	border-right: 1px solid #969583;
	height: 23px;
}

#frameMenu ul {
	margin: 0;
	padding: 0;
}

#frameMenu li a {
	height: 28px;
	display: block;
	font-size: 15px;
	font-family: "Arial Narrow",sans-serif;
	color: #250a51;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
	padding-right: 5px;
	text-decoration: none;
	background-image:url("/images/org_citizen_ladies/menu_ou.gif");
	background-repeat: no-repeat;
	background-color: #eeeeee;
}
#frameMenu li.menuLevel1 a {
	width:140px;
	background-position: 0 left;
	padding-left: 20px;
}
#frameMenu li.menuLevel2 a {
	width:130px;
	background-position: 0 left;
	padding-left: 20px;
}
#frameMenu li.menuLevel3 a {
	width:130px;
	background-position: 0 left;
	padding-left: 20px;
}

#frameMenu li a:hover {
	background-color: #ffffcc;
	color: #000000;
	text-decoration: none;
	background-image: url("/images/org_citizen_ladies/menu_ov.gif");
}
#frameMenu li.menuLevel1 a:hover {
	background-position: 0 left;
}
#frameMenu li.menuLevel2 a:hover {
	background-position: 0 left;
}
#frameMenu li.menuLevel3 a:hover {
	background-position: 0 left;
}


#frameMenu img {
	border:none;
}

#frameMenu p {
	padding: 10px;
}
/* 
#frameMenu p a {
	font-size:10px;
	background-color: #e2decf;
	display: block;
	padding: 10px;
	line-height: 15px;
	border: 2px solid #c6bcb0;
}
 */

/*
試合速報欄
-------------------------------------------------------------------*/
div#promptBlock {
	width: 163px;
	margin: 5px auto;
	padding: 0;
	background-color: #f8e8ac;
	border: 1px ridge #8b8b8b;
	display: block;
}

div#promptTitle {
	color: #ef9d39;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 4px;
	background-color: #2f3245;
}

div#promptScoreArea {
	padding: 3px;
	overflow: auto;
}
div#promptHome {
	width: 72px;
	float: left;
	margin: 0;
	padding: 0;
}
div#promptHomeTeam {
	color: #5b4482;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 4px 0;
}
div#promptHomeScore {
	font-size: 28px;
	font-family:"ＭＳ ゴシック", Osaka;
	text-align: center;
	display: block;
}
div#promptVersus {
	width: 13px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 36px 0 0 0;
	float: left;
}
div#promptAway {
	width: 72px;
	margin: 0;
	padding: 0;
	float: right;
}
div#promptAwayTeam {
	color: #5b4482;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 4px 0;
}
div#promptAwayScore {
	font-size: 28px;
	font-family:"ＭＳ ゴシック", Osaka;
	text-align: center;
	display: block;
}

div#promptRun {
	clear: both;
	font-size: 14px;
	color: #000000;
	text-align: center;
	padding-top: 6px;
}
div#promptGameDate {
	font-size: 14px;
	color: #ffffff;
	font-family:"ＭＳ ゴシック", Osaka;
	text-align: center;
	padding: 8px 8px 2px 8px;
	background-color: #62678e;
}
div#promptPlace {
	font-size: 14px;
	line-height: 1.2;
	color: #ffffff;
	text-align: center;
	padding: 2px 8px 8px 8px;
	background-color: #62678e;
}

/* ---------------------------------------------------- */
/* サブメニュー構成 */
/* ---------------------------------------------------- */
/* タイトル上のサブメニュー */
div#frameLinkNavi1 {
	/* 横幅820px */
	width: auto;
	height: 23px;
	margin: 0 20px;			/* 上右下左 */
	padding-top: 4px;
	text-align: right;
	display: block;
}
div#frameLinkNavi1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#frameLinkNavi1 li {
	font-size: 90%;
	margin-left: 10px;
	padding-left: 12px;
	background-position: left 40%;
	background-repeat: no-repeat;
	background-image: url("/images/te_a0001/dot1.gif");
	display: inline;
}
div#frameLinkNavi1 li a:link {
	color: #ffffff;
	text-decoration: none;
}
div#frameLinkNavi1 li a:visited {
	color: #ffffff;
	text-decoration: none;
}
div#frameLinkNavi1 li a:hover {
	color: #ff5e19;
	text-decoration: underline;
}
div#frameLinkNavi1 li a:active {
	color: #ff5e19;
	text-decoration: none;
}

#frameLinkNavi2None {
	clear: both;
	display: none;
}

/*
フッタメニュー
-------------------------------------------------------------------*/
#frameLinkNavi3 {
	clear: both;
	padding: 15px 10px;
	border: 1px solid #e2e2de;
	background-color: #f5f4f0;
}
#frameLinkNavi3 ul {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
}
#frameLinkNavi3 li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding: 0 5px;
	font-size: 10px;
	line-height: 0;
}
#frameLinkNavi3 li a {
	font-size: 12px;
	line-height: 0;
}
#frameLinkNavi3 li a:link, a:visited, a:active {
	text-decoration: underline;
}
#frameLinkNavi3 li a:hover {
	text-decoration: none;
}

#frameLinkNavi3 p {
	font-size: 10px;
	color: #333333;
}

/* ---------------------------------------------------- */
/* 本文エリアの各ページ共通部品スタイル */
/* ---------------------------------------------------- */
#frameBody p {
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0;
	padding-left: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0;
	margin-left: 13px;
}

/*
ページタイトル
-------------------------------------------------------------------*/
div.pageTitle1 {
	clear: both;
	margin: 0;		/* 上右下左 */
	padding: 0;			/* 上下 左右 */
}

div.pageTitle1 h3 {
	font-size: 20px;
	padding-top: 34px;
	padding-bottom: 13px;
	color: #250a51;
	margin-top: 8px;
	margin-bottom: 0px;
	margin-right: 0;
	margin-left: 0;
	font-weight: bold;
	line-height: 22px;
	background-image: url("/images/org_citizen_ladies/h3.gif");
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 1px solid #666666;
	height: 1%;
}

div.pageTitle1 h3 strong {
	color: #250a51;
	font-weight: bold;
}
div.pageTitle1 h3 em {
	color: #250a51;
	font-weight: bold;
}
div.pageTitle1 h3 u {
	color: #250a51;
	font-weight: bold;
}
div.pageTitle1 h3 del {
	color: #250a51;
	font-weight: bold;
}

/*
サブタイトル（大）
-------------------------------------------------------------------*/
#frameBody h4 {
	font-size: 18px;
	padding-left: 10px;
	color: #563f79;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 0;
	margin-left: 0;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #644d87;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #644d87;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 22px;
}

#frameBody h4 strong {
	color: #222222;
	font-weight: bold;
}
#frameBody h4 em {
	color: #222222;
	font-weight: bold;
}
#frameBody h4 u {
	color: #222222;
	font-weight: bold;
}
#frameBody h4 del {
	color: #222222;
	font-weight: bold;
}

/*
サブタイトル（中）
-------------------------------------------------------------------*/
#frameBody h5 {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 23px;
	height: 25px;
	color: #2f1061;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 2px;
	margin-left: 0;
	background-image: url("/images/org_citizen_ladies/h5.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

#frameBody h5 a {
	font-size: 16px;
}
#frameBody h5 strong {
	color: #2f1061;
	font-weight: bold;
}
#frameBody h5 em {
	color: #2f1061;
	font-weight: bold;
}
#frameBody h5 u {
	color: #2f1061;
	font-weight: bold;
}
#frameBody h5 del {
	color: #2f1061;
	font-weight: bold;
}

/*
サブタイトル（小）
-------------------------------------------------------------------*/
#frameBody h6 {
	font-size: 16px;
	color: #2f1061;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 20px;
	padding: 0;
}
#frameBody h6 strong {
	color: #2f1061;
	font-weight: bold;
}
#frameBody h6 em {
	color: #2f1061;
	font-weight: bold;
}
#frameBody h6 u {
	color: #2f1061;
	font-weight: bold;
}
#frameBody h6 del {
	color: #2f1061;
	font-weight: bold;
}

/*
ページナビゲーション
-------------------------------------------------------------------*/
div#pageNavi {
	margin-bottom: 8px;
	padding: 0;
}
div#pageNavi ul {
	margin: 0;
	padding-bottom: 5px;
	list-style-type: none;
}
div#pageNavi li {
	margin: 0 7px 0 0;
	font-size: 13px;
	display: inline;
}
div#pageNavi a:link, a:visited, a:active {
	text-decoration: underline;
}
div#pageNavi a:hover {
	text-decoration: none;
}


/*
コメント、文章
-------------------------------------------------------------------*/
#frameBody div.commentZone {
	clear: both;
	margin-top: 13px;
	margin-bottom: 13px;
	margin-left: 13px;
	margin-right: 0;
	padding: 0;
}

#frameBody div.commentZone p {
	margin: 0;
	padding: 0;
}
#frameBody div.commentZone ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
#frameBody div.commentZone li {
	font-size: 14px;
	line-height: 1.4;
	margin: 0.3em 0;
	padding-left: 20px;
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	background-position: left 1px;
	background-image: url("/images/org_citizen_ladies/dot1.gif");
}

/*
コンテンツ本文
-------------------------------------------------------------------*/
div.contentZone {
	margin: 13px 0;
	padding: 0;
}

/* リンクボタン */
div#groupPageNaviButton {
	width: 100%;
	margin: 2em 0;		/* 上下 左右 */
	padding: 0;					/* 上右下左 */
	border-top: 1px solid #666666;
	text-align: center;
	display: block;
}
div#groupPageNaviButton table {
	width: auto;
	margin: 0 auto;
}

/* 前へボタン */
div#groupPageNaviButton td.buttonPrev {
	margin: 0;
	padding: 0.5em 0;
	text-align: right;
	white-space: nowrap;
}
div#groupPageNaviButton td.buttonPrev a:hover {
	text-decoration: underline;
}
/* ページボタン */
div#groupPageNaviButton td.buttonPage {
	font-size: 15px;
	margin: 0;		/* 上下 右左 */
	padding: 0.5em 1em;
	text-align: center;
}
div#groupPageNaviButton td.buttonPage a {
	font-size: 18px;
	margin: 2px;
}
div#groupPageNaviButton td.buttonPage strong {
	font-size: 20px;
	color: #f15c0d;
	margin: 2px;
}
div#groupPageNaviButton td.buttonPage a:hover {
	text-decoration: underline;
}
/* 次へボタン */
div#groupPageNaviButton td.buttonNext {
	margin: 0;
	padding: 0.5em 0;
	text-align: left;
	white-space: nowrap;
}
div#groupPageNaviButton .buttonNext a:hover {
	text-decoration: underline;
}

/* メッセージゾーン */
div#groupSystemZone .messageBlock {
	clear: both;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 1em;
	padding: 0;
}

/* 戻るボタン */
div.backButton {
	margin: 3em 0 0 0;		/* 上下 左右 */
}
a.backButtonImage {
	width: 74px;
	height: 15px;
	background-repeat: no-repeat;
	background-image: url("/images/org_citizen_ladies/btn_back.gif");
	display: block;
}
a.backButtonText {
	display: none;
}

/* 表組みなしの警告 */
div.tableNotFound {
	width: 160px;
	height: 120px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: url("/images/common/btn_table_none.gif");
}

/* 更新日付 */
div#groupSystemZone .updateDate {
	clear: both;
	font-family:"ＭＳ ゴシック", Osaka;
	margin: 0.4em 0 0 0;
	padding: 0;
	text-align: right;
}

/*
広告エリア
-------------------------------------------------------------------*/
div#groupAdZone {
	clear: both;
	color: #000000;
	text-align: center;
	margin-top: 22px;
	padding: 0;
}
div#groupAdZone img {
	margin-bottom: 6px;
}

/*
Risefield ロゴ
-------------------------------------------------------------------*/
/* Risefield ロゴ（メニュー下、ロゴ大） */
div#ourLogoMenu {
	width: auto;
	text-align: center;	/* IEのバグ対策("margin: 0 auto;"でセンタリングできないため) */
	margin-top: 2em;
	margin-bottom: 1em;
	padding: 0;
}
div#ourLogoMenu a {
	text-decoration: underline;
}
div#ourLogoMenu a:hover {
	text-decoration: none;
}

/* Risefield ロゴ（フッター、ロゴ小） */
div#ourLogoFooter {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 10px;
	line-height: normal;
}
div#ourLogoFooter a {
	color: #ffffff;
	font-size: 10px;
	margin: 0;
	padding: 0;
	line-height: normal;
	text-decoration: underline;
}
div#ourLogoFooter a:hover {
	text-decoration: none;
}

