@import url(../../images/common.css);
/*@import url(/images/common.css);*/
body,td,th {
	color: #000000;
}
body {
	background-color: #F0FFFF;
}


.baseware {
	background-color: #F0F0F0
}
.general {
	background-color: #C7F0F0
}

.ghost {
	background-color: #CAF0CC
}

.shiori {
	background-color: #F3F0B8
}

.illust {
	background-color: #F3CFF0
}

article ul {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: .8ex;
}
article ul:after {
	content: url(../../images/spacer.gif);
	display: block;
	visibility: hidden;
	height: 1px;
	clear: both;
}
article ul {
	display: inline-table;
}
/* \*/
* html article ul {height:1%;}
article ul {
	display: block;
}
/* */

article li {
	list-style-position: inside;
	margin-left: 30px;
	margin-top: 0;
	margin-bottom: 20px;
	border-right: 2px dotted #808080;
	border-bottom: 2px dotted #808080;
	width: 280px;
	float: left;
}
article li h4 {
	margin: 5px 0 15px 0;
	display: inline;
}
article li h4 a:hover,
article li h4 a:active,
article li h4 a:focus {
	color: blue;
	text-decoration: none;
}
article li h4 a:hover,
article li h4 a:active,
article li h4 a:focus {
	color: red;
	text-decoration: underline;
}

article li figure {
	margin: 5px 0 0 0;
	display: block;
}
article li p {
	margin: 5px 0 0 0;
}

article section,
article section h3 {
	clear: both;
}

/***********/
hr {
	clear: both;
}
