﻿/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #333333;
	background: #F5F5F5 url(../images/body_bg.gif) left top repeat-x;
}

a {
	color: #333333;
	text-decoration: none;
	text-align: center;
	
}

a:hover {
	color: #FFFFFF;
	background-image: none;
	background-color: transparent;
	background-color: #660000;
	text-decoration: none;
}

img {
	border: none;
	vertical-align: top;
}

#globalNav {
	list-style-type: none;
	background: #FFFFFF left top repeat-x;
	height: 37px;
	font-size: 16px;
	font-weight: bold;
	/* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif; */
	font-family: Verdana, "ＭＳ Ｐゴシック",  "Hiragino Mincho Pro", "ヒラギノ明朝 ProW3", Osaka, sans-serif;
}


#globalNav ul {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 37px;
}

#globalNav li {
	display: inline;
	width: 14%;
	float: left;

}

#globalNav li a {
	color: #FFFFFF;
	background-image: none;
	background-color: transparent;
	background-color: #C0C0C0;
	text-decoration: none;
	width: 100%;
	display: block;
	padding: 7px 0 6px 0;
}

#globalNav a:hover {
	color: #FFFFFF;
	background-image: none;
	background-color: transparent;
	background-color: #660000;
	text-decoration: none;
}


#wrapper {
	width: 800px;
}

/*大枠*/
#header {
	background-color: #FFFFFF;
	height: 97px;
}

#primary {
	float: left;
	width: 579px;
	margin: 20px 0; /* 上下方向にマージンを指定 */
	padding: 0 0 10px 0;
	background-color: #FFFFFF;
	text-align:center;
}

#secondary {
	float: right;
	width: 211px;
	margin: 20px 0; /* 上下方向にマージンを指定 */
	padding: 0 0 10px 0;
	background-color: #FFFFFF;
}

#footer {
	clear: both; /* 寄せを解除 */
	background-color: #FFFFFF;
	height: 50px;
}

#six {
	float: left;
	height: 120px;
	width: 207px;
	margin: 0 0 10px 0; /* 上下方向にマージンを指定 */
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	/* border: 1px solid #E2E2E2; */
}

#seven {
	float: left;
	width: 100px;
	padding: 10px 0 0 0;
}

#eight {
	float: right;
	width: 100px;
	text-valign: bottom;
	
}

#tabT1 {
    font-weight : bold;
    color:#003366;
    font:150%;
    list-style : none;
}