@charset "utf-8";
/* CSS Document */


/* トップイメージ
----------------------------------------------*/
#topimage{
	height:110px;
	background-image:url(../../image/link/index/topimage.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	position:relative;
}

#topimage h2{
	font-size:12px;
	font-weight:normal;
	color:#FFF;
	position:absolute;
	left:39px;
	bottom:28px;
	line-height:13px;
}

/* 
----------------------------------------------*/

.area01{
	width:622px;
	margin:30px auto;
	background-image:url(../../image/link/index/area_middle.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	overflow:hidden;
}

.area01_in{
	background-image:url(../../image/link/index/area_top.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

.area01_inner{
	background-image:url(../../image/link/index/area_bottom.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}

/* 
----------------------------------------------*/
.link_table{
	width:614px;
	margin:10px auto;
}

.link_table th{
	background-image:url(../../image/link/index/link_th.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:209px;
	line-height:30px;
	padding-top:5px;
	text-align:left;
}

.link_table th p{
	padding-left:30px;
}

.link_table td{
	background-image:url(../../image/link/index/link_td.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	line-height:30px;
	padding-top:5px;
}

.link_table td p{
	padding-left:20px;
}