@charset "UTF-8";

body {
	background: white;
}

img {
	vertical-align: top;
}


#wrapper {
	width: 783px;
	padding :0;
}

#contents {
	margin: 15px 15px 25px;
}

#closeBtn {
	text-align: right;
	display: none;
}

#contents p {
	line-height: 1.5;
	margin-bottom: 10px;
}

#contents p.note {
	margin-bottom: 0;
}

#contents h1.guideTitle01 {
	background: none;
	padding: 0;
	margin: 0;
	display: none;
	margin-bottom: 25px;
}

#contents h2.guideTitle02 {
	font-size: 150%;
	font-weight: bold;
	background: url(../img/shared/bg_h1_title.gif) no-repeat left bottom;
	width: auto;
	padding-left: 15px;
	padding-bottom: 7px;
	line-height: 1.2;
}

#contents h2.guideTitle03,
#contents h3.guideTitle03 {
	background: url(../guide/img/shared/bg_title_02.gif) 0 0 no-repeat;
	border: none;
	min-height: 29px;
	_height: 29px;
	padding: 7px 15px 0;
	margin: 25px 0 15px;
	line-height: normal;
	color: #1f4d39;
	font-weight: bold;
	font-size: 117%;
}

#contents h4.guideTitle04 {
	border: 1px solid #cccccc;
	padding: 5px 10px;
	background: #f2f2f2;
	font-weight: bold;
	margin: 10px 0 0;
}

#contents h2.attachBottom,
#contents h3.attachBottom {
	margin-bottom: 0;
}

div#guideMenu {
	border-bottom: 3px solid #3d9973;
}

#guideMenu ul {
	zoom: 1;
	margin: 0;
	padding: 0;
}

#guideMenu ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#guideMenu li {
	float: left;
	width: 270px;
	margin: 0;
	padding: 0;
}

div.stepMenu {
	margin: 20px 0;
}

div.stepMenu ul{
	zoom: 1;
}

div.stepMenu ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

div.stepMenu li{
	float: left;
	width: 254px;
	background: url(../img/shared/point_step_02.gif) 100% 50% no-repeat;
}

div.stepMenu li.last-child {
	width: 244px;
	background: none;
}

div.guideContentBlock01 {
	zoom: 1;
	margin-bottom: 25px;
}

div.guideContentBlock01:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

div.guideContentBlock01 div.guideImage {
	width: 320px;
	float: left;
}

div.guideContentBlock01 div.guideImage img {
	margin-bottom: 15px;
}

div.guideContentBlock01 div.guideImage img:last-child {
	margin-bottom: 0px;
}

div.guideContentBlock01 div.guideContent {
	width: 430px;
	float: right;
}

div.guideContentBlock01 div.guideContent h4.guideTitle04:first-child,
div.guideContentBlock01 div.guideContent p:first-child {
	margin-top: 0 !important;
}

div.guideContentBlock01 div.guideContent p:last-child {
	margin-bottom: 0 !important;
}

table.guideTable01 {
	font-size: 100%;
}

table.guideTable01 th,
table.guideTable01 td {
	padding: 10px 10px 11px;
	background: url(../guide/img/shared/bg_table_01.gif) 0 100% repeat-x;
	vertical-align: middle;
	line-height: 1.3;
}
table.guideTable01 th {
	font-weight: bold;
	padding-right: 0;
	vertical-align: top;
}

table.guideTable01 th.image {
	padding-top: 7px;
	pading-bottom: 8px;
}
table.guideTable01 th.image img {
	vertical-align: top;
}

div.guideContentDescription {
	background: #f0f0f0;
	padding: 10px;
}
