body	{
	line-height:		1.2em;
	color:				#000000;
	background-color:	#50ebf3;
	background-image:	url("../images/bk_pc.gif");
}

dt			{ margin-top:1.6em; }

dt			{ margin-bottom:0.3em; }
dd			{ margin-bottom:0.8em; }
ol			{ margin-bottom:0.8em; }
li			{ margin-bottom:0.8em; }
ul			{ margin-bottom:0.2em; }

a:hover		{ color: red; underline; }
a:hover		{ text-decoration: underline; }

li.sub		{
	margin-left:		-1.0em;
	margin-top:			0.2em;
	margin-bottom:		0.3em;
	list-style-type:	circle;
	font-weight:		normal;
}

hr	{
	border:				0;
    height:				1px;
	width:				100%;
    background:			#ccc;
    background-image:	-webkit-linear-gradient(left, #50ebf3, #333, #50ebf3);
    background-image:	-moz-linear-gradient(left, #50ebf3, #333, #50ebf3);
    background-image:	-ms-linear-gradient(left, #50ebf3, #333, #50ebf3);
    background-image:	-o-linear-gradient(left, #50ebf3, #333, #50ebf3);
}
