/*このcssはirフォルダ用のcssです。
common.cssの後に記述して各セレクタの内容を上書きするように使用してください。
*/


#boxMiddle{
	background-image:none;
}
.mgnT20{margin-top:20px;}
.mgnT40{margin-top:40px;}
.mgnL15{margin-left:15px;}
.mgnL50{margin-left:50px;}
.mgnL100{margin-left:100px;}
.sup{
	vertical-align:4px;
	font-size: 100%;
	line-height: 1;
}


/*コンテンツ部分*/
#boxHomeContents{
	position:relative;
	top:0;
	left:10px;
	float:left;
	width:760px;
	padding:0 0 20px 0;
	background:url(../img/bg_index.gif) 230px 175px no-repeat;
}

#boxHomeContents h2{
	margin:20px 0 15px 0;
}
#boxHomeContents h3{
	clear:both;
	font-size:100%;
	color:#359936;
	border-bottom:1px solid #dad9d4;
	margin-bottom:8px;
}


#boxHomeContents .imgFloatRight{
	margin:20px 10px 15px 7px;
}
