/* Contents
----------------------------------------------*/
#Contents h3{
	margin:0px;
	border-left:#990099 7px solid;
	border-top:#990099 1px solid;
	border-bottom:#990099 1px solid;
	border-right:#990099 1px solid;
	padding-left:5px;
	background:url(img/bg_h3.gif) top repeat;
}
#Contents h4{
	padding: 0px 0px 0px 30px;
	margin: 8px 0px 8px 5px;
	background-image:  url(img/list.gif);
	background-repeat: no-repeat;
	background-position:left center;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
}
#Contents p.head{
	margin:2px 0px 0px 0px;
	padding:0px 0px 10px 14px;
	font-size: 14px;
	background-repeat: no-repeat;
}
#Contents p.head_top{
	margin:20px 0px 0px 0px;
	padding:0px 0px 10px 14px;
	font-size: 14px;
	background-repeat: no-repeat;
}
#Contents p.more{
	padding:0px 0px 10px 14px;
	font-size: 12px;
}
#Contents td.image{
	float: right;
	vertical-align: top;
}
#Contents p.sub{
	font-size: 12px;
	margin: 4px 0px 10px 0px;
	text-align: right;
}
#Contents .hidari{
	width: 202px;
	margin:16px 0px;
	float: left;
}
#Contents .migi{
	width: 400px;
	margin:16px 0px;
	float: right;
}

/* Member
----------------------------------------------*/
#Member table {
    width: 570px;
    border: 1px #8329A5 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

#Member th {
    padding: 5px;
    border: #8329A5 solid;
    border-width: 0 0 1px 1px;
    background: #EACEF5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
#Member td {
    padding: 5px;
    border: 1px #8329A5 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    white-space: nowrap;
	font-size: 13px;	
}
#Member td.left {
    padding: 5px;
    border: 1px #8329A5 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    white-space: nowrap;
	font-size: 13px;	
}

/* Search
----------------------------------------------*/
#Search table {
    width: 570px;
	margin: 16px 0px 0px 16px;
    border: 1px #8329A5 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

#Search th {
    padding: 5px;
    border: #8329A5 solid;
    border-width: 0 0 1px 1px;
    background: #EACEF5;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
    white-space: nowrap; 
}
#Search td {
    padding: 5px;
    border: 1px #8329A5 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    white-space: nowrap;
	font-size: 13px;	
}
#Search td.center {
    padding: 5px;
    border: 1px #8329A5 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    white-space: nowrap;
	font-size: 13px;	
}
#Search .left {
	width: 50%;
	float: left;
}
#Search .right {
	width: 50%;
	float: right;
}

/* List
----------------------------------------------*/
#List table {
	width: 570px;
	margin: 6px 0px;
	border: 1px #8329A5 solid;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 13px;
}

#List th {
    padding: 4px;
    border: #8329A5 solid;
    border-width: 0 0 1px 1px;
    background: #EACEF5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
#List td {
    padding: 4px;
    border: 1px #8329A5 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    white-space: nowrap;
}
#List .hp{
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	text-align: center;
}
#List p.link{
	text-align: center;
}