@charset "utf-8";
/* index.html */

.image {
	text-align: center;
}

/* メインコンテンツ main
------------------------------------------------------------ */
#main {
	margin-bottom: 0;
}

h1 {
	width: 320px;
	float: left;
	margin-bottom: 20px;
}

h1 img {
	width: 320px;
	height: 240px;
}

#counter {
	text-align: center;
	float: right;
	width: 220px;
	/*
	margin-right: 10px;
	margin-top: 70px;
	*/
	margin: 60px 15px 15px 0;
}

img#count {
	display: none;
}

#date {
	float: right;
	width: 220px;
	margin-right: 20px;
	margin-top: -90px;
}

#sincedef {
	text-align: center;
}

#since {
	float: left;
}

#update {
	float: right;
	margin-bottom: 30px;
}

#text {
	float:right;
	width: 220px;
	font-size: 0.84em;
	padding: 0 1em 20px;
}

#text p {
	margin-bottom: 1.5em;	
}

#text p.genre {
	margin-bottom: 0;
}

.genre li {
	font-size: 0.9em;
	font-weight: normal;
	display: inline;
	background: url(../images/list_sla.gif) no-repeat left center;
	margin: 0;
	margin-left: 3px;
	padding-left: 12px;
}

.genre li.first {
	padding-left: 0;
	background:	none;
}

#news {
	clear: both;
	margin: 0 30px 40px;
	/*
	padding-bottom: 50px;
	border-bottom: 1px solid #666;
	*/
}

#news h2 {
	border-bottom: 2px solid #099;
	border-left: 5px solid #066;
	padding: 3px 5px;
	/*
	margin-bottom: 20px;
	*/
	margin-bottom: 20px;
}

#news h3 {
	font-size: 0.8em;
	margin-left: 1em;
}

#news dl {
	font-size: 0.84em;
	margin-left: 1.5em;
	margin-bottom: 1em;
}

#news dd {
	font-size: 0.9em;
	margin-left: 0.5em;
	/*
	margin-bottom: 1.7em;
	*/
	margin-bottom: 0.7em;
}

#update_history {
	font-size: 0.7em;
	/*
	padding-top: 1px;
	*/
	margin: 3px;
	margin-top: -12px;
	text-indent: 12px;
	float: right;
	background: url(../images/sankaku_8px.gif) left center no-repeat;

}

#main p.image {
	visibility: hidden;
}

#ange {
	clear: both;
	margin-left: 50px;
	margin-bottom: 50px;
}

#ange p {
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 0 10px;
}

#ange p.image {
	width: 88px;
	float: left;
	padding-top: 0;
	padding-bottom: 20px;
	border: none;
	visibility: visible;
}

#search {
	clear: both;
	/*
	margin-left: 30px;
	margin-bottom: 30px;
	*/
	margin: 30px;
	padding-top: 40px;
	padding-left: 35px;
	border-top: 1px solid #666;
}

#search p {
	float: left;
	margin: 0 10px 20px;
}

#sidemenu {
}

