@charset "shift-jis";

body {
	margin:0px;
 	padding:0 0 20px 0;
 	font-size:83%;
	line-height:130%;
	font-weight:normal;
  color:#666666;
	font-family:"‚l‚r ƒSƒVƒbƒN";
 	background: url("../img/background.gif") left top repeat-x;
	word-break:breakall;
	text-align:center;
  }
* html body{ /* IE only */
 	font-size:72%;
}

div , p , h1 , h2 , h3 , h4 , h5 , h6 , dl , dt , dd , ul , li {
	margin:0px;
 	padding:0px;
 	font-size:100%;
 	font-weight:normal;
 	text-align:left;
}

p {margin-bottom:0.8em;}

table , tr , td {
	margin:0px;
 	padding:0px;
 	font-size:100%;
 	font-weight:normal;
 	text-align:left;
	border:none;
	border-collapse: collapse;
 }

.p_ll {
 text-align:right;
}

img {border:0;}
hr { display:none; }

.bold { font-weight:bold; }

.center {
 margin-left:auto;
 margin-right:auto;
 text-align:center;
 }

.float_l { float:left; }
.float_r { float:right; }
.clear_l { clear:left; }
.clear_r { clear:right; }
.clear_b { clear:both; }

.p_t5 {padding-top:5px;}
.p_t10 {padding-top:10px;}
.p_t15 {padding-top:15px;}
.p_t20 {padding-top:20px;}
.p_t25 {padding-top:25px;}
.p_t30 {padding-top:30px;}
.p_t40 {padding-top:40px;}

.p_b5 {padding-bottom:5px;}
.p_b10 {padding-bottom:10px;}
.p_b15 {padding-bottom:15px;}
.p_b20 {padding-bottom:20px;}
.p_b25 {padding-bottom:25px;}
.p_b30 {padding-bottom:30px;}
.p_b40 {padding-bottom:40px;}

.p_l10 {padding-left:10px;}
.p_l20 {padding-left:20px;}
.p_l40 {padding-left:40px;}
.p_r10 {padding-right:10px;}
.p_r20 {padding-right:20px;}

.indent {
	text-indent:-9999px;
}

#base {
	width:800px;
	margin:0 auto;
	}

/* header */
#header {
	height:60px;
	position:relative;
}

#header strong {
	font-weight: normal;
	font-size:86%;
}

#header h1 a {
	text-indent:-9999px;
 	background: url("../img/iact_logo.gif") left center no-repeat;
	height:29px;
	width:206px;
	position:absolute;
	left:0px;
	top:15px;
	display:block;
}

#header ul {
	font-size:50%;
	line-height:120%;
}
#header ul li {
	list-style:none;
}
#header ul li a {
	text-indent:-9999px;
	display:block;
	height:10px;

}

#header ul li#recluit {
	position:absolute;
	left:660px;
	top:15px;
	width:52px;
}
#header ul li#recluit a { background-image:url(../img/head_recluit.gif);	width:52px; }

#header ul li#sitemap {
	position:absolute;
	left:730px;
	top:15px;
}
#header ul li#sitemap a { background-image:url(../img/head_sitemap.gif);	width:63px; }

#header ul li a:hover {background-position:0px -10px;}

#header ul#sitelink {
	position:absolute;
	top:0px;
	left:-9999px;
}
#header ul#sitelink li {
	font-size:50%;
}

/* breadcrumbs */
ul#breadcrumbs {
	padding:15px 10px 0px 10px;
	height:60px;
}
ul#breadcrumbs li {
	display:inline;
	color:#ffffff;
	font-weight:bold;
	list-style:none;
	font-size:83%;
 	background: url("../img/breadcrumbs.gif") right center no-repeat;
	padding-left:10px;
	padding-right:12px;
	line-height:100%;
}
ul#breadcrumbs li#pre {
 	background:none;
}
ul#breadcrumbs li a {
	color:#ffffff;
	text-decoration:none;
}
ul#breadcrumbs li a:hover {
	text-decoration:underline;
}

/* column */
#main {
	padding:0 10px 0 10px;
	width:780px;
 	background: url("../img/side_bg.gif") right top repeat-y;
}

#main #main_col {
	float:left;
	width:590px;
}
#main #side_col {
	float:left;
	width:190px;
}

/* pagetop */

#pagetop {
	width:800px;
 	background: url("../img/footer_border.gif") left top repeat-x;
	text-align:right;
	padding:10px 0;
}
#pagetop a {
	padding-right:10px;
}


/* footer */

#footer {
	width:800px;
	height:30px;
 	background: url("../img/footer_bg.gif") left bottom repeat-x;
	font-size:83%;
	position:relative;
}

#footer ul {
	position: absolute ;
	top:10px;
	left:390px;
	text-align:right;
	width:400px;
}
#footer ul li {
	display:inline;
	text-align:right;
	list-style:none;
	padding-left:8px;
 	background: url("../img/footer_list.gif") left center no-repeat;
}

#footer ul li a {
	color:#666666;
	text-decoration:none;
}
#footer ul li a:hover {
	color:#2B8D84;
	text-decoration:underline;
}

address {
	display:block;
	font-style:normal;
	position: absolute ;
	top:10px;
	left:10px;
	width:380px;
}



a {	color:#2B8D84; text-decoration:underline; }
a:hover {	text-decoration:none; }
