@charset "utf-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
}

#wrapper{
	text-align:center;
	margin: 0 auto;
}

.box .r {
	width: 80%;
	float: right;
	text-align: left;
}
.box .l {
	float: left;
	width: 20%;
}
.box .clear {
	clear: both;
	height: 0px;
	width: 0px;
}
.box {
	margin-top: 20px;
	margin-bottom: 20px;
}
.box .r h3 a{
	margin-bottom: 15px;
	font-size: 12pt;
}
.box .r dd {
	margin-bottom: 15px;
	margin-top: 15px;
}
.boxout {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px dashed #CCCCCC;
}
#wrapper .boxout .box .r dt {
	color: #009933;
}
#categori {
	width: 70%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#categori li {
	list-style: none;
	padding-top: 5px;
	text-align: left;
	padding-right: 10px;
	padding-bottom: 5px;
	display: inline;
	background-image: url(img/allow.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 18px;
}
#categori li a {
	color:#669900;
}

#categori li a:hover {
	background-color:#F7E1FF;
}
#nowcategori {
	text-align: left;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
#page {
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	width: 70%;
}

