html,body
{
font-family:"ヒラギノ角ゴ Pro W3","メイリオ",sans-serif;
overflow-y: scroll;
}

table.type04 { 
    border-collapse: separate; 
    border-spacing: 1px; 
    text-align: left; 
    line-height: 1.5; 
    border-top: 1px solid #ccc; 
} 

table.type04 th { 
    width: 150px; 
    padding: 10px; 
    font-weight: bold; 
    vertical-align: top; 
    border-bottom: 1px solid #ccc; 
} 

table.type04 td { 
    width: 350px; 
    padding: 10px; 
    vertical-align: top; 
    border-bottom: 1px solid #ccc; 
} 

p.cut1 img {

	/*position: absolute;*/
   /*clip: rect(50px 250px 190px 40px);*/
  width: 100px;
  height: 50px;


}


p.cut2 img {
position: absolute;
clip: rect(50px 100px 150px 0px);

}

h1 {
color:#DDDDDD;
font-family: 'Economica', sans-serif;			
/*font-family: 'Montserrat Subrayada', sans-serif;
background-color:#66cc33;*/
		}

hr {
color:#DDDDDD;
		}



hr.style2 {
	size:1;
	color:#DDDDDD;
	border-top: 3px double #8c8b8b;
}


table.onlyrow {
        border-collapse: collapse;
        /*font-size: 12px;*/
    }
table.onlyrow tr{
        border-color: #cc528b;
        border-style: solid;
        border-width: 1.5px 0;
	    text-align: left; 
    }
table.onlyrow th,
table.onlyrow td{
  width:700px;
  display:block;
}

