/* CSS Document */

/* Base Weblog (base-weblog.css) */

/* basic elements */

html ,
body {
    margin: 0;
    padding: 0;
    font-family: verdana, 'trebuchet ms', sans-serif;
    font-size: 12px;
	background: #e8b4b9;
}
#wrapper {
	margin: 0 auto;
	width: 720px;
}
#information {
	background: center top no-repeat url('ue.jpg');
	width: 615px;
	margin: 20px auto 0;
	padding-top: 29px;
}
#information-inner {
	background: center bottom no-repeat url('shita.jpg');
	padding-bottom: 40px;
}
#information ul {
	margin: 0;
	padding: 2em 3em 1em;
	background: #fff;
}
#information li {
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
	list-style-position: inside;
}
#information li a {
	margin-left: 1em;
	color: #006600;
	text-decoration: none;
}
#information li a:hover {
	text-decoration: underline;
}