div.blog {
	position:absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 260px;
	overflow: auto;
	padding: 6px;
}

div.arch {
	position:absolute;
	top: 10px;
	bottom: 10px;
	right: 10px;
	width: 230px;
	overflow: auto;
	background: #eeeeee;
	padding: 6px;
	border:solid 1px #666666;
}

 div.addc {
	display:block;
	position:fixed;
	top: 120px;
	bottom: 40px;
	left: 50%;
	width: 620px;
	margin-left: -310px;
	padding:10px;
	border: solid 2px #772222;
	background:#ffffff;
	visibility:hidden;
	overflow: auto;
}

.bbtn {
	border: solid 1px #444444;
	background-color: #dddddd;
	margin: 20px;
	padding: 5px;
	line-height: 4em;
	text-align: center;
}

.b01 {
	font-weight: bold;
	font-style: italic;
}

.b02 {
	font-style: italic;
	font-size: 0.8em;
}

.b04 {
	font-size: 0.8em;
}

a.blog {
	font-weight: normal;	
}
	
a.blog:visited {
	font-weight: normal;	
}
	
a.blog:active {
	font-weight: normal;	
}

a.blog:hover {
	font-weight: normal;	
}

a.btip{
	font-weight: normal;
	text-decoration: none;
}

a.btip em {
	display:none;
	text-decoration: none;
}

a.btip:visited em {
	display:none;
	text-decoration: none;
}

a.btip:active em {
	display:none;
	text-decoration: none;
}

a.btip:hover {
	font-weight: normal;
	border:0;
	position:relative;
	z-index:500;
	text-decoration:underline;
}

a.btip:hover em {
	display:block;
	position:absolute;
	top:25px; 
	left:10px;
	padding:5px;
	font-weight:normal;
	color:#000;
	border:1px solid #666666;
	background:#ffffcc;
	width:200px;
	text-decoration: none;
}

.edit {
	color: #006600;
	font-style: italic;
}

a.edit {
	color: #006600;
	font-weight: normal;
	font-style: italic;
}

a.edit:visited {
	color: #006600;
	font-weight: normal;
	font-style: italic;
}

a.edit:active {
	color: #006600;
	font-weight: normal;
	font-style: italic;
}

a.edit:hover {
	color: #006600;
	font-weight: normal;
	text-decoration:underline;
	font-style: italic;
}

a.blur {
	color: #666666;
}

a.blur {
	color: #666666;
	font-weight: normal;
}

a.blur em {
	display:none;
}

a.blur :visited {
	color: #666666;
	font-weight: normal;
}

a.blur:visited em {
	display:none;
}

a.blur:active {
	color: #666666;
	font-weight: normal;
}

a.blur:active em {
	display:none;
}

a.blur:hover {
	color: #666666;
	font-weight: normal;
	text-decoration:none;
}

a.blur:hover em {
	display:none;
}

.x300{
	width: 300px;
	height: 100px;
	background:#f8f8f8;
	border: solid 1pt #666666;
}

.x600{
	width: 596px;
	height: 100px;
	background:#f8f8f8;
	border: solid 1pt #666666;
	
}