@charset "UTF-8";

/* CSS Document */


/*------------------------------------- 

 トップページ用css

------------------------------------- */

body.top #wrapper,
body.engTop #wrapper { background:url(../img/bg_wrapper_top2.jpg) no-repeat center 387px; }

body.top #header,
body.engTop #header { margin-bottom: 10px; }

body.top #contents,
body.engTop #contents { /*	background:url(../img/bg_mainImage.jpg) no-repeat center 0;*/ width:100%; }

body.top #mainImage,
body.engTop #mainImage {
	width: 900px;
	height:250px;
	margin: 15px auto 20px auto;
	clear: both;
}

body.top #topContents,
body.engTop #topContents {
	margin: 0 auto;
	width: 900px;
}


/*
最新情報
------------------------------------- */

#news {
	float: left;
	display: inline;
	margin: 15px 0 20px 15px;
	width: 440px;
}

h2 {
	background-color: #fff;
	color: #333;
	padding: 0;
	margin: 0;
	text-indent: 0;
}

#news h2 {
	padding-bottom: 5px;
	line-height: 100%;
}

#news ul {
	width: 420px;
	background-color: #dde3f4;
	display: block;
	font-size:120%;
	height: 1.8em;
	padding:5px 10px;
	margin: 5px 0;
}

#news ul li {
	float: left;
	line-height:1.8em;
	padding-left: 40px;
	margin-right:20px;
}

#news ul li.release { background: url(../img/icon_release.jpg) no-repeat 0px center; }

#news ul li.ir { background: url(../img/icon_ir.jpg) no-repeat 0px center; }

#news ul li.exhibit { background: url(../img/icon_tenjikai.jpg) no-repeat 0px center; }

.engTop #news ul li.release { background: url(../img_en/en_icon_release.jpg) no-repeat 0px center; }

.engTop #news ul li.ir { background: url(../img_en/en_icon_ir.jpg) no-repeat 0px center; }

.engTop #news ul li.exhibit { background: url(../img_en/en_icon_tenjikai.jpg) no-repeat 0px center; }

#news dl {
	display: block;
	font-size: 12px;
	padding:0 0 0 5px;
}

#news dl dt {
	display:block;
	float:left;
	width:75px;
	margin-top:10px;
	border-top: dashed 1px #ccc;
	padding-top:5px;
}

#news dl dd {
	display:block;
	float:left;
	width:355px;
	margin-top:10px;
	border-top: dashed 1px #ccc;
	padding-top:5px;
}

#news dl dd.release {
	width:315px;
	padding-left:40px;
	background: url(../img/icon_release.jpg) no-repeat 0px 6px;
}

#news dl dd.ir {
	width:315px;
	padding-left:40px;
	background: url(../img/icon_ir.jpg) no-repeat 0px 6px;
}

#news dl dd.exhibit {
	width:315px;
	padding-left:40px;
	background: url(../img/icon_tenjikai.jpg) no-repeat 0px 6px;
}

#news dl dd.pdf {
	width:315px;
	padding-left:40px;
	background: url(../img/icon_pdf.jpg) no-repeat 0px 6px;
}

.engTop #news dl dd.release { background: url(../img_en/en_icon_release.jpg) no-repeat 0px 6px; }

.engTop #news dl dd.ir { background: url(../img_en/en_icon_ir.jpg) no-repeat 0px 6px; }

.engTop #news dl dd.exhibit { background: url(../img_en/en_icon_tenjikai.jpg) no-repeat 0px 6px; }

/*
主要コンテンツ
------------------------------------- */

div#mainContents {
	float: right;
	width: 400px;
	margin: 15px 15px 20px 0;
	display: inline;
	background-color:#dde3f4;
}

div#mainContents .leftBanner {
	width: 240px;
	float:left;
}

div#mainContents .leftBanner p { margin:15px 0 15px 15px; }

div#mainContents .rightBanner {
	width: 160px;
	float:right;
}

div#mainContents .rightBanner p { margin:15px 15px 15px 0; }

body.merger .container01 {
	width: 800px;
	margin: 20px auto;
}

body.merger .container01 img { margin: 60px auto; }
