@charset "utf-8";

/*=====================================================================================
	
	Document    : style.css
	Description : リンク
 
=====================================================================================*/

.pgmd-bg {
	background-image:url(../image/pgmd.jpg);
}

.pgmd h2 {
	background:url(../image/pgmd-title.png) no-repeat 13px 85px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../image/pgmd-title.png',sizingMethod='scale');
}


.link {
	list-style:none;
	margin-top:-30px;
}

.link li {
	width:485px;
	float:left;
	margin-top:30px;
}

.link li:nth-child(even) {
	float:right;
}

.link .linkBox {
	background:url(../image/bg.jpg) repeat left top;
}

.link li .bn {
	width:92px;
	float:left;
	clear:both;
	margin-right:-92px;
	margin-left:15px;
	margin-top:15px;
	margin-bottom:15px;
	background:url(../../image/op-white90.png) repeat left top;
	padding:2px 0;
	text-align:center;
}

.link li .title {
	margin:0 0 0 123px;
	padding-top:18px;
	display:block;
	background:url(../../image/glink-white.png) no-repeat 337px 10px;
}

.link li .title a {
	padding-right:18px;
	font-weight:bold;
}

.link li p {
	background:url(../../image/op-white65.png) repeat left top;
	padding:15px 20px;
}

