@charset "utf-8";
/* CSS Document */
/*********************************************************
		** GECについて：guide.html  **
*********************************************************/
#guide h3{
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 790px;
	//margin-bottom:1.5em;
	padding-left:5px;
	border-width:0px 0px 2px 5px;
	border-style:solid;
	border-color:#923233;
	font-size:16.5px;
	font-weight: bold;
}
#guide .p01{
	border-bottom:1px solid #dddddd;
	margin-bottom:2em;
	padding-bottom:1em;
	font-size:15.5px;
}
#guide .p02{
	font-weight:bold;
	padding-bottom:1.5em;
	font-size:15.5px;
}
#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 table{
	border-collapse:collapse;
	border-color:#cccccc;
	margin-bottom:2em;
	margin-top:1em;
	font-size:14px;
}
#guide .p01_t td,
#guide .p01_t th{
	padding:2px 5px;
}
#guide .p01_t th{
	background-color:#F0ECE1;
}
