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 {
background:url(../img/bg_menu.jpg) no-repeat;
	height:40px;
}
#menu li {
	width:160px;
	float:left;
	height:40px;
}
#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:-160px 0;}
#menu li#about a{background-position:-320px 0;}
#menu li#j-pads a{background-position:-480px 0;}
#menu li#contact a{background-position:-640px 0;}

#menu li#home a:hover{background-position:0 -40px;}
#menu li#profile a:hover{background-position:-160px -40px;}
#menu li#about a:hover{background-position:-320px -40px;}
#menu li#j-pads a:hover{background-position:-480px -40px;}
#menu li#contact a:hover{background-position:-640px -40px;}

#menu li#home a.current{background-position:0 -40px;}
#menu li#profile a.current{background-position:-160px -40px;}
#menu li#about a.current{background-position:-320px -40px;}
#menu li#j-pads a.current{background-position:-480px -40px;}
#menu li#contact a.current{background-position:-640px -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;
	
	/padding-right:20px;
}
#top .pagetop{
	background:none;
	padding-top:40px;
	
	/padding-right:20px;
}
.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;
}
.blue_bold{
	font-weight: bold;
	color: #27629C;
}
.red_bold{
	font-weight: bold;
	color: #cc0000;
}
.red{
	color: #cc0000;
}

