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

.title{background-image:url(images/contents_bg.jpg); background-repeat:no-repeat; background-position:center 185px;}


p{line-height:220%;}
/*table-set*/
.border_top{background-image:url(images/line.png);
background-repeat:no-repeat;
background-position:top;}

#detail_table{
border-collapse:collapse;
margin:20px 0 50px 0;
width:600px;
}


#detail_table th{
	width:120px;
text-align:left;
padding:15px;
font-weight:bold;
color:#000;
vertical-align:top;
background-image:url(images/line.png);
background-repeat:no-repeat;
background-position:bottom;
}

#detail_table td{
padding:15px;
background-image:url(images/line.png);
background-repeat:no-repeat;
background-position:bottom;
}

.red{font-size:10px; color:#CC6666;}

.hissu{font-size:12px; color:#CC6666; font-weight:bold;}

