/* 旧データcss
---------------------------------------------------------------------*/
A:link		{	color:	#0000EE	}	/* link 	*/
A:visited	{	color:	#3366FF	}	/* Visited link */
A:active	{	color:	#FF0000	}	/* clicking link */
A:hover	{	color:	#00FF00 }

.default	{
	color:	#000000;	/* 文字色 */
	line-height:	130%;		/* 行間隔 */
	font-size:	85%;		/* 文字サイズ */
}

.whatnew	{
	color:	#000000;	/* 文字色 */
	font-size:	85%;		/* 文字サイズ */
}

.default2	{
	color:	#000000;	/* 文字色 */
	font-size:	85%;		/* 文字サイズ */
}

.news_title	{
	color:	#000000;				/* 文字色 */
	font-size:	100%;		/* 文字サイズ */
}

.newstitle	{
	color:	#000000;				/* 文字色 */
	font-size:	100%;		/* 文字サイズ */
}

.table		{
	color:	#000000;	/* 文字色 */
	font-size:	80%;		/* 文字サイズ */
}

.foot		{
	color:	#000000;	/* 文字色 */
	font-size:	70%;		/* 文字サイズ */
}

.title		{
	color:	#000000;	/* 文字色 */
/*font-weight:	bold;*/		/* 太文字 */
	font-size:	120%;		/* 文字サイズ */
}

.subtitle	{
	color:	#009966;	/* 文字色 */
	line-height:	120%;		/* 行間隔 */
	font-size:	100%;		/* 文字サイズ */
	font-weight:	bolder;		/* 太文字 */
}

.barmenu	{
	color:	#000000;	/* 文字色 */
	font-size:	8pt;		/* 文字サイズ */
}


/* 新サイトから
---------------------------------------------------------------------*/
body {
	background: url(../../products/mcb/parts-img/bg01.gif) repeat-y;
	margin: 0;
	padding: 0;
}
body#news {
	background: url(../../news/past/images/bg01.gif) repeat-y;
}

.hLogo {
	background: #FFF;
	padding: 8px 0 17px 8px;
}

.contents {
	color: #000;
	background: #FFF;
	padding: 0 0 0 8px;
}

/* footer ----------------- */
#footer {
	width: 600px;
	background: #F8F8F8 url(../images/f_bg01.gif) no-repeat;
	padding: 18px 0;
}

#newsFooter {
	width: 608px;
	background: #F8F8F8 url(../images/f_bg01.gif) no-repeat;
	padding: 18px 0;
}

#footer ul, #newsFooter ul {
	list-style-type: none;
	margin: 0 0 0 23px;
	padding: 0;
}
#footer li, #newsFooter li {
	font-size: 1px;
	line-height: 1%;
	float: left;
}
#footer li img, #newsFooter li img {
	margin: 0 12px 0 0;
}

address {
	margin: 0 10px 0 0;
}
address img {
	width: 366px;
	float: right;
}

	.mar-t10{
	margin-top:10px;
	}

/* --- float hack */
address:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
*html address {	display: inline-block;	}
/* no ie mac \*/
*html address {	height: 1%;	}
address {	display: block;	}
/* */


