@charset "utf-8";
/* CSS Document */
/*********************************************************
					** GECについて：guide.html  **
*********************************************************/
#guide h3{
	background-image: url(../images/h3ttl_gec.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 500px;
	margin-bottom:1.5em;
}
#guide .p01{
	border-bottom:1px solid #dddddd;
	margin-bottom:2em;
	padding-bottom:1em;
}
#guide .p02{
	font-weight:bold;
	padding-bottom:1.5em;
}
#guide .p03 li{
	margin-bottom:1em;
	margin-left:0.7em;
}
#guide .p01_t{
	border-bottom:1px solid #dddddd;
	margin-bottom:2em;
	padding-bottom:2em;
}
#guide .p01_t table{
	border-collapse:collapse;
	border-color:#cccccc;
	margin-bottom:2em;
	margin-top:1em;
}
#guide .p01_t td,
#guide .p01_t th{
	padding:2px 5px;
}
#guide .p01_t th{
	background-color:#F0ECE1;
}
