/*このcssはirフォルダ用のcssです。
common.cssの後に記述して各セレクタの内容を上書きするように使用してください。
*/


#boxMiddle{
	background-image:none;
}


/*3段組のコラム*/
.fixColmunWidth235px{
	width:235px;
	border:1px solid #ccc;
	padding:1px 0px 1px 1px;
	float:left;
	margin:0 12px 12px 0;
	font-size:85%;
}
	.fixColmunWidth235px h3{
		padding:0;
		margin:0;
	}
	
	.fixColmunWidth235px p,
	.fixColmunWidth235px ul{
		clear:both;
	}
	
	.fixColmunWidth235px p{
		margin:7px 10px 8px 10px;
	}

/*青い矢印のリスト*/
ul.listBlueArr{
	position:relative;
	margin:6px 10px 8px 10px;
}
	.listBlueArr li{
		background:url(../../../img/ico_arr_blue.gif) 0px 6px no-repeat;
		list-style:none;
		padding-left:10px;
	}

/*コンテンツ部分*/
#boxHomeContents{
	position:relative;
	top:0;
	left:10px;
	float:left;
	width:760px;
	padding-bottom:20px;
	background:url(../img/bg_index.gif) 230px 155px no-repeat;
}

#boxHomeContents h2{
	margin:20px 0 15px 0;
}


#boxHomeContents .imgFloatRight{
	margin:0px 10px 30px 7px;
}
