body {
	color: #FFF;
	line-height: 120%;
	font-size: 12px;
	text-align:center;
	margin:0px;
	padding:0px;
	
	background-color: #000;
}
td {
	font-size: 12px;
	color: #000;
}

.t10{
	font-size: 10px;
}

A:link {color: #E50079;
  text-decoration:none;}
A:visited {color: #E50079;
  text-decoration:none;}
A:active {color: #E50079;
  text-decoration:none;}
A:hover {
  color: #FF0086;
  text-decoration:none;
}

HR {
	height:1px;
	color: #999999;
	border-style: dashed;
}

#maincontent {
		margin:0 auto;
		width: 800px;
		background-color: #FFF;
		text-align:center;
		padding-top:10px;
}


#header {
		margin:0 auto;
		width: 800px;
		position: relative;
		height: 59px;
		text-align:left;
		background: url(./images/head.gif) no-repeat;
}

#header h1 strong {
		display: none;
}
#header h1 a {
		margin:0px;
		display: block; 
		height: 49px; 
}
#header h1 {
		position: absolute;
		left:10px;
		top: 5px;
		margin: 0;
		width: 150px;
}

#header ul {
		position: absolute;
		top: 40px;
		right: 20px;
		margin: 0;
}
#header li{
		float: left;
		list-style-type:none;	/* No bullets */
		font-size: 10px;
}
#header p {
		margin: 0;
}



#intro {
	margin:0 auto;
	position: relative;
	width: 800px;
	height: 179px;
	background: url(./images/topimg.gif) no-repeat;
}
#intro h2 {
	position: absolute;
	top: 20px;
	left: 20px;
	margin: 0;
	width: 310px;
	height: 46px;
	color: #FFF;
	text-indent: -9000px;
}


#sidebar{
	width:155;
	float: left;
	margin:0 auto;
	text-align: center;
}

#contents{
	width:640;
	float: right;
	margin:0 auto;
	text-align: right;
}

/*角丸*/
.curve-01{
background:#FFBA00; /* ここの色を変えたら色んな角丸ができる */
margin:0 auto;
text-align: left;
}
.curve-01 p{
text-align:center;
padding:5px;
margin:0;
font-size:12px;
}

.curve-01 div.curve-head{
font-size:1px;
height:25px;
background:url(table/01-curve-left-head.gif) top left no-repeat;
}

.curve-01 div.curve-head div{
padding:5px;
padding-left:10px;
font-size:12px;
background:url(table/01-curve-right-head.gif) top right no-repeat;
}

.curve-01 div.curve-bottom{
font-size:1px;
height:5px;
background:url(table/01-curve-left-bottom.gif) bottom left no-repeat;
}

.curve-01 div.curve-bottom div{
font-size:1px;
height:5px;
background:url(table/01-curve-right-bottom.gif) bottom right no-repeat;
}

/*FOOTER --------------------- */
	
#footer {
	clear: both;
	margin-bottom: 2em;
	margin-top: 1em;
	}	

#footer p {
	font-size: .91em;
	color: #999;
	padding-top: 2em;
	text-align: center;
	}	

#footer a {
	color: #444;
	font-weight: bold;
	text-decoration: none;
	}
