@charset "UTF-8";

/*=============================================================
	URI: http://www.intage.co.jp/
	Created: 2008.04
	Modified: 2008.04
	Author: WAN55 yuko aono
=============================================================*/

/*-------------------------------------------------------------
	Top page
-------------------------------------------------------------*/
/*========================Contents=============================
 01) Container
 02) News
 03) Banner

 99) Clear
=============================================================*/

/* 01) Container
-------------------------------------------------------------*/
#mainContents {
	width:750px;
	margin-top: 23px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	}


/* 02) News
-------------------------------------------------------------*/
#newsArea {
	float:left;
	width:745px;
	}

#newsArea .newsTitle {
	position:relative;
	width:745px;
	padding-bottom:5px;
	border-bottom:1px solid #d6e0e2;
}

/* 20080714 */
#newsArea .newsTitle h1.top-h1 {
	background:url(../../../images/top/title_news.gif) no-repeat;
	width:57px;
	height:12px;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
	font-size:12px;
}

#newsArea .newsTitle h2 {margin:0;}

/* 20081020 */
#newsArea .newsTitle h2.top-h2 {
	background:url(../../../images/top/title_news.gif) no-repeat;
	width:57px;
	height:12px;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
	font-size:12px;
} 

#newsArea .newsTitle p {
	position:absolute;
	top:0px;
	right:0px;
	}

#newsArea dl {
	width:745px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	}

#newsArea dl.oddline {background:#f5f5f5;}

#newsArea dl a {
	color:#204656;
	text-decoration:none;
	}

#newsArea dl a:hover {text-decoration:underline;}

#newsArea dt {
	float:left;
	width:80px;
	font-weight:bold;
	color:#204656;
	padding-left:30px;
	background:transparent url(../../../images/icon_arrow01.gif) 9px 5px no-repeat;
	}

#newsArea dd {
	float:right;
	width:630px;
	}

/* 03) Banner
-------------------------------------------------------------*/
#bannerArea {
	float:right;
	width:246px;
	}

/* 20080714 */
#bannerArea h2 {
	margin:12px 0 6px;
	background:url(../../../images/top/title_pickup.gif) no-repeat;
	width:86px;
	height:13px;
	padding:0px;
	text-indent:-9999px;
	font-size:12px;
}

/* 20081020 */
#bannerArea h3 {
	margin:12px 0 6px;
	background:url(../../../images/top/title_pickup.gif) no-repeat;
	width:86px;
	height:13px;
	padding:0px;
	text-indent:-9999px;
	font-size:12px;
}

#bannerArea dl {
	margin-bottom:5px;
	width:246px;
	}

#bannerArea dt {
	float:left;
	width:116px;
	}

#bannerArea dd {
	float:right;
	width:130px;
	font-size:80%;
	}


/* 99) Clear
-------------------------------------------------------------*/
#mainContents:after,
#newsArea dl:after,
#bannerArea dl:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

#mainContents,
#newsArea dl,
#bannerArea dl {display:inline-block;}

/* exclude MacIE5 \*/
* html #mainContents,
* html #newsArea dl,
* html #bannerArea dl {height:1%;}
#mainContents,
#newsArea dl,
#bannerArea dl {
	display:block;
	margin-right: auto;
	margin-left: auto;
}
/* end MacIE5 */
