@charset "UTF-8";
/*
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

 [[ grafimo CSS Framework ]]

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=	

 [ File Name   ] sitemap.css	
 [ Version     ] 2.0 
 [ Desined by  ] Kiyoo Ishida
 [ Last UpDate ] 2008 Jan
 [ Website     ] http://grafimo.heteml.jp/
 See Readme file in this directory 
 for further instructions.

*/

/*
--------------------------------------------------------------
[ Import Css Library ]
--------------------------------------------------------------
*/
/*@import '../lib/clear.css';*/
@import '../lib/font.css';
/*@import '../lib/common.css';*/
/*@import '../lib/form.css';*/
/*@import '../lib/sitemap.css';*/
/*
--------------------------------------------------------------
[ Choice Your Layout Styles ] 
--------------------------------------------------------------
*/
/*
 (1) 1 Column
If You Choice this layout,Please remove this [comment out]
*/

/*@import '../layout/l1.css';

/*
	------------------------
	| header				|
	------------------------
	| grovalnavi			|
	------------------------
	|						|
	|		1 Column		|
	|						|
	------------------------
	| footer				|
	------------------------
*/

/*
 (2) 2 Column
If You Choice this layout,Please remove this [comment out]
*/

/*@import '../layout/l2-1.css';*/

/*
	------------------------
	| header				|
	------------------------
	| grovalnavi			|
	------------------------
	|			|			|
	|			|			|
	|			|			|
	------------------------
	| footer				|
	------------------------
*/

/*
 (3) 2 Column
If You Choice this layout,Please remove this [comment out]
*/

/*@import '../layout/l2-2.css';*/

/*
	------------------------
	| header				|
	------------------------
	| grovalnavi			|
	------------------------
	|			|			|
	|			|			|
	|			|			|
	------------------------
	| footer				|
	------------------------
*/

/*
 (4) 3 Column
If You Choice this layout,Please remove this [comment out]
*/

/*@import '../layout/l3-1.css';

/*
	------------------------
	| header				|
	------------------------
	| grovalnavi			|
	------------------------
	|		|		|		|
	|		|		|		|
	|		|		|		|
	------------------------
	| footer				|
	------------------------
*/

/*
 (5) 3 Column 2
If You Choice this layout,Please remove this [comment out]
*/

/*@import '../layout/l3-2.css';*/

/*
	------------------------
	| header				|
	------------------------
	| grovalnavi			|
	------------------------
	|			|		|	|
	|			|		|	|
	|			|		|	|
	------------------------
	| footer				|
	-------------------------
*/

/*
 (6) Multi
If You Choice this layout,Please remove this [comment out]
*/

/*@import '../layout/l4.css';*/

/*
	------------------------
	| header				|
	------------------------
	| grovalnavi			|
	------------------------
	|	[ ]	[ ]	[ ]			|
	|	[ ]	[ ]	[ ]			|
	|	[ ]	[ ]	[ ]			|
	------------------------
	| footer				|
	------------------------
*/

/*
 (7) Multi
If You Choice this layout,Please remove this [comment out]
*/

/*@import '../layout/l5-1.css';*/

/*
	------------------------
	| header				|
	------------------------
	| grovalnavi			|
	------------------------
	|						|
	|image					|
	|						|
	------------------------
	| footer				|
	------------------------
*/

/*
--------------------------------------------------------------
[ XHTML Construction ]
--------------------------------------------------------------

body
 |
 |__ container
		 |
		 |__ header
		 |		|__ header-inner
		 |				|__ h-i-logo			( logo image )
		 |				|__ h1					( text links )
		 |				|__ h-i-navi			( sitemap,contact link )
		 |
		 |__ grovalnavi
		 |		|__ grovalnavi-inner			( main navi )
		 |
		 |__ wrap
		 |		|__ wrap-inner
		 |				|__ contents-alpha		( local navi, archives )
		 |				|__ contents-beta		( articles )
		 |				|__ contents-gamma		( banners,column articles)
		 |				|__ contents-epsilon	( options )
		 |
		 |
		 |__ footer
					|__ footer-inner

							|__ f-i-navi		( footer navi )
							|__ f-i-articles	( articles-navi )
							|__ address			( copyright )
*/
/*
--------------------------------------------------------------
[ Custom Style ]
--------------------------------------------------------------
*/

*{
	margin: 0px;
	padding: 0px;
}

/*--------------------------------------------------------------
Tag
--------------------------------------------------------------*/
body{
	background-image: url(back.jpg);
	background-repeat: repeat-y;
	background-position: center bottom;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #D6E7E7;
	margin-right: auto;
	margin-left: auto;
}
hr
	{
	display:none;
	}


/*

#header
--------------------------------------------------------------
*/

#header 
	{
	height: 179px;
	width: 100%;
	overflow: hidden;
	background-image: url(header.jpg);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -2px;
	}
	
#header-inner 
	{
	}
	
#header-inner ul li a
	{
	background:transparent;		
	margin-left:0.7em;
	padding-top:0.7em;		
	color:#666666;
	text-align:center;
	} 
	
#header-inner h1
	{
	width:300px;
	height:45px;
	line-height:50px;
	text-align:center;
	font-size: 1.1em;
	padding-left: 480px;
	padding-top: 85px;
	}
 
#header-inner h1 a
	{
	color:#FFFFFF;
	}
/*#keyimg
	{
	width:900px;
	height:200px;
	margin:0px auto 0px auto;
	padding:55px 0 0 0;
	}

#keyimg img
	{
	width:900px;
	height:200px;
	margin:0;
	padding:0;
	}
*/
/*

#grovalnavi 
--------------------------------------------------------------
*/

#grovalnavi 
	{
	float: left;
	list-style-type: none;
	padding: 0px;
	text-align: center;
	margin-top: -13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 170px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	text-decoration: none;
	}

#container #grovalnavi #grovalnavi-inner li a:link , #container #grovalnavi #grovalnavi-inner li a:visited {
	display: block;
	width: 170px;
	font-size: 13px;
	padding-top: 11px;
	padding-bottom: 11px;
	background-image: url(menu2.jpg);
	text-align: center;
	color: #4C7084;
	text-decoration: none;
}
#container #grovalnavi #grovalnavi-inner li a:hover , #container #grovalnavi #grovalnavi-inner li a:active {
	display: block;
	width: 170px;
	font-size: 13px;
	padding-top: 11px;
	padding-bottom: 11px;
	background-image: url(../images/menu1.jpg);
	text-align: center;
	color: #4C7084;
	text-decoration: none;
}

/*#grovalnavi-inner ul li a.here:hover
	{
	color:#FFFFFF;
	}
*/

/*

#wrap 
--------------------------------------------------------------
*/


#wrap 
	{
	padding: 0px 0px 0px 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Verdana;
	}
	
#wrap-inner 
	{
	padding-top: 0.7em;
	padding-right: 0;
	padding-bottom: 0.7em;
	padding-left: 0;
	}
	
#contents-alpha
	{
	top:0;
	float: right;
	width: 220px;
	}
#container #grovalnavi #grovalnavi-inner li {
	display: block;
	width: 170px;
	list-style-type: none;
}


#contents-gamma
	{
	position: absolute;
	top: 0;
	right: 0;
	}
	
	
/*

#contents-alpha
--------------------------------------------------------------
*/

#contents-alpha
	{
	min-height:515px;
	letter-spacing:0.1em;
	font-size:83%;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	}

/*[id="contents-alpha"]#contents-alpha {margin-top: 5px;}
html:lang(ja) #contents-alpha {margin-top: 5px;}*/

#contents-alpha h3
	{
	width:210px;
	height:35px;
	margin:10px auto 10px auto;
	text-align:center;
	font-size:110%;
	color:#FFFFFF;
	line-height:35px;
	background-color: #009966;
	}

#contents-alpha h3.nobg
	{
	width:200px;
	height:30px;
	margin:10px auto;
	background:transparent;
	}

#contents-alpha dl
	{
	width:200px;
	margin:5px auto 10px auto;
	border-bottom:1px dotted #7D7D7D;
	}

#contents-alpha dl dt
	{
	margin:0px 0px 0px 5px;
	}

#contents-alpha dl dd
	{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#contents-alpha dl dd ul li
	{
	list-style-type: square;
	}
#contents-alpha ul li
	{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	list-style-type: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	}

#contents-alpha h4
	{
	height:1.6em;
	margin:1em 0px;
	padding:0.2em;
	font-size:98%;
	line-height:1.6em;
	background-color: #E4D0F2;
	color: #666666;
	text-align: center;
	}

#contents-alpha h4 a:hover
	{
	color:#FF933D;
	}

#contents-alpha ul.c-a-result
	{
	max-height:500px;
	overflow:auto;
	}

/*

#contents-beta
--------------------------------------------------------------
*/

#contents-beta 
	{
	min-height:700px;
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 490px;
	}	
/* --------------------------------------------------------- */
/*	c-b-one
/* --------------------------------------------------------- */

.c-b-one
	{
	margin-top:0px;	
	margin-bottom:0.7em;
	padding:0 0.7em 0.7em 0.7em;
	font-size:95%;
	}

.c-b-one img
	{
	float: left;
	/*
	float: left;→margin-left 0,
	float: right;→margin-right 0  
	*/
	margin:0 1em 1em 0;
	width:200px;
	}

.c-b-one h2
	{
	height:35px;
	font-size:95%;
	text-indent:20px;
	letter-spacing:0.1em;
	background-image: url(../images/h2_back.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding-bottom: 0.2em;
	padding-left: 1.2em;
	line-height: 22px;
	}
	 
.c-b-one h2 a
	{
	color:#666666;
	}

.c-b-one h2 a:hover
	{
	text-decoration:none;
	}

.c-b-one ul.info , .c-b-zero ul.info
	{
	width:630px;
	}

.c-b-one ul.info li , .c-b-zero ul.info li
	{
	margin:0px 0px 10px 0px;
	padding:0.2em;
	text-indent:15px;
	border-bottom:1px dotted #CCCCCC;
	font-size: 95%;
	}
/* ---------------------------------------------------------------- */
/*	c-b-two
/* ---------------------------------------------------------------- */

.c-b-two,
.c-b-three
	{
	margin-top:0px;	
	margin-bottom:0.7em;
	padding:0 0.7em 0.7em 0.7em;
	font-size:90%;
	border-bottom:1px solid #CCCCCC;
	}

.c-b-two h2,
.c-b-three h2
	{
	padding:0.2em;
	font-size:100%;
	text-indent:20px;
	line-height:26px;
	letter-spacing:0.1em;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	}
	 
.c-b-two h2 a,
.c-b-three h2 a
	{
	color:#666666;
	}

.c-b-two h2 a:hover,
.c-b-three h2 a:hover
	{
	color: #66CC99;
	}

.c-b-two h3
	{
	width:420px;
	height:35px;
	margin:1em auto 1em auto;
	background:url('../../img/c-b-h3.jpg') repeat-x 0px 0px;
	font-size:98%;
	text-align:center;
	line-height:35px;
	border-left:1px solid #A8B180;
	border-right:1px solid #A8B180;
	}

.c-b-two h3 a:hover
	{
	color:#666666;
	text-decoration:none;
	}

.c-b-two dt
	{
	width:100px;
	height:100px;
	margin:0 15px 0 15px;
	border:10px solid #A4F7B1;
	float:left;
	}

.c-b-two dt img
	{
	width:100px;
	height:100px;
	margin:0;
	padding:0;
	border:none;
	}

.c-b-two dt:hover
	{
	border:10px solid #FFE4EA;
	}

.c-b-two dd
	{
	line-height:2;
	}

.c-b-two table img
	{
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	border:none;
	}

.c-b-two img
	{
	/*
	float: left;→margin-left 0,
	float: right;→margin-right 0  
	*/
	margin:0px 15px 15px 15px;
	width:200px;
	border:1px solid #EEEEEE;
	padding:5px;
	}

/*------------------------------------*/

.c-b-map
	{
	width:400px;
	height:320px;
	margin:0 auto 15px auto;
	}

.c-b-three dl
	{
	width:400px;
	height:auto;
	margin:10px auto 0px auto;
	}

.c-b-three dt
	{
	width:400px;
	height:2em;
	margin:10px 0 0 0;
	text-indent:1em;
	line-height:2em;
	background-color: #F0EECA;
	}

.c-b-three dd
	{
	margin:10px 0 0 20px;
	}

.c-b-three li
	{
	margin:5px 0 0 0;
	}

/*------------------------------------*/

.breadlinks
	{
	font-size:90%;
	margin:0px 0px 1em 0px;
	}

.breadlinks a
	{
	color:#5C9693;
	padding:0.2em;
	text-decoration:underline;
	}

.breadlinks a:hover
	{
	color:#FFFFFF;
	background:#5C9693;
	text-decoration:none;
	}

.link
	{
	width:400px;
	height:50px;
	margin:15px auto 0 auto;
	}

.return-top 
	{
	clear:both;
	margin:1em;
	text-align:right;
	}	

.info-date
	{
	clear:both;
	margin:-10px 1em 1em 1em;
	text-align:right;
	font-size:90%;
	}

.access
	{
	text-indent:15px;
	line-height:12px;
	background-image: url(../images/stadiom.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}

/*------------------------------------*/

table#league
	{
	width:420px;
	margin:20px auto;
	}

table#data,
table#score,
table#battery
	{
	width:400px;
	margin:20px auto 0px auto;
	}

table#league,
table#data,
table#result,
table#score
	{
	text-align:center;
	}

table#league th
	{
	width:42px;
	height:30px;
	text-align:center;
	color:#4F6B72;
	border:1px solid #C1DAD7;
	background:#CBE1E6;
	font-size: 85%;
	font-weight: normal;
	}

table#league td
	{
	width:42px;
	height:30px;
	text-align:center;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	font-size: 95%;
	}

table#data th
	{
	width:150px;
	height:30px;
	text-align:center;
	font-size:120%;
	background:#EEEEEE;
	color:#666666;
	border:1px solid #CCCCCC;
	}

table#result
	{
	width:80px;
	height:30px;
	margin:0 auto 0 auto;
	padding:0;
	font-size:120%;
	}

table#score
	{
	height:110px;
	}

table#score th
	{
	width:30px;
	text-align:center;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	background:#CBE1E6;
	color:#4F6B72;
	}

table#score td
	{
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	}

.left
	{
	color:#4F6B72;
	border:1px solid #C1DAD7;
	background:#CBE1E6;
	}

table#scoreb
	{
	height:110px;
	margin:10px 0px 0px 15px;
	}

table#scoreb th
	{
	width:30px;
	text-align:center;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	background:#CBE1E6;
	color:#4F6B72;
	}

table#scoreb td
	{
	text-align:center;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	}

.nleft
	{
	color:#4F6B72;
	border:1px solid #C1DAD7;
	}

table#battery
	{
	height:180px;
	}

table#battery td
	{
	text-indent:8px;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	}

table#battery td.nob
	{
	border-top: 1px solid #C1DAD7;
	border-bottom:none;
	}

table#battery td.nobr
	{
	border-top:none;
	}

/*
	tab
---------------------------------------*/

ul#tab_group_one
	{
	display:block;
	width:425px;
	height:35px;
	margin:15px auto;
	padding:0;
	clear:both;
	}

ul#tab_group_one li
	{
	display:block;
	width:85px;
	height:35px;
	margin:0;
	padding:0;
	float:left;
	}

ul#tab_group_one li a
	{
	display:block;
	width:85px;
	height:35px;
	margin:0;
	padding:0;
	background:url('../../img/tab.jpg') no-repeat 0px 0px;
	text-align:center;
	font-size:90%;
	line-height:40px;
	}

ul#tab_group_one li a:hover
	{
	background:url('../../img/tab.jpg') no-repeat -84px 0px;
	line-height:35px;
	}

ul#tab_group_one li a.active
	{
	background:url('../../img/tab.jpg') no-repeat -168px 0px;
	line-height:35px;
	}

/*----------------------------------------*/

table.member
	{
	width:420px;
	margin:0 auto 0 auto;
	padding:0;
	}

table.member td
	{
	height:25px;
	border-top:1px solid #C1DAD7;
	border-right:1px solid #C1DAD7;
	border-bottom:1px solid #C1DAD7;
	text-indent:0.5em;
	}

table.member td.left
	{
	width:100px;
	text-align:center;
	text-indent:0;
	letter-spacing:0.5em;
	}

table.member th
	{
	height:25px;
	text-align:center;
	color:#4F6B72;
	border:1px solid #C1DAD7;
	background:#CBE1E6;
	}

table.member td.mleft
	{
	width:120px;
	border-left:1px solid #C1DAD7;
	}

table.member td.mgrade
	{
	width:30px;
	text-align:center;
	text-indent:0;
	}

table.member td.marm
	{
	width:20px;
	text-align:center;
	text-indent:0;
	}


/*

#contents-gamma
--------------------------------------------------------------
*/

#contents-gamma
	{
	margin-right:10px;
	padding-top:0.7em;
	background: transparent;
	}

#contents-gamma dt a img
	{
	display:block;
	height:100px;
	width:200px;
	border: 1px solid #CCCCCC;	
	}

#contents-gamma dt a:hover img
	{
	display:block;
	height:100px;
	width:200px;
	border: 1px solid #5C9693;	
	}	
#contents-gamma dd
	{
	margin:2px;
	width:200px;
	} 

/*

#contents-delta
--------------------------------------------------------------
*/

#contents-delta
	{
	color: #666666;
	clear: both;
	}

#c-d-inner
	{
	width:720px;
	font-size:95%;
	color:#666666;
	overflow:hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: right;
	clear: both;
	list-style-type: none;
	}

#c-d-inner a
	{
	color:#666666;
	}

#c-d-inner a:hover
	{
	color:#CC3300;
	}
/* ---------------------------------------------------------------- */
/*	#c-d-a
/* ---------------------------------------------------------------- */

#c-d-a
	{
	width:280px;
	margin:15px 10px 0px 0px;
	padding:0px 0px 0px 15px;
	float:left;
	}

#c-d-a h5
	{
	font-size:110%;
	font-weight:normal;
	letter-spacing:0.1em;
	padding:0.1em;
	margin-bottom:10px;
	border-bottom:1px dotted #CCCCCC;
	}

#c-d-a h5 a
	{
	color:#666666;
	}

#c-d-a h5 a:hover
	{
	text-decoration:none;
	}

.c-d-a-one
	{
	clear:both;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}

.c-d-a-one img
	{
	margin:0px 5px 0px 0px;
	padding:1px;
	float:right;
	}

.c-d-a-one ul
	{
	margin:0px 0px 0px 15px;
	}

.c-d-a-one ul li
	{
	margin:5px 0px 0px 0px;
	list-style-type: none;
	}

/* ---------------------------------------------------------------- */
/*	#c-d-b
/* ---------------------------------------------------------------- */

#c-d-b
	{
	float:left;
	height: 150px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

#c-d-b h5
	{
	font-size:110%;
	font-weight:normal;
	letter-spacing:0.1em;
	padding:0.1em;
	margin-bottom:10px;
	border-bottom:1px dotted #CCCCCC;
	}

#c-d-b h5 a
	{
	color:#666666;
	}

#c-d-b h5 a:hover
	{
	text-decoration:none;
	background-color: #FFFFFF;
	}

#c-d-b ul
	{
	margin:0px 10px 0px 10px;
	float:left;
	list-style-type: none;
	}

#c-d-b ul li
	{
	margin:0px;
	text-indent:15px;
	}

/* ---------------------------------------------------------------- */
/*	#c-d-c
/* ---------------------------------------------------------------- */

#c-d-c
	{
	width:280px;
	margin:15px 15px 0px 5px;
	float:right;
	}

.c-d-c-one
	{
	margin:0px 0px 10px 0px;
	clear:both;
	}

.c-d-c-one h5
	{
	font-family:"Arial";
	font-size:140%;
	font-weight:bold;
	letter-spacing:0.1em;
	padding:0.1em;
	margin-bottom:10px;
	border-bottom:1px dotted #CCCCCC;
	}

.c-d-c-one h5 a
	{
	color:#FFFFFF;
	}

.c-d-c-one h5 a:hover
	{
	text-decoration:none;
	}

.c-d-c-one img
	{
	margin:0px 5px 0px 0px;
	padding:1px;
	float:right;
	}

.c-d-c-one dl
	{
	height:38px;
	margin:0px 0px 3px 10px;
	padding:0px 0px 0px 0px;
	}

.c-d-c-one dt
	{
	margin:0px 0px 3px 0px;
	text-indent:12px;
	background:url('../../img/c-d-i-mark.jpg') no-repeat 0px 2px;
	}

.c-d-c-one dd
	{
	margin:0px 0px 0px 0px;
	text-indent:12px;
	}

.c-d-c-two
	{
	margin:0px 0px 0px 0px;
	border-top:1px dotted #CCCCCC;
	}

.c-d-c-two h5
	{
	font-family:"Arial";
	font-size:140%;
	font-weight:bold;
	letter-spacing:0.1em;
	padding:0.1em;
	}

.c-d-c-two h5 a
	{
	color:#FFFFFF;
	}

.c-d-c-two h5 a:hover
	{
	text-decoration:none;
	}

.c-d-c-two ul
	{
	width:130px;
	margin:0 10px 0 0;
	float:left;
	}

.c-d-c-two li
	{
	margin:3px 0px 0px 0px;
	background:url('../../img/c-d-i-mark.jpg') no-repeat 0px 6px;
	text-indent:12px;
	}

/*

#footer 
--------------------------------------------------------------
*/

#footer 
	{
	font-size:90%;
	text-align: center;
	clear: both;
	visibility: visible;
	overflow: visible;
	padding-left: 170px;
	padding-right: 20px;
	}
	
#footer-inner 
	{
	height:30px;
	border-top-width: thin;
	border-top-style: double;
	border-top-color: #666666;
	margin-top: 15px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

#footer-inner address
	{
	color:#666666;
	text-align:center;
	line-height:30px;
	letter-spacing:0.2em;
	} #container 
	{
	margin-right: auto;
	margin-left: auto;
	background-image: url('bottom.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-right: 48px;
	padding-left: 48px;
	width: 900px;
	padding-bottom: 70px;
}
#container #wrap #wrap-inner #contents-r {
	float: right;
	width: 720px;
}
#container #wrap #wrap-inner #contents-r2 {
	float: right;
	margin-bottom: 0.7em;
	padding-right: 0.7em;
	padding-bottom: 0.7em;
	padding-left: 0.7em;
	margin-top: 0px;
}
#container #wrap #wrap-inner #contents-r .c-b-one .info li,#container #wrap #wrap-inner #contents-r .c-b-zero .info li {
	list-style-type: none;
}
#container #wrap #wrap-inner #contents-r2 dd {
	text-indent: 15px;
}
#container #wrap #wrap-inner #contents-r .c-b-one h2 , #container #wrap #wrap-inner #contents-r .c-b-zero h2 {
	height:35px;
	font-size:100%;
	text-indent:20px;
	letter-spacing:0.1em;
	background-image: url(../images/h2_back.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 1.2em;
	line-height: 22px;
}
#container #wrap #wrap-inner #contents-r2 dd {
	margin:0px 0px 10px 0px;
	padding:0.2em;
	text-indent:30px;
	border-bottom:1px dotted #CCCCCC;
}
#container #wrap #wrap-inner #contents-univ .c-b-two {
	min-height:195px;
	width: 330px;
	float: left;
	display: block;
	height: 195px;
}
#container #wrap #wrap-inner #contents-univ .c-b-two h2 {
	background-color: #D6E7E7;
	font-weight: normal;
}
#container #wrap #wrap-inner #contents-univ {
	padding-right: 10px;
	padding-left: 185px;
}
#container #wrap #wrap-inner #contents-r .c-b-zero {
	background-image: url(../images/list_back.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 640px;
	padding-right: 0.7em;
	padding-bottom: 0.7em;
	padding-left: 0.7em;
}
#container #wrap #wrap-inner #contents-beta .c-b-two #league .left {
	font-size: 85%;
	width: 42px;
}
a img 
{
border: none
}

