@charset "UTF-8";

/* ボディー
----------------------------------------------- */
#Body{
	width			:	100%;
	height			:	655px;
	background		:	url('../images/bg_body.gif') repeat-x;
}
#Box{
	margin			:	0px auto;
	width			:	1000px;
	height			:	655px;
	background		:	url('../images/img_box.jpg') no-repeat;
}
/* インデックス
----------------------------------------------- */
#Index{
	margin			:	0px auto;
	padding			:	10px 45px 20px;
	width			:	810px;
}
#Text h2{
	width			:	810px;
	height			:	60px;
	background		:	url('../images/index_text_h2.gif') no-repeat;
	text-indent		:	-9999px;
}
#Image{
	margin-bottom	:	11px;
}
#Image h3{
	width			:	810px;
	height			:	395px;
/*	background		:	url('../images/index_img.jpg') no-repeat; */
	background		:	url('../images/index_limitation.jpg') no-repeat;
	text-indent		:	-9999px;
}
#About h2{
	width			:	810px;
	height			:	61px;
	background		:	url('../images/index_about_h3.gif') no-repeat;
	text-indent		:	-9999px;
}
#About p{
	width			:	810px;
	height			:	99px;
	background		:	url('../images/index_about_txt.gif') no-repeat;
	text-indent		:	-9999px;
}


a#limitationLink {
	display			:	block;
	width			:	180px;
	height			:	180px;
	margin			:	90px 0 0 597px;
}
