/*このcssはirフォルダ用のcssです。
common.cssの後に記述して各セレクタの内容を上書きするように使用してください。
*/


#boxMiddle{
	background-image:none;
}


/*3段組のコラム*/
.fixColmunWidth360px{
	width:360px;
	border:1px solid #ccc;
	padding:1px 0px 10px 1px;
	float:left;
	margin:0 12px 12px 0;
	font-size:85%;
}
	.fixColmunWidth360px h3{
		padding:0;
		margin:0;
	}
	
	.fixColmunWidth360px p,
	.fixColmunWidth360px ul{
		clear:both;
	}
	
	.fixColmunWidth360px 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:20px 0 20px 0;
}

#boxHomeContents h2{
	margin:20px 0 15px 0;
}


#boxHomeContents .imgFloatRight{
	margin:-10px 10px 15px 7px;
}


.bg01{
	background:url(../img/index_bg01.jpg) right bottom no-repeat;
}

.bg02{
	background:url(../img/index_bg02.jpg) right bottom no-repeat;
}

