/* 
	ARIS Inc. Basic CSS
		Ver 1.0.0a 2007/04/20
*/

/* --------------------------------------------------------
領域設定
---------------------------------------------------------*/
/* 全般領域 */
body{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: scroll;
}

.contents {
	width:800px;
	height:auto;
	align:center;
	color: #444444;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: #ffffff;
	font-family : "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif ;
}

/* ヘッダー部 */
.header {
	width:800px;
}

.headleft {
	width: 170px;
	height:55px;
	font-size: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	float:left;
}

.headright {
	width: 580px;
	height:15px;
	border-top: 0;
	text-align: right;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	float:left;
	font-size: 10px;
	padding-top: 40px;
}

/* --------------------------------------------------------
メニュー
---------------------------------------------------------*/

/* ナビゲーションバー */

.navibar {
	width: 800px;
	height: 30px;
}

/*
.navibar table {
	width: 800px;
	height: 30px;
	border: none;
}

.navibar table td {
	width: 160px;
	height: 30px;
	margin: 0px;
	border: 0px;
	float:left;
}
*/

.line {
	width: 100%;
	height: 4px;
	margin: 0px;
	background-image: url("../img/navibar/br-line.jpg") ;
	background-repeat: repeat-x;
	clear: left;
}

/* フッター：ナビゲーション */
/*
.footnavi {
	position: relative ;
    bottom:0px;
	width: 800px;
	height:40px;
	color: #000000;
	border-top: 1px solid #666666;
	background-image: url("../img/company/foot.png") ;
}
*/

.footnavi {
	height:40px;
	color: #000000;
	background-image: url("../img/company/foot1.png") ;
	background-repeat: repeat-x;
}

.footnavi0 {
	clear: both; 
	width: 800px;
	height:40px;
	color: #000000;
	background-image: url("../img/company/foot1.png") ;
	background-repeat: repeat-x;
}


.footnavi1 {
	width: 480px;
	height:20px;
	font-size: 10px;
	margin: 10px 10px 10px 10px;
	float:left;
}

/* フッター：コピーライト */
.copyright {
	width: 280px;
	height:20px;
	text-align: right;
	margin: 10px 10px 10px 10px;
	float:right;
	font-size: 10px;
}


A.foot { 
	color: #333333; 
	font-size: 10px;
}
A.foot:hover { 
	color: #333333; 
	font-size: 10px;
}
A.foot:active { color: #333333; }
A.foot:visited { color: #333333; }


A.menu {
  float: left;
  display: block;             /* ブロック要素にする */
  width: 160px;               /* 横幅 */
  height: 20px;
  color: #666666;
  background-image: url("../img/navibar/back-on.jpg") ;  /* 背景色 */
  background-repeat: no-repeat; 
  border: 0; /* 枠の色 */
  margin: 0px;
  font-size: 12px;            /* フォントサイズ */
  line-height: 12px;          /* 行の高さ */
  text-align: center;         /* 水平揃え */
  text-decoration: none;      /* 下線を消す */
  padding-top: 10px;
}

A.menu:hover {
  float: left;
  width: 160px;               /* 横幅 */
  height: 20px;
  color: #666666;
  background-image: url("../img/navibar/back.jpg") ;  /* 背景色 */
  border: 0px;  /* 枠の色 */
  margin: 0px;
  padding-top: 10px;
}
A.menu:active { color: #666666; }
A.menu:visited { color: #666666; }


/* --------------------------------------------------------
個別コンテンツ
---------------------------------------------------------*/
/* 領域 */
.titlebar {
	width: 800px;
	background-color: #ffffff;
	margin-top: 10px;
	margin-bottom: 4px;
}
/* 見出し */
h1.title {
	display: block;
	border: 1px solid #999999;
	padding: 2px;
	margin-top: 0px;
}

/* --------------------------------------------------------
共通デザイン
---------------------------------------------------------*/

/* 下線なし */
a {
	color: #666666;
	font-weight:normal;
}


/* 枠線なし */
img {
	border: 0;
}


/* スタイリッシュライン */
table.sline{
	border-collapse: collapse;
	border: 1px solid #666666;
	width: 500px;
}

table.sline th {
	background-color: #dddddd;
	border-collapse: collapse;
	border: 1px solid #666666;
	font-weight: normal;
	text-align: left;
	width: 100px;
}

table.sline td {
	border: 1px solid #666666;
	width: 400px;
}


table.sline2{
	border-collapse: collapse;
	border: 1px solid #666666;
	width: 500px;
}

table.sline2 th {
	background-color: #dddddd;
	border-collapse: collapse;
	border: 1px solid #666666;
	font-weight: normal;
	text-align: left;
}

table.sline2 td {
	border: 1px solid #666666;
	vertical-align: top;
}

table.sline3{
	background-color: #ffffff;
	border-collapse: collapse;
	border: none;
	width: 500px;
}

table.sline3 th {
	background-color: #ffffff;
	border-collapse: collapse;
	border: none;
	width: 120px;
	font-weight: normal;
	text-align: left;
}

table.sline3 td {
	background-color: #DCDCDC;
	border: 2px solid #ffffff;
	width: 380px;
	vertical-align: center;
	padding: 5px;
}


A.submenu {
  float: left;
  display: block;             /* ブロック要素にする */
  width: 180px;               /* 横幅 */
  height: 25px;
  color: #000080;
  background-image: url("../img/service/back.jpg") ;  /* 背景色 */
  background-repeat: no-repeat; 
  border: 0; /* 枠の色 */
  margin: 0px;
  font-size: 12px;            /* フォントサイズ */
  line-height: 10px;          /* 行の高さ */
  text-align: left;         /* 水平揃え */
  text-decoration: none;      /* 下線を消す */
  padding-top: 8px;
  padding-left: 20px;
}

A.submenu:hover {
  float: left;
  width: 180px;               /* 横幅 */
  height: 25px;
  color: #000080;
  background-image: url("../img/service/back-on.jpg") ;  /* 背景色 */
  border: 0px;  /* 枠の色 */
  margin: 0px;
  padding-top: 8px;
}
A.submenu:active { color: #000080; }
A.submenu:visited { color: #000080; }

A.sub2menu {
  float: left;
  display: block;             /* ブロック要素にする */
  width: 180px;               /* 横幅 */
  height: 25px;
  color: #000080;
  background-image: url("../img/service/backsub.jpg") ;  /* 背景色 */
  background-repeat: no-repeat; 
  border: 0; /* 枠の色 */
  margin: 0px;
  font-size: 12px;            /* フォントサイズ */
  line-height: 10px;          /* 行の高さ */
  text-align: left;         /* 水平揃え */
  text-decoration: none;      /* 下線を消す */
  padding-top: 5px;
  padding-left: 25px;
}

A.sub2menu:hover {
  float: left;
  width: 180px;               /* 横幅 */
  height: 25px;
  color: #000080;
  background-image: url("../img/service/backsub-on.jpg") ;  /* 背景色 */
  border: 0px;  /* 枠の色 */
  margin: 0px;
  padding-top: 5px;
}
A.sub2menu:active { color: #000080; }
A.sub2menu:visited { color: #000080; }

/* レベル２見出し */
h2.s1 {
	background-image:url(../img/global/h2-title-nostr.jpg);
	background-repeat: no-repeat;
	display:block;
	padding-top: 2px; 
	padding-bottom: 4px; 
	padding-left: 15px; 
	border-bottom: 1px solid #999999;
	font-size: 16px;
	font-weight:bold;
	margin-top: 0px;
}


/* --------------------------------------------------------
共通その他
---------------------------------------------------------*/
.center {
	text-align: center;
}

A.smap {
  width: 100%;
  color: #000000;
  font-size: 10px;
  border: 0; /* 枠の色 */
  margin: 0px;
}
A.smap:hover {
  color: #4169e1;
  font-size: 10px;

}
A.smap:active { color: #4169e1; }
A.smap:visited { color: #000000; }

div.companyall {
width: 190px;
}

div.companyall div {
width: auto;
height: 80px;
margin: 0px;
background-color: #ffffff;
vertical-align: middle;
float: left;
}

.clearLeft {
clear: left;
}

