/* common style */

/*=====element style=====*/

*{
	margin:0px;
	padding:0px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
img{
	border:none;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
/*=====common style=====*/
.clear{
	clear:both;
}
.FontSize85{
	font-size:85%;
	}
/*=====layout style=====*/
div#wrapper{
}
div#container{
	background-image:url(../images/contentsbg.gif);
	background-repeat:repeat-y;
	width:743px;
	margin:20px auto 10px auto;
}
div#header{
}
div#inner-contents{
	float:right;
	padding-left:10px;
	margin-top:15px;
	margin-right:20px;
	margin-bottom:25px;
	width:485px;
}
div#sidemenu{
	float:left;
	width:204px;
	background-image:url(../images/sidemenu_bghead.gif);
	background-repeat:no-repeat;
	background-color:#BBE3F9;
	margin:auto 0px;
}
div#contents{
}
div#footer{
	padding-top:4px;
	font-size:x-small;
	background-image:url(../images/foot_banner.gif);
	background-repeat:no-repeat;
	width:743px;
	height:24px;
}
/*=====header=====*/
div#headerbox{
	height:47px;
	background-image:url(../images/headerbg.gif);
	background-repeat:no-repeat;
}
#headerbox img{
	margin-left:30px;
	margin-top:6px;
}
#header ul{
	margin-left:45px;
	padding-top:3px;
	height:47px;
	list-style-type:none;
}
#header li{
	float:left;
}
#header li a{
	display:block;
	margin-right:2px;
	width:163px;
	height:37px;
	text-indent:-9999px;
	text-decoration:none;
	background-position:0px 0px;
}
a#menu01{
	background-image:url(../images/menu_information.gif);
}
a#menu01:hover{
	background-position:0px -37px;
}
a#menu02{
	background-image:url(../images/menu_workcontents.gif);
}
a#menu02:hover{
	background-position:0px -37px;
}
a#menu03{
	background-image:url(../images/menu_recruit.gif);
}
a#menu03:hover{
	background-position:0px -37px;
}
a#menu04{
	background-image:url(../images/menu_inquiry.gif);
}
a#menu04:hover{
	background-position:0px -37px;
}

/*=====contents=====*/
#contents p{
	font-size:small;
	text-align:center;
	clear:left;
	margin-bottom:20px;
}
div#columns{
	height:70px;
}
#columns a{
	margin-top:15px;
	margin-left:40px;
	margin-bottom:15px;
	float:left;
}
/*=====sidemenu=====*/
#sidemenu ul{
	margin-top:16px;
	margin-left:12px;
	margin-bottom:8px;
	list-style-type:none;
}
#sidemenu li img{
	margin-bottom:3px;
}
#sidemenu li a{
}
#sidemenu li a:hover{
}
/*=====footer=====*/
#footer ul{
	float:left;
	margin-left:30px;
	list-style-type:none;	
}
#footer li{
	display:block;
	padding-left:4px;
	margin-left:7px;
	float:left;
	border-left:1px solid #888888;
}
#footer p{
	color:#515457;
	margin-right:40px;
	float:right;
}


/****** highslide.js ******/
.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
	background-color: #FFF;
}

