@charset "UTF-8";
/* CSS Document */

body {
	
	width:980px;
	background-image:url(http://maalli.com/image/toprogo1.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#outer {
	margin:10px auto;
	margin-top:90px;
	width:900px;
}

#wrapper {
	width:830px;
}

h1 {
	font-size:18px;
	color: #424242;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}

#aki {
	margin-top:30px;
}


p {
	line-height: 30px;
	text-align:center;
	color:#575757;
}

p a {
	color:#ED2B7C;
}

p a:hover {
	color:#ccc;
}


#close {
	  text-align:center;
	  margin-top:30px;
}
#green {
	color: #3B8B20;
	font-style:italic;
	margin-bottom:100px;
}


table {
	width:550px;
	margin:0 auto;
	background-color:#fff;
	border:1px solid #fff;
}

.bottom {
	margin-bottom:30px;
}
 
#no_border {
	border:none;
}

th {
	padding:3px;
	background-color: #fff;
	color: #6C6C6C;
	border:none;
	text-align:center;
	}

td {
	border:none;
}

#main {
	width:700px;
	margin:0 auto;
	background-color:#FFF;
	border:4px double #D5D5D5;
	margin-top:30px;
	padding-top:30px;
	padding-bottom:10px;
}

