@charset "utf-8";

*{
	margin:0;	padding:0;
}

body {
	font-weight:normal;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 150%;
	color:#000;
	word-break:break-word;	
	border-top: #000 solid 5px;
	/*background:url("../img/bg.gif") no-repeat top center;*/
}

#wrapper{
	width:100%;
}

#page{

}

a img{
	border:none;
}

.rightbox{
	text-align: right;
}

.clear{
	clear: both;
	height: 0;
}
/* Header */
#header_container{
	width:100%;
	border-bottom:#000 1px dotted;
	height: 250px;
}

#header{
	width: 820px;
	margin: 0 auto;	
	padding: 20px 0;
}

#lang{
	width:100%;
	text-align:right;	
}

#logo{
	padding:10px;
}

#menu{
	padding: 10px 0 0 320px;
}

#menu ul{
	list-style:none;
	padding:0;
}

#menu ul li{
	text-indent: -9999px;
	width: 150px;
	height:40px;
}

#menu ul li a{
	width: 150px;
	height: 40px;
	display: block;
}

li#menu_about a{
	background:url("../img/menu.gif") no-repeat 0 0;
}
li#menu_about a:hover{ 
	background-position: -150px 0;
}

li#menu_contact a{
	background:url("../img/menu.gif") no-repeat 0 -40px;
}

li#menu_contact a:hover{ 
	background-position: -150px -40px;
}
/* End of Header */

/* Begin of Main */
#main_container{
	width: 100%;
}

#main{
	width:820px;
	padding: 50px 0;
	margin: 0 auto;
}

#main_content{
	width: 100%;
	border: 5px solid #999;
	padding: 30px;
	background: url("../img/bg_opacity.png") repeat;
}

h2{
	border-left: #000 solid 5px;
	padding:5px 15px;
	margin-bottom:20px;
}

p{
	padding: 20px;
}

.content{
	padding-top: 30px;
}

dl{
	padding:0 20px;
}

dd{
	padding-bottom: 10px;
}

dd ul{
	list-style-position:inside;
}

table{ 
	border:1px solid #000;
	border-collapse:collapse;
	margin: 0 auto;
}

td,th{
	border:1px solid #000;
	padding:10px 20px;
}

th{ width: 120px;}
td{ width: 540px;}
#tw, #submenu{
	width:540px;
	float:left;
}

#tw ul{
	list-style:none;
}

#tw li{
	padding:20px;
	border-bottom:1px dotted #000;
}

#submenu{
	margin-bottom: 30px;
}
#submenu h3{
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: #f00 solid 3px;
}

#submenu h3 a{
	color:#f00;
}
#bnr{
	width:240px;
	float:right;
}

#bnr ul{
	list-style:none;
}

#bnr li{
	padding-bottom:10px;
	margin:0;
}
#bnr ul a img{
	border:none;
}

.btn{
	width:140px;
	height:60px;
	text-indent:-9999px;	
}

.btn a{
	width:140px;
	height:60px;
	display:block;
	margin-left:300px;
}

.btn a.btn_jp{
	background:url(../img/btn_jp.gif) no-repeat top left;
}

.btn a.btn_en{
	background:url(../img/btn_en.gif) no-repeat top left;
}

.btn a.btn_jp:hover, .btn a.btn_en:hover{
	background-position:top right;
}
.centering{
	text-align:center;
}
/* End of Main */

/* Begin of Footer */
#footer_container{
	clear:both;
	width:100%;
	padding-top:50px;
}

#footer{
	width:820px;
	margin: 0 auto;
	text-align:center;
	font-size:10px;
}
/* End of Footer */