@charset "Shift_JIS";

/* ____ 基本設定 ___________ */
body 	      { background: white url(../img/bg.jpg) no-repeat }

a:link	{ color: blue;		text-decoration: none }
a:active  { color: red; text-decoration: none }
a:vlink	{ color: Purple;	text-decoration: none }
a:hover	  { color: red; text-decoration: underline }
a		 { text-decoration: none }

.base	{ font-size: 13px; line-height: 21px }
.font1	{ font-size: 13px; line-height: 16px }
.font2 	{ font-size: 13px }
.font3	{ font-size: 11px }
.font4	{ font-size: 11px; line-height: 16px }
h1		{ font-size: 16px; margin: 0px }
h2		{ font-size: 11px; text-decoration: none; margin: 0px }
h3		{ font-size: 11px; text-decoration: none; margin: 0px }

p			 { font: 12px/18px "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", sans-serif; margin: 0px 0px 12px }

/* ____ フロートボックス解除用 ___________ */
.clear { clear:both; }

/* ____ park/index.html ___________ */
.box-mt0  { margin-top: 0px; display: block }
.box-mt4  { margin-top: 4px; display: block }
.box-mt15  { margin-top: 15px; display: block }
.box-mt30  { margin-top: 30px; display: block }
.box-mt30line1   { margin-top: 30px; border-bottom: 1px solid #c0c0c0; display: block }
.box-mt35  { margin-top: 35px; display: block }
.box-mt95  { margin-top: 95px; display: block }