@charset "UTF-8";

#left , #right ,
#left_detail , #right_detail {
	margin-top:16px;
}
/*																				index.html
 ----------------------------------------------------------------------------------------- */
#left {
	float:left;
	width:230px;/*256*/
	margin-right:40px;
	padding: 1px 0px 1px 26px;
	border-left: 3px solid #5A5A5A;
}

#right {
	float:left;
	width:560px;
	margin-bottom:40px;
}
#right dt {
	color:#E3E3E3;
	font-size: 115%;
	border-bottom:1px solid #333;
	padding: 0px 0px 3px 7px;
	margin-bottom:28px;
}
#right dt.mt40 {
	margin-top:40px;
}

#right li {
	margin-bottom:3px;
}
#right li a {
	display:block;
	text-decoration:underline;
	color:#E3E3E3;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	height:14px;/*18*/
	padding: 4px 1em 0px 37px;
	background:url(../images/pointer04.gif) no-repeat left center;
}
#right li a:hover {
	color:#C55858;
	background-image:url(../images/pointer04_over.gif);
	text-decoration:none;
}


/*																				a1_03.html
 ----------------------------------------------------------------------------------------- */
#left_detail {
	float:left;
	width:252px;
	margin-right:28px;
}
#right_detail {
	float:left;
	width:585px;
}
#right_detail dt {
	font-size:115%;
	font-weight:bold;
	color:#9C9687;
	height: 22px;/*30*/
	padding: 8px 0px 26px 45px;
	margin-bottom: 26px;
	border-bottom:1px solid #333;
	background:url(../images/title_Q.gif) no-repeat 0px 0px;
}
#right_detail dd {
	padding: 0px 0px 0px 45px;
	background:url(../images/title_A.gif) no-repeat 0px 0px;
}
#right_detail dd p {
	margin-bottom:1em;
}
#right_detail dd.return_list {
	margin-top:70px;
	background:none;
	padding:0px;
}
