@charset "UTF-8";

* { margin: 0; padding: 0; }

/* ------------------------------ Height Settings ------------------------------ */

html {
	height: 100%;
}
body {
	background-color: white;
	background-image: url('/img/cmn/body_bg.jpg');
	background-repeat: repeat;
	color: black;
	height: 100%;
	text-align: center;
}
* html div#container {
	height: 100%;
}
#container {
	width: 800px;
	margin: 0 auto;
	background-color: white;
	text-align: left;
	position: relative;
	min-height: 100%;
}
body > #container {
	height: auto;
}

/* ------------------------------ Common tags ------------------------------ */

div, p, span, th, td, li, input, textarea {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',"Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size: 12px;
	line-height: 150%;
}
ol, ul {
	list-style-type: none;
}
a {
	color: #039;
	overflow: hidden;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
address {
	text-decoration: none;
}
table {
	border-collapse: collapse;
}
th {
	white-space: nowrap;
}
th, td {
	vertical-align: top;
}

/* ------------------------------ Main area ------------------------------ */

#content {
	padding-bottom: 72px;
}

#main {
	padding: 28px;
}

/* ------------------------------ Header ------------------------------ */

#header {
	background: url('/img/cmn/header_bg.jpg') no-repeat;
	height: 35px;
}
#header h1 { display: none; }
#header p {
	text-align: right;
	padding: 7px 20px 0;
}
#header a {
	color: white;
	display: inline-block;
	padding-left: 8px;
	background: url('/img/cmn/bullet_small_white.gif') 0 4px no-repeat;
}
#menu {
	padding: 1px 0 10px;
	_margin-left: -1px;
}
#menu li {
	width: 98px;
	height: 40px;
	margin: 0 1px;
	float: left;
}
#menu li a {
	width: 98px;
	height: 40px;
	display: block;
	text-indent: -3000px;
	background-repeat: no-repeat;
	background-position: top;
}
#menu .on a, #menu a:hover { background-position: bottom; }
#menu .btn1 a { background-image: url('/img/cmn/menu_outline.gif'); }
#menu .btn2 a { background-image: url('/img/cmn/menu_facilities.gif'); }
#menu .btn3 a { background-image: url('/img/cmn/menu_gallery.gif'); }
#menu .btn4 a { background-image: url('/img/cmn/menu_places.gif'); }
#menu .btn5 a { background-image: url('/img/cmn/menu_alumni.gif'); }
#menu .btn6 a { background-image: url('/img/cmn/menu_exam.gif'); }
#menu .btn7 a { background-image: url('/img/cmn/menu_goods.gif'); }
#menu .btn8 a { background-image: url('/img/cmn/menu_link.gif'); }

#menu .btn2 {
	display: block;
	text-indent: -3000px;
	background-image: url('/img/cmn/menu_facilities_off.gif');
}

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

#footer {
	width: 100%;
	height: 42px;
	position: absolute;
	bottom: 0;
}
#footer ul {
	height: 19px;
	background: url('/img/cmn/footer_bg.jpg') repeat-x;
	text-align: right;
}
#footer li {
	display: inline;
	margin-right: 2em;
	padding-left: 8px;
	background: url('/img/cmn/bullet_small_white.gif') 0 50% no-repeat;
}
#footer li a {
	color: white;
	font-size: x-small;
	_font-size: xx-small;
}
#footer #copyright {
	color: #666;
	text-align: center;
	padding: 4px 0;
	font-size: x-small;
	_font-size: xx-small;
}

/* ------------------------------ Common Style ------------------------------ */

/* News */
#news_block {
	width: 523px;
	float: left;
	background: url('/img/cmn/news_box_bg.gif') repeat-y;
}
#news_block h3 {
	height: 26px;
	background: url('/img/cmn/news_box_top.gif') no-repeat;
	text-indent: -3000px;
}
#news_block .padder {
	padding: 10px 0 5px 20px;
	background: url('/img/cmn/news_box_bottom.gif') bottom no-repeat;
}
#news_block th, #news_block td {
	padding: 0 20px 10px 0;
}
#news_block th {
	white-space: nowrap;
	background: url('/img/cmn/bullet_small_red.gif') 0 4px no-repeat;
	padding-left: 10px;
	color: #039;
}

#news_block span {
	color: white;
	font-weight: bold;
	padding: 1px 3px;
	margin-right: 4px;
}
#news_block span.ladies		{ background-color: #f66; }
#news_block span.mens			{ background-color: #36c; }
#news_block span.selection	{ background-color: #393; }
#news_block span.other			{ background-color: #999; }
#news_block .news {
	text-align: right;
	background-color: white;
}
#news_block .news a {
	background: url('/img/cmn/bullet_small_gray.gif') 0 2px no-repeat;
	padding-left: 10px;
}

/* Results */
#results_block {
	width: 200px;
	float: right;
	background: url('/img/cmn/results_box_bg.gif') repeat-y;
}
#results_block h3 {
	height: 26px;
	background: url('/img/cmn/results_box_top.gif') no-repeat;
	text-indent: -3000px;
}
#results_block .padder {
	padding: 10px;
	background: url('/img/cmn/results_box_bottom.gif') bottom no-repeat;
}
#results_block li {
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #039;
	margin-bottom: 10px;
}
#results_block li.end {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
#results_block .score {
	font-weight: bold;
	font-size: 18px;
}
#results_block .teams {
	color: #069;
	font-size: 10px;
}
#results_block .date {
	color: #666;
	font-size: 10px;
}
#results_block a:hover p {
	text-decoration: underline;
}
.nothing {
	text-align: center;
}

.subhead {
	width: 400px;
	color: #039;
	font-size: 20px;
	_line-height: 24px;
	padding-left: 20px;
	background: url('/img/cmn/bullet_large_blue.gif') 0 0 no-repeat;
	margin: 0 0 20px -14px;
}

.int_link {
	background: url('/img/cmn/bullet_small_blue.gif') 0 2px no-repeat;
	padding-left: 10px;
}
.ext_link {
	background: url('/img/cmn/bullet_ext_link.gif') right 3px no-repeat;
	padding-right: 12px;
}

/* Bottom Logos */
#banner {
	text-align: center;
	margin: 30px 0 10px;
}
#ladies #banner {
	text-align: left;
}
#home #banner {
	text-align: center;
}
#banner h4 {
	color: #032883;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
}
.banner_images {
	margin-bottom: 20px;
}
#banner a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 16px;
}
#ladies #banner a {
	margin: 0 26px 0 0;
}
#banner p {
	margin: 0 0 2em 1em;
}

/* inline-block */
.inline-block {
	display:-moz-inline-box; /* for mozilla */
	display:inline-block; /* for Opera & Safari */
	zoom:1; /* has layout */
}
* html .inline-block { display:inline; }/* IE6 */
*:first-child+html .inline-block { display:inline; }/* IE7 */
/* Float Height Adjustment */
.clearfix { overflow:hidden; }
.clearfix:after { content:""; display:block; clear:both; height:1px; overflow:hidden;}
/*ﾂ･*/
* html .clearfix { height:1em; overflow:visible; }
/**/
