@charset "UTF-8";
@import "../../../common/css/main.css";
@import "../../../common/css/content.css";

.Link {
	}

.Link dl {
	color: #666;
	}

.Link dl dt {
	background: url(../../../common/img/bg_title_stripe.gif) 0 0 repeat;
	clear: both;
	font-size: 75%;
	margin-bottom: 10px;
	}

.Link dl dt span {
	background: #fff;
	color: #42A255;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-left: 10px;
	padding: 3px 5px;
	vertical-align: middle;
	}

.Link dl dd {
	font-size: 68.75%;
	margin: 0 0 10px 15px;
	line-height: 1.6;
	}

.Link dl dd dl dt {
	background: none;
	float: left;
	font-size: 100%;
	margin-bottom: 5px;
	width: 25%;
	}

.Link dl dd dl dd:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
	}

.Link dl dd dl dd {
	display: inline-block;
	font-size: 100%;
	margin-bottom: 5px;
	}

/* Hides from ie-mac \*/
* html .Link dl dd dl dd {
	height: 1%;
	}

.Link dl dd dl dd {
	display: block;
	}
/* End hide from ie-mac */