@charset "UTF-8";
@import url("elements.css");
@import url("layouts.css");



h1 span {
	background      : url("../img/stages/h1.gif") no-repeat;
}



/* index */
/***********************************************************/

body#index div.now {
	margin          : 0px 0px 10px 0px;
}

body#index div.now div.column {
	width           : 610px;
	padding         : 0px 0px 20px 0px;
}

body#index div.now div.column a.img {
	width           : 300px;
	height          : 200px;
	border          : solid 1px #999999;
	display         : block;
}

body#index div.now div.column div.text {
	width           : 290px;
	padding         : 0px 0px 0px 15px;
}

body#index h2 {
	font-size       : 12px;
	font-weight     : normal;
	color           : #eeeeee;
	width           : 600px;
	margin          : 0px 0px 15px 0px;
	padding         : 5px 5px 3px 5px;
	background      : #333333;
}

body#index h3 {
	font-size       : 10px;
	font-weight     : bold;
	color           : #ffffff;
	width           : 585px;
	margin          : 0px 0px 10px 0px;
	padding         : 5px 0px 3px 5px;
	background      : #666666;
}

body#index h4 {
	font-size       : 10px;
	font-weight     : normal;
	margin          : 0px 0px 10px 0px;
	padding         : 5px 5px 3px 5px;
	background      : #ebece7;
}

body#index h4 span.s {
	font-size       : 10px;
	font-weight     : normal;
	color           : #999999;
	margin          : 1px 0px 3px 0px;
	display         : block;
}

body#index h4 span.l {
	font-size       : 12px;
	font-weight     : bold;
	color           : #333333;
	margin          : 3px 0px 1px 0px;
	display         : block;
}

body#index h4 span.l span {
	font-size       : 10px;
	font-weight     : normal;
	color           : #333333;
	display         : inline !important;
}

body#index div.old div.column {
	margin          : 0px 0px 10px 0px;
	padding         : 0px 0px 10px 0px;
	background      : url("../img/dotline.gif") 0px bottom no-repeat;
}

body#index div.old a.img {
	width           : 125px;
	height          : 90px;
	border          : solid 1px #999999;
	display         : block;
}

body#index div.old div.text {
	width           : 450px;
	padding         : 0px 0px 0px 10px;
}

body#index div.old div.text dt,
body#index div.old div.text dd,
body#index div.now div.text dt,
body#index div.now div.text dd {
	font-size       : 10px;
	margin          : 0px 0px 2px 0px;
}

body#index div.old div.text dt,
body#index div.now div.text dt {
	font-weight     : bold;
}

body#index div.old div.text dd,
body#index div.now div.text dd {
	background      : url("../img/li_circle.gif") 0px 5px no-repeat;
	padding         : 1px 0px 1px 10px;
}

body#index div.old div.text li,
body#index div.now div.text li {
	font-size       : 10px;
	line-height     : 1.2;
	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;
}



