@charset "shift_jis";
/* トップページのCSSです */

/* 左側、イメージとバナー */
#left{
	width:500px;
	float:left;
	margin-right:-3px;
	}

/* 右側、メインメニュー */
#right{
	width:270px;
	float:right;
	margin-right:-3px;
	padding-right:23px;
	}

/* ご利用案内*/
#use{
	width:270px;
	height:90px;
	margin-top:5px;
	}

/* お知らせ */
#news{
	width:270px;
	height:155px;
	background:url(../img/osirase_back.gif) left top no-repeat;
	margin-top:5px;
	}
	
#news #news_container{
	overflow:auto;
	width:240px;
	height:94px;
	margin-left:15px;
	}
	
*:first-child+html #news #news_container {
	height:92px;
	}
	
*html #news #news_container {
	height:92px;
	}
	
#news_container dl{
	width:220px;
	font-size:90%;
	}
#news_container dt{
	width:220px;
	font-weight:bold;
	}
#news_container dd{
	padding-left:10px;
	padding-bottom:5px;
	width:210px;
	}
#news_container a{
	text-decoration:underline;
	color:#333;
	}
#news_container a:hover{
	color:#8C7233;
	}

/* 動画配信 */
#movie{
	width:270px;
	height:40px;
	margin-top:5px;
	}
	
/* トピックス */
#topics{
	width:270px;
	height:40px;
	margin-top:5px;
	}

/* アイブラリー */
#ibrary{
	margin-top:5px;
	width:270px;
	height:60px;
	}
/* 採用情報 */
#recruite{
	margin-top:5px;
	margin-right:6px;
	float:left;
	width:132px;
	height:81px;
	}
/* 調達情報 */
#tender{
	margin-top:5px;
	float:left;
	width:132px;
	height:81px;
	}

/* 下部バナー */
#banner1{
	width:270px;
	height:47px;
	float:left;
	margin-top:5px;
	}
/* 左イメージ */
#image{
	width:500px;
	/*height:393px;*/
	padding-top:10px;
	}
#image p{
	font-size:90%;
	text-align:right;
	padding:2px 0;
	clear:both;
	display:block;
	}

/* ご利用募集＆所在地 */
#contact{
	width:500px;
	}
#contact img{
	padding:0;
	margin:0;
	border:0;
	}
#contact .otoiawase{
	width:500px;
	height:19px;
	}
#contact .tel{
	width:265px;
	float:left;
	}
#contact .inquiry{
	width:235px;
	float:left;
	}