@charset "UTF-8";  

/*----- main -----*/
main{
	display:flex;
}
/*----- Contents -----*/
nav{
	float:left;
}
nav li{
	clear:both;
	list-style:none;
}
nav ul p{
	margin:5px 0;
	padding:0 5px;
	background :#222;
	line-height:18px;
	font-weight:bold;
	color:white;
	display:block;
	border-radius:0 9px 9px 0;
	line-height:17px;
	letter-spacing: 0;	
}
nav a{
	margin:3px 0 0 0;
	color:#222;
	display:block;
	padding-left:5px;
	transition-duration:0s;
	line-height:17px;
	letter-spacing: 0;
}
nav a:hover{
	background-color:black;
	color:red;
}
nav a[title]{
	font-family:'Days One';
	color:olivedrab;
	font-size:14px;
}
nav a[title]:hover{
	color:gold;
}
/*----- Introduction -----*/
section{
	display:block;
	margin-left:13px;
	float:left;
	width:602px;
}
section a{
	color: darkgreen;
	text-decoration:underline;
}
section a:hover{
	color:orangered;
}

section p{
	margin-bottom:10px;
}
section fieldset{
	background-color:#eeffee;
	border:1px solid green;
	margin-bottom:5px;
}
section fieldset legend{
	color:green;
	margin-left:12px;
}
section fieldset + fieldset{
	background-color:#ffeeee;
	border:1px solid fuchsia;
}
section fieldset + fieldset legend{
	color:fuchsia;
}
section fieldset img{
	float:left;
	margin-left:5px;
	margin-bottom:5px;
}
section fieldset p{
	float:left;
	width:468px;
	position:relative;
	left:5px;
}
section fieldset em{
	color: darkgreen;
	font-size:15px;
	font-weight:bold;
	margin-left:5px;
	margin-right:5px;
}
section fieldset img:hover{
	outline:2px solid darkgreen;
}
#cnt{
	display:block;
	float:left;
	width:100%;
	text-align:right;
	position:relative;
	top:-4px;
	height:16px;
}
