@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;

	text-align: center;
	font-family:  tahoma;
	font-size: 10pt;

	color: #474747;
}

img {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	border: 0px;
}

a:link		{color:#33CCFF; text-decoration:none; font-family:tahoma;;}
a:visited	{color:#33CCFF; text-decoration:none; font-family:tahoma;;}
a:active	{color:#33CCFF; text-decoration:none; font-family:tahoma;;}
a:hover		{color:#6666FF; text-decoration:none; border-bottom: 1px dashed #33ccff; font-family:tahoma;;}

a, img, input {selector-dummy: expression(this.hideFffocus=true);}

.menu {
	margin: 10px auto 10px auto;
	
	width: 700px;

	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #33ccff;

	text-align: center;

	background-color: #e8feff;
}

.menu .content {
	padding: 10px;
}

.menu input {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #33ccff;

	background-color: #FFFFFF;

	font-size: 7pt;
}

#category {
	display: none;
}

#calender {
	width: 150px;

	display: none;
}

#calender .cal_month { margin: 0px; font-size : 11px; height: 18px; }
#calender .cal_week1 { padding-bottom: 3px; color: #474747; text-align: center; border-bottom: 1px dashed #474747; }
#calender .cal_week2 { padding-bottom: 3px; color: #FF0000; text-align: center; border-bottom: 1px dashed #474747; }
#calender .cal_day1,#calender .cal_day2,#calender .cal_day3,#calender .cal_day4,#calender .cal_day5,#calender .cal_day6,#calender .cal_day7 {
	padding: 1px; background-color: #EEEEEE; text-align: right;
}

.layer {
	position: absolute;

	border-width: 1px;
	border-style: solid;
	border-color: #33ccff;

	background-color: #FFFFFF;

	text-align: left;
}

.layer .title {
	background-color: #33ccff;

	text-align: center;
}

.layer .title .string {
	width: 220px;

	color: #FFFFFF;

	text-align: center;
	font-size: 9pt;
	font-weight: bold;
}

.layer .title .button {
	width: 14px;
	height: 14px;

	border-width: 1px;
	border-style: solid;
	border-color: #6699ff;

	background-color: #FFFFFF;
	color: #6699ff;

	cursor: hand;

	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
}

.layer .content {
	padding: 0px 20px 0px 0px;
}

.layer .content .box {
	margin: auto;
	padding: 5px;

	font-size: 8pt;
}

.layer .date {
	font-size: 7pt;
}

#tagcloud {
	margin: auto;
	margin-bottom: 10px;

	text-align: center;
	font-size: 7pt;
}		

#tagcloud a:hover {
	text-decoration: none;
}

#tagcloud .cloud1 {
	font-weight: bold;
	font-size : 14pt;
	color : #3333ff;
}

#tagcloud .cloud2 {
	background-color: #e8feff;
	font-weight: bold;	
	font-size : 13pt;
	color : #069;
}

#tagcloud .cloud3 {
	background-color: #e8feff;
	font-size : 11pt;
	color : #690;
}

#tagcloud .cloud4 {
	font-size : 9pt;
	color : #09c;
}

#tagcloud .cloud5 {
	font-size : 7pt;
	color : #474747;
}

.bar {
	margin: 5px auto 5px auto;
	padding: 0px;

	width: 700px;

	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #33ccff;
}

.list {
	margin: auto;
	margin-bottom: 10px;
	padding: 0px;

	width: 700px;

	text-align: left;
}

.list ol {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
}

.list ul {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 30px;
}

.list .title {
	font-size: 13pt;
}

.list .content {
	font-size: 8pt;
}

.list .content .date {
	color: #474747;

	font-size: 7pt;
}

.jump {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.gtitle {
	font-size: 14pt;
}

.article {
	margin: auto;
	
	width: 700px;

	text-align: center;
}

/*.article img {
	vertical-align: top;
}*/

.article .title {
	padding: 10px 10px 10px 10px;

	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #33ccff;
    font-weight: bold;
	text-align: left;
}

.article .title .date {
	float: right;
	font-weight: normal;
}

.article .content {
	padding: 10px 10px 10px 10px;

	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #33ccff;
        font-size: 10pt;
	text-align: left;
	line-height: 185%;
}

.article .content .admintool {
	margin: 0px 0px 10px 0px;

	text-align: right;
	font-size: 8pt;
}

.article .tagbox {
	text-align: right;
	font-size: 8pt;
}

.article .tagbox .tagtext {
	background-color: #33ccff;
	color: #FFFFFF;
	font-weight: bold;
}

.article .tail {
	margin-bottom: 10px;
	padding: 10px 0px 10px 0px;

	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #33ccff;
}

.article .tail .overview {
	text-align: right;
}

.article .tail .overview .box {
	margin: auto;
	padding: 2px 0px 2px 0px;

	width: 200px;

	font-size: 8pt;
	text-align: center;

	color: #33ccff;
	background-color: #e8feff;
}

.article .tail .tb {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;

	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	border-color: #33ccff;
}

.article .tail .tbadress {
	text-align: left;
	font-size: 8pt;
}

.article .tail .reply {
	text-align: left;
	line-height: 160%;
}

.article .tail .reply .date {
	font-size: 6pt;
	
	color: #B0B0B0;
}

.article .tail .reply .rtool {
	font-size: 6pt;
}

.article .tail .reply .r1 {
	margin: 5px 0px 5px 10px;
	padding: 5px 0px 5px 10px;

	border-width: 0px 0px 0px 2px;
	border-style: solid;
	border-color: #33ccff;

	background-color: #e8feff;
}

.article .tail .reply2 {
	text-align: right;
}

.article .tail .reply2 .r2 {
	margin: 5px 10px 5px 10px;
	padding: 5px 10px 5px 10px;

	border-width: 0px 2px 0px 0px;
	border-style: solid;
	border-color: #33ccff;

	background-color: #e8feff;
}

.article .tail .addrp {
	margin: 10px 0px 0px 0px;

	text-align: left;
}

.article .tail .addrp .box {
	margin: 5px 0px 0px 0px;

	float: right;
}

.article .tail .addrp .box textarea {
	width: 500px;
	height: 90px;

	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #33ccff;

	font-size: 9pt;
}

.article .tail .addrp td {
	font-family: tahoma, tahoma;
	font-size: 8pt;
}

.article .tail .addrp input {
	width: 150px;

	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #33ccff;
}

.article .tail .addrp .cksecret {
	width: 20px;

	border-width: 0px 0px 0px 0px;
}

.article .tail .addrp .ok {
	text-align: right;
        
	clear: both;
}

.article .tail .addrp .ok input {
	width: 100px;

	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #33ccff;

	background-color: #FFFFFF;
	color: #33ccff;
}

#paging {
	margin: 0px auto 0px auto;

	width: 700px;
         color: #33ccff;
	font-family: tahoma, tahoma;
	font-size: 9pt;
	text-align: center;
}

#articles {
	display: none;
}

#comments {
	display: none;
}

#trackbacks {
	display: none;
}

.imilink {
	cursor: pointer;
}

.bottom {
	margin: 5px auto 0px auto;

	width: 700px;

	font-family: tahoma, tahoma;
	font-size: 8pt;
	text-align: center;
}

.noerror {
	margin: 0px auto 0px auto;
	padding: 0px;

	width: 700px;
}

.bold {
	font-weight: bold;
	color: #0033CC;
}