@charset "utf-8";
/* CSS Document */

h1, h2, h3, p, dl, dt, dd, ul, ol, li, form, input, img {margin:0;	padding:0;}

* {
  padding: 0;
  margin: 0;
}

a {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #0033CC;
	text-decoration: underline;
}
body {
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
	color: #333333;
	line-height: 140%;
	padding: 0;
	margin: 0;
}

/* ---------------------------------------- レイアウトに関する指定 */

#wrapper {
	text-align: left;
	width: 800px;
	margin: 0 auto;
}
#header {
	width: 800px;
}
#header:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
#header {
	zoom: 1;
}
#headerLeft {
	float: left;
	width: 255px;
}
#headerRight {
	float: right;
	width: 540px;
}
#headerRight ul  {
	margin-top: 60px;
}

#headerRight li  {
	float: right;
}
#headerRight ul:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
#headerRight ul {
	zoom: 1;
}


#headLogo {
	margin-bottom: 5px;
}
#headLogo h1 {
}

#glovalNavi {
	margin-bottom: 15px;
}
#glovalNavi ul {
}
#glovalNavi ul:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

#glovalNavi ul {
	zoom: 1;
}
#glovalNavi li {
	float: left;
}

#topNews {
	width: 780px;
	margin-bottom: 30px;
}
.newsBox {
	margin-left: 10px;
	margin-bottom: 10px;
}
#topNews .newsBox:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
#topNews .newsBox {
	zoom: 1;
}
#topNews .newsBox .date {
	color: #0099FF;
	background-image: url(../images/top0912/leader1.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	float: left;
	margin-right: 13px;
	padding-left: 15px;
}
#topNews .newsBox .newsTxt {
}

#topNews .btn_Link {
	text-align: right;
}

#topBannerBox {
	margin-bottom: 20px;
}
#topBannerBox:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
#topBannerBox {
	zoom: 1;
}
#topBannerBox ul {
}
#topBannerBox li {
	float: left;
	width: 200px;
}



