/* common ------------------------------------ */
body {
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: left;
}

* {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

/* リンク設定 */
a:link { color: #CC0000; text-decoration: none;}
a:active { color: #CC0000; text-decoration: underline;}
a:visited { color: #CC0000; text-decoration: none;}
a:hover { color: #CC0000; text-decoration: underline;}

hr {
	display: none;
}

img {
	border: 0px;
}

table {
	border-collapse: collapse;
	border: hidden;
}

td {
	text-align: left;
}

ol, ul {
	list-style-type: none;
}

.clear {
	text-indent: -9999px;
	clear: both !important;
	overflow: hidden;
	line-height: 0;
}



/* container ------------------------------------ */
#container {
	width: 800px;
}





/* frame ------------------------------------ */
#frame {
	position:relative;
	width: 800px;
	background: url(../images/contents_bg.gif) no-repeat right top;
	margin: 0 0 50px 0;
}



/* menu ------------------------------------ */
#menuLayer{
	position:absolute;
	z-index:1;
	visibility: hidden;
	top: 0px;
	left: 0px;
	width: 115px;
	margin:0 0 0 685px;
}
	
#menuTable{
	width: 115px;
	margin:0 0 50px 0;
}

#menuLayer h1 {
	text-indent:-9999px;
	width:115px;
	height:137px;
	background: url(../images/logo.gif) left top;
}

#menuLayer h1 a{
	display:block;
	width:100%;
	height:100%;
}

#menuLayer h1 a:hover{
	width:100%;
	height:100%;
	background: url(../images/logo_a.gif) no-repeat left top;
	text-decoration:none;
}

#menuLayer ul li a{
	width:100%;
	height:100%;
	display:block;
	text-indent:-9999px;
}
	
#menuLayer ul li.profile{
	width:115px;
	height:80px;
	background: url(../images/m_profile.gif) left top;
}
	
#menuLayer ul li.profile a:hover{
	background: url(../images/m_profile_a.gif) left top;
	text-decoration:none;
}
	
#menuLayer ul li.concept{
	width:115px;
	height:80px;
	background: url(../images/m_concept.gif) left top;
}
	
#menuLayer ul li.concept a:hover{
	background: url(../images/m_concept_a.gif) left top;
	text-decoration:none;
}
	
#menuLayer ul li.project{
	width:115px;
	height:80px;
	background: url(../images/m_project.gif) left top;
}
	
#menuLayer ul li.project a:hover{
	background: url(../images/m_project_a.gif) left top;
	text-decoration:none;
}
	
#menuLayer ul li.contact{
	width:115px;
	height:80px;
	background: url(../images/m_contact.gif) left top;
}
	
#menuLayer ul li.contact a:hover{
	background: url(../images/m_contact_a.gif) left top;
	text-decoration:none;
}
	
#menuLayer ul li.pagetop{
	width:115px;
	height:80px;
	background: url(../images/m_pagetop.gif) left top;
}
	
#menuLayer ul li.pagetop a:hover{
	background: url(../images/m_pagetop_a.gif) left top;
	text-decoration:none;
}




/* contents ------------------------------------ */
#contents {
	float:left;
	width: 600px;
}






/* footer ------------------------------------ */
#footer {
	width: 800px;
	border-top: 1px solid #000000;
}

#footer .copyright {
	text-indent:-9999px;
	margin: 20px 0 20px 0;
	width: 282px;
	height: 10px;
	background: url(../images/copyright.gif) no-repeat left top;
}




