@charset "utf-8";

body {
	font-size: 0.9em;
}

p {
	text-indent: 0px;
}

#guide_h {
	background: url(../images/guide_h.gif) no-repeat;
	width: 619px;
	height: 50px;
}
#guide_h h2 {
	text-indent: -9999px;
}


#guide {
	margin-top: 15px;
	margin-left: 10px;
}



#howto {
	position: relative;
	float: left;
	background: url(../images/guide_howto_btn.gif) no-repeat;
	width: 300px;
	height: 115px;
}
#howto h3,
#howto p {
	position: absolute;
	text-indent: -9999px;
}
#howto a {
	position: absolute;
	width: 300px;
	height: 115px;
	display: block;
	text-indent: -9999px;
}
#howto a:hover {
	background: url(../images/guide_howto_btn_ro.gif) no-repeat;
}



#privilege {
	position: relative;
	float: left;
	background: url(../images/guide_privilege_btn.gif) no-repeat;
	width: 300px;
	height: 115px;
}
#privilege h3,
#privilege p,
#privilege ul {
	position: absolute;
	text-indent: -9999px;
}
#privilege a {
	position: absolute;
	width: 300px;
	height: 115px;
	display: block;
	text-indent: -9999px;
}
#privilege a:hover {
	background: url(../images/guide_privilege_btn_ro.gif)
}


#carrying {
	position: relative;
	float: left;
	background: url(../images/guide_carrying_btn.gif) no-repeat;
	width: 300px;
	height: 115px;
}
#carrying h3,
#carrying p {
	position: absolute;
	text-indent: -9999px;
}
#carrying a {
	position: absolute;
	width: 300px;
	height: 115px;
	display: block;
	text-indent: -9999px;
}
#carrying a:hover {
	background: url(../images/guide_carrying_btn_ro.gif) no-repeat;
}


#intro {
	position: relative;
	float: left;
	background: url(../images/guide_intro_btn.gif) no-repeat;
	width: 300px;
	height: 115px;
}
#intro h3,
#intro p {
	position: absolute;
	text-indent: -9999px;
}
#intro a {
	position: absolute;
	width: 300px;
	height: 115px;
	display: block;
	text-indent: -9999px;
}
#intro a:hover {
	background:url(../images/guide_intro_btn_ro.gif) no-repeat;
}


#inquiry {
	position: relative;
	float: left;
	background: url(../images/guide_inquiry_btn.gif) no-repeat;
	width: 300px;
	height: 115px;
}
#inquiry h3,
#inquiry p,
#inquiry ul {
	position: absolute;
	text-indent: -9999px;
}
#inquiry a {
	position: absolute;
	width: 300px;
	height: 115px;
	display: block;
	text-indent: -9999px;
}
#inquiry a:hover {
	background:url(../images/guide_inquiry_btn_ro.gif) no-repeat;
}


#regular {
	position: relative;
	float: left;
	background: url(../images/guide_regular_btn.gif) no-repeat;
	width: 300px;
	height: 115px;
}
#regular h3,
#regular p {
	position: absolute;
	text-indent: -9999px;
}
#regular a {
	position: absolute;
	width: 300px;
	height: 115px;
	display: block;
	text-indent: -9999px;
}
#regular a:hover {
	background:url(../images/guide_regular_btn_ro.gif) no-repeat;
}


#mailmissing {
	position: relative;
	float: left;
	background: url(../images/guide_mailmissing_btn.gif) no-repeat;
	width: 300px;
	height: 115px;
}
#mailmissing h3,
#mailmissing p {
	position: absolute;
	text-indent: -9999px;
}
#mailmissing a {
	position: absolute;
	width: 300px;
	height: 115px;
	display: block;
	text-indent: -9999px;
}
#mailmissing a:hover {
	background:url(../images/guide_mailmissing_btn_ro.gif) no-repeat;
}


#return {
	position: relative;
	float: left;
	background: url(../images/guide_return_btn.gif) no-repeat;
	width: 300px;
	height: 115px;
}
#return h3,
#return p {
	position: absolute;
	text-indent: -9999px;
}
#return a {
	position: absolute;
	width: 300px;
	height: 115px;
	display: block;
	text-indent: -9999px;
}
#return a:hover {
	background: url(../images/guide_return_btn_ro.gif) no-repeat;
}


