@charset "UTF-8";

body{
	behavior:url("./js/csshover.htc");
	background: #fff url(../img/bg.gif) repeat-x;
}
/* ------------------------------------------------------*/
/* mainVisual */
/* ------------------------------------------------------*/
#mainVisual{
	margin-bottom: 20px;
}

/* ------------------------------------------------------*/
/* contentsArea */
/* ------------------------------------------------------*/
#contentsArea{
	width: 940px;
	margin: 0 auto;
	display: inline-table;
	zoom:1;
}

	#contentsArea:after {
		content:".";
		height:0px;
		clear:both;
		display: block;
		visibility:hidden;
	}
	
	/* Hides from IE-mac ＼*/
	* html #contentsArea{height: 1%;}
	#contentsArea{display: block;}
	/* End hide from IE-mac */

#contentsArea #left{
	width: 620px;
	float: left;
	margin-right: 20px;
	display: inline-table;
	zoom:1;
}

	#contentsArea #left:after {
		content:".";
		height:0px;
		clear:both;
		display: block;
		visibility:hidden;
	}
	
	/* Hides from IE-mac ＼*/
	* html #contentsArea #left{height: 1%;}
	#contentsArea #left{display: block;}
	/* End hide from IE-mac */

#contentsArea #right{
	width: 300px;
	float: left;
	display: inline-table;
	zoom:1;
}

	#contentsArea #right:after {
		content:".";
		height:0px;
		clear:both;
		display: block;
		visibility:hidden;
	}
	
	/* Hides from IE-mac ＼*/
	* html #contentsArea #right{height: 1%;}
	#contentsArea #right{display: block;}
	/* End hide from IE-mac */

/*-----promotionArea-----*/
.promotion{
	width: 193px;
	float: left;
	margin-right: 20px;
}

.promotion .image{
	margin-bottom: 5px;
}

.last{
	margin-right: 0;
}

.promotion h2{
	color: #333;
	font-size: 100%;
	margin: 10px 0;
	font-weight: bolder;
}

.promotion .more{
	margin-top: 20px;
	background: url(../img/icn_trace.gif) no-repeat 3em center;
}

.coming {
	margin-top: 20px;
	color: #F00;
}

.d_link {
	border-bottom: 1px solid #ccc;
	padding: 0 0 5px 0;
	margin-bottom:5px;
}

.d_link_date {
	font-size: 85%;
	color: #333;
}

.d_link_title {
	font-size:12px;
	line-height:14px;
	padding-top:3px;
}

.d_link_txt {
	margin-bottom:5px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
}

/*-----intel-----*/
#intel{
	margin-bottom: 14px;
	position: relative;
	display: inline-table;
	zoom:1;
}

	#intel:after {
		content:".";
		height:0px;
		clear:both;
		display: block;
		visibility:hidden;
	}
	
	/* Hides from IE-mac ＼*/
	* html #intel{height: 1%;}
	#intel{display: block;}
	/* End hide from IE-mac */

#intel .intelLogo{
	width: 58px;
	padding-top: 10px;
}

#intel .intelText{
	width: 230px;
	position: absolute;
	top: 30px;
	right: 0;
}

#intel .seven{
	margin-bottom: 12px;
}

.tagline{
	font-size: 110%;
	font-weight: bolder;
	color: #000;
	line-height: 1.3em;
	padding: 5px 0 30px 5px;
}

/*-----pickup-----*/
#pickup h2{
	margin-bottom: 10px;
}

#pickup li{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e9e9e9;
	display: inline-table;
	zoom:1;
}

#pickup li:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}

#pickup dt{
	font-size: 85%;
	color: #333;
}

#pickup dd{
	border-bottom: 1px solid #ccc;
	margin-bottom: 3px;
	padding-bottom: 3px;
}

/* Hides from IE-mac ＼*/
* html #pickup li{height: 1%;}
#pickup li{display: block;}
/* End hide from IE-mac */

#pickup li .photo{
	width: 55px;
	float: left;
}

#pickup li .text{
	width: 245px;
	float: left;
}

/* ------------------------------------------------------*/
/* clearfix huck */
/* ------------------------------------------------------*/
.clearfix{
	display: inline-table;
	zoom:1;
}

.clearfix:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}

/* Hides from IE-mac ＼*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

