body{
	background-color:#DDDDDD;
	cursor:default;
	margin:0px;
}
#page{
	width:930px;
	margin:0 auto;
	border-width:0px 1px;
	border-color:white;
	border-style:solid;
}
h1{
	border-style:groove;
	border-width:0px 0px 8px 0px;
	border-color:darkblue;
}

h1 a{
	text-decoration:none;
	color:navy;
}
h1 a:hover{
	text-decoration:underline overline;
	color:navy;
}

#contentArea{
	float:right;
	width:700px;
	margin-right:5px;
}
#menu{
	float:left;
	width:200px;
	margin:0px 5px;
	position:fixed;
	font-size:12px;
}

#menu div#recentTag{
	border:1px solid gray;
}

#menu div div.head{
	margin:0px;
	font-weight:bold;
	border-bottom:1px solid gray;
	background-image:url(./img/menuhead.png);
	background-repeat:repeat-x;
	display:block;
	cursor:pointer;
	user-select:none;
}
#menu div div.head{
	padding:5px;
}
#menu div div.content{
	height:400px;
	overflow:auto;
}
#menu div div.content a{
	display:block;
	padding:3px 5px;
}
#menu div div.content a:hover{
	text-decoration:none;
	color:black;
	cursor:pointer;
	background-image:url(./img/menucontent.png);
	background-repeat:repeat-x;
	border-width:0px 0px 0px 0px;
	border-style:solid;
	border-color:gray;
}

.p{
	border:1px solid gray;
	background-color:#EFEFEF;
	padding:5px;
	margin-bottom:20px;
}

.p .date{
	width:99%;
	background-color:darkblue;
	color:white;
	padding:3px;
	font-weight:bold;
	border-style:ridge;
	border-color:black;
	border-width:0px 0px 2px 4px;
}

.p .com{
	width:100%;
	border-width:0px 0px 1px 0px;
	border-style:dashed;
	border-color:gray;
	margin-bottom:20px;
}
.p .com input{
	border:1px solid gray;
	height:20px;
}
.p .com button{
	border:1px solid gray;
	width:50px;
	height:20px;
}
.p .com .commentNum{
	font-size:12px;
	cursor:pointer;
	text-decoration:underline;
	color:blue;
}

.p .tag{
	font-size:12px;
}

.p p{
	margin:15px 5px;
}

img{
	border-width:0px;
}
img.thumbnail{
	cursor:pointer;
}
A{
	text-decoration:none;
}
A:hover{
	text-decoration:underline;
	color:red;
}

#comment{
	opacity:0.8;
	filter:alpha(opacity=80);
	cursor:default;
	position:absolute;
	height:100px;
	width:70%;
	overflow:auto;
	visibility:hidden;
	background-color:#666666;
	color:cyan;
	padding:3px;
	border-width:2px;
	border-style:solid;
	border-color:darkgray black black darkgray;
}
.closeBtn{
	position:relative;
	float:right;
	background-color:#333355;
	color:red;
	border:1px solid white;
	font-weight:bold;
	cursor:pointer;
	height:14px;
	width:14px;
	text-align:center;
	vertical-align:bottom;
}
.showCom{
	visibility:hidden;
	display:none;
	text-align:left;
	padding:10px;
}
#graph{
	position:absolute;
	top:110px;
	left:250px;
	opacity:0.8;filter:alpha(opacity=80);
	visibility:hidden;
}