/* common */
a {
	color:#909;
}
a:hover{
	color:#930;
	background-color:#cff;
}
body {
	background-image:url("img/wall.gif");
	background-repeat:repeat-y;
	background-color:#fff;
	margin-top:0;
	text-align:center;
}
dl {
	margin:0;
}
h2 {
	background-color:#fee;
	border-style:double;
	border-color:#c30;
	border-width:3px 0 3px;
	clear:both;
	font-size:16px;
	padding:4px 2px 4px;
	margin:6px 0 8px;
}
h3 {
	border-left: solid 10px #f30;
	border-bottom: solid 1px #f30;
	clear:both;
	padding-left:2px;
	margin:6px 0 6px;
}
h4 {
	margin:4px 0 4px;
}
h5 {
	margin:3px 0 3px;
}
li {
	margin-bottom:2px;
}
ol {
	margin:5px 5px 5px 40px;
}
p {
	margin:10px 0;
}
pre {
	margin:0;
}
table {
	font-size:12px;
	line-height:1.4;
}
ul {
	margin-top:5px;
}

/* main layout */
div#contents {
	font-size:12px;
	line-height:1.4;
	margin:auto;
	text-align:left;
	width:760px;
}
div#sidebar {
	border-right:dotted 1px #999;
	width:170px;
}
div#main {
	float:right;
	width:585px;
}

/* unique */
div#tophead strong {
	color:#333;
	font-size:10px;
	font-weight:normal;
}
div#title {
	margin-top:2px;
}
div#title h1 {
	margin:0;
	width:400px;
	float:left;
}
div#titleunder {
	font-size:12px;
	font-weight:normal;
	padding-right:10px;
	text-align:right;
}
div#bloglink {
	float:left;
	padding-right:20px;
	padding-top:10px;
	text-align:center;
}
div#headmenu {
	background:#fee url("img/barcenter.png") repeat-x center;
	border-top:1px solid #caa;
	border-bottom:1px solid #caa;
	clear:both;
	color:#999;
	padding:2px;
	margin:1px;
	text-align:center;
}
div#submenu {
	background-color:#eee;
	border-top:1px solid #ccc;
	border-bottom:1px solid #aaa;
	margin:0;
	padding:3px 0 3px 10px;
}
p#menuitem span {
	background:url("img/submenu.gif") no-repeat;
	font-weight:bold;
	padding-left:14px;
	padding-right:4px;
	white-space:nowrap;
}
p#menuitem span a {
	font-weight:normal;
}

/* other */
div.sidebarhead {
	background-color:#fd9;
	border-style:solid;
	border-width:1px 0;
	border-color:#999;
	padding:1px 2px;
}
div.sidebarcont {
	background-color:#fff;
}
div.sidebarcont p {
	line-height:1.2;
	margin:4px 0;
}
span.backlink {
	background:url("img/back.gif") no-repeat;
	padding-left:14px;
}
div.continue {
	text-align:right;
}
div.rightalign {
	text-align:right;
}
div.reflink {
	background-image:url("img/reflink.gif");
	background-repeat:no-repeat;
	padding-left:18px;
}
div.inspictr {
	float:right;
	padding:10px;
	text-align:center;
}
div.inspictl {
	float:left;
	padding:10px;
	text-align:center;
}

ul.nomark {
	list-style-type:none;
	margin:4px 0 4px 10px;
}
div.itemlist {
	margin:30px 10px 10px;
}
div.itemlist div.item {
	border-top: 1px dotted #999;
	clear:both;
	margin:10px 0;
	padding:5px;
}

strong.red {
	color:#f60;
}