@charset "UTF-8";

@import "common.css";

@import "ml.css";

/* 個別
--------------------------------------------------*/

div#allcontents img.atm {
	margin: 0;
}

div#filt {
float: right;
width: 340px;

font-size: 0.8em;

/*
border: 1px solid #999;
*/

}

div#sgnavi {
	padding-left: 240px;
}

div#filt a, div#filt a:visited {
    text-decoration: none;
    color: #575656;
    color: #0000ff;
}

div#filt a:hover {
    color:#E84041;
    text-decoration: underline;
}



dl.stk {
    clear: both;
    margin: 0;
    paddinig: 0;
}

dl.stk dd{
    margin: 0;
    float: left;

    padding: 0 5px 0 5px;
}

span.grn {
    color: #00BB2D;
    font-weight: bold;
}


span#kensu {
    display: block;
    clear: both;

    font-size: 0.8em;

text-align: left;
    
/*
    border-bottom: 2px dotted #999;
*/
}



/* テーブル mllist
--------------------------------------------------*/

table#bizDetail {
    width: 100%;

    font-size: 0.8em;

    text-align: left;
}

table#bizDetail td#title {
	font-size: 1.2em;
	text-align: left;
	color: #083ca4;
}


td.koumokumei {
    width: 20%;
    text-align: center;
	font-weight: bold;
	vertical-align: text-top;
	 background: #FBF0DF;
	 background: #C5E5E2;
}

td.toiawase {
    text-align: center;
	font-weight: bold;
	color: #0163d5;
}

th a, th a:visited {
    text-decoration: none;
    color: #575656;
    color: #0000ff;
}

th a:hover {
    color:#E84041;
    text-decoration: underline;
    text-decoration: none;
}


td {
      line-height: 1.4em;
  padding: 2px;
padding-left: 10px;

}

td.midashi {
    height: 2px;
    line-height: 0em;
     border-bottom: 2px dotted #999;
	padding: 0;
	margin: 0;
}

tr.even, td.even {
    background-color: #FBF0DF;
}

td.title {
    font-size: 1.2em;
}

td.koushinbi, td.cnt {
    text-align: center;
}




td a, td a:visited {
    text-decoration: none;
    color: #0066CC;
    color: #0000ff;
}
td a:hover {
    color:#E84041;
    color:#00AAEA;
    color:#0000ff;
    background-color:#D2FFEE;

    text-decoration: underline;
    text-decoration: none;
}



/* 改ページ
--------------------------------------------------*/
p#kaipage {
    color: #6D6E6E;
    font-size: 0.8em;

text-align: left;
}

p#kaipage span {
    padding: 2px;
}

p#kaipage a, p#kaipage a:visited {
    text-decoration: none;
    color: #0066CC;
    color: #0000ff;
}


p#kaipage a:hover {
    color:#00AAEA;
    color:#E84041;



    text-decoration: underline;
    text-decoration: none;
}

