@charset "utf-8";
/* CSS Document */
/* HPBOX Style Sheet */
/* Copyright(c) HPBOX.COM */

/* main setting */

body
{ font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif; margin-left :0%; margin-top :0%; margin-bottom :0%; background-color :#FCC74B; color :#2d2d2d; }

a:link,a:visited
{color :blue; text-decoration:none;}

a:hover
{color :red; text-decoration :underline;}

a:active
{color :purple; text-decoration :none;}

p
{font-size :13px; text-autospace: ideograph-alpha; line-height: 16px;}

div
{font-size :13px;}

div.br	{page-break-before:always}	/* 印刷用 */

td
{font-size :13px;}

span
{font-size :13px;}

.en { font-family :'verdana' ; }

.news {
	font-size: 13px;
	line-height: 17px;
}


/* font color */

.white
{color : white;}

.gray
{color : #708090;}

.black
{color : black;}

.blue
{color : #4682b4;}

.red
{color : #c72928;}

.green
{color : #54a413;}

.yellow
{color : #ffcc00;}


/* font setting */

.strong
{font-weight : bold;}

.smaller
{font-size : 10px;}

.small
{font-size : 11px;}

.medium
{font-size : 12px;}

.large
{font-size : 13px;}

.larger
{font-size : 14px; line-height: 20px;}

.largest
{font-size : 16px; line-height: 18px;}

.title
{font-size : 18px; font-weight : bold;}

.doc
{font-size : 13px; line-height: 120%;}


/* Line Position */

td.top
{vertical-align : top;}

td.middle
{vertical-align : middle;}

td.bottom
{vertical-align : bottom;}

P.left,div.left,td.left
{text-align : left;}

P.right,div.right,td.right
{text-align : right;}

P.center,div.center,td.center
{text-align : center;}

/* border setting */

HR { border-style : solid; } /* normal */

HR.dot { height : 4px; border-style : dotted;} /* dot line */

HR.dash { border-style : dashed;} /* dash line */

