
/*
 * General
 */

body
{
	color: black;
	background: white;
	padding: 15px;
}

p
{
	text-align: justify;
}

img
{
	border: solid 1px black;
}

/*p.msg
{
	color: #111;
	border-bottom: solid 1px black;
	padding: 14px;
	margin-left: 1px;
	margin-top: 0px;
	margin-right: 8px;
	background: white;
}*/

div.msg
{
	color: #111;
	border-bottom: solid 1px black;
	padding: 14px;
	margin-left: 1px;
	margin-top: 0px;
	margin-right: 8px;
	background: white;
	text-align: justify;
	font-family: Georgia, serif;
	font-size: 95%;
}

p.sysmsg
{
	font-style: italic;
}

div.pageselect
{
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	margin-right: 8px;
	padding-bottom: 1px;
}

div.pageselect a
{
	text-decoration: none;
}

h1
{
	font-family: Arial, sans-serif;
	font-size: 150%;
}

h2
{
	font-family: Arial, sans-serif;
	font-size: 110%;
}

h2.msgtitle
{
	margin-top: 20px;
	margin-bottom: 0px;
}

p.msgdate
{
	font-family: Arial, sans-serif;
	font-size: 80%;
	color: #5F5F5F;
	margin-top: 0px;
	margin-bottom: 0px;
}

td
{
	vertical-align: top;
}

.error
{
	color: red;
	background: black;
}

/*
 * Contents
 */
h2.conttitle
{
	margin-top: 14px;
	margin-bottom: 10px;
	margin-left: 1px;
}

td.contents
{
	width: 225px;
	border-left: solid 1px;
}

#contents
{
	padding: 14px;
	margin-left: 8px;
	background: white;
	padding-top: 0px;
}

#contents ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 1px;
}

#contents ul li
{
	margin: 0px;
	margin-bottom: 5px;
}

#contents ul li a
{
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 80%;
	display: block;
	border: solid 1px white;
	background: white;
	padding: 2px;
	padding-left: 5px;
}

#contents ul li a:hover
{
	background: #F7F7F7;
	border: solid 1px black;
}

#contents .contentlinkdate
{
	font-size: 85%;
	color: #AAA;
	display: block;
	margin-top: 3px;
	padding-left: 5px;
	font-style: italic;
}

#contents li.pageselect li
{
	float: left;
	width: 50px;
	height: 15px;
}

#contents table.pageselect
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-spacing: 0px;
}

#contents table.pageselect td
{
	padding: 0px;
	width: 50%;
}

#contents table.pageselect a
{
	text-align: center;
	border: solid 1px #DDD;
	color: #444;
	margin: 1px;
	margin-top: 10px;
	padding: 3px;
}

/*
 * RSS Feed
 */
#feed
{
	text-align: center;
	font-size: 80%;
	margin: 3px;
}

/*
 * Side footer
 */
div.fine
{
	font-size: 60%;
	text-align: center;
	margin-left: 8px;
	color: #999;
	margin: 10px;
}

/*
 * For code formatter
 */
.code
{
	font-family: monospace;
	font-size: 90%;
	text-align: left;
}

.code .comment
{
	color: #77F;
}

.code .string
{
	color: #F7F;
}

.code .op
{
	color: #F00;
}

.code .kw
{
	color: #00F;
}

