@charset "UTF-8";
body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #666666;
	background-image: url(../imgs/back01.gif);
	background-repeat: repeat;
}
#container  {
	width: 750px; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	height: auto;
}
#header  {
	background: #FFFFFF; 
	padding: 0px;
}
h1  {
	float:left;
	margin: 20px 0 0 0;
	padding:0;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
	text-align:center;
	width:350px;
}

#logo  {
	float: left;
	width: 200px;
	margin: 0;
}

#toplink  {
	float: right;
	margin: 20px 10px 0 0;
	width: 190px;
	text-align: right;
	font-size: 10px;
}
#toplink  a:link {
	color: #333333;
	text-decoration: none;
}
#toplink  a:visited {
	text-decoration: none;
	color: #666666;
}
#toplink  a:hover {
	text-decoration: underline;
	color: #FF0000;
}
#toplink  a:active {
	text-decoration: none;
	color: #FF0000;
}

#Flash  {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 30px;
	width: 750px;
}

#mainContent  {
	background: #FFFFFF;
	width: 750px;
}

#left  {
	float: left;
	padding-left: 50px;
	width: 150px;
}
#right  {
	float: left;
	padding-left: 20px;
	width: 530px;
}

#mainContent  h2 {
	font-size: 14px;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	text-decoration: none;
	line-height: 20px;
}
#text {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	color: #333333;
	line-height: 16px;
}
#tell {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
}
#clear {
	font-size: 0px;
	width: 750px;
	clear: both;
	line-height: 0px;
} 
#navibar {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background-color: #222222;
	height: 15px;
	width: 750px;
	background-position: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 50px;
} 
#navibar  a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#navibar  a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
#navibar  a:hover {
	text-decoration: underline;
	color: #FF0000;
}
#navibar  a:active {
	text-decoration: none;
	color: #FF0000;
}
#footer {
	font-size: 9px;
	color: #333333;
	text-decoration: none;
	text-align: center;
	padding: 10px;
	vertical-align: middle;
} 
#footer  a:link {
	color: #333333;
	text-decoration: none;
}
#footer  a:visited {
	text-decoration: none;
	color: #666666;
}
#footer  a:hover {
	text-decoration: underline;
	color: #FF0000;
}
#footer  a:active {
	text-decoration: none;
	color: #FF0000;
}
