@charset "utf-8";
/* CSS Document */
#guide{
	text-align: center;

}

#guide-subject{
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 30px;
}
#guide-subject a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #99CC00;
	display: block;
	background-image: url(../images/guide-list-dot.jpg);
	background-repeat: no-repeat;
	height: 29px;
	padding-left: 20px;
	padding-bottom: 7px;
	line-height: 22px;
}
#guide-subject a:hover {
	color: #FF00FF;
}
.guide-content-one{
	text-align: left;
	padding-left: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E6E6E6;
	border-right-color: #E6E6E6;
	border-left-color: #E6E6E6;
	background-image: url(../images/main-top-guide.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	border-bottom-width: 1px;
	border-bottom-color: #E6E6E6;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 26px;
	margin-left: 0px;
	padding-top: 0px;
	position: relative;
}

.guide-content-one h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 40px;
	display: block;
	padding-right: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -2px;
	background-image: url(../images/guide-list-dot2.jpg);
	background-repeat: no-repeat;
}

.guide-content-one a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	font-weight: lighter;
	text-decoration: underline;
	margin-top: -20px;
}

.guide-content-one-img{
	float: right;
}
.guide-content-one-content{
	text-decoration: none;
	padding-left: 40px;
}
