@charset "Shift-Jis";

/* -----------------------------------------------------------
CSS Information
 File name:      basic.css
----------------------------------------------------------- */

body {
	color: #333333;
	font-size: 12px;
	background-color: #F5E7BE;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}

body.sports {
	color: #333333;
	font-size: 12px;
	background-color: #008AC8;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}

body.tv {
	color: #333333;
	font-size: 12px;
	background-color: #000000;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}


img.icon {padding: 0 5px 2px 3px;}

/*basic layout 
-------------------------*/

#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 860px;
}
#header_index {
	color: #004990;
	font-size: 12px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	height: 50px;
	position: relative;
}
#header_index h1 {
	position: absolute;
	height: 43px;
	width: 407px;
}
#header_index ul.sub_menu {
	position: absolute;
	left: 500px;
	top: 37px;
	width: 322px;
}
#header_index ul.request {
	position: absolute;
	left: 730px;
	top: 9px;
	width: 93px;
	height: 43px;
}
#header_index ul.sub_menu li {
	float: left;
	display: block;
	margin-right: 5px;
}

/*Navigation Menu
-------------------------*/

#navi_menu {
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	height: 26px;
}
#main_area {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}
#main_area .pan {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 5px;
}
.main_contents {
	width: 798px;
	border: 1px solid #004567;
	margin-bottom: 5px;
	background-color: #FFFFFF;
}
#main_area table.curriculum {
	width: 800px;
	margin: 0 auto;
	border: 1px solid #004567;
	
}
#main_area table.curriculum th {
	width: 620px;
	border: 1px solid #004567;
	text-align: left;
}
#main_area table.curriculum td {
	border: 1px solid #004567;
	vertical-align: top;
	text-align: center;
	width: 178px;
	line-height: 1.5em;
	font-size: 10px;
	font-weight: lighter;
	color: #333333;
}

/*Footer
-------------------------*/

#wrapper .add {
  width: 600px;
  height: 30px;
  background-image: url(../all/adress.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 10px;
}

#footer {
	clear: both;
	background-image: url(../all/copy.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 11px;
	height: 50px;
	margin: 0px;
	padding: 5px 0 0 0;
	color: #FFFFFF;
	background-color: #004990;
	background-position: bottom;
	width: 860px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
