@charset "utf-8";



/* ページ基本 */
* {
	margin: 0;
	padding: 0;
}

body {
	color: #777;
	line-height: 1.5em;
}


/* ページラップ */
#pageWrap {
	width: 1000px;
	height: 1200px;
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -500px;
}

/* カバー */

#cover{
	width: 1000px;
	height: 1200px;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -500px;
	z-index: 10;
 	background: transparent;
}

#cover img{
	width: 1000px;
	height: 1200px;
}

area {
	border:none;
	outline:none;
}

/* バックグラウンドボックス */
#backgroundBox {
	width: 8000px;
	height: 6000px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -2;
}

/* ナビゲーション */
#navi {
	width: 600px;
	height: 80px;
	background-color: transparent;
	position: absolute;
	left: 200px;
	top: 70px;
	padding-top: 15px;
	padding-left: 40px;
}



#navi ul li {
	width: 50px;
	height: 100px;
	background-color: transparent;
	margin-left: 95px;
	padding: 0;
	font-size: 0.5em;
	line-height: 1.5em;
	text-decoration: none;
	text-align: center;
	position: relative;
	z-index: 1;
	display: inline-block;
	vertical-align: top;
}

#naviBack {
	width: 600px;
	height: 100px;
	background-color: transparent;
	position: absolute;
	left: 200px;
	top: 70px;
	padding-top: 15px;
	padding-left: 40px;
}


#naviBack ul li {
	width: 50px;
	height: 100px;
	background-color: transparent;
	margin-left: 95px;
	padding: 0;
	font-size: 0.5em;
	line-height: 1.5em;
	text-decoration: none;
	text-align: center;
	position: relative;
	z-index: -1;
	display: inline-block;
	vertical-align: top;
}


/* メイン */
#main {
	width: 450px;
	height: 700px;
	padding: 75px 75px;
	position: absolute;
	left: 200px;
	top: 160px; 
	background: rgba(255,255,255,0.9);
	text-decoration: none;
	font-size: 0.8em;
}



h1,h2 {
	font-size: 1em;
	margin: 0 0 20px 0;
	width: 450px;
	height: 20px;
}


#profile {
	margin-bottom: 100px;
}

dt {
	margin: 0px 0px 5px 0px;
}


dd {
	margin: 0px 0px 30px 0px;
}

#main ul {
	widh: 450px;
	height: 735px;
	padding: 0;
	list-style-type: none;
}

#main ul li {
	width: 100px;
	height: 100px;
	margin: 0 15px 15px 0;
	padding: 0;
	display: inline-block;
	text-align: center;
	vertical-align: bottom;
	list-style-type: none;
}

#main ul li.rightEnd {
	margin-right: 0;
	}





input:focus {
	outline: 0;
}

input[type="text"] {
	width: 150px;
	height: 15px;
}

input[type="submit"] {
	color: #777;
}

textarea:focus {
	outline: 0;
}

textarea {
	width: 300px;
	height: 100px;
} 

input[type="submit"] {
	padding: 1px 3px;
}





