@charset "utf-8";

/*プロパティ順番
////////////////////////////////////////////////////*//*


	Mozillaが採用している「ボックスモデルによる記述順番」

	01 display
	02 list-style
	03 position
	04 float
	05 clear
	06 width
	07 height
	08 margin
	09 padding
	10 border
	11 background
	12 color
	13 font
	14 text-decoration
	15 text-align
	16 vertical-align
	17 white-space
	18 other text
	19 content


///////////////////////////////////////////////////////*/



/*共通設定
////////////////////////////////////////////////////*/
#contents {
	width: 690px;
}


/* サイトマップの設定 
////////////////////////////////////////////////////*/
.linkBox {
	overflow: hidden;
	margin-bottom: 30px;
	background: url(../img/bg_footer-menu.jpg) no-repeat left 40px;
}

.linkBox dl {
	float: left;
	width: 230px;
}

.linkBox dt {
	line-height: 0;
	margin-bottom: 12px;
	font-size: 0;
}

.linkBox dd {
	padding: 0 5px 0 1em;
}

.linkBox dd a {
	display: block;
	padding-left: 10px;
	background: url(../common/img/bg_indent.jpg) no-repeat left 4px;
	text-align: left;
}

.linkBox dd a:link ,.linkBox dd a:visited {
	color: #666666;
	text-decoration: none;
}

.linkBox dd a:hover {
	color: #666666;
	text-decoration: underline;
}

