body {
    background: #faffeb;
	color:#000000;
    margin: 0;
    padding: 0;
	font-family: "Helvetica Neue",
	Arial,
	"Hiragino Kaku Gothic ProN",
	"Hiragino Sans",
	Meiryo,
	sans-serif;
}

A:link { color: black; }
A:visited { color: black; }
A:active { color: black; }
A:hover { color: black; }

a {
	font-weight: 600;
	color: #000066;
	font-size: 15px;
}

img {
    border-color:#ee2c1c;
}


h1 {
	font-size: 24px;
	margin: 15px auto 20px auto;
	padding-bottom: 10px;
	border-bottom: 2px dashed #333;
	float: left;
}

.rankingDiv {
	float: left;
	display: inline-block;
	margin-left: 20px;
	margin-top: 15px;
}

.rankingDiv a {
	color: deeppink;
}

h2 {
	color: rgb(237, 22, 78);
	font-size: 20px;
	margin: 15px auto 15px auto;
	clear: both;
}

input[type="button"] {
	cursor: pointer;
	background-color: #cccccc;
	border: 2px solid #999999;
	font-weight: bold;
	border-radius: 5px;
}

input,textarea {
	-webkit-user-select : auto;
}

#title {
	position:relative;
	top: 135px;
	width:70px;
	margin-top:12px;
	margin-left:20px;
	float:left;
	font-weight: 600;
	color: #000000;
	font-size: 15px;
}

footer {
	width: 100%;
	background-color: #fafafa;
	color: #333;
	padding: 6px 0;
	text-align: left;
	z-index: 70000000;
	position: fixed;
	bottom: 0;
	left: 0;
	-webkit-transform: translate3d(0,0,0);
	border-top: 2px solid #333;
}

footer a {
	margin: 0 10px;
	color: #333 !important;
	font-size: 0.8rem;
	font-weight: bold;
}

.ctrlbt {
	position:relative;
	top: 135px;
	cursor: pointer;
	float:left;
	width:auto;
	height:30px;
	margin-left:10px;
	margin-top:12px;
	text-decoration: underline;
	font-weight: 600;
	color: #000066;
	font-size: 15px;
	z-index: 12001;
}

#ctrl-space {
	position:relative;
}

#container {
	position: absolute;
	left: 20px;
	top: 200px;
}

#menu {
	width:100%;
	height:175px;
	margin:0;
	border:0;
	padding:0;
	background-color:#9edbf5;
}

#config {
	top:580px;
	height:0;
	width:0;
	position:absolute;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	line-height:20px;
	background-color:#fafafa
}

#exp {
	position:absolute;
	top:600px;
	font-size: 16px;
	font-weight: bold;
	width:350px;
	height:auto;
	margin-left:20px;
	border:solid 3px green;
	border-radius: 15px;
	padding: 15px;
	color: #333333;
	line-height:1.6em;
	background-color:#eeeeee;
	z-index: 100600;
}

#exp p {
	margin: 10px 0 10px 0;
	text-indent: 1em;
}

#totop a {
	color:rgb(237, 22, 78) !important;
}


#contentright {
	position: absolute;
	float:left;
	left: 480px;
	top: 190px;
	width: 140px;
	height: 680px;
	
	z-index: 100500;
}

#mobilead {
	position: absolute;
	float:left;
	left: 20px;
	top: 20px;
	z-index: 100500;
}

@media screen and (min-width: 480px) {
	#container {
    	left: 100px;
    }
    #mobilead {
    	left: 50px;
    }

}

@media screen and (min-width: 1024px) {
	footer {
		text-align: center;
	}
/* 1024px以上の幅の場合に適応される */
	#ctrl-space {
		padding-left: 200px;
	}
    #exp {
    	left: 200px;
		width:400px;
    }
    #container {
    	left: 300px;
    }
    #mobilead {
    	left: 200px;
    }
    #contentright {
		left: 680px;
    }
}