@charset "utf-8";

/* -----------------------------------------------------------
	QUALIER
	for genius dir
	index.html
	
----------------------------------------------------------- */
/* Layout --- */
div.genius div#main img.subIntroduction {
	margin:0 20px 20px;
}
div.genius div#main h2 {margin-bottom:0;}
div.genius div#main div.inner {
	clear:both;
	margin:0 40px 30px;
}
div.genius div#main div.inner div.lc {
	float:left;
	clear:both;
	width:360px;
}
div.genius div#main div.inner div.rc {
	float:right;
	width:200px;
}

/* text --- */
div.genius div#main div.inner h4 {margin-bottom:15px;}
div.genius div#main div.inner p,
div.genius div#main dl.curriculum dt,
div.genius div#main dl.curriculum dd {line-height:2;}

/* outline table area -------------- */
div.genius div#main table.outline {
	margin:0 40px 30px;
	width:580px;
}
div.genius div#main table.outline th {
	padding:10px 0;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	color:#ffffff;
}
/* thead setting */
div.genius div#main table.outline thead th.col1 {
	background:#657D2D url(../images/table_class.gif) no-repeat -149px top;
	height:20px;
}
div.genius div#main table.outline thead th.col2 {
	background:#2D7D67 url(../images/table_class.gif) no-repeat -364px top;
	height:20px;
}
/* tbody setting */
div.genius div#main table.outline tbody th {
	background:url(../images/table_bg.gif) repeat-y left top;
	width:148px;
}
div.genius div#main table.outline tbody td.col1,
div.genius div#main table.outline tbody td.col2 {
	padding:5px 0;
	width:216px;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
}
div.genius div#main table.outline tbody td.col1 span,
div.genius div#main table.outline tbody td.col2 span {
	display:block;
	margin:0 auto;
	width:75%;
	text-align:left;
}
div.genius div#main table.outline tbody td.col2 span.wide {
	width:92%; /* width over write */
}
div.genius div#main table.outline tbody td.col2 span.wide span.indent {
	width:92%; /* width over write */
}
div.genius div#main table.outline tbody td.col1 {
	background:url(../images/table_line.gif) repeat-y right top;
}
div.genius div#main table.outline tbody td.col2 {
	background:url(../images/table_bg.gif) repeat-y right top;
}
div.genius div#main table.outline tbody tr.roundtop,
div.genius div#main table.outline tbody tr.roundbottom,
div.genius div#main table.outline tbody tr.spacer {
	line-height:0;
	font-size:0;
}
div.genius div#main table.outline tbody tr.roundtop {
	background:url(../images/table01.gif) no-repeat left top;
	height:4px;
}
div.genius div#main table.outline tbody tr.roundbottom {
	background:url(../images/table02.gif) no-repeat left bottom;
	height:4px;
}
div.genius div#main table.outline tbody tr.spacer {
	height:5px;
}

/* rounded corner class */
div.genius div#main table.outline tbody tr.roundtop th,
div.genius div#main table.outline tbody tr.roundtop td,
div.genius div#main table.outline tbody tr.roundbottom th,
div.genius div#main table.outline tbody tr.roundbottom td,
div.genius div#main table.outline tbody tr.spacer td {
	padding:0;
}

/* message area -------------- */
div.genius div#main div.message {
	margin:0 20px 20px;
	background:url(../images/table02.jpg) no-repeat left bottom;
	padding-bottom:14px;
}

div.genius div#main div.message div.inner {
	margin:0;
	background:url(../images/table01.jpg) repeat-y left top;
	padding:20px 20px 0;
}
div.genius div#main div.message div.inner div.lc {
	width:370px;
}

/* other class -------------- */
div.genius div#main p.toTop {margin-bottom:30px;} /* overwrite for index */
div.genius div#main p.linkToIdea {
	clear:both;
	margin:0 40px 30px;
}
