@charset "Shift_JIS";


#mainbox{
	height:500px;
	background-image:url(../images/link03.jpg) ;
	}


#subbox{
	background-color:#222;
	color:#222;
	overflow: auto;
	width:500px;
	height:500px;
	position: relative;
	top:0px;
	left:400px;
	}


h2{
	font-size: 15px;
	color: #ddd;
	font-family: "Lucida Grande", "trebuchet ms", Arial, Helvetica, osaka ;
	margin: 40px 40px 0px 50px;
	}


h3{
	font-size: 11px;
	margin: 1px 40px 1px 180px;
	color: #888;
	}


p{
	color: #888;
	font-size: 11px;
	margin:0px 40px 10px 180px;
	}


a:link{
	color: #CCC;
	text-decoration: underline;
	}


a:visited{
	color:#888;
	text-decoration: underline;
	}


a:hover{
	color: #C9E6CF;
	text-decoration:none;
	}


