@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
#contents {
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 15px;
}
#menu {
	float: left;
	width: 240px;
	margin-top: 50px;
	margin-left: 20px;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	lin

}
#guide_main {
	width: 600px;
	margin-left: 260px;
}

img  {
vertical-align: bottom;
}
h3 {
	margin-right: 25px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	margin-left: 15px;
	margin-bottom: 5px;
	margin-top: 10px;
	background-color: #E2D8D8;
	padding: 2px;
	margin-right: 30px;
}

#guide tr td {
	vertical-align: top;
	padding-bottom: 10px;
}
#guide p {
	font-size: 0.9em;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 30px;
	margin-bottom: 20px;
	text-align: left;
	line-height: 140%;
}
#guide p a {
	color: #6C3E3E;
}
#guide p a:hover {
	color: #FFF;
	background-color: #6C3E3E;
}

em {
	color: #CC9966;
	font-style: normal;
}
#guide_comment {
	font-size: 0.9em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #CC6600;
	line-height: 140%;
	background-image: url(comment_back_01.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-top: 40px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 30px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	background-color: #FFF;
}
#guide_comment2 {
	background-image: url(comment_back_02.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 20px;
	padding-right: 30px;
}
#main2 {
	background-image: url(../../_object/image/main_back.jpg);
	background-repeat: repeat-x;
	padding: 20px;
}
#footer {
	clear: both;
}

