@charset 'utf-8';

html{ 
	height:100%; 
	margin-bottom:1px;
} 

body {
	height:100%; 

	padding: 0px;
	margin:auto;
	text-align:center; 

	background-image : url(image/back_image.gif);
	background-repeat: repeat;
	background-position: top center;

	overflow-y:scroll;

	font-size : 10pt;
	font-family: 'メイリオ', 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka;
	color: #000000;
  	font-weight : normal;
  	font-style : normal;
  	line-height : 1.4;
}

table {
	margin:0 auto;
}

#container { 
	height:100%;
	margin: 0 auto;
} 

div,td,th,p,pre {
	font-size : 10pt;
	font-family: 'メイリオ', 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka;
	color: #000000;
  	font-weight : normal;
  	font-style : normal;
  	line-height : 1.4;
}

b {
	font-size : 12px;
}


a:link {
	color: #58493A;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #58493A;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-size: 12px;
	font-weight: bold;
	color: blue;
	text-decoration: underline;
}

.box {
	text-align: center;
	padding: 0px;

	height:100%; 

	width: 750px;

	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c8c8ff;
	border-left-color: #c8c8ff;
	background-color: #FFFFFF;
}

.f_box {
	text-align : center;
	margin: 0px;
	padding: 0px;

	height:45px; 
	width: 750px;

	background-color: #c8c8ff;
	color : black;
	font-style : normal;
	font-weight : bold;
}

.m_bar {
	margin: 0px;
	padding: 5px;

	background-image : url(image/menu_back.gif);
	background-repeat: no-repeat;
	text-align: center;
}

a.bar:link {
	font-size: 12px;
	padding: 5px;
	color: #58493A;
	text-decoration: underline;
	font-weight: bold;
	margin: 0px;
}

a.bar:visited {
	font-size: 12px;
	padding: 5px;
	color: #58493A;
	text-decoration: underline;
	margin: 0px;
	font-weight: bold;
}

a.bar:hover {
	font-size: 12px;
	padding: 5px;
	color: blue;
	text-decoration: underline;
	margin: 0px;
	font-weight: bold;
}

b.bar {
	font-size : 12px;
	padding: 5px;
}

.m_box {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 750px;
}

.mr_box {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 550px;
}

.r_f3 {
	padding: 0px;
	margin-top: 3px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 1px;
	width: 544px;
	border: 0px solid #c8c8ff;
}

.ml_box {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 194px;
  
}
.l_f1 {
	padding: 0px;
	margin-right: 1px;
	margin-left: 2px;
	margin-top: 3px;
	margin-bottom: 3px;

	width: 194px;
	color: #997F66;
	border-right: 1px dotted #c8c8ff;
}
.l_f2 {
	padding: 0px;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 194px;
	color: #997F66;
	border: 1px solid #c8c8ff;
	background-color: #ffffff;
}

.info {
	text-align : center;
	margin:5px;
	padding:5px;

	width:525px;
	height:310px;

	overflow:auto;
	border:1px solid;
	border-color:#c8c8ff;

	line-height:1.4;
	font-size:12px;
	color:#999999;

}

.info2 {
	text-align : left;
	margin:2px;
	padding:10px;

	width:525px;
	height:160px;

	overflow:auto;
	border:1px solid;
	border-color:#c8c8ff;

	line-height:1.4;
	font-size:12px;

}

