@charaset"Shift_JIS";


*{
margin:0px;
padding:0px;
}


body{
margin:0px auto;
text-align:center;
background:#FFFFFF url(../img/common/kabe-green.gif) bottom left repeat-x;
background-attachment: fixed;
background-position: 100% 100%;
}



.clear{
clear:both;
margin:0;
padding:0;
}

/*目次/////////////////////////////////////////////////
【01】ボックス指定
【02】見出しテキスト指定
【03】テーブル指定
【04】テキスト指定
【05】リンク指定
【06】画像指定
【07】リスト
//////////////////////////////////////////////////*/



/*/////////////////////////////////////////////////
【01】ボックス指定
//////////////////////////////////////////////////*/

#container{
overflow:no;
width:800px;
height:540px;
position:absolute;
top:50%;
left:50%;
margin-left:-400px;
margin-top:-270px;
}

#head{
height:40px;
}

.headL{
float:left;
width:200px;
}

.headR{
float:right;
width:580px;
}

#contents{
clear:both;
width:800px;
margin:0 auto;
}



#menu{
width:100%;
height:30px;
margin:0 auto;
}

#main{
width:780px;
height:430px;
margin:10px auto;
}

#foot{
width:100%;
height:20px;
}
.footL{
float:left;
width:480px;
}

.footR{
float:right;
width:300px;
}


/*/////////////////////////////////////////////////
【02】見出しテキスト指定
//////////////////////////////////////////////////*/
h2{
text-indent: -9999px;
overflow:hidden;
background: url(../img/common/logo.gif) no-repeat center;
margin:0px 0 0 0;
height:36px;
} 

h1{
margin:18px 0 0 0;
text-align: right;
font-size:10px;
font-weight: normal;
font-style:normal;
color: #909090;
letter-spacing:2px;
line-height:1.5;
}


/*/////////////////////////////////////////////////
【03】テーブル指定
//////////////////////////////////////////////////*/



/*/////////////////////////////////////////////////
【04】テキスト指定
//////////////////////////////////////////////////*/
.info{
margin:2px 0 0 10px;
text-align:left;
font-size:10px;
font-family:verdana, sans-serif;
line-height:1.5;
font-weight:normal;
color: #FFFFFF; 
} 

address{
margin:2px 10px 0 0;
text-align:right;
font-size:10px;
font-weight:normal;
font-family: verdana;
font-style:normal;
color: #FFFFFF; 
} 






/*/////////////////////////////////////////////////
【05】リンク指定
//////////////////////////////////////////////////*/





/*/////////////////////////////////////////////////
【06】画像指定
//////////////////////////////////////////////////*/
img.ba01{
margin:20px 0;
}


/*/////////////////////////////////////////////////
【07】リスト
//////////////////////////////////////////////////*/
/*menu*/
#menu ul li a{
text-indent: -99999px;
}	
#menu ul { list-style:none; }
#menu li { float: right; height: 30px;}
#menu li a { display: block; height: 30px; background-position: 0 0;}
#menu li a:hover {background-position: 0 -30px;}
		#menu li#btnTop a {width: 40px; background-image: url(../img/common/menu/menu_top.gif);}
		#menu li#btnWorks a {width: 53px; background-image: url(../img/common/menu/menu_works.gif);}
		#menu li#btnPolicy a {width: 53px; background-image: url(../img/common/menu/menu_policy.gif);}
		#menu li#btnProfile a {width: 55px; background-image: url(../img/common/menu/menu_profile.gif);}
		#menu li#btnRecruit a {width: 58px; background-image: url(../img/common/menu/menu_recruit.gif);}
		#menu li#btnContact a {width: 61px; background-image: url(../img/common/menu/menu_contact.gif);}
