/* STYLE SHEET
  * Artring inc
  * update 2006.9.20
*/

/* Suggested order:
	display
	list-style-type
	position
	float
	clear
	width
	height
	margin
	padding
	border
	background
	color
	font
	text-decoration
	text-align
	vertical-align
	white-space
	other text
	content
 *
 */

/*----------------CONTENTS----------------*/

h2 {
	margin:10px 0px;
	padding:0px;
	font-weight:bold;
	font-size:medium;
	}
p	{
	text-indent:1em;	
	}
div#contents{
	display:block;
	clear:left;
	width:745px;
	margin:10px 0px 10px 15px;
	padding:0px;
	color:#666666;
	text-align:left;
	}
td.list {
	background:url(../img/list/list_bg.jpg) top left no-repeat;
	text-align:left;
	font-size:small;
	}
div.listbox {
	display:block;
	width:220px;
	margin-left:8px;
	padding:0px;
	color:#666666;
	}
span#story {
	font-size:x-small;
	color:#999966;	
	}
div.ltitle {
	text-align:center;
	font-weight:bold;
	font-size:small;	
	}
span.ltsub {
	font-size:small;	
	}