/* CSS Document */



html, body {height: 100%;}


body {
	font: normal 13px/18px "Trebuchet Ms", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Lucida Grande", "メイリオ", "MS ゴシック", sans-serif;
	background: #FFFFFF url('images/bg01.jpg');
	color: #ddd;
}


* {
	margin: 0;
	padding: 0;
	}


a {
	color: #BBB;
	text-decoration: none;
	}


a:hover	{
	color: #4535A5;
	}


#container {
	width: 100%;
	height: 100%;
	}


#main {
	width: 100%;
	height: 100%;
	position: relative;
}


#cover {
	width: 360px;
	height: 480px;
	position: absolute;
	top: 30px;
	left: 30px;
	margin: 0 0 0 0;
	z-index: 2;
	}


#textback {
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	margin: 0;
	height: 180px;
	position: absolute;
	top: 290px;
	left: 0;
	z-index: 1;
	clear: both;
	border: none;
	}


.indextext {
	margin: 20px 0px 20px 390px;
	font-size: 11px;
	line-height: 1.6em;
	letter-spacing: .15em;
}


/* footer
-----------------------------------------------------------------------------*/


#partingb {
	background: transparent url('images/parting_b.png') repeat-x bottom;
	width: 100%;
	margin: 0;
	height: 50px;
	position: fixed;
	bottom: 26px;
	left: 0;
	z-index: 3;
	clear: both;
	border: none;
}


#footer {
	background: transparent url('images/bgmarble_white.jpg') repeat-x top;
	width: 100%;
	margin: 0;
	height: 26px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 3;
	clear: both;
	border: none;
	color: #CEC3C3;
	}


.logo {
	width: 349px;
	height: 362px;
	position: absolute;
	right: 8px;
	bottom: 28px;
	z-index: 4;
	visibility: visible;
	float: left;
	}


.conste {
	width: 208px;
	height: 236px;
	position: absolute;
	right: 8px;
	bottom: 328px;
	z-index: 5;
	visibility: visible;
	float: left;
}


#footerpart {
	width: 100%;
	height: 100%;
	background: transparent url('images/parting_a.png') repeat-x top;
	position: relative;
}


.footertext1 {
	width: 480px;
	float: left;
	font-weight: normal;
	font-size: 10px;
	line-height: 19px;
	letter-spacing: .10em;
	padding: 4px 18px 0 18px;
	margin: 0 0 0 0;
}

#footertext2 {
	padding: 4px 18px 0 18px;
	margin: 0 0 0 0;
	float: right;
	font-weight: normal;
	font-size: 10px;
	line-height: 19px;
	letter-spacing: .10em;

}


