@charset "UTF-8";
@import "http://www.ssrr2004.org/gunma/css/common.css";

/*拡張CSS*/
@import "http://www.ssrr2004.org/gunma/css/advanced.css";

/*--------------------------------------------------------
1、背景画像の設定（下記から一つ選んで下さい）
--------------------------------------------------------*/

body{
background: #CAA879;
}

/*--------------------------------------------------------
1、影画像
background: url(./images/bg-shadow.gif) repeat-y center top fixed;

2、グラデーション画像
background: url(./images/grade-photo-green2.jpg) repeat-x center top fixed;

3、任意の画像
background: url(./images/bg-photo.jpg) no-repeat center top fixed;

4、色をベタ塗り
background: #000;
--------------------------------------------------------*/

/*--------------------------------------------------------
2、ヘッダーロゴ画像の設定
--------------------------------------------------------*/

div#header-logo{ background: url(./images/top-logo.png); }

/*ロゴ画像は下記を使用*/
/*div#header-logo{ background: url(./images/logo-photo-green2.jpg); }*/


/*--------------------------------------------------------
3、各エリアの背景色の設定
--------------------------------------------------------*/

/*最上部帯*/
div#header{	background: #EFFEEF; }

/*ナビ*/
div#navi{ background: #EFFEEF; }

/*メインコンテンツ*/
div#main{ background: #EFFEEF; }

/*左メニュー*/
div#left{ background: #EFFEEF; }

/*左メニュータイトル*/
div#left .title{ background: #006600; }

/*右コンテンツ*/
div#right{ background: #EFFEEF; }

/*フッター*/
div#footer{ background: #EFFEEF; }

/*copyright*/
div#copyright{ background: #006600; }


/*--------------------------------------------------------
4、枠線の設定
--------------------------------------------------------*/

/*左右の枠線*/
div#header,div#header-logo,div#navi,div#main{
	border-left: 2px solid #006600;
	border-right: 2px solid #006600;
}

/*ヘッダーロゴの上下*/
div#header-logo{
	border-top: 2px solid #006600;

}

/*左メニュー*/
/*div#left .menu{
	border: 1px solid #006600;
}

/*左メニューその他ボックス*/
/*div#left .contents{
	border: 1px solid #006600;
}


/*--------------------------------------------------------
5、文字色の設定
--------------------------------------------------------*/

/*サイト全体*/
body{ color: #333; }

/*リンク文字*/
a{ text-decoration: underline; }/*下線を付ける*/
a:link{ color: #333; }
a:visited{ color: #333; }/*訪問済み*/
a:hover{ color: #ff3300; }/*リンクに乗った時*/


/*最上部帯*/
div#header #top-menu li{ color: #333; }
div#header #top-menu li a:link{ color: #333; }
div#header #top-menu li a:visited{ color: #333; }
div#header #top-menu li a:hover{ color: #ff3300; }


/*ロゴテキスト*/
p#logo-text a{ text-decoration: none; }
p#logo-text,p#sub-text{ color: #3d5a2a; }
p#logo-text a:link{ color: #3d5a2a; }
p#logo-text a:visited{ color: #3d5a2a; }
p#logo-text a:hover{ color: #ff3300; }


/*ヘッダーテキスト*/
div#header-text{ color: #006600; }

/*左メニュータイトル帯*/
div#left .title p{ color: #EFFEEF; }


/*copyright*/
div#footer #copyright{ color: #EFFEEF; }

#copyright a {text-decoration: none; }
#copyright a:link {color:#EFFEEF;}
#copyright a:visited {color:#EFFEEF;}
#copyright a:hover { color: #FF3300;}

/*--------------------------------------------------------
6、見出しタグの設定
--------------------------------------------------------*/

h1{
	z-index: 1;

	margin: 2px 0 0 6px;
	font-size: 8.5pt;
	text-align: right;
	color: #666666;/*文字色*/
}


h2 {
	clear: both;
	margin: 10px 0 10px 0;
	padding-left: 7px;
	background-color: #006600;/*背景色*/
	border-left: 5px solid #006600;/*左枠線の色*/
	font-size: 13pt;
	font-weight: bold;
	line-height: 22pt;
	color: #EFFEEF;
}
h2 a {text-decoration: none; }
h2 a:link {color:#EFFEEF;}
h2 a:visited {color:#EFFEEF;}
h2 a:hover { color: #FF3300;}


h3{
	clear: both;
	margin: 10px 10px 10px 10px;
	padding: 2px 0 0 10px;
	background: url(./images/h3back-photo-green2.gif);/*背景画像*/
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	line-height: 13pt;
	color: #333;/*文字色*/
}


/*--------------------------------------------------------
■トータル設定
--------------------------------------------------------*/

body{
	margin: 0;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
}

/*左メニュー内のPタグ、右コンテンツ内のPタグは、固有に設定*/
p{ line-height: 1.4em; }

pre{
	font-size: 10pt;
	line-height: 1.4em;
	font-family: "ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
}

/*--------------------------------------------------------
■container設定
--------------------------------------------------------*/

/*サイズ設定　その1*/
div#container{
	width: 810px;
	_width: 812px;/*IE対策*/
	margin: 0 auto;
	text-align: left;

}


/*--------------------------------------------------------
■最上部帯（サイトマップメニュー等）
--------------------------------------------------------*/

/*サイズ設定　その2*/
div#header{
	width: 810px;
	_width: 812px;/*IE対策*/
	height: 30px;
}

div#header #top-menu{
	position: absolute;
	top: 205px;
	width: 794px;
	text-align: right;
}


div#header #top-menu li{
	display: inline;
	font-size: 8.5pt;
	line-height: 14pt;
}

/*--------------------------------------------------------
■ヘッダーロゴ
--------------------------------------------------------*/

/*サイズ設定　その3*/
div#header-logo{
	z-index: 1;
	position: absolute;
	top: 20px;
	width: 810px;
	_width: 812px;/*IE対策*/
	height: 300px;
	text-align: left;
}

/*--------------------▽ロゴテキスト（ロゴ画像では不使用）*/

p#logo-text{
	position: absolute;
	top: 10px;
	left: 30px;
	font-size: 20pt;
	font-weight: bold;
	letter-spacing: -0.5pt;
}

p#sub-text{
	position: absolute;
	top: 65px;
	left: 18px;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: -0.5pt;
}


/*--------------------▽ヘッダー文章*/

div#header-text{
	padding: 200px 0 0 35px;
	width: 400px;
	text-align: left;
	font-size: 9pt;
	font-weight: bold;
	line-height: 14pt;
}


/*--------------------------------------------------------
■パン屑ナビ
--------------------------------------------------------*/

/*サイズ設定　その4*/
div#navi{
	z-index: 1;
	position: absolute;
	top: 320px;
	width: 810px;
	_width: 812px;/*IE対策*/
	height: 40px;
}

div#navi p{
	margin: 10px 0 0 16px;
	font-size: 8.5pt;
	line-height: 14pt;
}


/*--------------------------------------------------------
■コンテンツ全体（右＆左＆フッター）
--------------------------------------------------------*/

/*サイズ設定　その5*/
div#main{
	overflow: hidden;
	position: absolute;
	top: 360px;
	width: 810px;
	_width: 812px;/*IE対策*/
	text-align: left;
}

div#main2 {
	overflow: hidden;
	float: left;
	width: 610px;
}

/*--------------------------------------------------------
■左メニュー
--------------------------------------------------------*/

/*サイズ設定　その6*/
div#left{
	overflow: hidden;
	float: left;
	width: 210px;
}


/*--------------------▽メニューボックス*/

div#left .menu{
	margin: 10px 0 10px 10px;
	width: 188px;
	_width: 190px;
}


/*--------------------▽メニュータイトル帯*/

div#left .title p{
	margin: 0 10px 0 10px;
	padding: 3px 0 3px 0;
	font-size: 11pt;
	font-weight: bold;
}


/*--------------------▽メニューリスト*/

div#left ul{
	margin: 10px 15px 10px 10px;
	padding: 5px 0 10px 10px;
}

div#left li{
	list-style-type: none;
	list-style-position: outside;
	margin: 5px 0 10px 0;
	font-size: 11pt;
	font-weight: normal;
	line-height: 12pt;
}

/*--------------------▽その他ボックス*/

div#left .contents{
	margin: 10px 0 10px 10px;
	width: 188px;
	_width: 190px;
}


/*--------------------▽左メニュー内のPタグ*/

div#left p{
	margin: 15px;
}


/*--------------------------------------------------------
■右コンテンツ
--------------------------------------------------------*/

/*サイズ設定　その7*/
div#right{
	overflow: hidden;
	float: right;
	padding: 0 10px 0 10px;
	width: 380px;
	_width: 400px;/*IE対策*/
}


/*--------------------▽コンテンツ*/

div#right .contents{
	clear: both;
	margin: 20px 20px 40px 20px;
	font-size: 11pt;
	font-weight: normal;
	line-height: 12pt;
}


/*コンテンツ（インデント：10px）*/
div#right .contents2{
	clear: both;
	margin: 20px 30px 50px 30px;
}


/*--------------------▽コンテンツ内の線*/

div#right hr{
	clear: both;
	margin: 10px 0 10px 0;
	color: #ccc;
}


/*--------------------▽コンテンツ内のリストタグ*/

div#right ul,
div#right ol{
	margin: 0 0 20px 20px;
	list-style-type: disc;
	list-style-position: outside;
}
div#right li{
	line-height: 1.8em;
}

/*--------------------▽更新情報内のリストタグ*/

div#right ul.topics{
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #aaa;
	list-style-type: none;
	list-style-position: outside;
}



/*--------------------▽戻る＆進むリンク*/

.link-back,
.link-next{
	clear: both;
	margin-top: 20px;
	padding: 0;
	width: 100%;
	font-size: 12pt;
	font-weight: bold;
	line-height: 14pt;
}

.link-back{ text-align: left; }
.link-next{ text-align: right; }


/*--------------------▽右コンテンツ内のPタグは、自動改行*/

p{ margin-bottom: 1.0em; }


/*--------------------------------------------------------
■フッターメニュー
--------------------------------------------------------*/

/*サイズ設定　その8*/
div#footer{
	clear: both;
	width: 810px;
	text-align: center;
}


/*--------------------▽フッター内で使用する線*/

div#footer hr{
	clear: both;
	color: #aaa;
}


/*/*--------------------▽メニューリスト*/

div#footer .menu{
	margin: 7px 0 7px 0;
}

div#footer .menu li{
	display: inline;
	margin: 0 0.8em 0 0.8em;
	font-size: 10pt;
	line-height: 14pt;
}


/*--------------------------------------------------------
■Copyright
--------------------------------------------------------*/

/*サイズ設定　その9*/
div#footer #copyright{
	clear: both;
	margin-top: 15px;
	padding: 15px 0 15px 0;
	width: 810px;
	font-size: 10pt;
	line-height: 14pt;
}


/*--------------------------------------------------------
■広告の絶対配置（オプション）
--------------------------------------------------------*/

/*--------------------▽例：横幅240 縦12c0の広告の場合*/

div.ad{
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align :right;
}

div.ad p{
	position: fixed;
	_position: absolute;/*IE対策*/
	top: 0;
	right: 0;
	padding: 5px;
	width: 240px;
	height: 120px;
	background: #eee;/*背景色*/
	border: 1px solid #000;/*枠線の色*/
	text-align :center;
}


/*--------------------------------------------------------
■その他の設定
--------------------------------------------------------*/

/*--------------------▽テーブルセルの間隔*/

td{ padding: 8px; }



/*--------------------▽Firefox3用ハック*/

body,x:-moz-broken {
	margin-left:-1px;
}

/*------------------------------------------------------------
　written by Shigeoki Matsuo
-------------------------------------------------------------*/

.midasi
{
 margin: 0px 10px 0px 0px;
 padding: 2px 5px 2px 5px;
 color: #333;
 background: #ece9d8;
}
.star
{
 margin: 0px 0px 0px 0px;
 padding: 2px 10px 2px 25px;
 color: #333;
 background: url(http://www.ssrr2004.org/gunma/images/star.gif) no-repeat;
 background-position: left top;
}
.star1
{
 margin: 0px 0px 0px 0px;
 padding: 2px 10px 2px 25px;
 color: #333;
 background: url(http://www.ssrr2004.org/gunma/images/star1.gif) no-repeat;
 background-position: left top;
}
.star2
{
 margin: 0px 0px 0px 0px;
 padding: 2px 10px 2px 25px;
 color: #333;
 background: url(http://www.ssrr2004.org/gunma/images/star2.gif) no-repeat;
 background-position: left top;
}
ul.tree {
margin: 0 0 0 3px;
padding: 0; 
list-style-type: none;
}

ul.tree li.tree, ul.tree li.tree_end {
margin: 0;
padding: 0 0 0 14px;
background: url(http://www.ssrr2004.org/gunma/images/tree.gif) no-repeat 0 0;
list-style-type: none;
line-height : 20px;
}

ul.tree li.tree_end {
background: url(http://www.ssrr2004.org/gunma/images/tree_end.gif) no-repeat 0 0;
}


.ranking th{
border-right:1px solid #666666;
border-bottom:1px solid #666666;
background-color:#b8d3e8;
background-position:left top;
text-align:center;
padding:0 10px 0 10px;
font-size: 12px;
white-space: nowrap;
}

.ranking td{
border-right:1px solid #666666;
border-bottom:1px solid #666666;
text-align:center;
font-size: 12px;
white-space: nowrap;
height: 18px
}
.af1
{
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 35px;
 background: url(http://www.ssrr2004.org/gunma/images/ya_red.gif) no-repeat 0 0;
}
.af1 a{
text-decoration: underline;
}

.af1 a:link{
color: #0000ff;
}

.af1 a:visited{
color: #0000ff;
}

.af1 a:hover{
color: #ff3300;
}
.img-left {
	float: left;
 margin: -10px 0px 0px 0px;
	width: 170px;
	height: 140px;
}

#side p 
{
 padding: 0 5px;
}

#side ul
{
 margin: 0 0 10px;
 padding: 0;
 list-style: none;
}

#side li a
{
 width: 178px; 
 background-color: none;
 text-indent: 15px;
 display: block;
 font-size: 12px;
 line-height: 1.0;
 margin: 2px 0 0 -10px;
 padding: 10px 0;
 border-bottom: 1px solid #dcdcdc;
 text-decoration: none;
 color: #333;
}

#side li a:hover
{
 background: #ffcc00;
 border-bottom: 1px solid #dcdcdc;
 color: #333;
}

#side dl
{
 padding: 10px;
}

#side dt
{
 font-size: 12px;
 line-height: 1.5;
}
.af1
{
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 35px;
 background: url(http://www.ssrr2004.org/gunma/images/ya_red.gif) no-repeat 0 0;
}
.af1 a{
text-decoration: underline;
}

.af1 a:link{
color: #0000ff;
}

.af1 a:visited{
color: #0000ff;
}

.af1 a:hover{
color: #ff3300;
}

.af_gdo a{
	position: absolute;
	margin-left: 50px;
	width: 230px;
	height: 30px;
	text-indent: -1000px;
	overflow: hidden;
	background: url(http://www.ssrr2004.org/gunma/images/yoyaku1.gif) no-repeat left center;

}

.af_gdo a:hover{
	background: url(http://www.ssrr2004.org/gunma/images/yoyaku2.gif) no-repeat left center;
}


.no1,.no2,.no3,.no4,.no5,.no6,.no7,.no8,.no9,.no10{
	height: 24px!important;
	padding: 0 0 0 30px!important;
}


.no1,.no2,.no3{
	font-size: 1.0em!important;
	font-weight: bold!important;
	color: #b61704!important;
}
.no4,.no5,.no6{
	font-size: 1.0em!important;
	font-weight: bold!important;
}

/*王冠画像*/
.no1{ background: url(./images/icon-rank01-01.gif) left top no-repeat; }
.no2{ background: url(./images/icon-rank01-02.gif) left top no-repeat; }
.no3{ background: url(./images/icon-rank01-03.gif) left top no-repeat; }
.no4{ background: url(./images/icon-rank01-04.gif) left top no-repeat; }
.no5{ background: url(./images/icon-rank01-05.gif) left top no-repeat; }
.no6{ background: url(./images/icon-rank01-06.gif) left top no-repeat; }
.no7{ background: url(./images/icon-rank01-07.gif) left top no-repeat; }
.no8{ background: url(./images/icon-rank01-08.gif) left top no-repeat; }
.no9{ background: url(./images/icon-rank01-09.gif) left top no-repeat; }
.no10{ background: url(./images/icon-rank01-10.gif) left top no-repeat; }


div#right3{
	display: inline;
	overflow: hidden;
	float: right;
	padding: 0 20px 0 0px;
	width: 180px;

}
div#right3 p{
	margin: 15px;
}
div#right3 .menu{
	margin: 10px 0 10px 10px;
	width: 178px;
	_width: 180px;
}
div#right3 ul{ margin: 5px 15px; }

div#right3 li{
	list-style-type: none;
	list-style-position: outside;
	font-size: 105%;
}


div#right3 .ranking li{
	margin-bottom: 10px;
	padding: 0;
	border-bottom: 1px dotted #80a980;
	background: none;
	font-weight: normal;
}

div#right3 .ranking p{
	margin: 10px 0;
	padding-top: 5px;
	font-size: 9pt;
	line-height: 12pt;
}


div#right3 .title{ background: #006600; }

div#right3 .title p{
	color: #effeef;
	margin: 0 10px 0 10px;
	padding: 3px 0 3px 0;
	font-size: 11pt;
	font-weight: bold;
}

.no1 a{ text-decoration: none; }
.no1 a:link{ color: #b61704; }
.no1 a:visited{ color: #b61704; }
.no1 a:hover{ color: #ff3300; }


.no2 a{ text-decoration: none; }
.no2 a:link{ color: #b61704; }
.no2 a:visited{ color: #b61704; }
.no2 a:hover{ color: #ff3300; }


.no3 a{ text-decoration: none; }
.no3 a:link{ color: #b61704; }
.no3 a:visited{ color: #b61704; }
.no3 a:hover{ color: #ff3300; }


.no4 a{ text-decoration: none; }
.no4 a:link{ color: #333333; }
.no4 a:visited{ color: #333333; }
.no4 a:hover{ color: #ff3300; }


.no5 a{ text-decoration: none; }
.no5 a:link{ color: #333333; }
.no5 a:visited{ color: #333333; }
.no5 a:hover{ color: #ff3300; }



div#right3 .title p img{
	vertical-align: middle!important;
}

div#right3 .aka li{
	list-style-type: none;
	list-style-position: outside;
	margin: 5px 0 0 0;
	padding-left: 16px;
	font-size: 9pt;
	line-height: 12pt;
	background: url(./images/icon-menu01-r-black.gif) 0 3px no-repeat;

}

div#right3 .aka p{
	margin: 10px 0;
	padding-top: 5px;
	font-size: 9pt;
	line-height: 12pt;
}
.akahon {
	height: 114px;
	padding: 0 0 0 90px;
	font-size: 9pt;
	background: url(./images/akahon.gif) left top no-repeat;
}
.border {
	margin: 10px 0 0 0;
	border-bottom: 1px dotted #80a980;
}
.af_bn {
	margin: 10px 0 0 34px;
}
.dvd1 {
	float: left;
	width: 60px;
	height: 80px;
	margin: 10px 10px 0 0;
	background: url(./images/dvd1.gif) no-repeat;
}
.dvd2 {
	float: left;
	width: 60px;
	height: 80px;
	margin: 10px 10px 0 0;
	background: url(./images/dvd2.gif) no-repeat;
}
.dvd3 {
	float: left;
	width: 60px;
	height: 80px;
	margin: 10px 10px 0 0;
	background: url(./images/dvd3.gif) no-repeat;
}
.dvd4 {
	float: left;
	width: 60px;
	height: 80px;
	margin: 10px 10px 0 0;
	background: url(./images/dvd4.gif) no-repeat;
}
.dvd5 {
	float: left;
	width: 60px;
	height: 80px;
	margin: 10px 10px 0 0;
	background: url(./images/dvd5.gif) no-repeat;
}
.dvd6 {
	float: left;
	width: 60px;
	height: 80px;
	margin: 10px 10px 0 0;
	background: url(./images/dvd6.gif) no-repeat;
}
.dvd7 {
	float: left;
	width: 60px;
	height: 80px;
	margin: 10px 10px 0 0;
	background: url(./images/dvd7.gif) no-repeat;
}

