\NeedsTeXFormat{LaTeX2e}%
\ProvidesFile{%
utiyama%
.sty%
}%
\def\@makechapterhead#1{
{\parindent=0pt \normalfont\Huge\headfont
{\color [gray]{0.5}\rule[-0.5zw]{2zw}{1.8zw}}
\if@mainmatter
\hspace {-2zw}\raisebox{0.1zw}{
\makebox [2zw]{\color[gray]{1}\huge\headfont\thechapter}}
\fi
\hspace {0.5zw}#1\par\nobreak
\vskip 15mm}}
\renewcommand{\section}{
\@startsection{section}{1}{0mm}
{5mm plus 2mm minus 1mm}
{3mm plus 1mm}
{\normalfont\Large\headfont
\begin{tikzpicture}
\useasboundingbox (0,0) rectangle (0,0);
\fill [black!50] (0,-4pt) rectangle (8pt,12pt);
\draw [black!50,line width=1pt] (0,-4pt) -- (\linewidth,-4pt);
\end{tikzpicture}
\hspace{1zw}}}