@charset "shift-jis";

body{
	color: #222222;
	background-color: #ffffff;
	text-align: center;
	font-size: 96%;
	margin-top: 0;
}	
table{ font-size: 96%;}

img{
	border-style: none;
}

.tdftdv{
	color: #222222;
	text-align: center;
}

.mf{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	margin-top: 30px;
/*	min-height:800px;
	height: auto !important;*/
	height: 1200px;
	padding: 0;
		background-color: #999999;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
}
.mfg{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	margin-top: 30px;
	min-height:800px;
	height: auto !important;
	height: 800px;
	padding: 0;
	background-color: #efefef;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
}
.ml{
	width: 200px;
	float: left;
/*	min-height:800px;
	height: auto !important;
	height: 800px;*/
	height: inherit;
}
.ml p{
	text-align: center;
	font-size: 120%;
	margin: 30px;
}
.mr{
	background-color: #efefef;
	width: 600px;
	text-align: right;
	float: left;
	padding: 0px;
/*	min-height:100%;
	height: auto !important;*/
	height: inherit;
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 30px;
	overflow: scroll;
}

.his{
	text-align: right;
	float: left;
	padding: 0px 30px;
	margin-left: auto;
	margin-right: 0;
}
body.mr{
	background-color: #efefef;
}
a:link{ color: #222288; }
a:visited{ color: #662288;}
hr {
	color: #000000;
}
.small{
	font-size:72%;
	line-height: 10px;
}

h1{
	padding: 0;
	margin: 0;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 2px;
	background-color: #999999;
	}
h1.nm{
	margin: 0 0 30px 0;
}
h2{
	padding: 0;
	margin: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-right-width: 2px;
}
p.small{
	margin: 0;
	padding: 0;
	font-size: 70%;
}
p.menu{
	padding: 0 0 0 5px;
	margin: 0 0 30px 0;
	background-color: #ffffef;
}
p.imgbox{}
td{
	text-align: left;
}
td.left	{
	background-color: #222222;
	color: #efefef;
}
textarea{ 
	background-color: #efefef;
	scrollbar-base-color: #efefef;
	border: none;
	text-align: right;
}
.left{
	margin-left: 120px;
	text-align: left;
	}
.right{
	text-align: right;
	}