@charset "Shift_JIS";

/*-------------------------------------------------------------------
	IDENTIFICATION DIVISION.
	Version.					1.4.1.2;
	Author.					Kenta Aga(admin)
	Aptx.						4.8.6.9;

	PROGRAM-ID.		"インデックスページにしか反映しないよcss"
-------------------------------------------------------------------*/

/*************************************
	DATA DIVISION.
	WORKING-STRAGE SECTION.
*************************************/

body#index{
	background				: url(../../img/index/background.gif) repeat-x top left #ffffff;
}

#index #header{
	margin						: 0 auto 10px auto;
	height							: 390px;
}

#index #main h2{
	margin-bottom			: 0;
}

/*------------------------------------------------
	point-box
------------------------------------------------*/
#point-box{
	margin-top				: -80px;
	margin-left				: 181px;
	margin-bottom			: 29px;
	width							: 363px;
}

#point-box li{
	zoom							: 1;
	position						: relative;
	display						: inline-block;
	float							: left;
	margin-left				: -17px;
	margin-bottom			: 20px;
}

#point-box li dl{
	zoom							: 1;
	display						: inline;
	float							: left;
	margin-left				: 17px;
	padding-bottom		: 9px;
	width							: 173px;
}
#point-box li dt{
	margin-bottom			: 10px;
}
#point-box li dd{
	line-height					: 1.16;
}

#point-box li dl#point01{
	background				: url(../../img/index/background-point01.gif) no-repeat bottom right;
}
#point-box li dl#point02{
	background				: url(../../img/index/background-point02.gif) no-repeat bottom right;
}
#point-box li dl#point03{
	background				: url(../../img/index/background-point03.gif) no-repeat bottom right;
}
#point-box li dl#point04{
	background				: url(../../img/index/background-point04.gif) no-repeat bottom right;
}
#point-box li dl#point05{
	background				: url(../../img/index/background-point05.gif) no-repeat bottom right;
}
#point-box li dl#point06{
	background				: url(../../img/index/background-point06.gif) no-repeat bottom right;
}


/*------------------------------------------------
	clearfix
------------------------------------------------*/
#point-box:after,#point-box li:after{
	content						: ".";
	display						: block;
	clear							: both;
	height							: 0;
	visibility						: hidden;
}