@charset"UTF-8";

/* -----------------------------------------------------------
* Filename: top.css
* Version: 2.0 (2010-06-26)
* Author: D.Nomura
* Description: トップページのみ使用
----------------------------------------------------------- */

/* left column
-------------------------------------------*/
#leftColumn {
	float: left;
	width: 590px;
	margin-right: 30px;
}

.title {
	width: 590px;
	padding-bottom: 15px;
	background: url(../../images/bg_subject.gif) no-repeat left bottom;
}


.title h2 {
	float: left;
}

.title .btnRight {
	float: right;
	width: 47px;
}

#news {
	clear: both;
	width: 590px;
}

#news dl {
	clear: both;
	width: 570px;
	padding: 10px 10px 10px 10px;
	background: url(../../images/bg_news02.gif) repeat-x;
}

#news dl.first {
	clear: both;
	width: 570px;
	padding: 10px 10px 10px 10px;
	background: url(../../images/bg_news01.gif) repeat-x;
}

#news dt {
	float: left;
	width: 68px;
	margin-right: 48px;
	padding-left: 12px;
	background: url(../images/arrow.gif) no-repeat 0 3px;
	font-size: 85%;
	font-weight: bold;
}

#news dd {
	float: left;
	width: 430px;
}

#news dd strong {
	color: #113e75;
}

#businessIntro {
	width: 586px;
	padding: 10px 2px 0 2px;
}

#businessIntro li {
	float: left;
	width: 96px;
	margin-right: 2px;
}

#businessIntro li.noMargin {
	margin-right: 0;
}

#bnr {
	clear: both;
	width: 570px;
	padding: 0 10px;
}

#bnr .isoMark {
	float: left;
	width: 144px;
	margin-right: 20px;
}

#bnr .prBnr {
	float: left;
	width: 406px;
}

/* right column
-------------------------------------------*/
#rightColumn {
	float: left;
	width: 340px;
}

#profile {
	width: 340px;
	margin-bottom: 10px;
	background: url(../../images/square_m.jpg) repeat-y 0 0;
}

#profile .bottom {
	width: 340px;
	padding-bottom: 15px;
	background: url(../../images/square_b.jpg) no-repeat 0 100%;
}

#profile .inner {
	width: 318px;
	padding: 10px 11px 0 11px;
}

#profile .txt {
	width: 308px;
	margin-bottom: 15px;
	padding-left: 8px;
	border-left: 2px solid #04a110;
}

#profile h3 {
	float: left;
	width: 211px;
	margin-bottom: 10px;
}

#profile .btnRight {
	float: right;
	width: 47px;
	margin-bottom: 10px;
}

#profile .profList {
	width: 308px;
	margin: 0 0 15px 10px;
}

#profile .profList li {
	float: left;
	width: 90px;
	margin-bottom: 10px;
	padding-left: 10px;
	background: url(../images/bullet.gif) no-repeat 0 5px;
}

#otherLanguage {
	width: 340px;
	background: url(../../images/square_m02.gif) repeat-y 0 0;
}

#otherLanguage .bgT {
	width: 340px;
	padding-top: 14px;
	background: url(../../images/square_t02.gif) no-repeat 0 0;
}

#otherLanguage .bgB {
	width: 340px;
	padding-bottom: 10px;
	background: url(../../images/square_b02.gif) no-repeat 0 100%;
}

#otherLanguage .inner {
	width: 320px;
	margin-left: 10px;
}

#otherLanguage h3 {
	margin: 0 0 10px 0;
	text-align:center;
}

#otherLanguage p {
	margin: 0 0 10px 0;
}

/* 簡体中国語 */

.zhcn{

font-family :SimSun, 'MS UI Gothic', sans-serif;

}
