/*2段組レイアウト用CSS*/

body{
	background-image: url(../g3_roseto.gif);
	background-repeat:repeat-y;
	}

#contents{
	width:800px;
	margin:0 auto;
	}

#main{
	width:580px;
	margin-left:220px;
	}

#side{
	width: 200px;
	position:absolute;
	top:120px;
	left:40px;
	}

#side ul{
	list-style-type:none;
	padding-left:10px;
	}

#side li a {
	border-bottom:dotted 1px #990000;
	display:block;
	letter-spacing: 3px;
	color: #696969;
	font-weight: normal;
	}	

#footer{
	clear:both;
	}

h3{
	position: absolute;
	margin-top:-2em;
	padding:0.5px;
	background-color:#ffffff;
	z-index: 1;
	}

.entry{
	padding:20px;
	border:dotted 4px #ccff99;
	margin: 30px 0;
	zoom:1;
	}

.entry:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
