@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1;
}
body {
	text-align: center;
	margin: 0 auto;
	font-size: 12px;
  font-family: sans-serif;
  color: #666666;
	width:100%;
  line-height: 1;
	background: url("../img_top/bg_header3.jpg") no-repeat 48% 0;
}
/*（Win IE6）*/
* html body {
    font-size: 75%;
    font-family: "ＭＳ Ｐゴシック", sans-serif;
}
/*（Win IE7）*/
*:first-child+html body {
    font-size: 75%;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}


ul {
	list-style: none;
}

em {
	font-weight: bold;
	font-style: normal;
}

img {
	border: 0;
	vertical-align: top;
}



/*----- links color scheme -----*/
a {
	color: #0099cb;
}
a:visited {
	color: #996699;
}
a:hover {
	color: #0000ff;
}


/*----- layout -----*/


.contents {
	margin: 0 auto;
	width: 901px;
	text-align: center;
	position: relative;
}

.header-top {
}

.container-header {
	margin: 0 auto;
}
.container-header .globalNavi {
	float: right;
	display: inline;
	margin-top: 38px;
	margin-right: 20px;
	width: 490px;
}
.container-header ul.globalNavi li {
	float: left;
}

.header {
	width: 901px;
	text-align: left;
	height: 120px;
	background: url(../img_top/bg_header4.jpg) no-repeat 0 0;
}
.header h1 {
	float: left;
	padding: 40px 0 0 20px;
	display: inline;
}
.header ul.siteNavi {
	float: right;
	display: inline;
	margin-right: 20px;
	margin-top: 5px;
}
.header ul.siteNavi li{
	margin-left: 19px;
	padding-top: 12px;
	float: left;
	display: inline;
}
ul.siteNavi li.nv-recruit {
	margin-left: 19px;
	padding-top: 0;
	float: left;
	display: inline;
}
	
.header .flashcontent {
	clear: both;
	top: 132px;
}

.container-main {
	margin-top: 29px;
	margin-bottom: 30px;
}

.news {
	width: 480px;
	float: left;
	margin-left: 20px;
	display: inline;
}
.news .title {
	margin-bottom: -9px;
}
.news .title h2 {
	float: left;
	margin-top: 1px;
}
.news .title img.backnumber {
	float: right;
}

.news h3 {
	clear: both;
	color: #006699;
	font-weight: normal;
	font-size: 85%;
	letter-spacing: 1px;
	background: url(../img/boder_dot.jpg) repeat-x 0 50%;
	margin-top: 35px;
	margin-left: 71px;
	text-indent: -71px;
	text-align: left;
}
.news p {
	margin-top: 5px;
	margin-left: 71px;
	padding-left:17px;
	font-size: 85%;
	background: url(../img/list_style.jpg) no-repeat 0 0.6em;
	line-height: 1.6;
	letter-spacing: 1px;
	text-align: left;
}

.side {
	float: right;
	width: 350px;
	display: inline;
	margin-right: 20px;
}
.side ul.menu {
}
.side ul.menu li {
}
.side .search {
	background: url(../img_top/bg_blue.jpg) no-repeat 100%;
	width: 350px;
	height: 85px;
}
.search ul {
	padding: 8px 0 0 7px;
}

.search li.sea-left {
	float: left;
} 

.search li.sea-right {
	float: right;
	display: inline;
	margin-right: 7px;
}

.side .buturyu {
	clear: both;
	background: url(../img_top/bg_shadow.jpg) no-repeat;
	margin-top: 10px;
}
.side .buturyu ul {
	float: left;
	padding: 10px 0 11px 10px;
}

.side .buturyu ul li.last-child {
	margin-top: 10px;
}

.side .privacy {
	clear: both;
	margin-top: 10px;
}

.continar-category {
	clear: both;
	width: 100%;
	height: 80px;
	background: #EEF8FC;
}

.category-main {
	margin: 0 auto;
	width: 861px;
	margin-bottom: 10px;
}

.category {
	float: left;
	margin: 0;
}

.category-type2 {
	padding: 0 0 0 7px;
}
.category img.banner {
	display: block;
	margin: 10px 0px 0px;
}
.category img.text {
	display: block;
	margin-top: 3px;
	text-align: left;
}

.container-footer {
	padding-top: 18px;
	background: url(../img/bg_footer.jpg) repeat 0 100%;
	clear: both;
	height: 109px;
}
.footer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-size: 85%;
	text-align: center;
	padding-top: 2px;
	margin-bottom: 0;
}
.footer a {
	text-decoration: none;
}
.footer ul li {
	display: inline;
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid #666666;
}
.footer ul li.last {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}
.footer p {
	margin-top: 21px;
}

.flash-area {
	width: 860px;
	height: 200px;
}

/*---------------------------------------------------
* clearfix
*--------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* for IE7, MacIE5 */
.clearfix {
	display: inline-block;
}
/* for MacIE5 \*/
* html.clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

