*
{
	margin: 0 auto;
	padding: 0;
	border: none;
	line-height: 1.5;
}

html
{
	height: 100%;
}

body
{
	height: 100%;
	background: #e8e0dc url("images/head.jpg") repeat-x;
	color: #000;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	padding-top: 30px;
}

a
{
	color: #0854f1;
}

h1
{
	color: #ff0000;
}

p
{
	text-indent: 15px;
	margin-bottom: 20px;
}

ul li
{
	list-style: none;
	background: url("images/note.jpg") left center no-repeat;
	padding-left: 40px;
	height: 29px;
	font-size: 16px;
	padding-top: 15px;
	margin-top: 5px;
	margin-left: 20px;
}

ol li
{
	list-style: none;
	background: url("images/note2.jpg") left center no-repeat;
	height: 34px;
	font-size: 16px;
	padding-left: 40px;
	padding-top: 10px;
}

.center
{
	text-align: center;
}

.space
{
	margin-bottom: 30px;
}

.box
{
	margin: 30px 50px;
	padding:10px;
	font-size:16px;
	background:#fffcd5;
	border:dashed 3px #ff0000;
}

.title
{
	text-align: center;
	background: #fffcd5;
	border-bottom: solid 1px #cecac4;
	margin-bottom: 10px;
}

.link
{
	font-size: 18px;
	text-align: center;
}

.link a
{
	color: #ff0000;
}

#body
{
	width: 580px;
	background: #fff;
	border: solid 1px #cecac4;
	padding: 20px;
	margin-bottom: 20px;
}