/* Global Font */
body, td, th {
	font-size: 0.9em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

a:link {
	color: #333;
}
a:active {
	color: #333;
}
a:visited {
	color: #666;
}
.required {
	color: #f00;
	font-weight: bold;
}

/* Positioning {{{ */
body {
	margin: 0px;
}
div.contents {
	margin-left: 220px;
	margin-right: 10px;
	padding: 0px 20px;
}
div.body {
	padding: 40px;
}
div.sidebar {
	position: absolute;
	top: 100px;
	left: 5px;
	width: 200;
	padding: 10px;
	margin: 5px;
	clear: both;
	/* background-color: #000; */
}
div.sidebar div.tune {
	text-align: center;
	font-weight: bold;
	border-style: solid;
	border-width: 0px 0px 5px 0px;
	border-color: #666;
	padding: 5px;
	margin: 5px;

}
div.sidebar div.amazon {
	text-align: center;
}

/* }}} */

/* {{{ headblock */
/*
div.headblock a:link {
	color: #ccc;
}
div.headblock a:active {
	color: #ccc;
}
div.headblock a:visited {
	color: #ccc;
}
*/

div.headblock a {
	color: #333;
}

div.headblock {
	margin: 10px;
	padding: 10px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	white-space: nowrap;
}

h1 {
	font-size: 120%;
}

h1 a {
	text-decoration: none;
}


div.headblock div, div.headblock h1 {
	display: inline;
	margin: 5px;
}
div.adsense {
	text-align: right;
	display: block;
}
/* }}} */

/* {{{ sidebar */
div.sidebar {
	font-size: 85%;
	padding: 0px;
}
div.sidebar h2 {
	font-size: 100%;
	text-align: center;
	padding: 5px;
	background-color: #333;
	color: #fff;
}
div.sidebar div.calender {
}
div.sidebar div.calender table {
	text-align: center;
	border-collapse: collapse;
}
div.sidebar div.calender td {
	padding: 5px;
}


div.sidebar div.calender .saturday {
	color: #00f;
}
div.sidebar div.calender .holyday {
	color: #f00;
}
/* }}} */

/* {{{ div.article */
div.article {
}

div.article div.body{
	padding: 0px;
	margin-left: 20px;
	margin-top: 20px;
}

div.article div.header {
	color: #fff;
	font-size: 120%;
	padding: 5px;
	color: #333;
	border-style: solid;
	border-width: 1px;
}

div.article h2 {
	font-size: 100%;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	padding: 5px;
}
div.article h3 {
	font-size: 100%;
}

div.article p {
	line-height: 1.8em;
}
div.article strong a.keyword {
	font-weight: bold;
}

div.article a.keyword {
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	text-decoration: none;
	color: #000;
	font-weight: normal;
}
div.article a.keyword:hover {
	color: #fff;
	background-color:#000;
}
div.article a {
	color: #333;
}



div.article img {
	border-style: solid;
	border-color: #000;
}

div.article pre {
	font-size:80%;
	padding:0.5em;
	border:1px dashed #ccc;
	color:#333;
	overflow:auto;
	font-family: "MS Gothic", monospace;
	line-height: 1.5em;
	background-color: #eee;
	
}
div.article dt {
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	font-weight: bold;
	margin-top :10px
}
div.article dd {
	margin-left: 20px;
}
div.article dl {
	margin: 10px 0px;
}

/* {{{ Comment */
div.article div.comment h2 {
	border-style: solid;
}
div.article div.commentEntry {
	margin: 15px;
}
div.article div.commentEntry span.email {
	font-weight: normal;
	font-size: 70%;
}
div.article div.commentEntry div.commentHeader {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	margin-bottom: 5px;
	padding: 3px;
	font-weight: bold;
}

div.article div.commentEntry div.commentHeader span.timestamp {
	font-weight: normal;
	font-size: 0.8em;
}
div.article div.commentEntry div.commentBody {
	padding-top: 10px;
	margin-top: 5px;
	margin-left: 10px;
}

/* }}} */


/* }}} */



/* vim:set fdm=marker: */
