/* style */

* {
	margin:0;
	padding:0;
	/*overflow-x:hidden;*/
}

/* begin clearfix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-table;
	zoom: 1; /* for IE5.5 - IE7 */
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* end clearfix */

html,body,h1,h2,h3,h4,h5,h6,img,p,a,dl,dt,dd,form,blockquote,pre,address{ 
	margin:0; padding:0; border:0;
}
body {
	color:#FAFBFE;
	font-size:75%;
	line-height:1.5;
	background-color:#7E90A7;
}

h1,h2,h3,h4,h5,h6 { 
	font-weight:normal;
	font-size:100%;
}

input,textarea,option,select {
	color:#4f4f4f;
	line-height:1.3;
	font-size:100%;
}

form {
	margin:0;
	padding:0;
}

hr {
	display:none;
	color:#fff;
}

//img {
//	border:none;
//}
img {
	behavior: url(/script/iepngfix.htc)
}

a,a:active,link,visited {
	color:#4f4f4f;
}

a:hover {
	color:#73CAFF;
}

.clear {
	clear:both;
}

.align_center {
	text-align:center;
}

.align_right {
	text-align:right;
}

.bold {
	font-weight:bold;
}

.red {
	color:#F2A18B;
}

.txt10 {
	font-size:10px;
}

/* layout */

#wrapper {
	background-image:url("../images/bg_header.gif");
	background-repeat:repeat-x;
}

#flash {
	height:385px;
}

#flash_no {
	height:382px;
	margin-bottom:3px;
}

#contents {
	width:100%;
	background-image:url("../images/bg_contents.gif");
	background-repeat:repeat-x;
	background-color:#7E90A8;
	float:left;
	padding-top:4px;
	overflow:hidden;
}
/* page box ----------------- */

/* top */

#top_left {
	float:left;
	width:255px;
/*	padding:10px;*/
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}

#top_center {
	float:left;
	background-image:url("../images/bg_contents_center.gif");
	background-repeat:repeat-x;
	background-color:#778DA8;
	width:297px;
	padding:10px;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}

#top_right {
	float:left;
	width:176px;
	padding:10px;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}

#top_left ul li {
	list-style-type:square;
	margin:0 0 10px 15px;
}

#top_pic {
	float:left;
	width:297px;
}

#top_pic_left {
	float:left;
	text-align:center;
/*	margin-bottom:40px;*/
}

#top_pic_right {
	float:right;
	text-align:center;
}

/* company */
#company_left {
	float:left;
	width:113px;
	padding:10px;
}

#company_center {
	float:left;
	background-image:url("../company/images/bg_company.gif");
	background-repeat:repeat-x;
	background-color:#869BB3;
	width:419px;
	padding:10px;
}
#company_center a,a:active,link,visited {
	color: #D6F0FA;
	text-decoration: none;
}

#company_center a:hover {
	color: #fff;
	text-decoration: underline;
}

#company_right {
	width: 176px;
	padding: 10px;
	float: left;
}

#company_left a,a:active,link,visited {
	color: #fff;
}

#company_left a:hover {
	color:#8697AE;
	text-decoration:none;
}

#company_left ul li {
	list-style-type:disc;
	margin:0 0 5px 15px;
}

#company_center ul li {
	list-style-type:disc;
	margin-left:20px;
}

dl {
	width:419px;
	margin-bottom:3px;
}

dt {
	width:95px;
	clear:left;
	float:left;
}

dd {
	width:304px;
	margin-left:105px;
}

/* service */
#service_left {
	float:left;
	background-image:url("../service/images/bg_service.gif");
	background-repeat:repeat-x;
	background-color:#899CB5;
	width:552px;
	padding:10px;
}

#service_right {
	width:176px;
	padding:10px;
	float:left;
}

/* vision */
#vision_left {
	float:left;
	background-image:url("../vision/images/bg_vision.gif");
	background-repeat:repeat-x;
	background-color:#899CB5;
	width:552px;
	padding:10px;
}

#vision_right {
	width:176px;
	padding:10px;
	float:left;
}

/* recruit */
#recruit_left {
	float:left;
	width:113px;
	padding:10px;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}

#recruit_center {
	float:left;
	background-image:url("../recruit/images/bg_recruit.gif");
	background-repeat:repeat-x;
	background-color:#869BB3;
	width:419px;
	padding:10px;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}

#recruit_right {
	width:176px;
	padding:10px;
	float:left;
	text-align:center;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}

#recruit_left ul li {
	list-style-type:disc;
	margin:0 0 5px 15px;
}

#recruit_center dl {
	width:419px;
	margin-bottom:3px;
}

#recruit_center dt {
	width:70px;
	clear:left;
	float:left;
}

#recruit_center dd {
	width:329px;
	margin-left:70px;
}

#box {
	clear:left;
	width:419px;
}

#box_left {
	width:70px;
	float:left;
}

#box_right {
	width:349px;
	float:left;
}

.dl_in {
	clear:left;
	width:349px;
}

.dl_in_left {
	float:left;
	width:70px;
}

.dl_in_right {
	float:left;
	width:279px;
}

#recruit_left a,a:active,link,visited {
	color:#fff;
}

#recruit_left a:hover {
	color:#8697AE;
	text-decoration:none;
}

/* form */
#form_left {
	float:left;
	width:113px;
	padding:10px;
}

#form_right {
	background-image:url("../service/images/bg_service.gif");
	background-repeat:repeat-x;
	background-color:#899CB5;
	width:615px;
	padding:10px;
	float:left;
}
#form_right a,a:active,link,visited {
	color: #D6F0FA;
	text-decoration: none;
}

#form_right a:hover {
	color: #fff;
	text-decoration: underline;
}

#form_left a,a:active,link,visited {
	color:#fff;
}

#form_left a:hover {
	color:#8697AE;
	text-decoration:none;
}

#form_left ul li {
	list-style-type:disc;
	margin:0 0 5px 15px;
}

.bg_blue {
	background-color:#677D9A;
}

#salary {
	background-color:#fff;
}

#salary td {
	padding:2px;
}

#form_pad {
	/*background-color:#fff;*/
}

#form_pad td {
	padding:5px;
}

.b_white_t {
	border-top:1px solid #fff;
}

/* contact */
#contact {
	float:left;
	width:748px;
	padding:10px;
}

#contact a,a:active,link,visited {
	color: #D6F0FA;
	text-decoration: none;
}

#contact a:hover {
	color: #fff;
	text-decoration: underline;
}

/* footer */

#footer {
	clear:both;
	width:auto;
	height:65px;
	padding:20px 0;
	background-image:url("../images/footer.gif");
	background-repeat:repeat-x;
	color:#D6F0FA;
}

#footer_left {
	padding-left:10px;
	float:left;
}

#footer_right {
	padding-left:70px;
	float:left;
}

#footer a,a:active,link,visited {
	color:#D6F0FA;
	text-decoration:none;
}

#footer a:hover {
	color:#9CB9C4;
}

/* space */

.bottom_20 {
	margin-bottom:20px;
}

.bottom_40 {
	margin-bottom:40px;
}

.bottom_70 {
	margin-bottom:70px;
}

.top_40 {
	margin-top:40px;
}

.left_90 {
	margin-left:90px;
}

.left_10 {
	margin-left:10px;
}

.left_15 {
	margin-left:15px;
}

.left_20 {
	margin-left:20px;
}

.left_25 {
	margin-left:25px;
}

.left_40 {
	margin-left:40px;
}

.left_70 {
	margin-left:70px;
}

/* ADD 2009/01/21 START */
.topics {
  height: 425px;
  padding: 1px;
  overflow: auto;
}
/* ADD 2009/01/21 END */
/*個人情報取り扱い同意書*/
.agreement {
	width: 595px;
	height: 200px;
	padding: 10px;
	border-top: 2px groove #999;
	border-bottom: 2px groove #fff;
	border-left: 2px groove #999;
	border-right: 2px groove #fff;
	overflow: auto;
}

/*個人情報取り扱いボタン*/
.agreement_button {
	width: 595px;
	padding: 10px;
	text-align: center;
}

/*文書フレーム*/
.privacy_frame {
	border: 1px solid #ccc;
/*	background-color: #3a4654;*/
	padding: 10px;
	margin-bottom: 5px;
}

.privacy_frame dl {
	width:397px;
	margin-bottom:3px;
}

.privacy_frame dt {
	width:95px;
	clear:left;
	float:left;
}

.privacy_frame dd {
	width:284px;
	margin-left:105px;
}

/**/
#top_left_top {
	position: relative;
}
#top_left_bottom {
	padding: 10px;
}

#topics_loading {
	width: 255px;
	z-index: 10000;
	background-color:#8BC1ED;
	color:#fff;
	text-align:center;
	position: absolute;
	top: 20px;		/*記事操作ボタン(前の5件、次の5件)の高さと合わせる*/
	left: 0px;
}

