@charset "utf-8";
#index #lead {
	background-image: url(../takara/images/index_main_visual.png);
	background-repeat: no-repeat;
}

#family #lead {
	background-image: url(../takara/images/family_main_visual.png);
	background-repeat: no-repeat;
}

#ticket #lead {
	background-image: url(../takara/images/ticket_main_visual.png);
	background-repeat: no-repeat;
}

#limitation #lead {
	background-image: url(../takara/images/limitation_main_visual.png);
	background-repeat: no-repeat;
}

#pgs #lead {
	background-image: url(../takara/images/pgs_main_visual.png);
	background-repeat: no-repeat;
}


#main-content {
	background-image: url(../takara/images/main_bkg.png);
	background-repeat: repeat;
	width: 620px;
}
#main-content ul {
	margin: 0px;
	padding: 0px;
}
#main-content li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
#main-content p {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	line-height: 22px;
}
#main-content td {
	line-height: 18px;
	padding: 7px;
}


.content-detail {
	width: 555px;
	clear: both;
	margin-right: 10px;
	margin-left: 33px;
	margin-top: 30px;
	margin-bottom: 0px;
}
#main-content .content-detail h5 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 10px;
}
#main-content .content-detail h4 {
	padding-bottom: 20px;
}


#family #wrapper #content #main #main-content #yuga th {
	color: #666666;
}
#index #main #main-content .content-detail dt{
	background-image: url(../academy/images/faq_icon.png);
	background-repeat: no-repeat;
	font-size: 13px;
	padding-left: 30px;
	padding-top: 3px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	color: #333333;
}
#index #main #main-content .content-detail dd {
	padding-left: 30px;
	font-size: 12px;
	color: #666666;
	padding-bottom: 30px;
	line-height: 18px;
	padding-right: 30px;
}

