@charset "UTF-8";

body {
	margin: 0;
	background: #fff;
}

#ALL {
	width: 960px;
	margin: 0 auto;
	background: url(/corp/lp/images/body.png) repeat-y;
}

/* ヘッダとフッター
++++++++++++++++++++++++++++++++++++++++ */
#HEADER { width: 938px; height: 60px; margin: 0 auto; padding: 0; background: url(/corp/lp/images/header_bg.png) repeat-x; font-size: 1px; line-height: 100%; }
#HEADER .box { position: relative; margin: 0 auto; width: 900px; }
#LOGO { position: absolute; top: 12px; left: 8px; width: 168px; height: 32px;
	background: url(/corp/lp/images/logo.png) no-repeat;
	text-indent: -9999px; }





/* メイン
++++++++++++++++++++++++++++++++++++++++ */
.main_contents {
	width: 900px;
	clear: both;
	margin: 0px auto;
	padding: 20px 0 20px;
}




#BODY .arrow_list li {
	list-style: none;
}
#BODY .arrow_list li a {
	background: url(/corp/lp/images/arrow01.gif) no-repeat left center;
	padding-left: 15px;
	line-height: 180%;
}




