/* jscc2.css : フレームのメインペインが１フレームの場合 */

body{
	width: 700px;
	/*margin: 0;*/
	margin-left: 80px;
	padding: 0;
	text-align: left; /*center;*/
	color: #000000;
  background-color: #ffffff;
}

/* メイン部 */
#main{
	/*float: left;*/
	width: 580px;
	text-align: left;
}

/* 脚部 */
#footer{
	clear: both;
	margin-left: 200px;
}

/* トップ */
#top{
	/*float: left;*/
	width: 600px;
	margin-left: 80px;
	text-align: left;
	padding-left: 40px;
	border: solid 1px #B2DAA5;
	background-color: #F5FAFA;
	line-height: 120%;
}

/* パンくずリスト */
a.mynavi:link    { color: #000000; font-size: 80%; text-decoration: underline }
a.mynavi:visited { color: #000000; font-size: 80%; text-decoration: underline }
a.mynavi:hover   { color: #000000; font-size: 80%; text-decoration: underline }
a.mynavi:active  { color: #000000; font-size: 80%; text-decoration: underline }

span.mini { font-size: 80% }
span.attn { font-size: 100%; font-weight: bold; color: #CC6666; }
p.title   { margin: 0px 0px; line-height: 140%; text-align: center; font-size: 120%; font-weight: bold }
p.honbun  { margin: 0px 60px; line-height: 140%; text-align: left; font-size: 100%; font-weight: normal }
p.foot    { margin: 0px 60px; line-height: 140%; text-align: right; font-size: 100%; font-weight: normal }
p.btmnavi { margin: 0px 0px; line-height: 100%; text-align: right; font-size: 100%; font-weight: normal }
p.closenavi { margin: 0px 0px; line-height: 100%; text-align: center; font-size: 85%; font-weight: normal }

td.mini { font-size: 80% }
p.lineh { line-height: 140% }
td.lineh { line-height: 140% }
p.msg{ border: 2px solid #999999; margin-left: 30px; padding: 10; line-height: 140%; }
h1{ margin: 0; padding: 3; border: 1px solid #996600; font-size: medium; }
h2{ margin: 5px; padding: 3; font-size: 110%; background-color: #f1f8cc; text-align: center; }
h3{ margin: 20px; padding: 3; border: 1px solid #996600; font-size: 80%; }
td.siyou_title { background-color: #F1E3D6; text-align: center; font-size: 80%; line-height: 140%; }
td.siyou_detail { background-color: #ffffff; text-align: left; font-size: 100%; line-height: 140%; }

/* ↓プライバシーで使うかもしれない。 */
span.back80{ margin: 0; padding: 3; background-color: #FFE9D2; text-align: left; font-size: 95%; }
/*span.line80{ margin: 0; padding: 3; border: 1px solid; text-align: left; font-size: 95%; }*/
span.line80{ margin: 0; padding: 2; text-align: left; font-size: 95%; }
td.privacy { font-size: 90%; line-height: 130%; }
td.pr_title{ background-color: #FFE9D2; text-align: center; font-weight: bold; font-size: 90%; }
td.pr_foot{ background-color: #FFE9D2; text-align: center; font-weight: normal; font-size: 80%; line-height: 120%; }

div.fit_center{ text-align: center; }
