@charset "UTF-8";
	
/** 全体 */
	body {
	width:100%;
	font-size:smaller;
	padding-bottom:50px;
	background-color: #EFEFEF;
	padding-top: 5px;
	margin: 0px;
	}
	
	p { 
		margin:0;
	}
a {
	color: #39307A;
}

	
	table {
		font-size:13px;
	 	border-collapse: collapse;
		margin-bottom:20px;
	}
	
	a.noUnder {
		text-decoration: none; 
	}
	
	a.fix:visited {
		color:#2075ff;
	}
	
	
	.notes {
		font-size:10px;
		color:#888888;
	}

	.notes_i {
		font-size:10px;
		color:#888888;
		font-style:italic;
	}

		
	.strong {
		background-color:yellow;
	}

	.bold {
		font-weight:bold;
		font-style:italic;
	}
	
	.clickable {
		color:#2075ff;
		cursor:pointer;
		text-decoration:underline;
	}
	
	.clickable_b {
		font-weight:bold;
		color:#2075ff;
		cursor:pointer;
		text-decoration:underline;
	}
	
	.clickable_italic {
		color:#2075ff;
		cursor:pointer;
		font-style:italic;
		font-weight:bold;
		color:#7777ff;
		text-decoration:underline;
	}

	.clickable_italic_s {
		color:#2075ff;
		cursor:pointer;
		font-style:italic;
		font-size:smaller;
		color:#7777ff;
		text-decoration:underline;
	}
	
	.clickable img, .clickable_b img, .clickable_italic img, .clickable_italic_s img {
		text-decoration:none;
	}
	
	
	.clickable_hover {
		background-color:yellow;
	}
/** レイアウト */
	#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;

	}
	
	#header {

		
	}
#header h1 {
	font-size: 120%;
	color: #3E549F;
	padding-left: 15px;
}


	#navigation {
		float: left;
		width: 200px;
	}

	#content_login {
		float: left;
		width: 822px;
	}
	
	#content {
	float: right;
	width: 700px;
	}
	
	#footer {
		clear: both;
	
	}
		
/* ハイライト(名称はjqueryにて固定) */
	.highlight {
		font-weight: bold;
		background-color: yellow;
	}


/* ページャー */
	.pager {
		margin:10px 0 10px 0;
	}
	
	.pager span.pageNo, span.active {
		margin-left:7px;
		margin-right:7px;
	}
	
	.pager span.active {
		background-color:#3580C5;
		font-weight:bold;
		color:#FFFFFF;
	}
	
	.pager a {
		text-decoration: none;
	}
	
	.pager a:visited {
		color:#2075ff;
	}
		
	
/** テーブル */	
/*
	table.list {
		border-style:solid none solid none;
		border-width:1px;
		border-color:#aaaaaa;
	}
	
	table.list td {
		border-style:none none none none;
		border-width:1px;
		border-bottom-color:#aaaaaa;
		padding:5px 10px 5px 10px;
	}
	
	table.list th {
		border-style:none none solid none;
		border-width:1px;
		border-right-color:#aaaaaa;
		border-bottom-color:#666666;
		padding:1px 5px 1px 5px;
		background-color:#eaeaf0;
	}
	
	.list tr.odd {
		background-color: #eaeaf0; 
	}
	*/
	
		table.list {
		border-style:solid none solid solid;
		border-width:1px;
		border-color:#aaaaaa;
	}
	
	table.list td {
		border-style:none solid dashed none;
		border-width:1px;
		border-right-color:#aaaaaa;
		border-bottom-color:#666666;
		padding:8px 5px 8px 5px;
	}
	
	table.list th {
		border-style:none solid solid none;
		border-width:1px;
		border-right-color:#aaaaaa;
		border-bottom-color:#666666;
		padding:1px 5px 1px 5px;
		background-color:#eaeaf0;
	}
	
	.list tr.odd {
		background-color: #eaeaf0; 
	}
	
	
	.list tr.deleted {
		background-color: #aaaaaa; 
	}
	
	tr.strong_red {
		background-color: #ffeaea; 
	}
	
	table.deleted {
		background-color: #aaaaaa; 
	}

/* リッチテキストのテーブル */
	table.byCleditor {
		border-style:solid none solid solid;
		border-width:1px;
		border-color:#aaaaaa;
	}
	
	table.byCleditor td {
		border-style:none solid dashed none;
		border-width:1px;
		border-right-color:#aaaaaa;
		border-bottom-color:#666666;
		padding:10px 5px 10px 5px;
	}
	

/* 単項目テーブル */
	table.item {
	border-style:solid none solid solid;
	border-width:1px;
	border-color:#aaaaaa;
	width: 680px;
	}
	
	table.item td, table.item th {
	border-style:dashed solid dashed none;
	border-width:1px;
	border-top-color:#999999;
	border-right-color:#aaaaaa;
	border-bottom-color:#999999;
	padding:6px;
	width: 130px;
	}
	
	table.item th {
		background-color: #eaeaf0; 
		text-align:left;
	}
	
	table.item td {
		padding:5px 30px 5px 10px;
		
	}

/* 入力フォーム */
	
	table.noborder, table.noborder td {
		margin:0;
		padding:0;
		border-style:none;
	}
	
	.required {
		color:red;
		font-weight:bold;
	}
	
	.i_text {
		width:650px;
	}

	.i_text_m {
		width:300px;
	}


	.i_text_s {
		width:150px;
	}

	.i_text_d {
		width:650px;
		ime-mode:disabled;
	}

	.i_text_d_m {
		width:300px;
		ime-mode:disabled;
	}

	.i_text_d_s {
		width:150px;
		ime-mode:disabled;
	}

	.i_text_d_ss {
		width:80px;
		ime-mode:disabled;
	}

	.i_text_ro_m {
		width:300px;
		border-style:none;
	}


	.i_textarea_s {
		width:200px;
		height:150px;
	}
	
	.i_textarea {
		width:650px;
		height:250px;
	}
	
	.i_num {
		width:50px;
		ime-mode:disabled;
	}
	
	table.item label {
		margin-right:10px;
	}
	
	.readOnly {
		border-style:none;
		
	}
	

/** カテゴリメンテナンス */
	.category_1 {
		background-color:#77ff77;
		width:400px;
		padding-top:8px;
		padding-bottom:8px;
		margin-top:20px;
	}
	
	.category_1_botton {
		background-color:#77ff77;
		width:400px;
		margin-top:20px;
	}

	.category_2 {
		background-color:#bbffbb;
		margin-left:30px;
		width:370px;
		padding-top: 4px;
		padding-bottom: 4px;
		margin-top:10px;
	}

	.category_2_botton {
		background-color:#bbffbb;
		margin-left:30px;
		width:370px;
		margin-top:10px;
	}

	.category_3 {
		background-color:#eeffee;
		margin-left:60px;
		width:340px;
		padding-top: 2px;
		padding-bottom:2px;
	}

	.category_3_botton {
		background-color:#eeffee;
		margin-left:60px;
		width:340px;
	}

	
