@charset "utf-8";

/* structure */
html {
	background: none;
}
body#howto {
	min-width: 0;
	background: url(/shared/check/img/bg_body_01_blue.gif) 0 0 repeat-y;
}
body#howto div#main {
	margin: 30px auto;
	width: 660px !important;
}

/* color */
body#howto.blue .pointColor {
	color: #007bbb;
}
body#howto.green .pointColor {
	color: #009a95;
}
body#howto.orange .pointColor {
	color: #ff9500;
}
body#howto.pink .pointColor {
	color: #ff9ab6;
}
body#howto .important {
	color: #ff4a4a;
}

/* h1 */
body#howto h1 {
	font-size: 150%;
	font-weight: bold;
	line-height: 40px;
}
body#howto.blue h1 {
	color: #007bbb;
}
body#howto.green h1 {
	color: #009a95;
}
body#howto.orange h1 {
	color: #ff9500;
}
body#howto.pink h1 {
	color: #ff9ab6;
}
body#howto h1.lh26 {
	line-height: 26px;
}
body#howto h1 img {
	padding-right: 10px;
	vertical-align: middle;
}

/* howtoFlow */
body#howto ul.howtoFlow {
	_height: 1%;
	*zoom: 1;
}
body#howto ul.howtoFlow:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
body#howto ul.howtoFlow li {
}
body#howto ul.howtoFlow li.flow1 {
	background: url(/shared/check/img/icon_howto_flow_01.gif) 100% 50% no-repeat;
	float: left;
	padding-right: 28px;
	width: 170px;
}
body#howto ul.howtoFlow li.flow2 {
	background: url(/shared/check/img/icon_howto_flow_01.gif) 100% 50% no-repeat;
	float: left;
	padding-right: 28px;
	width: 170px;
}
body#howto ul.howtoFlow li.flow3 {
	float: left;
	width: 168px;
}
body#howto ul.howtoFlow li.flow4 {
	background: url(/shared/check/img/icon_howto_flow_02.gif) 100% 0 no-repeat;
	_display: inline;
	float: right;
	margin-right: 112px;
	margin-top: 15px;
	padding-top: 25px;
	width: 170px;
}
body#howto ul.howtoFlow li.flow5 {
	background: url(/shared/check/img/icon_howto_flow_03.gif) 100% 50% no-repeat;
	float: right;
	margin-top: 15px;
	padding-right: 28px;
	padding-top: 25px;
	width: 170px;
}
body#howto ul.howtoFlow li caption {
	width: 170px;
}

/* howtoFooter */
body#howto div.howtoFooter {
	_height: 1%;
	*zoom: 1;
}
body#howto div.howtoFooter:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
body#howto div.howtoFooter p.copyright {
	float: left;
	margin-top: 23px;
}
body#howto div.howtoFooter p.close {
	float: right;
	margin-top: 16px;
}
body#howto div.howtoFooter p.close a {
	background: url(/shared/check/img/icon_howto_close_01.gif) 0 50% no-repeat;
	padding-left: 16px;
}

/* howtoLead */
body#howto p.howtoLead {
	font-size: 133.3%;
	font-weight: bold;
	line-height: 1.428em;
	margin-top: 11px;
}
body#howto.green p.howtoLead {
	color: #009a95;
}
body#howto.pink p.howtoLead {
	color: #ff9ab6;
}

/* howtoList */
body#howto ul.howtoList {
	margin-left: 4px;
}
body#howto ul.howtoList li {
	background-position: 0 7px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding-left: 15px;
}
body#howto.blue ul.howtoList li {
	background-image: url(/shared/check/img/icon_howto_list_01_blue.gif);
}
body#howto.orange ul.howtoList li {
	background-image: url(/shared/check/img/icon_howto_list_01_orange.gif);
}

/* howtoListThreeColumns */
body#howto ul.howtoListThreeColumns {
	_height: 1%;
	*zoom: 1;
}
body#howto ul.howtoListThreeColumns:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
body#howto ul.howtoListThreeColumns li {
	background: url(/shared/check/img/bg_separator_gray-dotted_02.gif) 0 0 repeat-y;
	float: left;
	margin-left: 18px;
	padding-bottom: 15px;
	padding-left: 18px;
	width: 162px;
}
body#howto ul.howtoListThreeColumns li.first {
	background: none;
	margin-left: 0;
	padding-left: 0;
}

/* howtoListTwoColumns */
body#howto ul.howtoListTwoColumns {
	_height: 1%;
	*zoom: 1;
}
body#howto ul.howtoListTwoColumns:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
body#howto ul.howtoListTwoColumns li {
	background: url(/shared/check/img/bg_separator_gray-dotted_02.gif) 0 0 repeat-y;
	float: left;
	margin-left: 18px;
	padding-bottom: 15px;
	padding-left: 18px;
	width: 264px;
}
body#howto ul.howtoListTwoColumns li.first {
	background: none;
	margin-left: 0;
	padding-left: 0;
}

/* ol */
body#howto.pink ol {
	*margin-left: 3px;
}
body#howto.pink ol li {
	color: #ff9ab6;
	font-weight: bold;
}
body#howto.pink ol li span {
	color: #333;
	font-weight: normal;
}

/* roundHowto */
body#howto div.roundHowto div.roundHowtoTop {
	background: url(/shared/check/img/bg_round_white_border_gray_02.gif) 0 0;
	height: 19px;
	margin-top: 10px;
}
body#howto div.roundHowto div.roundHowtoContent {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-left: 17px;
	padding-right: 17px;
}
body#howto div.roundHowto div.roundHowtoBottom {
	background: url(/shared/check/img/bg_round_white_border_gray_02.gif) -600px 0;
	height: 19px;
}

/* roundWhite */
body#howto div#main div.roundWhite div.roundWhiteTop {
	background: url(/shared/check/img/bg_round_white_01.png) -3440px 0;
	height: 30px;
}
body#howto div#main div.roundWhite div.roundWhiteContent {
	background-color: #fff;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
}
body#howto div#main div.roundWhite div.roundWhiteBottom {
	background: url(/shared/check/img/bg_round_white_01.png) -4100px 0;
	height: 30px;

