@charset "UTF-8";

body {
	font-family:'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',sans-serif;
	margin:0;
	padding:0;
	font-size:75%;
	color:#666666;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

div#wrapper{
	width:980px;
	margin:4px auto 0 auto;
	background-color:#ffFFff;
}

div#main {
	margin:0 0 8px 0;
}

/*
header
*/
#contentHeader {
	height:30px;
}
#contentHeader .logo {
	float:left;
	width:390px;
	height:30px;
	overflow:hidden;
}
#contentHeader .logo a {
	width:220px;
	height:30px;
	display:block;
	background:transparent url(/image/top_logo.gif) no-repeat scroll 0 0;
	text-indent:-9999px;
}
#contentHeader .mylink {
	float:right;
	width:390px;
	text-align:right;
	margin:0 0 8px 0;
}

#contentHeader .mylink div {
	float:right;
	padding:2px 8px 2px 20px;
}
#contentHeader .mylink .login {
	background:url(/image/door_in.gif) no-repeat;
}
#contentHeader .mylink .logout {
	background:url(/image/door_out.gif) no-repeat;
}
#contentHeader .mylink .help {
	background:url(/image/icon/help.gif) no-repeat;
}
#contentHeader .mylink .welcome {
	background:url(/image/user.gif) no-repeat;
}
#contentHeader .mylink .nickname {
	font-weight:bold;
}

#contentFooter {
	clear:both;
	border-top:1px solid #ccc;
	margin:0 0 8px 0;
}

/*
#contentMenu {
	background:#ffffff url(../image/menu_bg.gif) no-repeat;
	height:32px;
	text-align:center;
	margin-bottom:8px;
}
#contentMenu ul {
	height:32px;
	width:502px;
	list-style-type:none;
	padding:0;
	margin:0 auto;
	font-weight:700;
	font-size:0.8em;
}
#contentMenu ul li {
	float:left;
	display:block;
	border:1px solid #cccccc;
	padding:4px 4px 4px 20px;
}
*/

#leftMenu {
	margin:0 0 8px 0;
	width:168px;
	float:left;
}

.leftMenuBox {
	background:transparent url(/image/leftbox160_top.gif) no-repeat scroll left top;
	width:160px;
	margin:0 0 8px 0;
}
.leftMenuBox ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.leftMenuBox ul li {
	padding:0 8px 4px 8px;
}

.leftMenuBox ul li.group_header {
	font-size:90%;
	font-weight:bold;
	padding:6px 8px 4px 8px;
}

.leftMenuBox ul li.group_footer {
	background:transparent url(/image/leftbox160_bottom.gif) no-repeat scroll left bottom;
	height:4px;
}

.leftMenuBox ul li div.submenu ul li {
	padding-bottom:2px;
}

.leftMenuBox ul li.left_row div,
.leftMenuBox ul li.left_row a.row_link {
	padding:4px;
}
.leftMenuBox ul li.left_row a {
	display:block;
}
.leftMenuBox ul li.left_row a:hover {
	background-color:#efefef;
}

.leftMenuBox ul li.space {
	height:8px;
	border:0;
}

#content {
	width:auto;
	margin:0 0 8px 168px;
}

.contentMain {
	margin:0 8px 8px 8px;
}

#copyright {
	text-align:center;
	padding:2px 8px 2px 0;
	font-size:90%;
}

img {
	border:none;
}
img.icon {
	vertical-align:middle;
}
img.disabled {
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
}

ul {
	-list-style-type:none;
	-margin:0;
	-padding:0;
}
li {
	-margin:0;
	-padding:0;
}

table, tr, td, div, span, li {
	margin:0;
	padding:0;
}

.place_holder, .ph {
	margin:0;
	padding:0;
	clear:both;
	height:0;
	width:0;
	line-height:0;
	overflow:hidden;
}

ul.login {
	text-align:right;
	float:left;
}

.error {
background:#FFFFD5 url(/image/icon/exclamation.gif) no-repeat scroll 2px center;
border:1px dotted #FF0000;
color:#990000;
font-size:80%;
margin:2px 0 0;
padding:4px 4px 4px 20px;
}
.caution {
	color:#333333;
	font-size:85%;
}

.contentL {
	float:left;
	width:48%;
}
.contentR {
	float:right;
	width:48%;
}

.pageTitle {
	border:1px solid #dddddd;
	padding:1px;
	background-color:#ffFFff;
	margin-bottom:8px;
}
.pageTitle span {
	border-left:4px solid #993333;
	font-size:120%;
	font-weight:bold;
	padding:4px 0 4px 8px;
	display:block;
	background-color:#efefef;
}

.infoBox {
	border:1px dotted #cccccc;
	padding:8px 0 4px 8px;
	margin-bottom:8px;
}
.messageBox,
.messagebox {
	background:#f7f7f0 url(/image/comment.gif) no-repeat 8px 8px;
	border:1px solid #9999ff;
	padding:8px 0 8px 28px;
	margin-bottom:8px;
}

.function {
	height:2.4em;
}
.function ul {
	padding:0px;
	margin:0px;
	list-style:none;
	*zoom:1;
}
.function ul:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	line-height:0;
}
.function ul li {
	float:left;
	margin-right:2px;
}
.function ul li.path {
	padding-left:6px;
	background:transparent url(/image/gt.gif) no-repeat scroll left center;
}
.function ul li a {
	padding:4px 4px 4px 22px;
	font-size:90%;
	display:block;
	border:1px solid #ccCCcc;
	text-decoration:none;
}
.function ul li .caption {
	padding-top:4px;
}
.function ul li select {
	margin-top:2px;
}
.function ul li a.insert {
	background:transparent url(/image/icon/table_row_insert.gif) no-repeat scroll 4px center;
}
.function ul li a.update {
	background:transparent url(/image/icon/disk.gif) no-repeat scroll 4px center;
}
.function ul li a.delete {
	background:transparent url(/image/icon/bin.gif) no-repeat scroll 4px center;
}
.function ul li a.copy {
	background:transparent url(/image/icon/page_white_copy.gif) no-repeat scroll 4px center;
}
.function ul li a.worktime {
	background:transparent url(/image/icon/chart_bar.gif) no-repeat scroll 4px center;
}

.priority_highest {
	color:#f17f7f;
}
.priority_high {
	color:#efBD6e;
}
.priority_normal {
	color:#000000;
}
.priority_low {
	color:#91C8de;
}

.search {
	border:1px solid #666666;
	background-color:#f0F0f0;
	-moz-border-radius:6px;
	white-space:nowrap;
}
.textKeyword {
	border:1px solid #ccCCcc;
	width:134px;
	background-color:#ffFFff;
}
.search .submit {
	vertical-align:middle;
}
form {
	padding:0;
	margin:0;
	display:block;
}

#containerNews .dateNews {
	font-size:75%;
	color:#999999;
}

ul.news_list {
	list-style:disc outside;
	margin:0 8px 8px 24px;
}
ul.news_list li {
	padding-bottom:4px;
}
ul.news_list li .date {
	font-size:80%;
	
}

.breadcrumb {
	height:1.8em;
}
.breadcrumb ul {
	*zoom:1;
	margin:0;
	padding:0;
	list-style-type:none;
}
.breadcrumb ul:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	line-height:0;
}
.breadcrumb ul li {
	float:left;
	margin:0 4px 4px 0;
}
.breadcrumb ul li.path {
	padding-left:8px;
	background:transparent url(/image/gt.gif) no-repeat scroll left center;
}

.minus {
	color:#ff0000;
}

.graphView {
	padding:16px 8px;
}

.business_year {
}
.business_year ul {
	height:2.4em;
	list-style-type:none;
	*zoom:1;
	margin:0;
	padding:0;
}
.business_year ul:after {
	content:".";
	height:0;
	display:block;
	line-height:0;
	visibility:hidden;
	clear:both;
}
.business_year ul li {
	float:left;
	font-size:120%;
}
.business_year ul li .year {
	padding:2px 8px;
	font-weight:bold;
}
.business_year ul li a {
	display:block;
	padding:2px 4px;
	border:1px solid #f0f0f0;
	background-color:#f6f6f6;
	text-decoration:none;
}
.business_year ul li a.previous {
}
.business_year ul li a.next {
}

td.center {
	text-align:center;
}

td.number {
	text-align:right;
}

