@charset "utf-8";
body {
	color: #333333;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

p {
	margin: 0px;
	padding: 0px;
}
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 0px;
}
#header   {
	height: 98px;
}
#header   #logo  {
	float: left;
	height: 30px;
	width: 230px;
	margin-top: 40px;
}
#header #mainMenu {
	float: right;
	height: 16px;
	width: 340px;
	margin-top: 76px;
	margin-right: 10px;
}
#topImage   {
	height: 320px;
	margin-bottom: 10px;
}
#contents  {
	padding: 0px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	clear: both;
}
#contents #vision {
	float: left;
	height: 350px;
	width: 180px;
}
#contents #information {
	float: left;
	width: 400px;
	margin-left: 10px;
}
#contents  #information  .line   {
	background-image: url(images/news_line.gif);
	background-repeat: repeat-x;
}
#contents   #information   #news {
	background-repeat: no-repeat;
	width: auto;
	margin-bottom: 6px;
	height: 172px;
}
#contents #information #news #news_txt {
	height: 129px;
	width: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #3f92a3;
	border-bottom-color: #3f92a3;
	border-left-color: #3f92a3;
	line-height: 14px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-top: 12px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
}



#contents #information #update {
	background-repeat: no-repeat;
	width: auto;
	height: 172px;
}
#contents #information #update #update_txt {
	height: 129px;
	width: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #3F92A3;
	border-bottom-color: #3F92A3;
	border-left-color: #3F92A3;
	padding-top: 12px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 14px;
	font-size: 12px;
}


#contents #linkSpecial {
	float: right;
	height: 350px;
	width: 180px;
	background-image: url(images/banner_fun_bg.jpg);
	background-repeat: no-repeat;
}

#contents #linkSpecial #linkInterview {
	margin-right: auto;
	margin-left: auto;
	height: 90px;
	margin-bottom: 20px;
	margin-top: 90px;
}
#contents #linkSpecial #linkStaffBlog {
	height: 90px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#contents #linkSpecial #linkIndex {
	margin-right: auto;
	margin-left: auto;
	height: 20px;
}
#contents #spacer {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 10px;
	width: 100%;
}



#footer {
	margin: 0px;
	height: 40px;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	width: 780px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	clear: both;
}

#footer #about {
	float: left;
	height: 12px;
	width: 90px;
	margin-top: 4px;
	margin-left: 8px;
}
#footer #copyright {
	float: right;
	height: 12px;
	width: 250px;
	margin-top: 4px;
	margin-right: 8px;
}
