
body{
  background: #ffffff;
  color: #333;
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: "arial", "helvetica", sans-serif;
}

img{
  border: none;
}

input, textarea{
  padding: 3px;
}

label{
  cursor: pointer;
}

p{
  margin: 0.3em 0 0.7em 0;
  padding: 0;
  line-height: 1.5;
}

form{
  margin: 0;
  padding: 0;
}

/* ========== HEADER ========== */

#header{
  position: relative;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 0 0;
  font-family: "arial", "helvetica", sans-serif;
}

#header a{
  text-decoration: none;
}

#header a:hover{
  text-decoration: underline;
}

#header #logo{
  margin-left: 5%;
  height: 31px;
}

#header #logo img{
  vertical-align: bottom;
}

#global-menu{
  position: absolute;
  top: 10px;
  right: 0;
  margin: 10px 5% 0 -2px;
  font-size: 90%;
}

#global-menu a{
  color: #333;	
  padding: 2px 0px 2px 14px;
  background:url(icon-arrow3.gif) 0 60% no-repeat;
  margin-left: 10px;
}

#global-menu a:hover{
  text-decoration: underline;
}

#global-menu li.welcome a{
  background: transparent;
  padding-left: 0;
  margin-left: 0;
  letter-spacing: 0;
}

#navigation{
  color: #fff;
  font-size: 90%;
  text-align: left;
  background-color: #5279e7;
  padding: 2px 0;
  margin: 0;
}

#navigation a{
  color: #fff;
  background-color: #5279e7;
}

#navigation a:hover{
  text-decoration: underline;
}

#navigation #breadcrumbs{
  padding-left: 5%;
}

#navigation #menu{
  margin: 0 5% 0 0 ;
 _margin: 0 2.5% 0 0 ;
 *margin: 0 2.5% 0 0 ;
  padding: 0;
  float: right;
  width: 40%;
  text-align: right;
}

#navigation #menu li{
  margin-left: 1em;
}

#header #global-menu li, #navigation #menu li{
  display: inline;
}

/* ========== CONTAINER, H1, BODY, MAIN, SIDEBAR ==========  */

#container{
  text-align: left;
  width: 90%;
  max-width:1024px;
  margin: 0 auto;
}

h1{
  font-family: "Arial", "Helvetica", sans-serif;
  padding: 25px 0 20px 0;
  margin: 0;
  color: #333333;
  font-size:170%;
}

h1 a{
  text-decoration: none;
  color:#333333;
}

h1 img, h1 img.profile-image{
  vertical-align: middle;
  margin-right: 10px;
}

/* top 専用の中心寄せデザイン */
h1.top{
  border-bottom: 0;
  margin: 50px 0;
  padding: 0;
  text-align:center;
}

#body{
  line-height: 1.35;
  width: 100%;
}

#main{
  float: left;
  width: -moz-available;
  margin-right: 225px;
  overflow: hidden;
}

#sidebar{
  width: 210px;
  float: right;
  margin-left: -210px;
  overflow: hidden;
}

/* ========== FOOTER ========== */

#footer{
  padding: 1em 0 1em 0;
  margin: 3em auto 0 auto;
  width: 90%;
  font-size: 80%;
  text-align: center;
  clear: both;
  color: #999;
}

#footer .box-3 {
  text-align: left;
  zoom: 1;
  padding: 10px 0;
  color: #333;
}

#footer .box-3 .box-3-1,#footer .box-3 .box-3-2 {
  border-right:1px solid #ddd;
}

#footer .box-3 ul {
  list-style: none;
  margin: 0;
  padding: 5px 0 0 0;
}

#footer .box-3 ul li{
  padding-bottom: 5px;
  line-height: 1.35;
}

#footer .box-3 ul li a{
  text-decoration: none;
}

#footer .box-3:after {
  content: "";
  clear: both;
  display: block;
}

#footer .box-3 .title{
  font-weight: bold;
  font-size: 110%;
  padding-top:5px;
}

#footer .box-3 .title a{
  color: #333;
}

#footer .box-3-2 ul, #footer .box-3-2 div.title{
  padding-left: 10px;
}

#footer .box-3-3 ul, #footer .box-3-3 div.title{
  padding-left: 5px;
}

#footer .menu{
  padding-bottom: 10px;
  clear: both;
}

/* ========== PAGER ========== */

div.pager{
  font-size: 80%;
  padding: 0.5em 0;
  text-align: right;
}

div.pager a{
  color: #666666;
  margin: 0 2px;
}

/* ========== ol.flow ========== */

ol.flow {
  list-style:none;
  margin:0;
  padding:5px 0;
  white-space: nowrap;
  width: 100%;
}

ol.flow li {
  float:left;
  height:31px;
  font-size:80%;
  color: #333;
  background:#e3e3e3 url(flow-off.gif) top right no-repeat;
  line-height:2.3;
  margin-bottom:20px;
 _margin-bottom:0;
 *margin-bottom:0;
  text-align:center;
}

ol.flow li.selected {
  background:#5279e7 url(flow-on.gif) top right no-repeat;
  font-weight:bold;
  color:#fff;
}

ol.flow li.last{
  color: #428521;
  background:#D7F5BA;
  font-weight: bold;
}

ol.flow li.last-selected{
  background:#5279e7;
  font-weight:bold;
  color:#fff;
}

ol.flow li span {
  background:url(flow_num_off.gif) 0 -31px no-repeat;
  display: block;
  overflow:hidden;
  _width:100%;
  padding:0 20px;
}

ol.flow li.selected span {
  background:url(flow_num_on.gif) 0 -31px no-repeat;
}

ol.flow li.last-selected span {
  background:url(flow_num_on.gif) 0 -31px no-repeat;
}

ol.flow li.last span {
  background:url(flow_num_end.gif) 0 -31px no-repeat;
}
ol.flow li span.step1  { background-position: 0 -31px; }
ol.flow li span.step2  { background-position: 0 -71px; }
ol.flow li span.step3  { background-position: 0 -111px; }
ol.flow li span.step4  { background-position: 0 -151px; }
ol.flow li span.step5  { background-position: 0 -191px; }
ol.flow li span.step6  { background-position: 0 -231px; }
ol.flow li span.step7  { background-position: 0 -271px; }
ol.flow li span.step8  { background-position: 0 -311px; }
ol.flow li span.step9  { background-position: 0 -351px; }
ol.flow li span.step10 { background-position: 0 -391px; }

ol#flow-6 li{
 width:16.55%;
}

ol#flow-5 li{
  width:19.89%;
}

ol#flow-4 li{
  width:24.8%;
}

/* ========== ul.tab-menu ========== */

ul#tab-menu{
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0 0 0 5px;
  font-size: 90%;
  background: url(tab-menu.gif) bottom left repeat-x;
  height: 31px;
  clear: both;
  overflow:hidden;
}

ul#tab-menu li{
  margin: 0;
  width: auto;
 _width:1%;
 _white-space:nowrap;
  float: left;
  padding-right:8px;
  text-align: center;
  background:#97b7f7 url(config-tab-right.gif) right -30px no-repeat;
  height: 30px;
  position:relative;
}

ul#tab-menu li a{
  color: #fff;
  display: block;
  padding-top:5px;
  padding-bottom:7px;
  margin-right:5px;
  padding-left:3px;
 _padding-left:8px;
  background:url(config-tab-left.gif) left -30px no-repeat;
  text-decoration: none;
  width:100%;
}

ul#tab-menu li.selected{
  background:url(config-tab-right.gif) top right no-repeat;
  margin-top:1px;
}


ul#tab-menu li a:hover{
  text-decoration: underline;
}


ul#tab-menu li.selected a{
  font-weight: bold;
  background:url(config-tab-left.gif) top left no-repeat;
  color: #333;
}

ul#tab-menu li.selected a:hover{
  text-decoration: none;
}

ul#tab-menu li img{
  text-decoration: none;
  vertical-align: middle;
  margin-right: 2px;
  margin-bottom: 1px;
}

/* ========== ul.plain-menu ========== */

ul.plain-menu {
  margin: 0 0 25px 0;
  padding: 0 0 0 8px;
  list-style: none;
  font-size: 90%;
  border-left: 1px solid #dfe7f2;
}

ul.plain-menu li{
  display: inline;
  border-right: 1px solid #dfe7f2;
  margin-right: 8px;
  padding-right: 8px;
}

ul.plain-menu li.selected{
  font-weight: bold;
}

ul.plain-menu li.selected a{
  text-decoration:none;
  color:#333;
}

/* ========== ul.list ========== */

ul.list{
  border-top: 1px solid #dfe7f2;
  list-style: none;
  margin:0;
  padding:0;
}

ul.list li{
  border-bottom: 1px solid #dfe7f2;
  padding: 8px 0;
  clear: both;
  zoom: 1;
}

ul.list li:after{
  content:"";
  display:block;
  clear:both;
}

ul.list li div.list-image{
  float: left;
  width: 68px;
  position: relative;
}

ul.list li div.list-image img{
  margin:1px;
  padding:0;
}

ul.list li div.list-image span.frame{
  display: block;
  width: 68px;
  height: 68px;
  background: url(frame.gif) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

ul.list li div.list-body{
  margin: 0 0 0 75px;
}

/* ========== ol.hot-list ========== */

ol.hot-list {
  list-style: none;
  margin-left:0;
  padding-left:0;
}

ol.hot-list li {
  padding-left:25px;
  padding-bottom:5px;
  line-height:1.35;
}

ol.hot-list li.no1 { background:url(no01.gif) no-repeat; }
ol.hot-list li.no2 { background:url(no02.gif) no-repeat; }
ol.hot-list li.no3 { background:url(no03.gif) no-repeat; }
ol.hot-list li.no4 { background:url(no04.gif) no-repeat; }
ol.hot-list li.no5 { background:url(no05.gif) no-repeat; }
ol.hot-list li.no6 { background:url(no06.gif) no-repeat; }
ol.hot-list li.no7 { background:url(no07.gif) no-repeat; }
ol.hot-list li.no8 { background:url(no08.gif) no-repeat; }
ol.hot-list li.no9 { background:url(no09.gif) no-repeat; }
ol.hot-list li.no10 { background:url(no10.gif) no-repeat; }
ol.hot-list li.no11 { background:url(no11.gif) no-repeat; }
ol.hot-list li.no12 { background:url(no12.gif) no-repeat; }
ol.hot-list li.no13 { background:url(no13.gif) no-repeat; }
ol.hot-list li.no14 { background:url(no14.gif) no-repeat; }
ol.hot-list li.no15 { background:url(no15.gif) no-repeat; }
ol.hot-list li.no16 { background:url(no16.gif) no-repeat; }
ol.hot-list li.no17 { background:url(no17.gif) no-repeat; }
ol.hot-list li.no18 { background:url(no18.gif) no-repeat; }
ol.hot-list li.no19 { background:url(no19.gif) no-repeat; }
ol.hot-list li.no20 { background:url(no20.gif) no-repeat; }
ol.hot-list li.no21 { background:url(no21.gif) no-repeat; }
ol.hot-list li.no22 { background:url(no22.gif) no-repeat; }
ol.hot-list li.no23 { background:url(no23.gif) no-repeat; }
ol.hot-list li.no24 { background:url(no24.gif) no-repeat; }
ol.hot-list li.no25 { background:url(no25.gif) no-repeat; }
ol.hot-list li.no26 { background:url(no26.gif) no-repeat; }
ol.hot-list li.no27 { background:url(no27.gif) no-repeat; }
ol.hot-list li.no28 { background:url(no28.gif) no-repeat; }
ol.hot-list li.no29 { background:url(no29.gif) no-repeat; }
ol.hot-list li.no30 { background:url(no30.gif) no-repeat; }
ol.hot-list li.no31 { background:url(no31.gif) no-repeat; }
ol.hot-list li.no32 { background:url(no32.gif) no-repeat; }
ol.hot-list li.no33 { background:url(no33.gif) no-repeat; }
ol.hot-list li.no34 { background:url(no34.gif) no-repeat; }
ol.hot-list li.no35 { background:url(no35.gif) no-repeat; }
ol.hot-list li.no36 { background:url(no36.gif) no-repeat; }
ol.hot-list li.no37 { background:url(no37.gif) no-repeat; }
ol.hot-list li.no38 { background:url(no38.gif) no-repeat; }
ol.hot-list li.no39 { background:url(no39.gif) no-repeat; }
ol.hot-list li.no40 { background:url(no40.gif) no-repeat; }
ol.hot-list li.no41 { background:url(no41.gif) no-repeat; }
ol.hot-list li.no42 { background:url(no42.gif) no-repeat; }
ol.hot-list li.no43 { background:url(no43.gif) no-repeat; }
ol.hot-list li.no44 { background:url(no44.gif) no-repeat; }
ol.hot-list li.no45 { background:url(no45.gif) no-repeat; }
ol.hot-list li.no46 { background:url(no46.gif) no-repeat; }
ol.hot-list li.no47 { background:url(no47.gif) no-repeat; }
ol.hot-list li.no48 { background:url(no48.gif) no-repeat; }
ol.hot-list li.no49 { background:url(no49.gif) no-repeat; }
ol.hot-list li.no50 { background:url(no50.gif) no-repeat; }

/* ========== table.config ========== */

table.config{
  border-collapse: collapse;
  width: 100%;
  font-size:90%;
  clear:both;
}

table.config th{
  color: #fff;
  background: #97b7f7;
  border: 1px solid #7393d4;
  padding: 5px;
  text-align:center;
}

table.config th.row{
  width: 20%;
}

table.config th .require{
  font-weight: normal;
  font-size: 90%;
  margin-left: 3px;
  color: #FFFDB9;
}

table.config td{
  background: #ffffff;
  border: 1px solid #97b7f7;
  padding: 5px;
}

table.config tr.selected td{
  background:#feffd5;
}

table.config td input, table.config td select{
  vertical-align:middle;

}

table.config td input.text , table.config td input.password{
  border: 1px solid #aaaaaa;
  width: 15em;
  margin-right: 10px;
}

table.config td select{
  border: 1px solid #aaaaaa;
  padding: 3px;
}

table.config td textarea{
  border: 1px solid #aaaaaa;
  width:100%;
}

table.config td .note{
  font-size: 90%;
  margin: 0;
  border: none;
  padding: 0;
  color:#577292;
  line-height:1.35;
}

table.config td div.note{
  padding: 5px 0 0 0;
}

table.config td div.error-message{
  border:0;
  background: url(error-bg-small.gif) 0 50% no-repeat;
  padding:0 0 0 20px;
  margin:0;
  font-weight:normal;
  font-size:90%;
}

/* ========== table.list ========== */

table.list{
  width: 100%;
  font-size: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
  border-top: 1px solid #dfe7f2;
}

table.list th{
  color: #fff;
  background: #97b7f7;
  font-size: 90%;
  text-align:center;
  padding:3px 2px;
}

table.list td{
  padding: 6px 3px 4px 3px;
  border-bottom: 1px solid #dfe7f2;
  vertical-align: middle;
  overflow: hidden;
}

table.list tr.selected td{
  background:#feffd5;
}

/* ========== fieldset.config ========== */

fieldset.config {
  border: 1px solid #94b5f8;
  margin-bottom:1em;
}

fieldset.config table.config {
  _margin: 5px 10px 10px 10px;
  *margin: 5px 10px 10px 10px;
}

fieldset.config table.config th,fieldset.config table.config td{
  border: 1px solid #ffffff;
}

fieldset.config legend {
  font-weight: bold;
 _padding-right: 5px;
 _padding-left: 5px;
 *padding-right: 5px;
 *padding-left: 5px;
}

/* ========== HEADLINE ========== */

h2{
  margin:10px 0;
  padding:5px 8px;
  font-size: 100%;
  background: #97b7f7;
  color: #ffffff;
  clear: both;
}

/* ========== config-button ========== */

div.config-button{
  font-size: 90%;
  text-align: center;
  padding: 0.7em 0;
  width: 100%;
}

div.config-button label{
}

div.config-button input.submit{
  margin: 10px 0;
}

div.config-button div.appendix{
  padding-top: 0.5em;
  font-size: 90%;
}

div.config-button div.appendix a{

} 

/* ========== box, curve-box ========== */

#sidebar .box{
  margin-bottom:15px;
  background:#f8f0dd url(sidebar-box.gif) bottom left no-repeat;
}

#sidebar .box div.box-title{
  font-weight: bold;
  padding:10px;
  font-size:110%;
  background:url(sidebar-box.gif) top right no-repeat;
  color:#8d6738;
}

#sidebar div.box-title a{
  color:#8d6738;
}


#sidebar .box-body , #sidebar .box-content{
  zoom: 1;
  padding-bottom:10px;
}

#sidebar .box-body .more, #sidebar .box-content .more{
  font-size: 80%;
  height: auto;
  width: auto;
  padding: 1em 10px 0 10px;
  text-align: right !important;
}

#sidebar .box-body .more a, #sidebar .box-content .more a{
  padding-left: 10px;
  margin-left: 10px;
  background:url(icon-arrow2-red.gif) 0 50% no-repeat;
}

#sidebar .box-body p, #sidebar .box-content p{
  font-size: 90%;
  line-height: 1.35;
  margin: 0;
  padding: 0 10px 0.6em 10px;
}

#sidebar .box-body ul, #sidebar .box-content ul{
  margin: 0 10px;
  padding: 0;
  list-style:none;
  border-top:1px solid #ede0e1;
}

#sidebar .box-body ul li, #sidebar .box-content ul li{
  font-size:90%;
  padding:3px;
  border-bottom:1px solid #ede0e1;
}

#sidebar .box-body ul.list-image, #sidebar .box-content ul.list-image{
  border-top:0 !important;
}

/* box-curve */

.box-curve{
  clear: both;
  background: url(box-curve.gif) bottom right no-repeat;
}

.box-curve-header{
  color: #fff;
  background: #5279e7 url(box-curve-header.gif) top right no-repeat;
}

.box-curve-title{
  padding: 4px 8px;
  background: url(box-curve-title.gif) top left  no-repeat;
}

.box-curve-body{
  border-left: 1px solid #5279e7;
  border-right: 1px solid #5279e7;
  padding: 8px;
  zoom: 1;
}

.box-curve-footer{
  font-size: 1px;
  height: 6px;
  clear: both;
  background: url(box-curve-footer.gif) bottom left no-repeat;
}

.box-search {
  width: 100%;
  height:43px;
  background:#e0e9fa url(box-search-right.gif) center right no-repeat;
}

.box-search .box-search-body{
  padding-left: 30px;
  height:43px;
  width: 100%;
  font-size: 80%;
  background: url(box-search-left.gif) center left no-repeat;
  padding-top: 0;
 _padding-top: 8px;
}

.box-search .box-search-body input {
  margin-top: 8px;
  margin-bottom: 8px;
 _margin-top: 0;
 _margin-bottom: 0;
  vertical-align: middle;
  line-height: 1;
}

.box-search .box-search-body input.text{
  width: 200px;
}

.box-search .box-search-body input.button{
  width:4em;
}

/* ========== ul.image-list ========== */

ul.list-image{
  margin:0 0 0 10px;
  padding:0;
}

ul.list-image li{
  display: inline;
  padding: 0 !important;
  border: none !important;
}

ul.list-image li img{
  background: #ffffff;
  margin: 0 0 5px 0;
  height: 32px ;
}


/* ========== message ========== */

div.message{
  background: #e5eefe;
  border: 1px solid #bccded;
  margin:0.5em 0;
  padding: 0.7em;
  clear: both;
}

.error-message{
  color: #9b2e2e;
}

div.error-message{
  font-weight: bold;
  background: #ffeed8 url(error-bg.gif) 8px 10px no-repeat;
  border: 1px solid #f5c8a7;
  margin:0.5em 0;
  padding: 0.7em 0.7em 0.7em 40px;
  clear: both;
}

div.error-message img{
  vertical-align: middle;
  margin-right: 3px;
}

span.error-message{
  font-size: 90%;
  background: url(error-bg-small.gif) 0 50% no-repeat;
  padding-left: 20px;
}

.ok-message{
  color: #517b29;
}

div.ok-message{
  font-weight: bold;
  background: #e3f9db url(success-bg.gif) 8px 10px no-repeat;
  border: 1px solid #c5daba;
  margin:0.5em 0;
  padding: 0.7em 0.7em 0.7em 40px;
  clear:both;
}

span.ok-message{
  font-size: 90%;
  background: url(success-bg-small.gif) 0 50% no-repeat;
  padding-left: 20px;
}

div.message p, div.error-message p, div.ok-message p{
  margin: 0;
  padding: 0;
}
div.progress-message{
  text-align: center;
  line-height: 1.35;
  font-weight: bold;
  color: #002D86;
  padding: 50px 0 50px 0;
  margin: 30px auto 70px auto;
  background: #eff3ff;
  border: 1px solid #D7DEF4;
  width: 580px;
}

div.progress-message span{
  font-weight: bold;
  background: url(indicator.gif) 0 50% no-repeat;
  padding-left: 20px;
  margin-top: 30px;
}

div.progress-message div.note{
  font-size: 90%;
  font-weight: normal;
  border: 0;
  padding: 0;
  margin: 0;
  color: #002D86;
  text-align: center;
}

/* ========== note ========== */

div.note{
  color: #577292;
  font-size: 80%;
  margin: 1.5em 0;
  border: 1px dotted #577292;
  padding: 0.7em;
}

div.note ul{
  margin: 0 0 0 20px;
  padding: 0;
}

div.note ul li{
  padding-bottom:3px;
}

/* ========== profile ========== */

img.profile-icon, img.profile-image{
  vertical-align:text-bottom;
  padding: 0;
  margin: 0 3px 0 0;
  /*
  border: 1px solid #dedbd9;
  */
  background:#fff;
}

/* ========== OTHER ========== */

.icon-arrow{
  padding-left: 15px;
  background: url(icon-arrow.gif) 0 50% no-repeat;
}

.icon-arrow2-blue{
  padding-left: 10px;
  background: url(icon-arrow2-blue.gif) 0 6px no-repeat;
}

.icon-arrow2-red{
  padding-left: 10px;
  background: url(icon-arrow2-red.gif) 0 6px no-repeat;
}

.domain , .host{
  color: #74a85d;
  font-size:80%;
}

.timestamp{
  color: #999999;
  font-size: 80%;
}

span.user-name, a.user-name{
  color: #000000;
  font-size: 90%;
}

ul.plain{
  list-style: none;
  margin: 0;
  padding: 0;
}

.img-right{
  float: right;
  margin: 0 0 0.3em 0.3em;
}

.img-left{
  float: left;
  margin: 0 0.3em 0.3em 0;
}

.clearfix{
  zoom: 1;
}

.clearfix:after{
  content: "";
  display: block;
  clear: both;
}

.clear{
  clear: both;
}

.noclear{
  clear: none !important;
}

.box-2{
  width: 100%;
}

.box-2-1, .box-2-2 {
  width: 49%;
}

.box-2-1{
  clear:both;
  float: left;
}

.box-2-2{
  float: right;
}

.box-3{
  width: 100%;
}

.box-3-1, .box-3-2, .box-3-3{
  width:33%;
}

.box-3-1{
  clear:both;
  float: left;
}

.box-3-2{
  float: left;
}

.box-3-3{
  float: right;
}

.icon{
  vertical-align: middle;
  margin: 0 2px 2px 2px;
}

.box-l{
  text-align: left;
  padding: 0.5em;
}

.box-r{
  text-align: right;
  padding: 0.5em;
}

.box-c{
  text-align: center;
  padding: 0.5em;
}

/* ========== CONTENT ========== */

ul.content, ol.content{
  font-size: 90%;
  list-style: none;
  margin-left: 0;
  padding-left: 10px;
}


ul.content li, ul.content li{
  padding-bottom: 0.2em;
}

ul.content li a, ol.content li a{
  background: url(icon-inlink.gif) 0 50% no-repeat;
  padding-left: 16px;
}

/* ========== SECTION ========== */

.section{
  margin: 1em 0 2em 5px;
  zoom: 1;
}

.section:after{
  content: "";
  clear: both;
  display: block;
}

.section h3{
  color: #002D86;
  margin: 1.2em 0 0 0;
  padding: 0;
}

.section p{
  margin: 0.5em 0 1.2em 0;
}

.section p img.img-right{
  margin-left: 15px;
}

.section p img.img-left{
  margin-right: 15px;
}

.section ol{
  margin-left: 25px;
  padding-left: 0;
}

.section ol li{
  margin-top: 0.5em ;
  margin-bottom: 0.5em;
}

.section ul{
  list-style: circle;
  margin-left: 25px;
  padding-left: 0;
}

.section ul li{
  margin-top: 0.5em ;
  margin-bottom: 0.5em;
}

.section dl{
  margin-left:25px;
  padding-left:0;
}

.section dl dt{
  float: left;
  font-weight: bold;
}

.section pre{
  margin: 0.2em 0 1em 0;
  padding: 0.5em;
 _padding-bottom:25px;
 *padding-bottom:25px;
  width: auto;
  overflow: auto;
  overflow-x: auto;
  background: #e9eff8;
  border: 1px solid #d2deee;
  font-size: 90%;
  font-weight: normal;
}

.section div.note{
  font-size: 90%;
  background: #fff;
  border: none;
  padding: 1.5em 0 1em 0;
  clear: both;
}



