@charset "shift_jis";
/* 商標専門サイト「はじめに」のCSS */
#contents {
	margin: 0 0 50px 0;
}
#hajimeni h3 {
   color: black;
   font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
   font-size: 11pt;
   line-height: 13pt;
   text-indent: 2.5em;
   text-align: left;
   background-image: url("../img/h3_y.gif");
   background-repeat: no-repeat;
   border-bottom-style: dashed;
   border-bottom-color: rgb(177,177,177); 
   border-bottom-width: 1px;
   padding: 6px 6px 6px 0px;
   margin: 20px 80px 5px 80px;
}
#hajimeni p {
   margin: 5px 80px 5px 80px;
}
#hajimeni h4 {
   margin: 5px 80px 5px 80px;
   color: black;
   font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
   font-size: 10pt;
   line-height: 12pt;
   text-indent: 2.5em;
   text-align: left;
   font-weight: normal;
   text-indent: 0.5em;
   border-left-style: solid;
   border-left-color: rgb(177,177,177); 
   border-left-width: 5px;
   background-color: rgb(240,240,240);
}



