
/*
---------------------------------------------------------------------*/

h3 {
	margin: 1em 0;
	}
	h3.item {
		padding-left: 28px;
		background: url(img/ico24_title.gif) left no-repeat;
		}

div.itembody {	
	/* for IE (to enable overflow:auto) */
	width: 450px; /* [change width: contents] must be equal to #contents width */
	overflow: auto;
	margin: 5px 8px 5px 20px;	
	word-break:break-all;
	}

div.iteminfo, div.iteminfo-short {	
	border-top: 2px dotted #ccc;
	margin-top: 10px;
	padding: 2px;
	color: gray;
	font-size: small;
	}
div.iteminfo-short {
	padding-bottom: 40px;
	}

div.iteminfo a, div.iteminfo-short a {
	font-weight: bold;
	text-decoration: none;
	}
div.iteminfo-r {
	float: right;
	}
div.iteminfo-l {
	float: left;
	}


/*
---------------------------------------------------------------------*/

h3.comment {
	margin-bottom: 10px;
	}
div.commentbody {
	/* text-align: justify;*/
	}
div.commentinfo {	
	color: gray;
	font-size: small;
	}


/*
---------------------------------------------------------------------*/

ul.archivelist {
	list-style: none;
	margin: 20px 0;
	padding: 0;
	}
	ul.archivelist li {
		display: inline;	
		padding-right: 5px;
	
		color: #ccc;
		font-size: large;
		letter-spacing: 0.2em;
		line-height: 150%;
		}
	ul.archivelist a { 
		text-decoration: none;
		}


/*
---------------------------------------------------------------------*/

.leftbox {
	float: left;
	border-right: 5px solid #ddd;	
	margin-right: 5px;
	padding-right: 2px;
	}
.rightbox {
	float: right;
	border-left: 5px solid #ddd;	
	margin-left: 5px;
	padding-left: 2px;
	}

span.newitem {
	color: red;
	font-size: x-small;
	}

#contents .btnspace {
	margin: 20px 0px;
	padding: 0;
	text-align: center;
	}

	
/*
---------------------------------------------------------------------*/

h4 {
	margin: 2em 0 1em;
	text-decoration: underline;
	}
h5 {
	border-left: 5px solid #666;
	padding-left: 5px;
	}

.center {
	text-align: center;
	}


div.itembody blockquote {
	border: 1px solid #666;
	margin: 1em;
	padding: 10px;
	background: transparent url(img/ico_quote.gif) no-repeat top right;
	
	line-height: 130%;
	}
div.itembody pre {
	width: 460px; /* [change width: contents] considering margin and UI width */
	overflow: scroll;
	
	border: 1px solid #ccc;
	margin: 0;
	padding: 10px;
	background: #f0f0f0 url(img/ico_code.gif) no-repeat top right; /* [change color] */
	
	line-height: 110%;	
	}
div.itembody cite {
	border-left: 5px solid #ccc;
	margin: 0 1em;
	padding: 0;
	padding-left: 5px;
	
	font-style: normal;
	font-size: smaller;
	}

div.itembody div.postit {
	border: 1px solid #666;
	border-left: 5px solid #aaa;
	margin: 0.5em 1em;
	padding: 10px;
	
	line-height: 130%;
	font-size: smaller;
	}

div.itembody div.note {
	border-left: 5px solid #ccc;
	margin: 0.5em 1em;
	padding: 10px;
	
	line-height: 130%;
	font-size: smaller;
	}

div.itembody a.ico {
	padding-left: 14px;
	background: url(img/ico_link.gif) left no-repeat;
	}

div.itembody samp {
	background-color: #eee;
	}


