@charset "UTF-8";
html, body {
	height:100%;
}
/*----------------------content----------------------*/
#content {
	position:relative;
	min-width:1000px;
	height:auto!important;
	height:100%;
	min-height:80%;
}
#content_box {
	position:relative;
	width:920px;
	height:650px;
	margin:0 auto;
}
/*----------------------sidemenu----------------------*/
#sidemenu {
	position:absolute;
	top:30px;
	left:0;
	height:50px;
	border-top:#ebebec solid 1px;
	border-bottom:#ebebec solid 1px;
}
#sidemenu th {
	height:50px;
	line-height:50px;
	font-size: 13px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	text-align:left;
}
.menu_list {
	padding:7px 0 7px 20px;
}
.menu_list a {
	display:block;
	width:142px;
	height:13px;
	text-indent:-9999px;
}
#contact_a a {
	background: url(../images_jp/menulist_contact_a.jpg) no-repeat 0 -13px;
}
#contact_a a:hover {
	background: url(../images_jp/menulist_contact_a.jpg) no-repeat 0 -13px;
}
#contact_b a {
	background: url(../images_jp/menulist_contact_b.jpg) no-repeat 0 0;
}
#contact_b a:hover {
	background: url(../images_jp/menulist_contact_b.jpg) no-repeat 0 -13px;
}
#contact_c a {
	background: url(../images_jp/menulist_contact_c.jpg) no-repeat 0 0;
}
#contact_c a:hover {
	background: url(../images_jp/menulist_contact_c.jpg) no-repeat 0 -13px;
}
/*----------------------legalize----------------------*/
#legalize {
	position:absolute;
	width:71px;
	height:70px;
	margin-top:110px;
	left:12px;
	border:0;
}
/*----------------------disney----------------------*/
#disney{
	position:absolute;
	width:110px;
	height:70px;
	margin-top:110px;
    left:100px;
	border:0;
	}
/*----------------------right_content----------------------*/
#right_content {
	position:absolute;
	top:30px;
	right:0;
	width:667px;
	height:650px;
}
#right_content_title {
	height:53px;
	line-height:53px;
	font-size: 32px;
	color: #f6d013;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
}

#qaContent {
	width: 667px;
}
#qaContent ul.accordionPart {
	margin: 10px 0 100px 0;
}
#qaContent ul.accordionPart li {
	border-bottom:#c2c2c2 dotted 1px;
	padding-bottom: 10px;
	margin-top: 10px;
}
#qaContent ul.accordionPart li .qa_title {
	color: #000;
	cursor: pointer;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
}
.qa_title span{
	margin:0 15px 0 0;
	color: #f6d013;
	}
#qaContent ul.accordionPart li .qa_title_on {
	color: #f6d013;
}
#qaContent ul.accordionPart li .qa_content {
	margin: 10px 0 0;
	color: #999;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
}