﻿@charset "utf-8";
@import url("common.css"); /* common stylesheet */

#dammy {
	background: url() no-repeat;
	margin: 0;
	padding: 40px 0 0 0;
	width: 216px;
	overflow: hidden;
	display: block;
	border: none;
	text-decoration: none;
	height: 0px!important;
	height /**/:40px;/* for ie5.x */
	}


/* #
--------- --------- --------- --------- --------- */
.links_mtitle {
	background: url(../images/links/links_mtitle.jpg) no-repeat;
	margin: 0 0 10px 0;
	padding: 30px 0 0 0;
	width: 496px;
	overflow: hidden;
	display: block;
	border: none;
	text-decoration: none;
	height: 0px!important;
	height /**/:30px;/* for ie5.x */
	}

.link_ex {
	margin:0 0 15px 0;
	font-size:1.2em;
	}

.link_title {
	background: url(../images/links/icon.jpg) no-repeat;
	margin:0 0 10px 0;
	padding:1px 0 0 14px;
	font-size: 1.4em;
	font-weight: bold;
	height:14px;
	color:#000;
	line-height:1.1;
	}

.link_list {
	margin:0 0 18px 0;
	}
	
.link_list li {
	background: url(../images/links/links_bar2.jpg) no-repeat;
	background-position: 0 bottom;
	margin:0 0 5px 0;
	font-size:1.2em;
	color:#000;
	}
	
.link {
	background: url(../images/links/links_bar1.jpg) no-repeat;
	margin:0;
	padding:3px 5px 1px 255px;
	width:231px;
	position: relative;
	}

.link b {
	position: absolute;
	top:3px;
	left:5px;
	}
	
.link a {
	color:#000;
	}

.link a:hover {
	color:#ED0065;
	text-decoration: underline;
	}

