<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#cont h1{
color: #666;
margin-top: 3px;
margin-bottom: 10px;
font-size: 10px;
font-weight: normal;
}

div#happy_box{
/*background-image:url("../img/contents/happin_bg.jpg");*/
background-image:url("../img/contents/happin_bg3.jpg");
background-repeat:repeat-y;
position:relative;
padding-bottom:50px;
}

p.happyin{
position:absolute;
top:-60px;
left:405px;
}

p.profile_title{
padding: 45px 75px 10px;
}

p.profile{
background-image:url("../img/contents/happin_linedot.gif");
background-repeat:no-repeat;
background-position:bottom;
font-size: 18px;
padding: 15px 75px;
}

#happy_box dl {
background-image: url(../img/contents/happin_linedot.gif);
background-repeat: no-repeat;
background-position: center bottom;
color: #3D1F15;
}

#happy_box dt {
font-size: 14px;
color: #3D1F15;
padding-left: 60px;
padding-top: 20px;
font-weight:bold;
}

#happy_box dd {
font-size: 14px;
padding-left: 250px;
padding-bottom: 5px;
margin-top: -15px;
}
</pre></body></html>