body {
	font-size: 13px;
	margin-top: 0px;
	padding: 0px;
	float: none;
	background-color: white;
	background-image: url('./imgs/back.jpg');
	background-position:center top;
	background-attachment: fixed;
}

a {
	color: magenta;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a:hover {
	color: red;
	text-decoration: none;
	margin: 0px;
	width: 100px;
}

div#title{
	position: absolute;
	width: 960px;
	height: 327px;
	left: 50%;
	top: 350px;
	margin: 0 0 0 -480px;
	z-index: 2;
	color:transparent;
}

div#title span{
	display: block;
	width:100%;
	height:100%;
	background-image:url('imgs/title.png');
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;

}


div#body{
	position:absolute;
	width:900px;
	left:50%;
	margin: 0 0 0 -450px;
	z-index:1;
	background-color:white;
	background-image: url('./imgs/back2.jpg');
	background-position:center top;
	background-attachment: fixed;
}

* html div#body, * html div#title{
	display:none;
}

div#main{
	width: 900px;
	height:auto;
	position:relative;
	overflow: hidden;
	color: black;
	background-color:white;
	clear: both;

}

h1{
	width:900px;
	height:646px;
	margin: 0;
	overflow:hidden;
	color:transparent;
}

h1 span{
	display: block;
	width:100%;
	height:100%;
	background-image:url('imgs/titleback.png');
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;

}

div.container{
	width:450px;
	float:left;
	padding-bottom: 32767px;  
	margin-bottom: -32767px;
	margin-top:25px;

	
}

#leftback{
	background-image:url('imgs/jacket_back.jpg');

}

div#jacket{
	width:400px;
	height:287px;
	margin-top:25px;
	margin-left:25px;
	margin-bottom:25px;
	margin-right:25px;
}
div#jacket img{
	width:100%;
	height:100%;
}

.fixed {
	position: fixed;
	top: 300px;
}

.stopfixed {
	position:relative;
	margin-top:1000px;
}

div#dummy{
	width:100%;
	color:transparent;
}


h2 {
	width:450px;
	height:50px;
	margin:0;
	padding:0;
	font-size:1pt;
	color:transparent;
	overflow:hidden;
}

h2 span{
	display: block;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	position:relative;
	top:0;
	left:0;
}

div.contents{
	margin: 25px 0;
	padding:25px 0;
	background-color:white;
	background-image: url('./imgs/back_contents.jpg');
	background-repeat: repeat-y;
}



p{
	display:block;
	width:100%;
	padding:0;
	margin:10px 25px;
	letter-spacing:0;
	line-height:1.5em;
}


table{
	width:100%;
	padding:25px;

}


td{
	padding: 10px;

}

td.left01{ 
	width:10px;
	color:white;
	background-color:darkorchid;
}

td.left02{
	width:10px;
	color:white;
	background-color:orange;
}

td.right01{
	border-color:darkorchid;
	border-style:solid;
	border-width:0 0 1px 0;
}

td.right02{
	border-color:orange;
	border-style:solid;
	border-width:0 0 1px 0;
}

div#link{
	background-color:white;
	margin: 50px 0;
	padding: 25px 0;
}


div#footer{
	text-align: center;
	width: 900px;
	background-color: black;
	color: white;
	margin:0;
}

div#bodyIE{
	display:none;
}


* html div#bodyIE{
	display: block;
	position:absolute;
	text-align:center;
	font-size:12px;
	width:600px;
	height:400px;
	left:50%;
	top:50%;
	margin: -250px 0 0 -300px;
	padding: 50px 0 0;
	background-color:white;
}