html,body {
	height: 100%;
	overflow-y: hidden;
}
body {
	background: #ececec fixed;
	margin: 0;
	padding: 0;
	font-size: 64.5%;
	font-family: serif;
	color: #646464;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a:link,
a:active,
a:visited {
	color: #ff69da;
}
a:hover {
	color: #646464;
}

.clear {
	clear: both;
}
.subcopy {
	font-size: 0.9em;
	color: #ff69da;
}
.more {
	text-align: right;
}

div#background {
	position:absolute;
	left:0; top:0;
	z-index:1;
	width: 100%;
	height: 100%;
}

div#contents {
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	width:100%;
	height:100%;
	overflow-y: auto;
}

/* header */
div#header {
	width: 915px;
	margin: 35px auto;
}
div#header p#news {
	position: absolute;
	top: 5px;
	right: 20px;
	color: #b9b9b9;
}
div#header:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/* main */
div#main {
	width: 915px;
	margin: 30px auto;
	font-size: 1.2em;
	line-height: 1.5em;
}

div#main:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

div#main h2#works {
	display: none;
}

div#main div.box {
	float: left;
	width: 300px;
	height: 250px;
	margin: 0 5px 5px 0;
	background: url(../images/box_line.gif) repeat;
}

div#main div.box div {
	width: 280px;
	height: 230px;
	margin: 10px;
	background: #fff;
	overflow: hidden;
}

div#main div.box h3 {
	text-align: right;
	font-size: 1em;
	font-weight: bold;
}
div#main div.box h3 a {
	display: block;
	width: 260px;
	height: 210px;
	padding: 10px;
	text-decoration: none;
	color: #fff;
}
div#main div.box h3 a:visited {
	color: #fff;
}

div#main div.box p {
	margin: 0.2em 0;
}

div#main div#latest {
	width: 605px;
}
div#main div#latest div{
	width: 585px;
	height: 230px;
	margin: 10px;
	background: #fff;
}
div#main div#latest h3 a {
	display: block;
	width: 565px;
	height: 210px;
	padding: 10px;
	text-decoration: none;
	color: #fff;
}
div#main div#latest h3 a:visited {
	color: #fff;
}

div#main div.box div.profile {
	width: 260px;
	height: 210px;
	margin: 10px;
	padding: 10px;
	background: #fff;
	overflow: auto;
}

div#main div.box div.profile h2 {
	color: #646464;
}
div#main div.box div.profile img#profile {
	float: left;
	margin-right: 10px;
}
div#main div.box div.profile img#profile:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/* footer */
div#footer{
	position:fixed;
	left:0;
	bottom: 0;
	z-index: 3;
	width: 100%;
	height: 24px;
	background: url(../images/footer_background.gif);
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	overflow: hidden;
}

div#footer h4 {
	display: none;
}
div#footer p#copyright {
	float: left;
	margin-top: 4px;
	margin-left: 20px;
}

div#footer ul.contact {
	float: right;
	width: 115px;
	margin-top: 4px;
	margin-right: 20px;
	list-style: none;
}
div#footer ul.contact li {
	float: left;
	margin-right: 5px;
}