/*
 * Copyright(c) 2009 limitlink,Inc. All Rights Reserved.
 * http://limitlink.jp/
 * 文字コードUTF-8
 */

.control {
	clear: both;
	padding: 0px 0px 0px 20px;
	border-bottom: 1px solid #666;
}

.control table {
	position: relative;
	top: 1px;
}

.control a:link, .control a:visited, .control a:active {
	display: block;
	margin-right: 2px;
	padding: 4px 8px 2px 8px;
	color: #333;
	font-size: 12px;
	white-space: nowrap;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

.control a:hover {
	color: #5EBEFF;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

.control .current a:link, .control .current a:visited, .control .current a:active {
	color: #0075C4;
	font-weight: bold;
	background-color: #fff;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

.contentcontrol {
	margin-bottom: 10px;
	border-bottom: 1px solid #aaa;
}

.contentcontrol h1 {
	float: left;
	margin: 0px;
	border-bottom: 0px;
}

.contentcontrol table {
	float: right;
	position: relative;
	top: 19px;
	left: 2px;
}

.contentcontrol a:link, .contentcontrol a:visited, .contentcontrol a:active {
	display: block;
	margin-right: 2px;
	padding: 4px 5px 1px 5px;
	color: #555;
	font-size: 14px;
	white-space: nowrap;
	background-color: #ddd;
	border: 1px solid #aaa;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.contentcontrol a.current:link, .contentcontrol a.current:visited, .contentcontrol a.current:active {
	color: #333;
	background-color: #f9f9f9;
	border-bottom: 1px solid #f9f9f9;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.operate {
	height: 18px;
	clear: both;
	float: left;
	padding-bottom: 10px;
	margin-left: 0;
}

.operate li {
	float: left;
	margin-right: 10px;
}

.operate a:link, .operate a:visited, .operate a:active, .operate .operator {
	color: #0A4D74;
	display: block;
	text-decoration: none;
}

.contentfolder {
	width: 155px;
	padding-right: 30px;
}

.folder {
	max-width: 170px;
	border: 1px solid #aaa;
	background: #ffffff;
}

.foldercaption {
	padding: 3px 5px 2px 5px;
	white-space: nowrap;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	border-bottom: 1px solid #aaa;
}

.folder ul {
	padding: 5px;
}

.folder li {
	padding: 2px 5px 2px 5px;
	white-space: normal;
}

.folderlist li {
	padding: 2px 5px 2px 20px;
	background-image: url(../images/folder.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

.folderlist li:hover{
	background: #E6F4FF url(../images/folder.png) no-repeat;
	background-position: 0 2px;
}

.folderlist li.current {
	background-image: url(../images/folder_current.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

.folder .current a:link, .folder .current a:visited, .folder .current a:active {
	color: #0075C4;
	font-weight: bold;
}

.folderoperate {
	padding: 0px 5px 2px 5px;
	font-size: 12px;
	text-align: right;
}

a.direction:link, a.direction:visited, a.direction:active {
	font-size: 12px;
}

a.share:link, a.share:visited, a.share:active {
	color: #060;
}
