/*minenade-base.css*/
body {
    background-color:#F4BDCE;
    margin: 0px;
	padding: 0px;
}
#contents {
    height: 520px;
    width: 800px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-260px;
    margin-left:-400px;
}
.outer_contents {
    height: 650px;
	width: 900px;
    background-color:#E9EF7F;
    background-image:url(neko3-1.gif);
    background-repeat: no-repeat;
    background-position:right bottom;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-325px;
    margin-left:-450px;
}
.outer_outer_contents {
    height: 670px;
	width: 1060px;
    background-color:#E9EF7F;
    background-image:url(bousi1-4.gif);
    background-repeat: no-repeat;
    background-position:right center;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-335px;
    margin-left:-530px;
}
.outer_outer_outer_contents {
    height: 750px;
	width: 1200px;
    background-color:#B9DD87;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-375px;
    margin-left:-600px;
}
h2 {
    display:block;
    width:200px;
    padding:20px 0px;
    text-align:center;
    margin: 0 auto;
}
#main {
    float:center;
    width:650px;
}
a {
    background-color:#cc99ff;
    display:block;
    width:170px;
    line-height:28px;
    padding:0px;
    font-size:14px;
    font-weight:normal;
    text-align:center;
    text-decoration:none;
}
a:link {
    color:#cc0000;
}
a:visited {
    color:#330099;
}
a:hover {
    color:#993300;
}
a:active {
    color:#cc3333;
}