@charset "utf-8";
/* ****************************************************************** 

		Setting of: Top pages
			01: universal reset
			00: container clearfix setting

****************************************************************** */



/*===================================================================
	01: Setting
===================================================================*/
/* Layout */
#Lblock {
	width: 633px;
	}



/* Main flash */
#mainflash {
	margin: 14px 0;
	}
#blockWrap {
	margin-top: 20px;
	}
#blockWrap #Lblock {
	float: left;
	width: 633px;
	}
#blockWrap #Rblock {
	float: right;
	width: 305px;
	
	}




/* Search link */
#tlink {
	background: url(../img/home/tlink_bg.gif) repeat-x center;
	border: 1px solid #ccc;
	padding: 8px 5px;
	text-align: center;
	}
#tlink ul li{
	float:left;
	display: inline;
	text-indent: -9999px;
	width: 308px;
	height: 53px;
	margin: 0 4px;
	overflow: hidden;
	}
#tlink ul li#Loffice {
	background: url(../img/home/btn_office.gif) repeat-x center;
	}
#tlink ul li#Lkenkyu {
	background: url(../img/home/btn_kenkyu.gif) repeat-x center;
	}
#tlink ul li#Ltech {
	background: url(../img/home/btn_tech.gif) repeat-x center;
	}
#tlink ul li a {
	display: block;
	height: 53px;
	}

/* News */
h3.news {
	text-align: left;
	margin: 20px 0 10px 0;
	}
dl.news {
	width: 633px;
	font-size: 80%;
	line-height: 1.5;
	text-align: left;
	}
dl.news dt {
	float: left;
	margin: 0;
	padding: 6px 0 6px 17px;
	width: 6.5em;
	background: url(../img/home/news_icon.gif) no-repeat 3px 13px;
	}
dl.news dd {
	margin: 0;
	padding: 6px 0 6px 8em;
	background: url(../img/home/news_line.gif) repeat-x bottom;
	}

/* Hot infomation */
#infoWrap {
	margin-top: 20px;
	}
#info {
	float: left;
	border: 1px solid #ccc;
	width: 372px;
	}
#info h3 {
	border-bottom: 1px solid #ccc;
	padding: 9px 0 9px 9px;
	text-align: left;
	}
#info .floBox {
	padding: 20px 0;
	}
#info .img {
	float: left;
	margin: 0 15px;
	}
#info .txt {
	float: left;
	width: 245px;
	text-align: left;
	}
#info p {
	font-size: 68%;
	line-height: 1.5;
	margin-bottom: 0;
	}

#info p.title {
	padding:0 0 0 17px;
	background: url(../img/home/news_icon.gif) no-repeat 3px 7px;
	margin-bottom: 5px;
	font-size: 80%;
	}
#info p.note a{
	color: #333;
	}
/*
#info .img {
	float: left;
	margin: 0 15px;
	}
#info .txt {
	float: left;
	margin: 0 0 0 0;
	width: 245px;
	text-align: left;
	background: #ffc;
	}
#info p {
	font-size: 68%;
	line-height: 1.5;
	margin-bottom: 0;
	background: #fcc;
	}

#info p.title {
	padding:0 0 0 17px;
	background: url(../img/home/news_icon.gif) no-repeat 3px 7px;
	margin-bottom: 5px;
	font-size: 80%;
	}
#info p.note a{
	color: #333;
	}
	
*/
/* Banner */
#bnr {
	float: right;
	width: 247px;
	}
#bnr ul li {
	margin-bottom: 10px;
	}
	
	
/* Banner - Right block */
.Rbnr {
	margin: 0 0 7px 0;
	}





/*===================================================================
	00: container clearfix setting
===================================================================*/
#blockWrap:after,
#infoWrap:after,
#info:after,
#tlink ul:after
 {
  content:".";
  display:block;
  height:0;
  clear:both;
  line-height:0;
  visibility:hidden;
}

/* (for IE7 and Mac IE5) */
#blockWrap,
#infoWrap,
#info,
#tlink ul
{
	display: inline-block;
}

/* (for IE5-6) */
/* Hides from IE-mac \*/
* html #blockWrap,
* html #infoWrap,
* html #info,
* html #tlink ul
{
	height: 1%;
}
#blockWrap,
#infoWrap,
#info,
#tlink ul
{
	display: block;
}
/* End hide from IE-mac */



