@charset "UTF-8";
#header {
	width: 1024px;
	height: 500px;
	margin: 0 auto;
	background: url(../img/headerbg/link.jpg) no-repeat;
	display: block;
}
#cotent {
	width: 1024px;
	height: auto;
	background: #FFF;
}
ul#link {
	width: 900px;
	margin: 6px auto;
	padding: 20px;
	list-style: none;
}
ul#link li {
	font: normal 14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	clear: both;
	line-height: 2em;
	text-align: right;
}
ul#link li.spe {
	margin-bottom: 2em;
}
ul#link li {
	font: normal 14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	clear: both;
	line-height: 2em;
	text-align: right;
}
ul#link li a {
	color: #369;
	display: block;
	text-decoration: none;
	background: url(../link/dot.gif) repeat-x;
}
ul#link li a:hover{
	color:#F60;
}
ul#link li strong {
	float: left;
	padding: 0 2px 0 0;
	font-weight: normal;
	background: #fff;
}
ul#link li em {
	padding: 0 0 0 2px;
	font-style: normal;
	background: #fff;
}