@charset "utf-8";
/*****************************************************
* CSS information
* file name：guide.css
*****************************************************/

#left_column ul {
	margin-top: 10px;
	padding-left: 8px;
}
#left_column ul li {
	background-image: url(../../img/cmn/icon2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	padding-bottom: 4px;
}
#left_column ul ul {
	margin-top: 0px;
}
#left_column ul ul li {
	padding-left: 10px;
	background-image: none;
	padding-bottom: 0px;
}
#right_column ul {
	margin-top: 10px;
}
#right_column li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-left: 8px;
	line-height: 220%;
}
#contents ul {
	padding-left: 8px;
}
#contents h2 {
	margin-bottom: 40px;
}
#contents h3 {
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-right: 8px;
	background-image: url(../../img/cmn/section.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
	margin-top: 20px;
}
#contents p {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 30px;
}
#contents table {
	border: 4px solid #b0c4de;
	width: 504px;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contents th {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b0c4de;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b0c4de;
	font-weight: normal;
	padding: 4px;
	background-color: #E7EDF5;
}
#contents td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #b0c4de;
	border-bottom-color: #b0c4de;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
}