/*k2スタンダードスタイル*/
/*上位の要素での設定内容は下位の要素にも引き継がれる*/
body		{font-size:12px;line-height:1.25em;font-family:"ＭＳゴシック",osaka}
a:link		{color:#0066cc;text-decoration:none}
a:visited		{color:#336699;text-decoration:none}
a:hover		{color:#ff3300;text-decoration:underline}
a:active		{color:#66ff66;text-decoration:none}

ol		{font-size: 12px }
/*NCではtable内のline-height:1.00emオプションが1.0でなければ隣接tableとの間に隙間ができる*/
table	{font-size:12px;line-height:1.00em}
/*NCではtd内にline-height:オプションが使用できない*/
td		{font-size:12px}
th		{font-size:12px;line-height:1.0em;font-weight:bold}

span		{font-size:12px}

small	{font-size:10px}

hr		{line-height:1.25em}

h1		{font-style:normal;font-weight:bold;font-size:24px;color:#003399;line-height:1.25em;margin:0pt;padding:0pt}
h2		{font-style:normal;font-weight:bold;font-size:18px;color:#003399;line-height:1.25em;margin:0pt;padding:0pt}
h3		{font-style:normal;font-weight:bold;font-size:14px;color:#003399;line-height:1.25em;margin:0pt;padding:0pt}
h4		{font-style:normal;font-weight:bold;font-size:12px;color:#003399;line-height:1.25em;margin:0pt;padding:0pt}
h5		{font-style:normal;font-weight:bold;font-size:10px;color:#003399;line-height:1.25em;margin:0pt;padding:0pt}
h6		{font-style:normal;font-weight:bold;font-size:9px;color:#003399;line-height:1.25em;margin:0pt;padding:0pt}

.indent_ex1	{text-indent:1ex}
.indent_ex2	{text-indent:2ex}
.indent_ex3	{text-indent:3ex}
.indent_ex4x	{text-indent:4ex}
.indent_ex5	{text-indent:5ex}
.indent_per5	{text-indent:5%}
.indent_per10{text-indent:10%}
.indent_per15{text-indent:15%}
.indent_per20{text-indent:20%}
.indent_per25{text-indent:25%}

.l100	{font-size:12px;line-height:100%}
.l120	{font-size:12px;line-height:120%}
.bbs		{font-size:14px;line-height:120%;text-decoration:none}

.current1	{font-size: 12px; color;#444455}

