@charset "utf-8";
/* ---------------------------------------------------
Copyright(c) 2015 Sarago Co.,Inc. All Rights Reserved.
------------------------------------------------------ */
html {
	overflow-y:scroll;
}
body {
	text-align: center;
	margin:0px;
	padding:0px;
	font-size : 100%;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 150%;
	cursor: default;
	background-color:#a0a0a0;
	color:black;
}
div , dl , dt , dd , ul , ol , li , h1 , h2 , h3 , h4 , h5 , h6 , pre , form , fieldset , input , textarea , p , blockquote {
	margin: 0;
	padding: 0;
}
a{
	text-decoration : none;
}
a:hover{
	background-color : #ffffaa;
	text-decoration : underline;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0;
}
fieldset , img {
	border: 0;
	vertical-align: bottom;
	padding-top : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-bottom : 0px;
}
address , caption , cite , code , dfn , em , strong , th , var {
	font-style: normal;
	font-weight: normal;
}
ol , ul {
	list-style: none;
}
caption , th {
	text-align: left;
}
h1 , h2 , h3 , h4 , h5 , h6 {
	font-size: 100%;
	font-weight: normal;
}
strong{
	font-weight : bold;
}
q:before , q:after {
	content: '';
}
abbr , acronym {
	border: 0;
}
TEXTAREA {
	font-size : 80%;
	font-family: "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

/* ------ class ------ */
.centering{
	/*"センタリング"*/
	margin: 0 auto;
}
td.vline{
	/*"左右のライン"*/
	background-image : url(image/vl8.gif);
	padding-top : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-bottom : 0px;
	width : 10px;
}

/* ------ id ------ */
#ffc{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:1020px;
}
#husk{
	/*"外殻"*/
	background-color : white;
	color : black;
	padding-top : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-bottom : 0px;
}
#treeview{
	/*"ツリービュー"*/
	font-size : 12px;
	word-spacing : 8px;
	text-align : right;
	padding-right : 20px;
	padding-bottom : 0px;
	vertical-align : middle;
}

