@charset "shift_jis";

/* ---------------------------------------------------------------- *
	全体のレイアウト
 * ---------------------------------------------------------------- */
/*ヘッダ*/
#header {
	text-align: center;
	position: relative;
	width: 100%;
	min-width: 942px;
	}
* html #header {
	float: left;
	}
/* Start clear fix */
#header:after {
	margin-top: -1px;
	font-size: 1px;
	line-height: 1px;
	color: #ffffff;
	content: ".";
	display: block;
	height: 1px;
	clear: both;
	}
#header {
	min-height: 1%;
	display: block;
	}
/* End clear fix */
/*ヘッダ下からフッタ上まで*/
#container {
	width: 100%;
	min-width: 942px;
	}
/* Start clear fix */
#container:after {
	margin-top: -1px;
	font-size: 1px;
	line-height: 1px;
	color: #ffffff;
	content: ".";
	display: block;
	height: 1px;
	}
/* End clear fix */
/*コンテンツ*/
#content {
	margin: 0px auto 0px auto;
	position: relative;
	width: 95%;
	height: 100%;
	}
/* Start clear fix */
#content:after {
	margin-top: -1px;
	font-size: 1px;
	line-height: 1px;
	color: #ffffff;
	content: ".";
	display: block;
	height: 1px;
	clear: both;
	}
#content {
	min-height: 1%;
	display: block;
	}
/* End clear fix */
/*フォルダツリー*/
#container #content #folderTree {
	margin-top: 10px;
	border: solid 1px #CCCCCC;
	width: 21%;
	height: 500px;
	float: left;
	}
/*メインコンテンツ*/
#container #content #main {
	padding-top: 10px;
	width: 78%;
	height: 100%;
	float: right;
	}





/* ---------------------------------------------------------------- *
	ヘッダ
 * ---------------------------------------------------------------- */
#header #menu {
	margin: 0px auto 0px auto;
	width: 95%;
	height: 72px;
	position: relative;
	}
/*ロゴ、「ユーザー○○○さん」*/
#header #menu dl {
	text-align: left;
	float: left;
	position: relative;
	} 
#header #menu dl dt {
	margin-top: 1.6em;
	padding-left: 153px;
	font-weight: bold;
	position: relative;
	}
#header #menu dl dd {
	margin-top: 0.2em;
	padding: 0px 1px 0px 153px;
	font-size: 83%;
	position: relative;
	}
#header #menu dl dd.logo {
	margin-top: 0px;
	padding-left: 0px;
	position: absolute;
	top: 5px;
	left: 0px;
	}
/*サイトメニュー*/
#header #menu div {
	font-size: 83%;
	width: 360px;
	height: 72px;
	float: right;
	position: relative;
	} 
#header #menu div h2 {
	font-size: 1px;
	line-height: 1px;
	color: #FFFFFF;
	position: absolute;
	top: -1px;
	left: 0px;
	z-index: -1;
	}
#header #menu div ul {
	list-style: none;
	text-align: right;
	position: absolute;
	right: 0px;
	}
/* Start clear fix */
#header #menu div ul:after {
	font-size: 1px;
	color: #ffffff;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	}
#header #menu div ul {
	min-height: 1%;
	display: block;
	}
* html #header #menu div ul {
	}
/* End clear fix */
#header #menu div ul li {
	display: block;
	float: left;
	}
#header #menu div ul.mainMenu {
	top: 51px;
	}
#header #menu div ul.mainMenu li {
	margin-left: 5px;
	padding-top: 5px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	}
#header #menu div ul.mainMenu li.home, #header #menu div ul.mainMenu li.groupDisk, #header #menu div ul li.myDisk {
	margin: 0px 2px 0px 0px;
	padding-top: 0px;
	font-size: 1px;
	line-height: 1px;
	}
#header #menu div ul.mainMenu li a {
	background-repeat: no-repeat;
	display: block;
	}
#header #menu div ul.mainMenu li a:hover {
	background-color: #ffffff;
	}
#header #menu div ul.mainMenu li.home a:hover {
	width: 67px;
	height: 21px;
	background-image: url(/sc/images/menu_home_on.gif);
	}
#header #menu div ul.mainMenu li.groupDisk a:hover {
	width: 120px;
	height: 21px;
	background-image: url(/sc/images/menu_group-disk_on.gif);
	}
#header #menu div ul.mainMenu li.myDisk a:hover {
	width: 100px;
	height: 21px;
	background-image: url(/sc/images/menu_my-disk_on.gif);
	}
#header #menu div ul.mainMenu li img {
	display: block;
	}
#header #menu div ul.mainMenu li a:hover img {
	visibility: hidden;
	height: 21px;
	background-image: url(/sc/images/menu_home_on.gif);
	}
#header #menu div ul.mainMenu li.home a:hover img {
	width: 67px;
	}
#header #menu div ul.mainMenu li.groupDisk a:hover img {
	width: 120px;
	}
#header #menu div ul.mainMenu li.myDisk a:hover img {
	width: 100px;
	}
#header #menu div ul.mainMenu li.home a {
	background-image:url(/sc/images/menu_home_on.gif);
	}
#header #menu div ul.mainMenu li.groupDisk a {
	background-image:url(/sc/images/menu_group-disk_on.gif);
	}
#header #menu div ul.mainMenu li.myDisk a {
	background-image:url(/sc/images/menu_my-disk_on.gif);
	}
#header #menu div ul.subMenu {
	margin-top: 1em;
	top: 10px;
	}
#header #menu div ul.subMenu li {
	padding: 0px 0.8em 0px 0.8em;
	border-right: solid 1px #333333;
	}
#header #menu div ul.subMenu li.last {
	padding: 0px 0px 0px 0.8em;
	border-right: none;
	}
.header_line{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #677B9F;
	width: 95%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.header_line_mydisk{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #74A673;
	width: 95%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.header_line_home{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF3300;
	width: 95%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
	
	
	
/* ---------------------------------------------------------------- *
	検索条件
 * ---------------------------------------------------------------- */
#header #search {
	background-image: url(/sc/images/search_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
/* Start clear fix */
#header #search:after {
	font-size: 1px;
	color: #ffffff;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	}
/* End clear fix */
#header #search div {
	margin: 0px auto 0px auto;
	width: 95%;
	}
#header #search p {
	margin: 8px 0px 8px 0px;
	text-align: right;
	white-space: nowrap;
	float: right;
	}
#header #search p input {
	margin-left: 3px;
	width: 20em;
	}
#header #search p input.button {
	margin-right: 5px;
	width: 4em;
	}
/*フォルダーツリーを隠す*/
#header #search p#displayFolderTree {
	margin: 10px 0px 0px 0px;
	background-image: url(/sc/images/icon_folder-tree_hide.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 15px;
	text-align: left;
	width: 200px;
	float: left;
	}
#search_bg{
	background-image: url(/sc/images/search_bg_b.gif);
	width: 95%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	background-repeat: repeat-x;
	height: 35px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	position: relative;
}


/* ---------------------------------------------------------------- *
	メインコンテンツ本体
 * ---------------------------------------------------------------- */
#container #main iframe#mainContent  {
	border: solid 1px #CCCCCC;
	width: 99.8%;
	}
/* ---------------------------------------------------------------- *
	フッター
 * ---------------------------------------------------------------- */
#footer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 2px;
	
}
#footb {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 2px;
	
}