/*このcssはirフォルダ用のcssです。
common.cssの後に記述して各セレクタの内容を上書きするように使用してください。
*/


#boxMiddle{
	background-image:none;
}


/*2段組のコラム*/
.fixColmun{
	width:369px;
	float:left;
	margin:0 7px 0 0;
	font-size:85%;
}
	.fixColmun h3{
		padding:0;
		margin:0 0 3px;
	}
	
	.fixColmun p,
	.fixColmun ul{
		clear:both;
	}
	
	.fixColmun p{
		margin:7px 10px 8px 10px;
	}

/*青い矢印のリスト*/
ul.listBlueArr{
	margin:0 0 5px 10px;
}
	.listBlueArr li{
		background:url(../img/index_arrow.gif) 0px 6px no-repeat;
		list-style:none;
		padding-left:10px;
	}

/*コンテンツ部分*/
#boxHomeContents{
	height: 126px;
	padding:0 0 0 7px;
	background:url(../img/index_bg.jpg) left top no-repeat;
}


.bg01{
	background:url(../img/index_bg01.jpg) left bottom no-repeat;
}

.bg02{
	background:url(../img/index_bg02.jpg) left bottom no-repeat;
}


