@charset "utf-8";

/* ===============================================

	FORMAT
  
=============================================== */
*{
	margin:0;
	padding:0;
}

body {
	text-align: center;
	color: #fff;
	background: url(images10/body_bg.gif) repeat-x #000;
}

h1,h2,h3,h4,h5 {
	line-height: 1;
	font-size: 100%;
	font-weight: normal;
}

img {
	border: none;
	vertical-align: bottom;
}

ul, ol, li, dl, dt, dd {
	list-style:none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-weight:normal;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}



/* ===============================================

	FONT SIZE
  
==================================================

Yahoo UI Library Fonts CSS
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
http://developer.yahoo.com/yui/license.txt
http://developer.yahoo.com/yui/fonts/

   Font-size Adjustment

   10px = 77%       |   11px = 85%
   12px = 93%       |   13px = 100%
   14px = 108%      |   15px = 116%
   16px = 123.1%    |   17px = 131%
   18px = 138.5%    |   19px = 146.5%
   20px = 153.9%    |   21px = 161.6%
   22px = 167%      |   23px = 174%
   24px = 182%      |   25px = 189%
   26px = 197%

=============================================== */
body {
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	line-height: 1.5;
}

table {
	font-size: inherit;
	font: 100%;
}
 
select, input, textarea {
	font-size: 100%;
}

sup {
	font-size:77%;
	vertical-align:top;
}



/* ===============================================

	FONT FAMILY
  
=============================================== */
body {
	font-family:  "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ" , Meiryo, "ＭＳ Ｐゴシック",Verdana, Arial, Helvetica, sans-serif;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
}


/* ===============================================

	LINK DECORATION
  
=============================================== */
a {
	color: #fff;
	text-decoration: underline;
	outline:none;
}

a:link {
	color: #fff;
	text-decoration: underline;
}

a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: none;
}



/* ===============================================

	LAYOUT
  
=============================================== */
div#container {
	width: 830px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(images10/bg.gif) repeat;
	border-left: 10px solid #333;
	border-right: 10px solid #333;
}

p#header {
	width: 694px;
	height: 130px;
	position: relative;
	margin: 0 auto;
}

p#header span {
	position: absolute;
	bottom: -30px;
	right: 50px;
}

ul#pdf {
	margin: 30px 0 30px -60px;
}

ul#pdf li {
	display: inline;
	margin-left: 60px;
}

address {
	padding-bottom: 20px;
}

ul.banner {
	width: 420px;
	/*width: 640px;*/
	margin: 15px auto 30px auto;
	text-align: center;
	overflow: hidden;
}


ul.banner li {
	float: left;
	display: inline;
	margin: 0 20px 10px 0;
}

ul.banner li.last {
	margin-right: 0;
}

ul.banner2 {
	/*width: 420px;*/
	width: 640px;
	margin: 15px auto 0 auto;
	text-align: center;
	overflow: hidden;
}


ul.banner2 li {
	float: left;
	display: inline;
	margin: 0 20px 0 0;
}

ul.banner2 li.last {
	margin-right: 0;
}

#resultLink {
	width: 576px;
	background: url(images10/slash_bg.gif) repeat;
	padding: 5px 7px 7px 7px;
	margin: 0 auto 30px auto;
	z-index: 1;
}

#resultLink ul {
	width: 576px;
	background: url(images10/bg.gif) repeat;
	padding-top: 10px;
}

#resultLink ul li {
	font-weight: bold;
	font-size: 108%;
	padding-bottom: 10px;
}



/*----------- result10.html用css -----------*/
#result {
	width: 604px;
	margin: 30px auto 0 auto;
}

#result p.list {
	margin-bottom:30px;
	border: 2px solid #ccc;
}

table#teamPhoto {
	width: 100%;
	background: #fff;
	color: #333;
	margin-bottom: 15px;
}

table#teamPhoto caption {
	margin-bottom: 5px;
}

table#teamPhoto th {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px dotted #bbb;
	text-align: center;
	background: url(images10/table_bg.gif);
	padding: 20px 0 5px 0;
	font-size: 123.1%;
}

table#teamPhoto th img {
	border: 2px solid #666;
	margin-bottom: 5px;
}

table#teamPhoto td {
	width: 50%;
	border-top: none;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px 20px;
}

table#teamPhoto th p.name {
	font-weight: bold;
	font-size: 108%;
	color: #F00;
}

p#win {
	margin: 20px 0 -10px 0;
}
	



/* ===============================================

	PINGFIX
  
=============================================== */
* html div#winner09 img,
	   div#photo09 img,
	   p#snap img,
	   p#win img {
behavior: expression(IEPNGFIX.fix(this));
}




/* ===============================================

	マウスオーバー
  
=============================================== */
a:hover img.on {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
