@charset "UTF-8";
/* CSS Document */

body {
	background:#000000;
	font-size:11px;
	color:#FFFFFF;
}

a:link {
	color:#30c8fd;
	text-decoration:none;
}

a:visited {
	color:#30c8fd;
	text-decoration:none;
}

a:hover {
	color:#30c8fd;
	text-decoration:underline;
}

a:active {
	color:#30c8fd;
	text-decoration:underline;
}

a.arrow{
	background:url(../../common/images/arrow.gif) no-repeat left center;
	padding-left:12px;
	padding-top:4px;
	padding-bottom:2px;
}

#blog {
	width:1000px;
	margin:0;
	padding:0 ;
}

#blog_top {
	height:15px;
	background:url(../images/blog_back.gif) no-repeat;
}

#content {
	float:left;
	margin-left:20px;
	_margin-left:10px;
	padding-right:46px;
	background:url(../images/blog_back2.gif) repeat-y;
}

.blog_name {
	color:#30c8fd;
	font-size:32px;
	font-style:italic;
	font-family:futura;
	margin-bottom:25px;
	width:337px;
}

.topic {
	background:#ffff3d;
	width:605px;
}

.topic_in {
	padding:10px 15px;
	background:#30c8fd;
	color:#000000;
	font-weight:bold;
	font-size:13px;
}

.entry {
	width:595px;
	margin:20px 0 20px 10px;
	line-height:20px;
}

.author {
	margin:5px 0;
	text-align:right;
}

.entry_footer {
	margin-bottom:30px;
	text-align:right;
}

.paginate{
	margin:10px 0;
	text-align:center;
	width:595px;
}

#right {
	float:left;
}

.menu_name {
	width:315px;
	height:15px;
	background:#30c8fd;
	margin-top:15px;
}

.menu {
	margin:10px 15px;
	width:290px;
	
}

.menu ul {
	margin:0;
	padding:0 0 0 20px;
}

.menu li {
	list-style:disc;
	color:#30c8fd;
	line-height:20px;
	margin:0;
	padding:0;
}

.cal {
	width:290px;
	font-family:futura;
	border-bottom:#30c8fd solid 1px;
	background:url(../images/table_back.gif);
	margin-bottom:10px;
}

.cal caption {
	background:#30c8fd;
	color:#000000;
	font-weight:bold;
	font-size:14px;
	font-style:italic;
}

.cal td {
	padding:5px;
}

