@CHARSET "UTF-8";
/****************************
レイアウト 
*****************************/
#contents{
	width : 874px;
	height: 520px;
	background-color: white;
	border-top: 0px #1C79C6 solid;
	border-bottom: 0px #1C79C6 solid;
	border-right: 1px #1C79C6 solid;
	border-left: 0px #1C79C6 solid;
	vertical-align: top;	
}
#contents_tbl{
	width:875px;
	height: 390px;
	border-collapse: collapse;
	border-spacing: 0px;
}
/****************************
　パーツ
*****************************/
#contents_tblTd1{
 	/*width : 850px;*/
 	height: 350px;
 	
 	border 1px #0000ff solid;
}
#contents_tblTd2{
 	/*width : 850px;*/
 	height: 30px;
}
/*
タイプ画像　横並び div
*/
#type_lineup_tbl {
	width:875px;
}
#type_lineup {
	width:200px;
	text-align: center;
}
#type_lineup:hover {
	font-weight:bold; 
		color:#0000FF;
	
}
#type_lineup p {
	font-family:"メイリオ",sans-serif;   
	font-size:13px;
	
}
/* ホバーメッセージ表示  */
#TypeHoverMsgDiv{
	height: 50px;
	background-color:#FFFFFF;
	text-align: center;
}
#TypeHoverMsg{
 	font-family:"メイリオ",sans-serif; 
 	font-weight: bold; 
 	color: #000000;
	padding-top: 3px;
}

