@charset "utf-8";
/* base */
 
body {
    font: 13px/1.231 arial,helvetica,clean,sans-serif;
    *font-size: small;
    *font: x-small;
	height: 100%;
    background: url(images/body_bg.jpg) repeat;
	margin: 0;
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	line-height: 1.5em;
}

select,input,button,textarea {
    font: 99% arial,helvetica,clean,sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,code,kbd,samp,tt {
    font-family: monospace;
    *font-size: 108%;
    line-height:100%;
}

a,img,a img,iframe,form,fieldset,abbr,acronym,object,applet {  
    border: none;  
} 

/* link */

a:link {
	color: #000;
}

a:visited {
	color: #333;
}

a:hover {
	color: #555;
	text-decoration: none;
}

a:focus,
textarea:focus,
input:focus {
	outline: 1px solid #aaa;
}

/* text */

h1 {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-size: 167%;
	color: #333;
}

h2 {
	margin: 5px 0;
	font-size: 131%;
}

h3 {
	margin: 0;
	font-size: 116%;
}

p {
	margin: 0;
	padding: 10px;
}

blockquote {
	margin: 1em 0 1em 20px;
	padding: 1px 20px;
	border: 1px solid #eee;
	color: #444;
}

pre {
	padding: 10px 20px;
	background-color: #f5f5f5;
	overflow: auto;
	width: 90%;
	_width: 95%; /* for IE6 */
}

em {
	font-weight: bold;
	font-style: normal;
}

strong {
	font-size: 109%;
}

/* table */

table {
	margin: 1em 0;
	border: 1px solid #ccc;
	background-color: #fff;
}

caption {
	padding-bottom: 0.3em;
}

th,td {
	padding: 0.3em 10px;
	border-collapse: separate;
	border-spacing: 1px;
}

th {
	border-right: 1px solid #ddd;
	color: #333;
	background-color: #f5f5f5;
}

td {
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
}

#container { 
	width: 820px;
    height: 100%;
    min-height: 100%;
    background: url(images/container_bg.jpg) repeat-y;
	margin: 0 auto -20px;
	text-align: left;
	border-top: #00024f solid 10px;
} 

/* header */

#header {
    width: 800px;
	height: 133px;
    background: url(images/header_bg.jpg) top no-repeat;
    margin: 0 auto;
    position: relative;
} 

#header h1 {
    margin: 0;
    padding: 0;
	z-index: 10;
}

/* globalNavi */

#globalNavi {
    width: 792px;
	height: 23px;
    background: url(images/globalNavi_bg.jpg) left no-repeat;
	margin: 0 3px 0 5px;
	padding: 0;
	list-style-type: none;
	position: absolute;
	bottom: 5px;
}

#globalNavi li {
    width: 130px;
	height: 23px;
	background: #333333;
	margin: 0 2px 0 0;
	padding: 0;
	float: left;
	display: inline;
}

/* sidebar */

#sidebar {
	width: 230px; /* 標準に準拠したブラウザまたは Internet Explorer の標準モードでは、この div の実際の幅には、幅に加えて余白と境界線も含まれます */
	background: #EBEBEB;
	margin: 0 15px 0 0; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
	padding: 0;
    float: right;
}

/* mainContent */

#mainContent { 
	margin: 0 250px 20px 0;
	padding: 0 0 0 15px;
}

#mainContent p {
    background: #ebebeb;
    padding: 10px;
}

/* news */

#news {
    margin: 0 0 0 10px;
    padding: 0;
    list-style-type: none;
	color: #00014e;
}

#news li {
    padding: 5px 0;
}

#news span {
    color: #019a01;
}

/* team information */

table#teamInfo_other {
    margin: 0;
	padding: 0;
    border: none;
}

table#teamInfo_other tr {
    border: none;
}

table#teamInfo_other th {
    background: #ffffff;
	color: #000000;
    border: none;
    font-weight: normal;
	text-align: right;
	vertical-align: top;
	padding-left: 0;
}

table#teamInfo_other td {
    border: none;
}

/* member */

.member {
    width: 175px;
	height: 90px;
	background: url(images/member_bg.jpg);
	margin: 5px;
	float: left;
}

.member img {
	float: left;
	margin: 5px;
}

.memberName {
    width: 75px;
    margin: 15px 5px 0 0;
	padding-bottom: 5px;
	border-bottom: dotted 2px #999999;
    font-size: 16px;
	font-weight: bold;
	color: #00014e;
	letter-spacing: 0.1em;
	float: left;
}

.memberName_e {
    font-size: 12px;
	font-weight: bold;
	color: #ff9900;
	float: left;
}

h3.grade {
    margin: 10px 0;
    padding: 6px 10px 3px;
    font-size: 20px;
	color: #00014e;
    border-bottom: dotted 2px #999999;
	border-left: double 5px #00014e;
	clear: left;
}

h3.grade span {
    margin-left: 10px;
    color: #cccccc;
	font-size: 12px;
}

/* staff */

.comment {
    width: 360px;
	margin: 5px;
	float: left;
}

/* schedule */

.red {
    color: #990000;
}

.blue {
    color: #0033ff;
}

.home {
    color: #ffcc00;
}

.away {
    color: #0066ff;
}

/* link */

ul#link {
    margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#link li {
    height: 25px;
    position: relative;
}

.link {
    width: 160px;
	position: absolute;
	top: 0;
	left: 20px;
}

.linkc {
	padding-left: 30px;
	position: absolute;
	top: 0;
	left: 180px;
}

.linkcs {
	padding-left: 30px;
	position: absolute;
	top: 0;
	left: 180px;
	background: url(images/sogo.jpg) top left no-repeat;
}

h3.cat {
    margin: 10px 0;
    padding: 6px 10px 3px;
    font-size: 14px;
	color: #00014e;
    border-bottom: dotted 2px #999999;
	border-left: double 5px #ff9900;
	clear: left;
}

/* pan */

#pan {
    margin: 3px 0 10px 10px;
}

/* footer */

#footer {
    width: 800px;
    background: #00014e;
    margin: 0 auto;
	color: #ffffff;
}

#footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0;
	text-align: right; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}

#footer a {
	color: #fff;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* adsence */

#ad01 {
    width: 728px;
	height: 15px;
	margin: 5px auto 10px;
}

#ad02 {
    width: 224px;
	height: 100px;
	margin: 5px auto;
}