@charset "UTF-8";
/* CSS Document  2008-08-31 01:17 by A10*/

/*--------------------------------------------------------
  --------------------------------------------------------
   siteinfos専用CSS
  --------------------------------------------------------
----------------------------------------------------------*/
#content-main-in {							/* 内容 */
	width: 100%;							/* 表示幅 100% */
}
#content-header {							/* header */
	width: auto;							/* 表示幅 100% */
	float: none;
}
#content-siteinfos-left {					/* サイト情報-LEFT */
	width: 50%;								/* 表示幅 50% */
	float: left;
}
#content-siteinfos-right {					/* サイト情報-RIGHT */
	width: 50%;								/* 表示幅 50% */
	float: left;
}
#content-siteinfos-space {					/* コンテンツ-スペース */
	width: 100%;							/* 表示幅 100% */
	float: left;
	height: 0px;
}
#content-footer {							/* footer */
	width: 100%;							/* 表示幅 100% */
	float: left;
}

.list-titles {
	width: 420px;
	display: block;
	background-color: #CCCCCC;
	font-weight: bold;
	font-size: 120%;
	color: #666666;
	border-top: 7px solid #666666;
	border-bottom: 3px solid #666666;
	padding: 3px;
	padding-left: 10px;
}
.list-subject {
	display: block;
	color: #000000;
	border-left-style: solid;
	border-left-width: 1em;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-color: #CCCCCC;
	padding-left: 5px;
}
.list-explanation {
	display: block;
	color: #333333;
	border-left-style: solid;
	border-left-width: 2em;
	border-color: #ffffff;
}
.list-date {
	display: block;
	font-size: 80%;
	color: #333333;
	border-left-style: solid;
	border-left-width: 2em;
	border-color: #ffffff;
	text-align: right;
}


/* header:	
--------------------------------------------------------------------*/
#content-header h1 {
	width: 921px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding-left: 10px;
	margin-left: 10px;					/**/
	margin-bottom: 10px;
	display: block;
}
/* siteinfos-left:	
--------------------------------------------------------------------*/
#content-siteinfos-left-in {
	margin-top: 5px;
	margin-left: 30px;
	margin-right: 0px;				/**/
	margin-bottom: 10px;
}
#content-siteinfos-left ul {
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	list-style: none;
}
#content-siteinfos-left li {
	list-style: none;
	margin-top: 10px;
}
/* siteinfos-right:	
--------------------------------------------------------------------*/
#content-siteinfos-right-in {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
#content-siteinfos-right ul {
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 30px;	/**/
	margin-bottom: 10px;
	list-style: none;
}
#content-siteinfos-right li {
	list-style: none;
	margin-top: 10px;
}

/* footer:	
--------------------------------------------------------------------*/
#content-footer-in {
	width: 915px;						/**/
	background-color: #CCCCCC;
	color: #666666;
	border-top: 7px solid #666666;
	border-bottom: 3px solid #666666;
	padding: 3px;
	padding-left: 10px;
	margin-left: 10px;					/**/
	margin-bottom: 10px;
}
.old-page {

}
