@charset "utf-8";

/*	20100525  */


/*	トップページ用レイアウト  */
body#index #header {
	margin:0 auto 30px auto;
}

body#index #wrap {
	margin:0 auto 40px auto;
}

#index-left {
	float:left;
	margin-left:20px;
	width:530px;
}

*html #index-left {
	margin-left:10px;
}

#index-right {
	float:right;
	margin-right:20px;
	width:200px;
}

*html #index-right {
	margin-right:10px;
}

/*	プレスリリース・業界ニュース  */
div.press, div.news {
	position:relative;
}

div.press a.look, div.news a.look {
	position:absolute;
	display:block;
	width:55px;
	height:18px;
	top:0;
	left:474px;
}

div.press dl, div.news dl {
	margin-bottom:20px;
}

div.press dl dt, div.news dl dt {
	float:left;
}

div.press dl dd, div.news dl dd {
	padding-left:90px;
}

div.press dl dd a:link, div.news dl dd a:link, div.press dl dd a:visited, div.news dl dd a:visited {
	text-decoration:underline;
}


/*	トップページ用H2  */
body#index h2 {
	width:530px;
	height:20px;
	margin:0 0 10px 0;
	border-bottom:#CCCCCC 1px solid;
}

body#index .press h2 {
	background:url(../img/top/title_topic01.gif) no-repeat;
}

body#index .news h2 {
	background:url(../img/top/title_topic02.gif) no-repeat;
}


