@charset 'euc-jp';

/* formattingstyle
///////////////////////////////////////////////////////////////////*/

* {
	font-style: normal;
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}
body{
	margin: 0px auto 0px;
	color: #333;
	background:url(../images/header_bk.gif) repeat-x;
	font-size: 87.5%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.7;
}
p{
	text-align:justify;
}
img{
	border: 0;
}
table{
	border: 0;
	border-collapse:collapse;
}
a{
	color: #333;
	text-decoration:none;
}
a:hover{
	color: #0066cc;
	text-decoration:underline;
}
ul{list-style:none;}
hr{display:none;clear:both;}

.dnone{display:none;}
.fclear{clear:both;}

/*　Clearfix-------------------------　*/

.cf{ overflow: hidden;}

.cf:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*　---------------------------------　*/
.center{text-align: center;}
.right {
	float: right;
	margin: 0 0 10px 10px;
}
.left {
	float: left;
	margin: 0 10px 10px 0;
}
.aright{
	text-align: right;
	margin-right: 10px;
}
.aleft{
	text-align:left;
}
.space1{
	margin-bottom: 10px;
}
.space2{
	margin-bottom: 20px;
}
.space3{
	margin-bottom: 30px;
}
.nospace1{
	margin-bottom: -10px;
}
.nospace2{
	margin-bottom: -20px;
}
.nospace3{
	margin-bottom: -30px;
}
/*業務連絡　-----------------　*/
.kakunin {
	color:#FF00CC;
	font-size:130%;
	font-weight:bold;
	line-height:1.4;
}
/*ページのトップに戻る------ 　*/
#main .pagetop a{
	display:block;
	float:right;
	margin-right:10px;
	margin-bottom:20px;
	width:150px;
	height:21px;
	background:url(../images/pagetop.gif) no-repeat;
}
#main .pagetop a:hover{ background-position: 0px -21px;}
/* basic layout
///////////////////////////////////////////////////////////////////*/
#wrapper {
	margin: 0px auto 0px;
	width: 960px;
	background:url(../images/bk.gif) repeat-y;
	text-align: left;
}
#header {
	position:relative;
	margin: 0px;
	width: 960px;
	height:376px;
	background:url(../images/header_bk_image.jpg);
	z-index:0;
}
#contents {
	position:relative;
	clear: both;
	margin: 0px 5px 10px 5px;
	width: 950px;
	background:url(../images/contents_bk.gif) repeat-y;
	z-index:1;
}
#menu {
	display: inline;
	float: left;
	margin-right:15px;
	padding:20px 14px 20px 15px;
	width: 211px; /* 240px */
}
#main {
	float: left;
	width: 680px;
}
#footer {
	clear: both;
	margin: 0 5px 0;
	text-align: center;
}
/* header
///////////////////////////////////////////////////////////////////*/
#header h1 {
	position:absolute;
	top:0;
	left:25px;
	width: 935px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}
#header .color {
	color: #333;
}
#header #rogo {
	position:absolute;
	top:29px;
	left:25px;
}

/*ヘッダーメニュー-----------------　*/
#headermenu_area ul{
	display:inline;
	position:absolute;
	top:112px;
	right:20px;
	z-index:1;
}
#headermenu_area li{
	float:left;
	margin-left:15px;
}
#headermenu_area li a{
	padding-left:18px;
	height:21px;
	line-height:21px;
	color:#FFFFFF;
	background:url(../images/maru_blue.jpg) 0 0 no-repeat;
}
#headermenu_area li a:hover{
	background:url(../images/maru_orange.jpg) 0 0 no-repeat;
}

/*グローバルメニュー-----------------　*/
#globalmenu {
	position: absolute;
	top: 333px;
	left: 5px;
	width: 950px;
	height: 42px;
	text-align: center;
	font-weight: bold;
	line-height: 42px;
	z-index: 2;
}
	#globalmenu ul li {
		display:inline;
		float: left;
		height: 42px;
		line-height: 42px;
		font-size: 16px;
	}
	#globalmenu li a {
		display: block;
		overflow: hidden;
		width: 100%;
		color:  #fff;
		height: 0 !important;
		height /**/: 42px;
		padding-top: 42px;

	}
	#globalmenu li a.stay {
		color: #fff;
	}
	#globalmenu li a:hover {
		color: #fff;
		text-decoration:none;
	}
	#nav01 {width:159px}
	#nav02,#nav03,#nav04,#nav05 {width:158px}
	#nav06 {width:159px}
	
	/*オフマウス時*/
	#nav01 a { background: url(../images/global_menu.jpg);background-position: 0px 0;}
	#nav02 a { background: url(../images/global_menu.jpg);background-position:-159px 0;}
	#nav03 a { background: url(../images/global_menu.jpg);background-position:-317px 0;}
	#nav04 a { background: url(../images/global_menu.jpg);background-position:-475px 0;}
	#nav05 a { background: url(../images/global_menu.jpg);background-position:-633px 0;}
	#nav06 a { background: url(../images/global_menu.jpg);background-position:-791px 0;}
	
	/*選択時*/
	#nav01 a.stay { background-position: 0px -42px;}
	#nav02 a.stay { background-position:-159px -42px;}
	#nav03 a.stay { background-position:-317px -42px;}
	#nav04 a.stay { background-position:-475px -42px;}
	#nav05 a.stay { background-position:-633px -42px;}
	#nav06 a.stay { background-position:-791px -2px;}
	
	/*オンマウス時*/
	#nav01 a:hover { background-position: 0px -42px;}
	#nav02 a:hover { background-position:-159px -42px;}
	#nav03 a:hover { background-position:-317px -42px;}
	#nav04 a:hover { background-position:-475px -42px;}
	#nav05 a:hover { background-position:-633px -42px;}
	#nav06 a:hover { background-position:-791px -42px;}

/* menu
////////////////////////////////////////////////////////////////////*/
/*　技術開発日記　*/
#gijyutu {
	margin-bottom:5px;
	width: 211px;
	height: 120px;
}
	#gijyutu a {
		display:block;
		width: 211px;
		height: 120px;
		background:url(../images/banner_blog.jpg) no-repeat;
	}
	#gijyutu a:hover { 
		color:#333;
		text-decoration:none;
		background-position: 0px -120px;
	}
	#gijyutu .text {
		display:block;
		padding:52px 15px 10px 15px;
		width: 181px;
		line-height:1.4;
		font-size:14px;
	}

/*　採用情報　*/
#saiyou {
	margin-bottom:10px;
	width: 211px;
	height: 120px;
}
	#saiyou a {
		display:block;
		width: 211px;
		height: 120px;
		background:url(../images/banner_saiyou.jpg) no-repeat;
	}
	#saiyou a:hover { 
		color:#333;
		text-decoration:none;
		background-position: 0px -120px;
	}
	#saiyou .text {
		display:block;
		padding:52px 15px 10px 15px;
		width: 181px;
		line-height:1.4;
		font-size:14px;
	}
/* main
////////////////////////////////////////////////////////////////////*/
/* パンくずリスト ----------------------*/
ol#pankuzu {
	margin-left:5px;
	height:20px;
	line-height:20px;
}
ol#pankuzu li {
	display:inline;
	margin:0px 0px 0px;
}
ol#pankuzu li a {
	padding-right:13px;
	color: #333;
	background:url(../images/pankuzusankaku.gif) no-repeat right center;
}
ol#pankuzu li a:hover {
	color: #0066cc;
}
/*　main共通 ---------------------------*/
#main h2 {
	margin-bottom:10px;
	padding-left: 18px;
	height: 34px;
	line-height: 34px;
	color: #333;
	font-size: 17px;
	font-weight: bold;
}
#main h3 {
	margin: 0 10px 10px 10px;
	border-bottom: 1px solid #333;
	padding-left: 5px;
	height: 25px;
	line-height: 25px;
	color: #0066cc;
	font-size: 16px;
	font-weight: bold;
}
#main h4 {
	margin: 0 10px 5px 10px;
	border-left: 5px solid #0066cc;
	padding-left: 5px;
	height:18px;
	line-height:18px;
	font-size: 16px;
	font-weight: bold;
}
#main h5 {
	margin: 0 15px 0px 15px;
	padding-left: 5px;
	color: #0066cc;
	font-size: 16px;
	font-weight: bold;
}
#main p {
	margin: 0 20px 10px 20px;
	text-align: justify;
}
#main ul {
	margin: 0 30px 10px 30px;
	text-align: justify;
}
#main li {
	display:inline;
	margin-right: 10px;
}
#main dl {
	margin: 0 20px 10px 20px;
}
#main dt {
	color:#ff6600;
	font-size:16px;
	font-weight:bold;
}
#main dd {
	margin-bottom:10px;
}
/*表-------------------------------------------*/
#main table {
	margin: 0 auto 10px auto ;
	width:660px;
}
#main th {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	width:160px;
	padding: 5px 0 5px 0px;
	color: #333;
	text-align:center;
	background:#ededed;
}
#main td {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 5px 10px 5px 10px;
	color: #333;
}
/*会社沿革-------------------------------------------*/
#main .date {
	padding: 5px 10px 5px 10px;
	width:140px;
	text-align: right;
}

/* footer
////////////////////////////////////////////////////////////////////*/
#footermenu {
	padding:0 0 10px 0;
	font-size: 90%;
	line-height: 1.3;
}
#footermenu a {
	color: #333;
}
#footermenu a:hover {
	color: #0066cc;
}
#line {
	padding:10px 0 10px;
	color: #FFFFFF;
	background-color: #333;
	line-height: 1.3;
}
#syamei {
	color: #fff;
	font-weight: bold;
	font-size: 120%;
}
#footer address {
	color: #fff;
}
#footer #copyright {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
