@charset "utf-8";

/**********************************************
 For TypeHOME * /index.html
**********************************************/


/*---------------------------------------------
 MenuArea
---------------------------------------------*/
#TypeHOME #MenuArea {
	overflow: hidden;
	width: 667px;
	padding-bottom: 30px;
}
#TypeHOME #MenuArea .mnBlock {
	float: left;
	width: 217px;
	margin-right: 8px;
}
#TypeHOME #MenuArea .mnBlock2 {
	float: left;
	width: 217px;
}
#TypeHOME #MenuArea .mnBlock h2 img,
#TypeHOME #MenuArea .mnBlock2 h2 img {
	display: block;
}
#TypeHOME #MenuArea .mnBox {
	overflow: hidden;
	width: 199px;
	margin-bottom: 7px;
	padding: 11px 8px 8px;
	border: 1px solid #d3d3d3;
	border-top: none;
}
#TypeHOME #MenuArea .mnBox img {
	float: left;
	width: 62px;
	border: 1px solid #dfdfdf;
}
#TypeHOME #MenuArea .mnBox span {
	float: right;
	width: 125px;
	font-size: 86%;
	line-height: 1.2;
}
#TypeHOME #MenuArea .mnBox2 {
	width: 191px;
	height: auto !important;
	height: 177px;
	min-height: 177px;
	padding: 11px 12px 10px;
	border: 1px solid #d3d3d3;
	border-top: none;
}
#TypeHOME #MenuArea .mnBox2 img {
	display: block;
	margin-bottom: 15px;
	border: 1px solid #dfdfdf;
}
#TypeHOME #MenuArea .mnBox2 strong {
	display: block;
	margin-bottom: 10px;
}
#TypeHOME #MenuArea .mnBox2 span {
	display: block;
	font-size: 86%;
	line-height: 1.2;
}


/*---------------------------------------------
 NewsArea
---------------------------------------------*/
#TypeHOME .newsArea {
	width: 667px;
}
#TypeHOME .newsArea h2 {
	margin: 0;
	padding: 0;
}
#TypeHOME .newsArea h2 img {
	display: block;
}
#TypeHOME .newsArea .newsMain {
	width: 643px;
	padding: 10px 12px 13px;
	background: url(../img/news_bg.gif) 0 100% no-repeat;
}

#TypeHOME .newsArea p {
	margin-top: 15px;
	padding-right: 7px;
	text-align: right;
}
#TypeHOME .newsArea p img {
	margin-right: 15px;
	vertical-align: -0.2em;
}
#TypeHOME .newsArea p a.list {
	padding-left: 9px;
	background: url(../img/arrow02.gif) 0 0.3em no-repeat;
	font-size: 10px;
}
#TypeHOME .newsArea p a:link,
#TypeHOME .newsArea p a:visited { color: #515151; text-decoration: underline; }
#TypeHOME .newsArea p a:hover,
#TypeHOME .newsArea p a:active  { color: #ce1010; text-decoration: underline; }

