﻿@charset "UTF-8";

/*タイトル*/

#title{
	width:984px;
	overflow : hidden;
	margin:5px 0 15px 0;
	padding:10px 0;
	border-bottom: 1px solid #260609;
}

#title h1{
	width:550px;
	height:50px;
	background: #a3a3a3;
	margin-left:10px;
	margin-top:5px;
	float:left;
	overflow : hidden;
	text-indent:-9999em;
	background: url("../images/naganolist_title.jpg") no-repeat;	
}

#title ul{
	width:400px;
	float:right;
	overflow : hidden;
	text-align:left;
	list-style-type:none;
	font-size:60%;
}

#title li{
	width:90px;
	height:60px;
	margin-left:5px;
	background: #a3a3a3;
	float:left;
	overflow : hidden;
}

#title .collabo01 a{
	width:90px;
	height:60px;
	display:block;
	text-indent:-9999em;
	background: url("../images/collabo01_botan.jpg") no-repeat;
}
#title .collabo01 a:hover{
	width:90px;
	height:60px;
	display:block;
	text-indent:-9999em;
	background: url("../images/collabo01_botan_b.jpg") no-repeat;
}

#title .collabo02 a{
	width:90px;
	height:60px;
	display:block;
	text-indent:-9999em;
	background: url("../images/collabo02_botan.jpg") no-repeat;
}
#title .collabo02 a:hover{
	width:90px;
	height:60px;
	display:block;
	text-indent:-9999em;
	background: url("../images/collabo02_botan_b.jpg") no-repeat;
}

#title .collabo03 a{
	width:90px;
	height:60px;
	display:block;
	text-indent:-9999em;
	background: url("../images/collabo03_botan.jpg") no-repeat;
}
#title .collabo03 a:hover{
	width:90px;
	height:60px;
	display:block;
	text-indent:-9999em;
	background: url("../images/collabo03_botan_b.jpg") no-repeat;
}

#title .collabo04 a{
	width:90px;
	height:60px;
	display:block;
	text-indent:-9999em;
	background: url("../images/collabo04_botan.jpg") no-repeat;
}
#title .collabo04 a:hover{
	width:90px;
	height:60px;
	display:block;
	text-indent:-9999em;
	background: url("../images/collabo04_botan_b.jpg") no-repeat;
}

#naka{
	width:940px;
	margin-left:20px;
	overflow : hidden;
}

#naka .first{
	width:460px;
	float:left;
}
#naka .second{
	width:460px;
	float:right;
	margin-right:5px;
}


#naka ul{
	width:460px;
	list-style-type:none;
}

#naka li a{
	width:460px;
	height:239px;
	display:block;
	margin-bottom:10px;
	padding-bottom:5px;
	text-decoration: none;
	text-indent:-9999em;
}

#naka .collabo01 a{
	width:460px;
	height:239px;
	background: url("../images/collabo01.png") no-repeat;
}

#naka .collabo01 a:hover{
	width:460px;
	height:239px;
	background: url("../images/collabo01_b.png") no-repeat;
}

#naka .collabo02 a{
	display:block;
	text-indent:-9999em;
	background: url("../images/collabo02.png") no-repeat;

}

#naka .collabo02 a:hover{
	width:460px;
	height:239px;
	background: url("../images/collabo02_b.png") no-repeat;
}

#naka .collabo03 a{
	display:block;
	text-indent:-9999em;
	background: url("../images/collabo03.png") no-repeat;

}

#naka .collabo03 a:hover{
	width:460px;
	height:239px;
	background: url("../images/collabo03_b.png") no-repeat;
}

#naka .collabo04 a{
	display:block;
	text-indent:-9999em;
	background: url("../images/collabo04.png") no-repeat;

}

#naka .collabo04 a:hover{
	width:460px;
	height:239px;
	background: url("../images/collabo04_b.png") no-repeat;
}

#container .link{
	color:#fff;
	font-size:80%;
	text-align:right;
	width:200px;
	margin-left:710px;
	margin-top:10px;
}

