@charset"utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	width: 320px;
	background: rgb(255,255,255);
	font-family: "ヒラギノ角ゴ Pro W";
	font-size: 14px;
	margin-left : auto;
	margin-right : auto;
	color: rgb(51,51,51);
}

header {
	width: 320px;
	height: 80px;
	margin: 50px 0 15px 0;
	background-color: rgb(238,238,255);
}

nav {
	width: 320px;
	height: 40px;
	border-radius: 10px;
	position: absolute;
	top: 3px;
	background-color: rgb(150,150,255);
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(238,238,255)), to(rgb(0,0,238)));
}

nav ul {
	width: 320px;
	height: 40px;
	list-style: none;
}

nav li {
	width: 62px;
    text-align: center;
    float: left;
    font-weight: bold;
    border-left: 1px solid #fff;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
}

nav li a {
	width: 62px
	height: 40px;
	text-decoration: none;
	display: block;
	color: rgb(238,238,238);
	line-height: 40px;
}

img {
	border: none;
}

aside {
	width: 95%;
	margin: 0 auto 3px auto;
	padding: 3px;
	border-radius: 5px;
	background-color: rgb(238,238,255);
	color: rgb(153,153,153);
}

footer {
	width: 320px;
	height: 30px;
	padding-top: 10px;
	background: -webkit-gradient(linear,0% 0%, 0% 25%, from(rgb(246,246,255)), to(rgb(204,204,255)));
}

div#cont {
	width: 320px;
	margin-bottom: 5px;
}

div#cont:after {
	content: "";
	height: 0;
	clear: both;
}

.heading {
	width: 95%;
	padding: 0.1em 0 0.1em 5px;
	border-radius: 10px;
	background: rgb(153,153,255);
	display: blok;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	color: rgb(0,0,153);
}

h1 {
	text-align: center;
}
h2 {
	text-align: center;
}
a.btn {
	width: 90%;
	margin: 3px auto;
	padding: 5px 0;
	border: 1px solid rgb(135,135,255);
	border-radius: 10px;
	background: -webkit-gradient(linear,0% 0%, 0% 75%, from(rgb(238,238,255)), to(rgb(32,32,255)));
	display: block;
	text-align: center;
    text-shadow: -1px -1px 0 rgba(150, 150, 150, 0.5);
    text-decoration: none;
    font-weight: bold;
    color: rgb(0,0,0);
}

a.btnTop {
	width: 50px;
	margin: 5px 0 5px 240px;
	padding: 5px;
	border: 1px solid rgb(135,135,135);
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(238,238,238)), to(rgb(153,153,153)));
	display: block;
	text-align: center;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    text-decoration: none;
    font-size: 0.8em;
    font-weight: bold;
    color: rgb(0,0,0);
}

p#copyright {
	font-size: 0.8em;
	text-align: center;
	color: rgb(153,153,153);
}

p#design {
	font-size: 0.6em;
	font-style: inherit;
	text-align: center;
	color: rgb(135,135,255);
}




