/* CSS Document super-beginner by T-DON */

#top {
	width:650px;
	height:100px;
	margin:auto;
	margin-bottom:0px;
	color:#FFFFFF;
	text-align:left;
	padding-top:30px;
	padding-left:200px;
	background-image:url(img/title-main.jpg);
}
.back-photo {
width:200px;
height:150px;
padding:7px 18px 18px 7px;
background-image:url(img/back-photo.jpg);
background-repeat:no-repeat;
}
.sentence {
	width:580px;
	padding:30px;
	margin:auto;
}
.sentenceback {
	width:600px;
	padding:20px;
	margin:auto;
	margin-top:0px;
	margin-bottom:0px;
	background-image:url(img/back-sentence2.gif);
	background-repeat:repeat-y;
	}
.sentenceback-top {
	width:640px;
	height:13px;
	margin:auto;
	margin-bottom:0px;
	background-image:url(img/back-sentence1.gif);
}
.sentenceback-bottom {
	width:640px;
	height:20px;
	margin:auto;
	margin-top:0px;
	margin-bottom:20px;
	background-image:url(img/back-sentence3.gif);
}

.rightcolumn li {
	border-bottom:solid #999999 1px;
	border-right:solid #999999 1px;
	border-left:solid #FF9933 5px;
	background-color:#FFFFCC;
	margin:5px;
	padding-top:3px;
	padding-left:5px;
	width:320px;
	height:22px;
	list-style-type:none;
}
.rightcolumn li a {
	text-decoration:none;
	display:block;
}
.rightcolumn li a:hover {
	background-color:#CCFFCC;
}	
	