@charset "UTF-8";

/* 共通設定 -----------------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
*html body {  　　　　　/*IE6だけに適用*/
	overflow-y: auto;
	font-size: 10pt;
}
*+html body {　　　　　/*IE7だけに適用*/
	overflow-y: auto;
	font-size:10pt;
}

body {
	overflow-y: scroll;
}
a:link {
	color: #006699;
	text-decoration: none;
	font-weight:bold;
}

a:visited {
	color: #663366;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
	font-weight:bold;	
}
a:focus {
	outline:none;
}

ul,ol {
	margin-left: 30px;
}

ul.menu {
	margin: 0px;
	padding: 0px;
}

ul.menu li {
	list-style-type: none;
}

body {
	color:#333333;
	font-size: 13px;
	font-family: "MS Pゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	line-height: 1.6;
	text-align: left;
	background: #FFFFFF;
}

img,a img {
	border-style: none;
}

.clear {
	clear:both;
}

/* 共通設定END */

/* 全体構造 -----------------------------------------------------------------------------*/
#container {
	width: 780px;
	height: auto;
	min-height:600px;
	margin-left: auto;
	margin-right: auto;
}
/* 全体構造END */

/* ヘッダ -----------------------------------------------------------------------------*/
#head {
	/*
	width: 780px;
	height: 150px;
	*/
	width:780px;
	height:90px;
	margin-top:0px;	
	margin-left: 0px;
	margin-right: 0px;
	/*margin-bottom: 0px;*/
	/*background-image: url(http://www.bizlet.co.jp/img/header_img_w780.jpg);*/
	background-image: url("http://www.bizlet.co.jp/img/header-3.png");
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	float:left;
	/*clear:both;*/
}
div#logo_area{
	width:156px;
	height:90px;
	clear:both;
	float:left;
	position: relative;
	left:50px;
}

/*IE6のみ--------------------------*/
*html h1#header_logo a{
	display: block;
	width:156px;
	height:90px;
	background: url(http://www.bizlet.co.jp/img/logo3.png);
	/*position: absolute;*/
}

/*---------------------------------*/
h1#header_logo a{
	display: block;
	width:156px;
	height:90px;
	background: url(http://www.bizlet.co.jp/img/logo2.png);
	/*position: absolute;*/
}
h1#header_logo a span {
	display: none;
}

/* ヘッダメニュー -----------------------------------------------------------------------------*/
#head ul.menu {
	width: 300px;
	height:13px;
	float: right;
	/*text-indent: -800em;*/
	position: absolute;
	/*position: relative;*/
	/*bottom: 0.5em;*/
	bottom:10px;
	right: 0px;
	display: block;
	/*clear:both;*/
}

#head ul.menu li {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 15px;
	float: left;
	display: block;
}
#head ul.menu li a {
	text-indent: -800em;
	background-position: 0px 0px;
	display: block;
	background-repeat: no-repeat;
}

#head ul.menu li a:hover {
	background-position: 0px -23px;	
}

/* ヘッダメニュー画像 -----------------------------------------------------------------------------*/
#head ul.menu li a.header_menu1 {
	width: 48px;
	background-image: url(http://www.bizlet.co.jp/img/header_menu_news2.png);
}

#head ul.menu li a.header_menu2 {
	width: 66px;
	background-image: url(http://www.bizlet.co.jp/img/header_menu_map2.png);
}
#head ul.menu li a.header_menu3 {
	width: 118px;
	background-image: url(http://www.bizlet.co.jp/img/header_menu_poli2.png);
}
/* 未使用メニュー-------------------------------------------------------------------------------
#head ul.menu li.header_menu4 {
	width: 115px;
	background-image: url(http://www.bizlet.co.jp/img/header_menu6.gif);
}

#head ul.menu li a.header_menu5 {
	background-image: url(http://www.bizlet.co.jp/img/header_menu5.gif);
}
#head ul.menu li a.header_menu6 {
	background-image: url(http://www.bizlet.co.jp/img/header_menu6.gif);
}
--------------------------------------------------------------------------------------------------------*/
/* ヘッダメニュー画像END */
/* ヘッダメニューEND */
/* ヘッダEND */

/* メインイメージ -----------------------------------------------------------------------------*/
#main-image {
	width: 780px;
	height: 200px;
	text-indent: -9999px;
	background-image: url(http://www.bizlet.co.jp/img/mein_image2.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	/*clear:both;*/
	float:left;
}
#main-image p{
	/*text-indent: -9999px;*/
	/*width:auto;*/
	/*height:0;*/
}
/* メインページEND */

/* フッタ----------------------------------------------------------------------------- */
#foot {
	width: 780px;
	/*color: #FFFFFF;*/
	/*background: #858A9C;*/
	padding: 10px 0px 40px 0px;
        margin-top:6px;
	margin-left: auto;
	margin-right: auto;
	clear: both; 
	float:left;
        background-image: url(http://www.bizlet.co.jp/img/footer_image6.png);
	font-family: Arial, Helvetica, sans-serif;
}

/* フッタメニュー　-----------------------------------------------------------------------------*/
#foot ul.menu {
	width: 350px;
	clear:both;
	float: left;
	display: block;
}

#foot ul.menu li {
	font-weight: bold;
	margin-left: 15px;
	float: left;
}

/*#foot ul.menu li a {
	color: #FFFFFF;
}

#foot ul.menu li a:hover {
	color: #FFFF00;
}*/

#foot ul.menu li a {
	text-indent: -800em;
	background-position: 0px 0px;
	display: block;
	background-repeat: no-repeat;
}

#foot ul.menu li a:hover {
	background-position: 0px -23px;	
}

/* フッタメニューEND */

/*コピーライト--------------------------------------------------*/
#copyright {
	width: 400px;
	font-size: 11px;
	text-align: right;
	float: right;
	line-height: 1;
	margin-right:10px;

}
/*フッターメニュー画像--------------------------------------------*/
#foot ul.menu li a.footer_menu1{
	width: 37px;
	background-image: url(http://www.bizlet.co.jp/img/footer_menu_home.png);
}
#foot ul.menu li a.footer_menu2{
	width: 46px;
	background-image: url(http://www.bizlet.co.jp/img/footer_menu_news.png);
}
#foot ul.menu li a.footer_menu3{
	width: 65px;
	background-image: url(http://www.bizlet.co.jp/img/footer_menu_map.png);
}
#foot ul.menu li a.footer_menu4{
	width: 116px;
	background-image: url(http://www.bizlet.co.jp/img/footer_menu_poli.png);
}

/* フッタEND */

/* メインメニュー （グローバルメニュー）--------------------------------------------------------------*/
#main-menu{
	/*clear:both;*/
	/*float:left;*/
	width:780px;
	height:auto;
}
#main-menu ul.menu {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	/*margin-bottom: 0px;*/
	display: block;
	margin:0px;
}

#main-menu ul.menu li {
	float: left;
	width:auto;
}

#main-menu ul.menu li a {
	width: 130px;
	height: 35px;
	text-indent: -700em;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	/*border: 1px solid #D7D7D7;*/
	display: block;
}

#main-menu ul.menu li a:hover {
	background-position: 0px -36px;
}


/* メインメニュー画像 -----------------------------------------------------------------------------*/
a.main_menu01 {
	height: 35px;
	background-image: url(http://www.bizlet.co.jp/img/menu1.png);
}

a.main_menucompany {
	height: 35px;
	background-image: url(http://www.bizlet.co.jp/img/menu2.png);
}

a.main_menuworks {
	height: 35px;
	background-image: url(http://www.bizlet.co.jp/img/menu3.png);
}

a.main_menurecruit {
	height: 35px;
	background-image: url(http://www.bizlet.co.jp/img/menu4.png);
}

a.main_menuaccess {
	height: 35px;
	background-image: url(http://www.bizlet.co.jp/img/menu5.png);
}

a.main_menucontact {
	height: 35px;
	background-image: url(http://www.bizlet.co.jp/img/menu6.png);
}
a.main_menunews {
       width: 0px;
       height: 0px;
}
a.main_menusitemap {
       width: 0px;
       height: 0px;
}

/* メインメニュー画像END */

/* メインメニューEND　*/


/* コンテンツ -----------------------------------------------------------------------------*/
#content {
	clear: both;
	width: 778px;
	min-height: 400px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom: 0px;
	overflow:auto;
}
#topcontent {
	clear: both;
	width: 778px;
	min-height: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom: 0px;
	overflow:auto;
}
/*IE6用---------------------------*/
*html #content{
	overflow: visible;
	/* >>IE6用ハック >>*/
	height: auto !important;
	height: 400px;
}
*html #topcontent{
	overflow: visible;
	/* >>IE6用ハック >>*/
	height: auto !important;
	height: 200px;
	/* >>	>>*/ 
}
/*IE6用ここまで-----------------*/

/*  ニュースエリア--------------------------------------------------------*/

#news_area {
	width: 520px; 
	height: auto;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom:0px;
	font-size: 13px;
	padding-left: 10px;
	text-align: left;
	float: left;
}
#top_news{
	margin-bottom:10px;
}
#news_area dl {
        
}
#news_area dl dt {
	float:left;
        width:120px;
}
#news_area dl dd{
        width:380px;
        margin-left:120px;
}

#news_area #golist {
	clear: both;
	margin-left: 420px;
}
/* ニュースリストここまで--------------------------------------------------------------------*/
/* バナー -----------------------------------------------------------------------------*/
/*IE6用----------------------*/
*html #banner-area{
	width: 200px;
	height: auto;
	margin-top:15px;
	margin-left: 0px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	/*background:blue;*/
}
/*IE6用ここまで---------------------------*/

#banner-area {
	width: 200px;
	height: auto;
	margin-top:15px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	/*background:blue;*/
}

.banner {
	text-align:center;
	list-style-type:none;
	margin-left:0;
	padding:0;
}
.banner li {
	margin-bottom:10px;
	margin-left:0px;
}

/* コンテンツEND　*/
