/* CSS Document */

#guide dl
{
	padding: 0px;
	width: 100%;
	display: table;
	table-layout: fixed;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#guide dt
{
	display: table-cell;
	vertical-align: top;
	width: 358px;
	border: 1px solid #ddd;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	_zoom: 1;
	overflow: hidden;
}

#guide dt h3
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}

#guide dt p
{
	line-height: 160%;
	font-size: 14px;
}

#guide dd
{
	margin: 0px;
	padding: 0px;
	width: auto;
	display: table-cell;
}

#guide dt .box
{
	padding-right: 14px;
	padding-left: 14px;
}


#guide dt .photo
{
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

#guide dt .info_btn
{
	text-align: right;
	clear: both;
}

#guide dt ul
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 100%;
	clear: both;
}

#guide dt li
{
	background-image: url(../../img/top/line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#guide dt li a
{
	background-image: url(../../img/top/li_point.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	display: block;
}

#guide .left_ul
{
	float: left;
	width: 154px;
	clear: both;
}

#guide .right_ul
{
	float: right;
	width: 154px;
}

#guide .rogo
{
	text-align: right;
}

#guide .rogo span
{
	background-image: url(../../img/top/rogo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 80px;
}