@charset "utf-8";
/* CSS Document */



/* ▼・ω・▼福岡メニュー */

.fukuokaMenu{
	width: 233px;
	background: #FAF1F7;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top:  1px solid #CCCCCC;
}

.fukuokaMenu li{
	width: 220px;
	margin-left: 10px;
	font-size: 0.7em;
	margin-bottom: 6px;
	color: 
}

.fukuokaMenu li a:link {
	color: #C1448C;
	text-decoration: none;
	font-weight: bold;
}

.fukuokaMenu li a:visited {
	color: #C1448C;
	text-decoration: none;
	font-weight: bold;
}

.fukuokaMenu li a:hover {
	color: #C1448C;
	text-decoration: underline;
	font-weight: bold;
}






/* ▼・ω・▼ダウンロードモジュール */

.Download-Module{
margin:20px auto 200px auto;
text-align:center;
width:630px;
}

.Download-Module h1{
text-align:left;
margin-bottom:10px;}

.Download-Module dl{
width:650px;
overflow:hidden;
}

.Download-Module dl dt{
float:left;
width:95px;
padding-left:20px;
text-align:left;
font-size:14px;
font-weight:bold;
height:60px;
line-height:60px;
border-bottom:1px dashed #D79E99;
}
.Download-Module dl dd{
float:left;
width:200px;
text-align:left;
height:26px;
padding:17px 0px !important;
border-bottom:1px dashed #D79E99;
}

.Download-Module dl dd a img{
vertical-align:middle !important;
}


.DL-Fukuoka{
	background: url(../img/ICO_fukuoka.jpg) no-repeat left center;
}

.DL-Saga{
	background: url(../img/ICO_saga.jpg) no-repeat left center;
}

.DL-Nagasaki{
	background: url(../img/ICO_nagasaki.jpg) no-repeat left center;
}

.DL-Kumamoto{
	background: url(../img/ICO_kumamoto.jpg) no-repeat left center;
}

.DL-Ooita{
	background: url(../img/ICO_ooita.jpg) no-repeat left center;
}

.DL-Miyazaki{
	background: url(../img/ICO_miyazaki.jpg) no-repeat left center;
}

.DL-Kagoshima{
	background: url(../img/ICO_kagoshima.jpg) no-repeat left center;
}

.DL-All{
	background: url(../img/ICO_all.jpg) no-repeat left center;
}

