/* CSS Document */

/* hakata */
#catch_hakata {
	float: left;
	width: 510px;
	height: 90px;
	background-image: url(images/catch_hakata.jpg);
	background-repeat: no-repeat;
	padding-bottom: 20px;
}
#kanban_hakata {
	float: left;
	width: 510px;
	height: 260px;
	background-image: url(images/kanban_hakata.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
}
#back_hakata {
	float: left;
	width: 490px;
	height: auto;
	background-image: url(images/back_hakata.jpg);
	background-repeat: repeat-y;
	padding-top:25px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:15px;
}
#title_hakata {
	float: left;
	width: 510px;
	height: 60px;
	background-image: url(images/title_hakata.jpg);
	background-repeat: no-repeat;
}

/* kusabi */
#catch_kusabi {
	float: left;
	width: 510px;
	height: 90px;
	background-image: url(images/catch_kusabi.jpg);
	background-repeat: no-repeat;
	padding-bottom: 20px;
}
#kanban_kusabi {
	float: left;
	width: 510px;
	height: 260px;
	background-image: url(images/kanban_kusabi.jpg);
	background-repeat: no-repeat;
}
#back_kusabi {
	float: left;
	width: 490px;
	height: auto;
	background-image: url(images/back_kusabi.jpg);
	background-repeat: repeat-y;
	padding-top:25px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:15px;
}
#title_kusabi {
	float: left;
	width: 510px;
	height: 60px;
	background-image: url(images/title_kusabi.jpg);
	background-repeat: no-repeat;
}

/* issin */
#catch_issin {
	float: left;
	width: 510px;
	height: 90px;
	background-image: url(images/catch_issin.jpg);
	background-repeat: no-repeat;
	padding-bottom: 20px;
}
#kanban_issin {
	float: left;
	width: 510px;
	height: 260px;
	background-image: url(images/kanban_issin.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
}
#back_issin {
	float: left;
	width: 490px;
	height: auto;
	background-image: url(images/back_issin.jpg);
	background-repeat: repeat-y;
	padding-top:25px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:15px;
}
#title_issin {
	float: left;
	width: 510px;
	height: 60px;
	background-image: url(images/title_issin.jpg);
	background-repeat: no-repeat;
}





#title_kodawari {
	float: left;
	width: 510px;
	height: 60px;
	background-image: url(images/title_kodawari.jpg);
	background-repeat: no-repeat;
}
#issin #title_kodawari {
	float: left;
	width: 510px;
	height: 60px;
	background-image: url(images/title_kodawari_issin.jpg);
	background-repeat: no-repeat;
}
#hakata #title_kodawari {
	float: left;
	width: 510px;
	height: 60px;
	background-image: url(images/title_kodawari_hakata.jpg);
	background-repeat: no-repeat;
}
#kusabi #title_kodawari {
	float: left;
	width: 510px;
	height: 60px;
	background-image: url(images/title_kodawari_kusabi.jpg);
	background-repeat: no-repeat;
}
#title_menu {
	float: left;
	width: 510px;
	height: 60px;
	background-image: url(images/title_menu.jpg);
	background-repeat: no-repeat;
}
#issin #title_menu {
	float: left;
	width: 510px;
	height: 60px;
	background-image: url(images/title_menu_issin.jpg);
	background-repeat: no-repeat;
}
#hakata #title_menu {
	float: left;
	width: 510px;
	height: 60px;
	background-image: url(images/title_menu_hakata.jpg);
	background-repeat: no-repeat;
}
#kusabi #title_menu {
	float: left;
	width: 510px;
	height: 60px;
	background-image: url(images/title_menu_kusabi.jpg);
	background-repeat: no-repeat;
}
#title_shop {
	float: left;
	width: 510px;
	height: 60px;
	background-image: url(images/title_shop.jpg);
	background-repeat: no-repeat;
}
#issin #title_shop {
	float: left;
	width: 510px;
	height: 60px;
	background-image: url(images/title_shop_issin.jpg);
	background-repeat: no-repeat;
}
#hakata #title_shop {
	float: left;
	width: 510px;
	height: 60px;
	background-image: url(images/title_shop_hakata.jpg);
	background-repeat: no-repeat;
}
#kusabi #title_shop {
	float: left;
	width: 510px;
	height: 60px;
	background-image: url(images/title_shop_kusabi.jpg);
	background-repeat: no-repeat;
}
.texbox {
	float: left;
	width: 500px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
}

/*----hakata_foot----*/
#hakata #footer a:link{
color:white;
background:transparent;
}
#hakata #footer a:visited{
color:#CCCCCC;
background:transparent;
}
#hakata #footer a:hover,a:active{
color:yellow;
background:transparent;
}

/*----issin_foot----*/
#issin #footer a:link{
color:white;
background:transparent;
}
#issin #footer a:visited{
color:#CCCCCC;
background:transparent;
}
#issin #footer a:hover,a:active{
color:red;
background:transparent;
}

/*----kusabi_foot----*/
#kusabi #footer a:link{
color:white;
background:transparent;
}
#kusabi #footer a:visited{
color:#CCCCCC;
background:transparent;
}
#kusabi #footer a:hover,a:active{
color:red;
background:transparent;
}