@charset "Shift_JIS";

/*topimg
--------------------------------------------------------------------------------------------------------------*/
#contents h2 {
	background: url(img/top.jpg) no-repeat;
	width: 595px;
	height: 362px;
	margin: 0;
}
*:first-child+html #contents h2 {
	margin: 0;
}

.akira {
	background: url(img/akira.jpg) no-repeat;
	width: 595px;
	height: 439px;
}
.akira p {
	text-indent: -9999px;
}


/*topicsbox
--------------------------------------------------------------------------------------------------------------*/
#topicsbox {
	margin: 10px 10px 0 10px;
}
#topicsbox { display:inline-table; zoom:1; }	/*for IE5.5 - 7 */
#topicsbox:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; }
/* Hides from IE-mac \*/
* html #topicsbox { height: 1%; }
#topicsbox { display: block; }
/* End hide from IE-mac */

	#topicsbox .float {
		float: right;
		margin-left: 10px;
	}
	#topicsbox p {
		margin-bottom: 10px;
		font-size: 116%;
	}
	#topicsbox p span {
		color: #b82527;
	}


/*blogbox
--------------------------------------------------------------------------------------------------------------*/
#blogbox {
	margin: 10px 0 0 10px;
}
	#blogbox ul {
		margin: 5px 0;
	}
		#blogbox ul li {
			background: url(img/bglist.gif) no-repeat 0 6px;
			margin: 5px 0;
			padding-left: 10px;
		}