




/* .itiran2 一覧テーブル　2セル組　ボックス指定  */


.itiran2 {
   margin: 20px 0px;
   padding: 0px;
   border: 0px none;
   width: 896px;
   background-color: transparent;
   clear: both;
}




.itiran2 table  {
    margin: 20px 0px 20px 0px;
    padding: 0px;
    border-collapse: collapse;
    caption-side: top;
    border-style: solid;
    border-width: 1px;
    border-spacing: 0px;
    border-color: #ffffff;
}





.itiran2 img {
    margin: 0px;
	padding: 0xp;
    border: 0px none;
    clear: both;
    width: 440px;
    height: 328px;
    top: 0px;
    left: 0px;  
}





/*テーブル枠線の共通設定*/


.itiran2 th {
	color: #000000;
    background-color: #ffffff;
	border-right: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
	border-top: 0px none;
	border-bottom: 0px none;
    font-weight: normal;
    text-align: left;
    vertical-align: top;	
}



.itiran2 td {
	background-color: #ffffff;
	border-top: 10px solid #ffffff;
	border-bottom: 0px none;
	border-right: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
    padding: 0px;
    height:328px;
}










/*  文字指定   */




.itiran2,
.itiran {
   font-size: 12px;
   line-height: 22px;
   letter-spacing: 2px;
   color: #000000;
}





.itiran2 strong {
   font-style: normal;
   color: #FF0000;
}



.itiran2 span {
   font-size: 15px;
   line-height: 29px;
   font-style: normal;
   font-weight: bold;
   vertical-align: middle;
   color: #0099FF;
   letter-spacing: 5px;
}














