@charset "utf-8";

@import url("../packages/default/css/import.css");
div#guide {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#guide h2 {
	font-size: 14px;
	color: #666666;
	background-color: #f0f0f0;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 24px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #66CCFF;
	text-indent: 16px;
	line-height: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	display: block;
}
#guide p {
	font-size: 16px;
	text-align: center;
	line-height: 24px;
	color: #003399;
                margin-bottom:60px;
}
#guide p a {
	color: #FF6600;
	text-decoration: none;
}
#guide p a:hover {
	color: #FF9900;
	text-decoration: underline overline;
}
#guide li {
	font-size: 14px;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#guide h3 {
	font-size: 14px;
	color: #CC9900;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	line-height: 20px;
}
#guide ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	list-style-position: inside;
	list-style-type: square;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#guide h4 {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 40px;
}
#guide address {
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 100px;
	border: 1px solid #FF9933;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-left: 100px;
}
#guide dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 40px;
}
#guide dt {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#guide dd {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 12px;
}