@charset "Shift_JIS";

*{
margin: 0;
padding:0;
text-decoration:none;
font-weight: normal;
font-size:100%;
}

img {border: none;vertical-align: top;}
img.right{float:right;margin-left:15px;}
img.left{float:left;margin-right:15px;}
img.center{margin-left:auto;margin-right:auto;display : block;}

/* 外枠---START------------------------------------------- */
body {
font-size:75%;
line-height: 1.5;
background-color: #d7d7d7;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

#sotowaku {
width: 700px;
margin: 15px auto;
background-color: #ffffff;
border:	#555555	solid	1px;
}
/* 外枠---END------------------------------------------- */

/* グローバル・ナビゲーション---START------------------------------------------- */

#global-navi {
width: 700px;
text-indent: -9999px;
}

#global-navi ul {
list-style: none;
margin: 0;
padding: 0;
overflow: hidden;
}

#global-navi li {
float: left;
margin: 0;
padding: 0;
}

#global-navi ul li a {
display: block;
height: 24px;
background-image: url(./images/gnavi.gif);
background-color:#f00;
text-decoration: none;
text-align: center;
}

#global-navi ul li a:hover {
background-position: left bottom;
background-color:#0f0;
}

#global-navi li#home a{width: 100px; background-position: 0px 0px;}
#global-navi li#gikou a{width: 100px; background-position: -100px 0px;}
#global-navi li#support a{width: 100px; background-position: -200px 0px;}
#global-navi li#job a{ width: 100px; background-position: -300px 0px;}
#global-navi li#contact a{width: 100px; background-position: -400px 0px;}
#global-navi li#access a{width: 100px; background-position: -500px 0px;}
#global-navi li#company a{width: 100px; background-position: -600px 0px;}

#global-navi li#home a:hover {background-position: 0px 24px;}
#global-navi li#gikou a:hover {background-position: -100px 24px;}
#global-navi li#support a:hover {background-position: -200px 24px;}
#global-navi li#job a:hover {background-position: -300px 24px;}
#global-navi li#contact a:hover {background-position: -400px 24px;}
#global-navi li#access a:hover {background-position: -500px 24px;}
#global-navi li#company a:hover {background-position: -600px 24px;}

/* グローバル・ナビゲーション--END----------------------------------------------- */

/* フッター---START------------------------------------------- */

#footer {
clear: both;
width: 700px;
font-family: verdana, arial, sans-serif;
background-image: url("./images/footer.gif");
height: 26px;
position: relative;
margin: 50px 0 0;
padding:0;
text-indent: -9999px;
}

/*フッター---END------------------------------------------- */

.graytable {
background: #333;
border:	#888	solid	2px;
margin:auto;
}

.graytable .td01{
background: #E2E1DE;
padding:5px;
}

.graytable .td02{
background: #F1F1F1;
padding:5px;
}


#contents p{
margin:0 20px;
}

#contents p.center{
text-align:center;
}

img.center{
margin:20px auto;
display : block;      　　　　　　　　　　
}

#contents ul{
margin-left:40px;
}


#contents li{
line-height:1.5em;
color: #333;
}

#contents td{
line-height:1.5em;
color: #333;
}

#contents th{
line-height:1.5em;
color: #333;
}

#contents table.center{
margin:auto;
}




/* カテゴリタイトル---START------------------------------------------- */
h1 {
width: 585px;
height: 25px;
margin: 30px auto;
padding: 0;
text-indent: -9999px;
}

h1.gikou {background: url(./images/gikou.gif);}
h1.support {background: url(./images/support.gif);}
h1.job {background: url(./images/job.gif);}
h1.contact {background: url(./images/contact.gif);}
h1.access {background: url(./images/access.gif);}
h1.company {background: url(./images/company.gif);}

h2 {
height:15px;
padding:4px 10px;
margin:10px ;
color: #666;
background: url("./images/graytitle.gif") ;
border:	#666666	solid 1px;
}

h3 {
color: #666;
background: url("../images/h3back.gif") ;
background-position: bottom left;
background-repeat: no-repeat;
padding: 2px 10px;
margin: 15px 10px 0px;
	border-top:	#ccc	solid	1px;
	border-right:	#aaa	solid	1px;
	border-bottom:	#14879a	solid	1px;
	border-left:	#aaa	solid	1px;
	}

/* カテゴリタイトル---END------------------------------------------- */

/* コンテンツ---START------------------------------------------- */

#contents {
width: 585px;
margin: 10px auto;
}

div#contents p{
line-height:1.5em;
color: #333;
}

div#contents p.right{
text-align:right;
}


/* コンテンツ---END------------------------------------------- */


#narrow{
width: 530px;
margin: 0 auto;
}


/* 表組---START------------------------------------------- */

.field {
margin-bottom:10px;
}

.cell01 {
clear: left;
display: block;
padding-top: 1em;
  padding-left: 10px;
  float: left;
  width: 120px;
  line-height: .8em;
font-size: small;
color: #000;
font-weight: bold; 
}

.cell02 {
  display: block;
  margin: 0 0 0 130px;
  padding-top: 1em;
  line-height: .8em;
color: #333;
}

/* 表組---END------------------------------------------- */