@charset "utf-8";

/*#guide ul { 
margin: 0; 
padding :0; 
list-style-type : none; 
}
#guide li { 
display : inline; 
padding :0; margin:0; 
}
#guide a {
	display:block;
	border:2px dotted #aac;
	background-color:#dde;
	font-size:small;
	text-decoration:none;
	color:#557;
	width:198px;
	height:1.5em;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 0.1em;
	padding-right: 0;
	padding-bottom: 0.1em;
	padding-left: 0.5em;
}
#guide a:hover {
	display:block;
	border:2px dotted #aca;
	background-color:#ded;
	font-size:small;
	text-decoration:none;
	color:#575;
	width:198px;
	height:1.5em;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 0.1em;
	padding-right: 0;
	padding-bottom: 0.1em;
	padding-left: 0.5em;
}
*/


#guide ul { 
margin: 0; 
padding :0; 
list-style-type : none; 
}
#guide li { 
display : inline; 
padding :0; margin:0; 
}
#guide a {
	display:block;
	background-color:#FFC;
	font-size:small;
	text-decoration:none;
	color:#F60;
	width:190px;
	height:15px;
	text-align:center;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F93;
	border-right-color: #F93;
	border-bottom-color: #F93;
	border-left-color: #F93;
}
#guide a:hover {
	display:block;
	background-color:#FFF4F4;
	font-size:small;
	text-decoration:none;
	color:#690;
	text-align:center;
	width:190px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFBFBF;
	border-right-color: #FFBFBF;
	border-bottom-color: #FFBFBF;
	border-left-color: #FFBFBF;
}


H2 {
	font-size: small;
	color: #FFF;
	background-color: #9C0;
	height: 25px;
	width: 200px;
	text-align: center;
	line-height: 2em;
	padding: 2px;
	font-weight: bold;
}

#mainguide {
}
#mainguide h1 {
	color: #630;
	background-color: #F7FFDD;
	border-left-width: 10px;
	border-left-style: solid;
	border-top-color: #9C0;
	border-right-color: #9C0;
	border-bottom-color: #9C0;
	border-left-color: #9C0;
}
.guide-title {
	background-color: #E4FFAC;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #99BF00;
	width: 700px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
}


.guide-subtitle {
	background-color: #FFC;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #630;
	padding: 5px;
	width: 500px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #630;
}
.subtitle {
	font-size: small;
	color: #630;
	background-color: #FFC;
	margin-bottom: 5px;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #630;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 300px;
	font-weight: bold;
}
