@charset "utf-8";
/* CSS Document */

/* for index
--------------------------------------------------------------------*/
#mainCont {
/*	float: none !important;
	margin: 0 auto;
	padding: 20px 0 0 0;
	*/
}

#mainCont h1 {
	margin: 0 0 10px 0;
}

#mainCont h2 {
	font-size: 0.875em;
	font-weight: bold;
	padding: 0 5px 0 0;
	margin: 0 0 0 0;
}

#mainCont p {
	font-size: 0.78em;
}

#cm .content {
	background: url(../../cm/img/bg.gif) repeat-y;
	margin-bottom: 30px;
}

#cm .content .contInner {
	padding: 0 20px 0;
	line-height: 1.5;
	color: #333333;
	background: url(../../cm/img/bg_bottom.gif) bottom no-repeat;
}

#mainCont .movie {
	width: 600px;
	margin: 0 auto;
}

#cm table.history {
	border: 2px  #999999 solid;
	width: 100%;
	border-collapse: collapse; 
	border-spacing: 0;
	font-size: 12px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#cm table.history td {
	border: 1px dotted #999999;
	padding: 8px 10px;
	vertical-align: top;
}

#cm table.history td img {
	float: left;
	margin: 0 10px 0 0;
}

#cm table.history td.year {
	text-align: center;
	width: 50px;
}

#cm .banner {
	padding-top: 20px;
}