@import url("base.css");

/*　背景の設定　*/
body{
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	}


/*　◇◆◇右コンテンツの設定◇◆◇　*/

/*　インデックス01-02の設定　*/
#index01-02{
	width:667px;
	height:102px;
	overflow:hidden;
	margin-bottom:20px;
}
#index01 a{
	float:left;
	display:block;
	width:406px;
	height:102px;
	text-indent:-9999px;
	background:url(../images/index_01.jpg) no-repeat;
}
#index01 a:hover{
	background:url(../images/index_01.jpg) no-repeat 0 -102px;
}
#index02 a{
	float:left;
	display:block;
	width:261px;
	height:102px;
	text-indent:-9999px;
	background:url(../images/index_02.jpg) no-repeat;
}
#index02 a:hover{
	background:url(../images/index_02.jpg) no-repeat 0 -102px;
}

/*　インデックス03の設定　*/
#index03 {
	width:667px;
	height:379px;
	overflow:hidden;
}
#index03 a{
	display:block;
	width:667px;
	height:379px;
	text-indent:-9999px;
	background:url(../images/index_03.jpg) no-repeat;
}
#index03 a:hover{
	background:url(../images/index_03.jpg) no-repeat 0 -379px;
}

/*　インデックス04の設定　*/
#index04 {
	width:667px;
	height:auto;
	overflow:hidden;
	background:url(../images/index_04.jpg) no-repeat;
}
#index04 p.txt01 {
	padding:210px 0 0 10px;
	letter-spacing:0.1em;
}
#index04 p.txt02 {
	padding:20px 0 0 10px;
	letter-spacing:0.1em;
}
#index04 p.txt03 {
	padding:20px 0 30px 10px;
	letter-spacing:0.1em;
}

/*　インデックス05の設定　*/
#index05 {
	width:667px;
	height:78px;
	overflow:hidden;
}
#index05 a{
	display:block;
	width:667px;
	height:78px;
	text-indent:-9999px;
	background:url(../images/index_05.jpg) no-repeat;
}
#index05 a:hover{
	background:url(../images/index_05.jpg) no-repeat 0 -78px;
}

/*　インデックス06の設定　*/
#index06 {
	width:667px;
	height:auto;
	overflow:hidden;
	background:url(../images/index_06.jpg) no-repeat;
}
#index06 p.txt01 {
	padding:320px 0 0 10px;
	letter-spacing:0.1em;
}
#index06 p.txt02 {
	padding:20px 0 0 10px;
	letter-spacing:0.1em;
}
#index06 p.txt03 {
	padding:20px 0 0 10px;
	letter-spacing:0.1em;
}
#index06 p.txt04 {
	padding:20px 0 30px 10px;
	letter-spacing:0.1em;
}

