/* CSS Document */
body {
	text-align: center;
}
#contents {
	text-align: left;
	width: 780px;
}
#footer {
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding: 3px;
}
#left {
	float: left;
	width: 240px;
	padding-bottom: 20px;
}
#right {
	float: right;
	width: 520px;
	padding-bottom: 20px;
}
h1 {
	font-size: medium;
	padding: 5px;
	border: 1px solid #666666;
}
.navi {
	margin-bottom: 20px;
}
.page_title {
	display: inline;
}
.ctg {
	margin: 0px;
	padding: 0px;
}
.ctg li {
	list-style-type: circle;
	list-style-position: inside;
}
.entry_tbl, .entry_tbl tr, .entry_tbl th, .entry_tbl td {
	border: 1px solid #666666;
	border-collapse:collapse;
}
.paging {
	text-align: center;
}
.page_current {
	font-weight: bold;
	font-size: x-large;
}
.myctg input {
	width: 160px;
	background-color: #FFEFD5;
	background-repeat: no-repeat;
}
.btn_add {
	background-image: url(images/add_myctg.png);
}
.btn_view {
	background-image: url(images/view_myctg.png);
}
.site li {
	margin-bottom: 10px;
	font-size: small;
}
a.title {
	font-size: medium;
}
.url {
	color: #488048;
}
.cool {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #FFE4B5;
	padding: 1px;
	border: 1px solid #666666;
}
.tag {
	font-size: small;
	padding: 10px;
	border: 1px dashed #666666;
	background-color: #F0FFF0;
}
.tag a {
	margin-right: 10px;
	white-space: nowrap;
}
.error {
	color: #FF0000;
}

