body{
	font-size:12px;
	color:#555;
}
a{
	color:#235E9A;
}
a:hover{
	text-decoration:none;
}
#wrapper{
	text-align:center;
}
#cont{
	text-align:left;
	margin:auto;
	background:url(../img/bg_cont.jpg) repeat-y;
	width:840px;
}
#msg{
	border-bottom:solid 1px #068BD6;
	height:24px;
	color:#676767;
}	
#msg h1{
	display:block;
	text-align:left;
	margin:0px auto;
	width:830px;
	padding:4px 5px 0;
}
#header {
	padding:28px 20px 0;
	position:relative;
}
.jp #header{background:url(../img/bg_header_jp.jpg) no-repeat 5px top;}
.en #header{background:url(../img/bg_header_en.jpg) no-repeat 5px top;}
#lang{
	position:absolute;
	top:50px;
	left:477px;
}
#lang span{
	background:#27629C;
	color:#fff;
	padding:3px;
}
#lang a{
	color:#003466;
}
#logo{
	height:42px;
	width:228px;
	padding-bottom:18px;
}
#logo a{
	padding-top:42px;
}
#menu li {
	width:133px;
	float:left;
	height:40px;
}

#menu li#contact {
	width: 135px;
}
#menu li a{	padding-top:40px;}
.jp #menu li a{background:url(../img/bg_menu_jp.jpg) no-repeat;}
.en #menu li a{background:url(../img/bg_menu_en.jpg) no-repeat;}

#menu li#home a{background-position:0 0;}
#menu li#profile a{background-position:-133px 0;}
#menu li#about a{background-position:-266px 0;}
#menu li#company a{background-position:-399px 0;}
#menu li#careers a{background-position:-532px 0;}
#menu li#contact a{background-position:-665px 0;}

#menu li#home a:hover{background-position:0 -40px;}
#menu li#profile a:hover{background-position:-133px -40px;}
#menu li#about a:hover{background-position:-266px -40px;}
#menu li#company a:hover{background-position:-399px -40px;}
#menu li#careers a:hover{background-position:-532px -40px;}
#menu li#contact a:hover{background-position:-665px -40px;}

#menu li#home a.current{background-position:0 -40px;}
#menu li#profile a.current{background-position:-133px -40px;}
#menu li#about a.current{background-position:-266px -40px;}
#menu li#company a.current{background-position:-399px -40px;}
#menu li#careers a.current{background-position:-532px -40px;}
#menu li#contact a.current{background-position:-665px -40px;}

#main {
	padding:0 20px;
}
#bread{
	clear:both;
	background:#C6E1F2;
	height:24px;
	padding:5px 10px 0;
}
#topswf{
	border:solid  #ccc;
	border-width:0 1px 1px 1px;
	margin-bottom:20px;
}

#footer{
	border-top:solid 1px #068BD6;
	padding:16px 0;
	text-align:center;
	clear:both;
}
#footer a{
	color:#068BD8;
}
#footer .menu{
	margin-bottom:23px;
}


#logo a,
#menu li a,
.pagetop a {
	overflow:hidden;
	height:0px;
	display:block;
}


.box{
	padding-bottom:20px;
}
.box:after {
	content: ".";
	clear: both;
	height: 0;
	line-height: 1;
	font-size: 0px;
	display: block;
	visibility: hidden;
}

* html .box,
*+html .box {
	display: inline-block;
}
/*---------------------
//secondary
----------------------*/
.secondary  #main{
	background:url(../img/cont_body.jpg) repeat-y 5px top;
}
.secondary #bread{
	margin-bottom:10px;
}
.secondary .secmain{
	padding:13px 15px 12px;
}
.secondary #main p{
	text-align:justify;
}
.pagetop{
	background:url(../img/cont_footer.jpg) no-repeat top;
	padding-top:60px;
}
.pagetop a{
	background:url(../img/pagetop.jpg) no-repeat top;
	width:100px;
	padding-top:20px;
	margin-left:auto;
	margin-right:18px;
}
.secondary #main h2{
	padding-top:83px;
}
.secondary #main h3{
	padding-top:30px;
	margin-bottom:16px;
}

/*---------------------
//‚¨’m‚ç‚¹
----------------------*/
#top .right .news h2{
	background:url("../img/h2_news_ja.gif") no-repeat scroll 0 0 transparent;
	display: block;
	height: 0;
	overflow: hidden;
	margin-bottom:0px;
	padding-top:30px;
}

#top .right .news {
	border: 1px solid #DEDEDE;
	margin-bottom: 20px;
	padding: 0;
}
	
#top .right .news dl {
	width:468px;
	margin: 5px 10px;
	padding: 0;
	border-bottom: 1px dotted #cccccc;
}

#top .right .news dl dt {
	clear: both;
  	float: left;
  	width: 0px;
  	margin: 0;
  	padding: 0 0 0 30px;
	background-image: none;
}

#top .right .news dl dd {
	width: 320px;
	margin: 0 0 0 140px;
	padding: 0;
}

#top .right .news dl dt.new {
	background: url("../img/icon_new.jpg") no-repeat scroll left center transparent;
}

