@charset "utf-8";


#contents.link{
	background: url("../images/bg_link02.jpg") repeat-x top center #ffffff;
}

.link_block {
	width:980px;
	background: url("../images/bg_link_block.jpg") no-repeat top center;
	zoom: 100%;
	margin: 0 auto;
}
.link_block:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.link_block h2 {
	height:150px;
	text-indent:-999px;
}
.link_contents {
	width:980px;
	padding-top:10px;
	background: url("../images/bg_link_contents.jpg") no-repeat 0 0;
	margin-bottom: 40px;
}
.link_contents a {
	color:#325946;
	text-decoration:underline;
}
.link_contents a:hover {
	color:#325946;
	text-decoration:none;
}

ul.link {
	width:940px;
	margin:0 auto 0 auto;
	background: url("../images/bg_link_bottom.jpg") no-repeat left bottom;
}

ul.link li {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.2em;
}
ul.link li a {
	text-decoration: none;
}
ul.link li a:hover {
	color: #18A55F;
}

ul.link li.flag {
	padding:10px 0;
	width: 117px;
}
ul.link li.country {
	width: 393px;
	padding:10px 10px 10px 0;
	font-size:96%;
	line-height:1.4;
}
ul.link li.country img {
	vertical-align:middle;
	margin-right:10px;
}
ul.link li.country a {
	font-weight: bold;
	font-size:118%;
}
ul.link li.com {
	width: 400px;
	padding:10px 0 10px 20px;
	font-size:100%;
	background: url("../images/bg_link_line.jpg") no-repeat left center;
}

/* IE 6 */
* html ul.link li {
	display: inline;
	zoom: 1;
}
/* IE 7 */
*:first-child+html ul.link li {
	display: inline;
	zoom: 1;
}
/*\*//*/
* html ul.link li {
	display: inline-block;
}
/**/

