/* CSS Document */
body {
	background-image: url(sozai/b-tile-check7-1-y.jpg); /*一番外側の背景*/
	margin: 0; 
	padding: 0;
}

.page #container {
	width:900px; 
	background:#ffffff; /*一番外側の色*/
	margin: 20px auto; 
	border: 1px solid #000000;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
}

.page #header { 
    background:#e6e6fa; /*上のバーの背景色*/
	padding: 0 10px 0 20px; 
} 
.page #header p {
	margin: 0; 
	padding: 10px 0;
}
.page #mainContent {
	margin: 0; 
	padding: 10px 50px;
	background:#ffffff; /*mainContentの背景色*/
}

.page #footer { 
	padding: 0 10px; 
	background:#e6e6fa; /*下のバーの背景色*/
	
} 
.page #footer p {
	text-align:center;
	margin: 0; 
	padding-top: 10px;
	padding-bottom: 10px;
}
.style1 {
	font-size: x-large;
	color: #000000; /*「金沢大学医学部弓道部」の文字色*/
}

p,table,tr,td,dt,dd {
	font-style: normal;
	color: #000000; /*普通の文字色*/
}

a:link,a:visited {
	color: #000000; /*リンク文字色*/
	text-decoration: underline; /*リンク文字装飾*/
}

a:hover,a:active {
	color: #666666; /*ボタン押した後のリンク文字色*/
	text-decoration: underline; /*ボタン押した後のリンク文字装飾*/
}

em {
	color: #5f9ea0; /*強調文字の文字色。○の付く文字の色は同じ色に揃えていることが多い。好みで分けても良い*/
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
}

strong {
	font-weight: bolder; /*もっと強調文字の文字色○*/
	color: #5f9ea0;
}

h1,h2,h3,h4 {
	color: #5f9ea0; /*タイトル系の文字色○*/
}

th {
	color: #5f9ea0; /*タイトル系の文字色○*/
}

.minititle {
	color: #5f9ea0; /*小タイトル系の文字色。試合結果の試合タイトル等○*/
}

.first {
	color: #FF9933; /*優勝の文字色*/
}
.second {
	color: #9999CC; /*準優勝の文字色*/
}
.third {
	color: #993300; /*第3位の文字色*/
}
