@import url("../../css/reset.css");
@import url("../../css/common.css");

@charset "utf-8";

/*================================================

link/index.css

================================================*/
h2 {
	padding-left: 15px;
}

div#container div.mainimage {
	width: 566px;
	min-height: 330px;
	margin: 20px auto 0 auto;
	padding-right: 266px;
	background: url(../image/mainimage.jpg) top right no-repeat;
	font-size: 120%;
}

* html div#container div.mainimage { /* ie6でmin-heightの代わり */
	height: 500px;
}

div#container table {
	width: 566px;
	border-top: 1px #CCCCCC solid;
}

div#container table tr th {
	width: 180px;
	padding: 2px;
	border-bottom: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
}

div#container table tr th a {
	display: block;
	width: 150px;
	padding: 15px 15px;
	background-color: #DCDCDC;
}

div#container table tr th a:hover {
	background-color: #F5F5F5;
}


div#container table tr td {
	padding: 10px 15px;
	border-bottom: 1px #CCCCCC solid;
}


div#container table tr td a {
	color: #A30B26;
}

div#container a:hover {
	text-decoration: underline;
}