.fsl  {  font-size: 14px; line-height: 130%}
.fs16 {  font-size: 16px; line-height: 150%}
.fs15 {  font-size: 15px; line-height: 140%}
.fs14 {  font-size: 14px; line-height: 130%}
.fs13 {  font-size: 13px; line-height: 130%}

.fs12 {  font-size: 12px; line-height: 130%}
.fs11 {  font-size: 11px; line-height: 130%}
.fs10 {  font-size: 10px; line-height: 130%}
.fs9  {  font-size: 9px; line-height: 130%}
.fs8  {  font-size: 8px; line-height: 130%}.subtitle {  font-size: 14px; color: #663300; font-weight: bold}
.fs-reset { padding:0; margin:0; line-height:100%;}
.subtitle_blow { font-size: 14px; color: #000066; font-weight: bold }
.subtitle_black {  font-size: 14px; line-height: normal; font-weight: bold}
.subtitle_brown { font-size: 14px; color: #663300; font-weight: bold }

img { border: none; }

/*  追加分  */

body {
 margin:0px;
	padding:0px;
	text-align:left;
	background-image:url(image/body_bg.gif);
}
#header {
 clear:both;
	min-width:800px;
	width:100%;
}
#header_bg {
 background:transparent url(image/top_back.gif) repeat-x scroll center bottom;
	height:60px;
	width:auto;
}
#main {
 width:auto;
	height:auto;
	background-color:#D6C88F;
}
table {
 text-align:left;
}
.left {
	width:240px;
	height:650px;
	background-color:#D6C88F;
	position:absolute;
	float:left;
	text-align:center;
}
.left .menu {
 widows:220px;
	height:100%;
	background-color:#D6C88F;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align:center;
}
#right {
 width:auto;
	min-height:600px;
	padding-left:240px;
	background-color:#D6C88F;
}
.footer {
 background-color:#aa0000;
	min-width:800px;
	width:auto;
}
#right #contents .fs13 strong {
	text-align:center;
	font-size:15px;
	line-height:130%;
	font-weight:bold;
	color:#993300;
}
#right #contents {
 background-color:#FFFFFF;
 min-width:550px;
 width:auto;
	min-height:650px;
	padding:10px 0px 10px 10px;
	text-align:left;
	height: auto !important;
 height: 650px; /*ここにIE６用の高さを設定*/
}

/* 20110927 */
span.zu{color:#663300; font-weight:bold;}
.clr{clear:both; display:none; visibility:hidden;}

/* .name-tag */
.name-tag{
	color:#663300;
	font-weight:bold;
}

img.border { border:solid 1px #999; }

/*
Form
------------------------------------------------*/
input,
select,
textarea {
	font-family:sans-serif; /* firefox4.0~*/
}
/* for Edge */
input[name="q"] {
  width: 90%;
  max-width: 90%;
}

/*
Utility
------------------------------------------------*/
.text-left   { text-align: left; }
.text-right  { text-align: right; }
.text-center { text-align: center; }
.text-alert  { color: #CC0000; }
.none { display: none; }

/* panel */
.panel {
	margin: 0 0 10px 0;
}
.panel p {
	margin: 0;
}
.panel-header {
	background: #ddd;
	padding: 10px 12px;
}
.panel-body {
	padding: 10px 12px;
	border: solid 1px #ddd;
	border-top: none;
}

/* 
Clearfix 
------------------------------------------------*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* For IE 6/7 */
.clearfix {
  *zoom: 1;
}
