@charset "UTF-8";

/*-------------------------------------
displayNoneSetting
-------------------------------------*/
#header,
div#contents h2,
#profile,
.pageTopButton,
#rightColumn,
#footerNavigation,
#footer {
display: none;
}

/*-------------------------------------
layout,
bgImageSetting
-------------------------------------*/
body {
background: none;
}

div#container {
width: 660px;
background: none;
}

* html div#container {
filter: none;
}

#printButton a {
background: none;
}

/*-------------------------------------
procedureSetting
-------------------------------------*/
#procedure {
list-style-type: decimal;
}

#procedure li {
margin-left: 26px;
padding-left: 16px;
}

#procedure #no1,
#procedure #no3,
#procedure #no5 {
background: #E4F8DF;
}

#procedure #no2,
#procedure #no4 {
background: #FFF;
}

/*-------------------------------------
yakuzenPointSetting
-------------------------------------*/
div#contents #yakuzenPoint h4 {
height: 2em;
font-size: 1em;
text-indent: 0;
background: url("../../../common/images/dotlineb_brown.gif") repeat-x left bottom;
}