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

/* contents */

#mainTitle{
 background-image:url(../../link/img/main_title.jpg);
	background-repeat: no-repeat;
	width: 812px;
	height: 50px;
	display: block;
	margin-bottom:20px;
	text-indent: -9999px;
}

.LinkBox{
 width:812px;
}

#LinkBoxTop{
 width:812px;
	margin-bottom:20px;
}

#LinkBoxBtm{
 width:812px;
}

.LinkTitle{
 width:335px;
	margin-bottom:25px;
}

.LinkTitle p{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	line-height: 150%;
	color: #595757;
	letter-spacing: 2px;
}


.LinkList{
 width:317px;
	margin-left:18px;
}

.LinkList a{
 font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 180%;
	color: #595757;
	letter-spacing: 1px;
	text-decoration:none;
}
.LinkList a:hover{
 text-decoration:underline;
}

.LinkBgDark{
 background-image:url(../../link/img/bg_dark.jpg);
	background-repeat: no-repeat;
	width: 335px;
	height: 253px;
	display: block;
	padding-top:38px;
	padding-bottom:10px;
	padding-left:50px;
	padding-right:10px;
	float:left;
}

.LinkBgDark2{
 background-image:url(../../link/img/bg_dark.jpg);
	background-repeat: no-repeat;
	width: 335px;
	height: 253px;
	display: block;
	padding-top:38px;
	padding-bottom:10px;
	padding-left:50px;
	padding-right:10px;
	float:right;
}


.LinkBgLight{
 background-image:url(../../link/img/bg_light.jpg);
	background-repeat: no-repeat;
	width: 335px;
	height: 253px;
	display: block;
	padding-top:38px;
	padding-bottom:10px;
	padding-left:50px;
	padding-right:10px;
	float:right;
}

.LinkBgLight2{
 background-image:url(../../link/img/bg_light.jpg);
	background-repeat: no-repeat;
	width: 335px;
	height: 253px;
	display: block;
	padding-top:38px;
	padding-bottom:10px;
	padding-left:50px;
	padding-right:10px;
	float:left;
}
