@charset   "UTF-8";

/*content*/
#con_l {
	float: left;
	width: 66%;

}
#con_r {
	float: right;
	width: 33%;

}
#con_a {
	float: left;
	margin: 5px 0 20px 10px;
	padding: 4px;
	width: 198px;

}
#con_b {
	float: right;
	margin: 5px 5px 20px 0;
	padding: 4px;
	width: 198px;

}
#con_c {
	margin: 5px 10px 0 0;
	padding: 4px;
}

/* photo table */
#photot {
	margin: 0;
	padding: 0;
	text-align: center;
}
#photot ul {
	list-style: none;
	width: 645px;
	height: 225px;
	border-top: solid 5px #000000;
	border-right: solid 5px #000000;
}
#photot li {
	float: left;
	border-bottom: solid 5px #000000;
	border-left: solid 5px #000000;
}
#photot img {
	vertical-align: bottom;
}

/* content */
#con_a h3,
#con_b h3,
#con_c h3,
#con_d h3 {
	margin: -1px;
	margin-bottom: 10px;
}

/*   */

#con_b dt {
	margin: 7px 10px 0 15px;
	background: url(../images/ln_li_bg.gif) left bottom repeat-x;
}
#con_b dd {
	margin: 0 0 0 2em;
}
#con_c dt {
	margin: 7px 10px 0 5px;
}
#con_c dd {
	margin: -1em 0 0 5.5em;
}
