
/* *********************** リンク集 ************************************************** */
A:link{    /* 未リンク */
	color:#630; text-decoration:none;
}
A:visited{ /* 既リンク */
	color:#630; text-decoration:none;
}
A:hover  { /* リンク中 */
	color:#CC9966; text-decoration:underline;
}

.Wrapper {
	width:500px;
	background:url(../img/share/crease_bg.gif) repeat-y;
	margin:20px 0px;
}

.Wapper_inner {
	width:457px;
	margin:0px 0px 0px 37px;
	font-size:12px;
	color:#333333;
	line-height:18px;
	padding-left:10px;
}
.copy{
	background:url(../img/shuk/icon.gif) no-repeat 0px 3px;
	padding-left:30px;
	margin:0px;
	text-align:left;
	width:405px;
	height:17px;
	color:#663300;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px #ccc solid;
}

.link_data{
	padding:10px 10px 20px;
}

table.data{
	width:415px;
	margin:5px 0px 15px;
	font-size:12px;
	line-height:18px;
}
table.data th{
	background:url(../img/link/dash.gif) repeat-x bottom;
	color: #663300;
	font-weight: normal;
	width: 80px;
	vertical-align: top;
	text-align:left;
	padding: 15px 0px 0px 0px;
}
table.data td{
	background:url(../img/link/dash.gif) repeat-x bottom;
	text-align:left;
	padding:15px 0px 3px;
}

.padding_T10{padding-top:10px;}

.pagelink{
	width:435px;
	height:16px;
	margin:5px 0px 0px;
	background-color:#ffffe1;

}
.pagelink .back{width:60px;text-align:left;display:block;float:left;}
.pagelink .page{width:300px;text-align:center;display:block;float:left;}
.pagelink .next{width:60px;text-align:right;display:block;float:right;}

table.link_list{
	width:415px;
	margin:5px 0px 15px 10px;
	font-size:12px;
	line-height:18px;
}
table.link_list th{
	background:url(../img/link/list_icon.gif) no-repeat 5px 12px;
	width:165px;
	vertical-align: top;
	text-align:left;
	padding: 10px 0px 0px 25px;
	border-bottom:1px #ccc solid;
	font-weight:normal;
}
table.link_list td{
	text-align:left;
	padding:10px 0px 3px 5px;
	border-bottom:1px #ccc solid;
}
.cle{clear:both;}
