@charset "utf-8";

body {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	background-color: #000;
	background-repeat: no-repeat;
	color: #FFF;
	margin: 0px;
}

#content a {
	text-decoration: none;
	color: #CCC;
	cursor: pointer;
}

#content a:hover {
	text-decoration: none;
	color: #6C0;
}

#container {
	position: relative;
}

#header {
	color: #CCC;
	position: relative;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	margin-right: 5px;
	margin-left: 5px;
	height: 80px;
}

#header #title {
	font-family: "Courier New", Courier, monospace;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
}

#header #title a {
	text-decoration: none;
	color: #CCC;
	cursor: pointer;
}

#header #title a:hover {
	text-decoration: none;
	color: #6C0;
}

#menu {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 50px;
}

#MenuBar1 {

}

#content {
	margin: 10px;
	position: relative;
}

.jalbum_name {
	font-size: 18px;
	font-weight: bold;
}
