@charset "utf-8";
/* アイ・ビー株式会社 baseデザイン */

body {font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	color:#666666;
	background-color:#f4f3f3;
	text-align:center;
	margin:0;
	padding:0;
}

/***********************************
 *◆コンテンツブロック
 *    →contents
 *    　→header
 *    　→menu
 *    　→footer
 ***********************************/

#contents{width:780px;
height:auto;
margin:auto;
background-color:#FFFFFF;
}


/***********************************
 *◆コンテンツブロック 
 * ◇ヘッダーブロック
 *    →header
 ***********************************/
 
#header{width:780px;
height:30px;
text-align:right;
}

#header img{padding-right:10px;
border:none;}

/***********************************
 *◆コンテンツブロック
 * ◇メニューブロック
 *    →menu　会社概要、プロダクト、採用情報、お問い合わせ
 ***********************************/


#menu{width:780px;
height:30px;
margin:auto;
background-image:url(img/all/bgimg_menu.gif);
background-repeat:no-repeat;
background-position:center;
margin-bottom:10px;
}

#menu ul{margin:0;
padding-left:0;}

#menu ul li{
width:130px;
height:30px;
text-align:center;
list-style:none;
font-size:9pt;
font-weight:bold;
float:left;
}

#menu ul li a{color:#333333;
text-decoration:none;
width:100%;
display:block;
line-height:30px;
}

#menu ul li a:hover{
color:#907C4B;
}


/***********************************
 *◆コンテンツブロック　
 *　◇フッター
 *    →footer　ページ最下部：著作権表記
 ***********************************/

#footer{width:760px;
margin:auto;
height:25px;
font-size:70%;
clear:both;
line-height:25px;
border-top:solid #CCCCCC 1px;
}

.mojidai{
font-size:14px;
font-weight:bold;
color:#000000;
}

.mojib{
font-weight:bold;
color:#000000;
}