@charset "shift_jis";

h1,h2,h3,h4,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
a {
	color: #000000;
}
a:hover {
	color: #a40000;
}
.look {
	background: #FFFF99;
}

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF url(images/bg.gif);
}

/*ヘッダー
------------------------------------------------------------------*/
#header {
	background: url(images/header_bg.gif) no-repeat center top;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#header h1 {
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	padding-right: 10px;
	height: 30px;
	line-height: 30px;
}

#header #main-img {
	padding-top: 12px;
}



/*メインメニュー
------------------------------------------------------------------*/
#menu li {
	display: inline;
}



/*コンテンツ枠
------------------------------------------------------------------*/
#contents {
	/* background: url(images/contents_bg.gif) repeat-y center; */
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
	/* border : 1px solid rgb(207,207,207); */
}



/*メインコンテンツ
------------------------------------------------------------------*/
#main {
	float: right;
	width: 570px;
	display: inline;
	margin-right: 0px;
	margin-top: 10px;
}

#main p {
	padding: 1px 10px;
}

#main p a {
  text-decoration : none;
}
#main p a:hover {
  text-decoration : underline;
}




/*Title waku*/
#main p.title_blue{
  padding : 0px ;
	border-left : 10px solid #00ACFF;
	border-right : 50ps solid #00ACFF;
	border-bottom : 1px solid #00ACFF;
	background: #F1F5FF;
}

#main p.title_red{
  padding : 0px ;
	border-left : 10px solid #DC0000;
	border-bottom : 1px solid #DC0000;
	background: #FFD6D6;
}

#main p.title_green{
  padding : 0px ;
	border-left : 10px solid #008000;
	border-bottom : 1px solid #008000;
	background: rgb(204,255,204);
}

#main p.title_gray{
  padding : 0px ;
	border-left : 10px solid rgb(96,96,96);
	border-bottom : 1px solid rgb(0,0,0);
	background: rgb(223,223,223);
}

#main ul li a:link {
  text-decoration: none;
}

#main ul li a:hover {
  text-decoration: underline;
}
/*サブコンテンツ
------------------------------------------------------------------*/
#sub {
	float: left;
	width: 210px;
	display: inline;
	margin-left: 0px;
	margin-top: 10px;
}

#sub p {
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

#sub h4 {
	font-size: 100%;
	border: 1px solid #666666;
	text-align: center;
	background: #999999 url(./images/h3_bg.gif) no-repeat bottom;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 26px;
}

/*サブコンテンツ内、サブメニュー
------------------------------------------------------------------*/
#sub .waku ul.navmenu li a {
    text-decoration: none;
    display: block;
    border-bottom: 1px dotted #999999;
    border-left: 5px solid #999999;
    padding-left: 10px;
    margin-top:2px;
}

/* Active Parent Menu*/
#sub .waku ul.navmenu li.active  {
    border-bottom: 1px dotted #999999;
    border-left: 5px solid #0000FF;
    padding-left: 10px;
    margin-top:2px;
    background: #768DFF;
    color: #FFFFFF;

}


#sub .waku ul.navmenu li a:hover {
	color: #000000;
	border-left : 5px solid #FF0000;
}

/*Sub Menu*/
#sub .waku ul.navmenu li.subcerfer a {
	text-decoration: none;
	display: block;
	border-bottom: 1px dotted #999999;
  /* border-left: 5px solid #FF0000; */
  border-left: 5px solid #f5f5f5;
	padding-left: 25px; /* 文字左側スペース */
}

#sub .waku ul.navmenu li.subcerfer a:hover {
	text-decoration: underline;
	color: #FFFFFFF;
}

<!------------------------------------------------->
<!--Topics List-->

#sub .topics_list ul li a {
    display: block;
    border-bottom: 1px dotted #999999;
    padding-left: 10px;
    margin-top:2px;
    background : rgb(255,204,255);
    text-decoration: none;
	line-height: 100%;
    
}

#sub .topics_list ul li a:link {
	text-decoration: none;
}

#sub .topics_list ul li a:hover {
	color: #000000;
	border-left : 5px solid #FF0000;
	text-decoration: none;
}

/*Sub Menu*/
#sub .topics_list ul.topics li.subcerfer a {
	text-decoration: none;
	display: block;
	border-bottom: 1px dotted #999999;
  /* border-left: 5px solid #FF0000; */

	padding-left: 15px; /* 文字左側スペース */
}


#sub .topics_list ul h4 {
  border: 1px solid #000000;
  color: #000000;
  font-size: 100%;
  font-weight: normarl;
  line-height: 26px;
  text-align: center;
  background: rgb(255,204,255);
}


/*サブコンテンツ内のテーブル
------------------------------------------------------------------*/
#sub .waku {
	border: 1px solid #999999;
	padding: 5px;
	background: #f5f5f5;
	margin-bottom: 20px;
}

#sub .topics_list {
	border: 1px solid #999999;
	padding: 5px;
	background: #FFFFFF;
	margin-bottom: 20px;
	text-decoration: none;
}


/*　.ta1テーブル（トップページ求人情報のテーブル）
------------------------------------------------------------------*/
.ta1 {
	border: 1px solid #999999;
	width: 570px;
	margin-top: 0.5em;
	margin-bottom: 1em;
	line-height: 100%;

}

.ta1 td {
	padding: 5px;
	vertical-align: top;
}

.ta1 h3 {
	color: #005e15;
	border-bottom: 1px dotted #999999;
	font-size: 100%;
	background: url(images/arrow1.gif) no-repeat left 5px;
	padding-left: 18px;
	line-height: 24px;
}

.ta1 p {
	line-height: 1.1em;
}

.ta1 .waku img {
	vertical-align: bottom;
}

.ta1 a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}

/* ------ 業務リスト　表示用テーブル ----- */
.ta4 {
	border: 1px solid #999999;
	width: 570px;
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 100%;

}

.ta4 td {
	padding: 5px;
	vertical-align: top;
	width: 50%;
}



/* 会社案内表示リスト */
dl.corp dt {
  /* clear: left; */
  float: left;
  margin: 0 0 0.3em;
  width: 7.5em;
  background: rgb(223,223,223);
  padding-left: 5px;
  color: #000;
	line-height: 150%;
}

dl.corp dd {
  margin-bottom: 0.3em;
  margin-left: 10em;
	line-height: 150%;
}

/*フッター
------------------------------------------------------------------*/
#footer {
	clear: both;
	background: url(images/footer_bg.gif) no-repeat center bottom;
/*	width: 820px; */
  width 800px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	padding-top: 50px;
}

#footer ul li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #CCCCCC;
}

#footer .menutop {
	border-left: 1px solid #CCCCCC;
}



/*コピーライト
------------------------------------------------------------------*/
#copyright {
	line-height: 1.2;
	font-size: 10px;
	padding-bottom: 20px;
}


/*Button Shade
------------------------------------------------------------------*/
p.btn [class]{
  background-image: transparent url(./image/shade.png);
  background-position: center bottom;
  background-repeat: repeat-x;
}

p.btn.blue{
  background: #22AAEE no-repeat scroll 0 0; 
  border-top: 1px solid rgb(0,51,153);
  border-left: 3px solid rgb(0,51,153);
  border-right: 1px solid rgb(0,51,153);}

p.btn {
  color :#FFFFFF;
  display :block;
  float : left;
  padding : 5px;
  position : relative;
  text-decoration : none;
  line-height : 120%;
}

/*clearfix
------------------------------------------------------------------*/
#contents:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#contents { display: inline-block; }

/* Hides from IE-mac \*/
*html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */
