@charset "UTF-8";
@import url("elements.css");
@import url("layouts.css");



h1 span {
	background      : url("../img/about/h1.gif") no-repeat;
}



/* index */
/***********************************************************/

body#index h2 {
	font-size       : 12px;
	font-weight     : bold;
	background      : #eaeae7;
	margin          : 0px 0px 15px 0px;
	padding         : 5px 5px 3px 5px;
}

body#index dl {
	margin          : 0px 0px 10px 0px;
}

body#index dt{
	font-weight     : bold;
	margin          : 0px 0px 5px 0px;
}

body#index dd {
	line-height     : 1.4;
	background      : url("../img/li_circle.gif") 0px 6px no-repeat;
	margin          : 0px 0px 0px 0px;
	padding         : 1px 0px 1px 10px;
}

body#index div.old div.text li,
body#index div.now div.text li {
	font-size       : 10px;
	background      : url("../img/link_arrow.gif") 1px 4px no-repeat;
	padding         : 0px 0px 0px 9px;
}

body#index div.old div.text li *,
body#index div.now div.text li * {
	font-size       : 10px;
	line-height     : 1.4;
}



