How to change the specific japanese font style ?
\documentclass{article}
\usepackage{CJKutf8}
\begin{document}
\begin{CJK*}{UTF8}{min}
\section{これは最初のセクションである}
日本語で \LaTeX の組版を実証するための導入部分。
フォントはまた、数学的な形態および他の環境で使用することができる
\end{CJK*}
\bigskip
Outside the environment Latin characters may be used.
\begin{CJK*}{UTF8}{goth}
\section{これは最初のセクションである}
I want to change the japanese font style of this number 2?
\end{CJK*}
\end{document}
