/*
 * base
 */
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	color:#222;
	line-height:150%;
	text-indent:0.5;
	text-align:center;
	width:100%;
	font-size:1.0em;
}
body div.content {
	margin-left:auto;
	margin-right:auto;
	width:640px;
	max-width:95%;
	text-align:left;
}
body div#index_link {
	left:0px;
	text-align:left;
}
body div#page_footer {
	background-image: url(../image/20110424_web_footer.png);
	background-position: bottom;
	background-repeat: repeat-x;
	background-attachment:scroll;
	margin: 0px;
	height: 256px;
}
body div#page_header {
	background-image: url(../image/20110424_web_header.png);
	background-position: top;
	background-repeat: repeat-x;

	margin: 0px;
	height: 32px;
}

A:link {
	color:#28a;
	text-decoration: underline;
}
A:visited {
	color:#222;
	text-decoration: underline;
}
A:hover {
	color:#28a;
	font-style:italic;
}
A:active {
	color:#8ff;
	text-decoration: underline;
}

/*
 * Util
 */
div.center {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
div.bottom {
	margin-top:auto;
	margin-bottom:0px;
}

h1 {
	padding:4px 2px 4px 32px;
	font-size:150%;
	font-weight:bold;

	background-image: url(../image/20110424_web_h_bg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
ul {
	list-style-image: url(../image/20110424_web_ul_pin.png);
}

span.timestamp {
	text-align:right;
	font-style:italic;
	font-size:80%;
	color:#888;
}

.grayout{
	color:#c0c0c0;
}
