@charset "UTF-8";
	
/* 全体 */
	h1 {
		background-color:#7777ff;
		color:white;
		font-weight:bold;
		font-size:20px;
		padding:5px 0 5px 20px;
		margin-bottom:5px;
	}
	
	h2 {
		color:#777777;
		width:90%;
		margin-top:35px;
		margin-bottom:5px;
		font-size:15px;
		border-style:none none solid none; 
		border-width:1px; 
		border-color:#777777;
		
	}
	
	body {
		font-size:smaller;
		padding-top:5px;
		padding-bottom:50px;
		border-bottom-style:solid;
		border-bottom-width:2px;
		border-bottom-color:#7777ff;
	}
	
	p { 
		margin:0;
	}
	
	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;
	}
	
		
	.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;
	}

/* ハイライト(名称は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 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; 
	}
	
	tr.strong_red {
		background-color: #ffeaea; 
	}
	
	
/* リッチテキストのテーブル */
	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;
	}
	
	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;
	}
	
	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;
	}
	
	.reauired {
		color:red;
		font-weight:bold;
	}
	
	.i_text {
		width:680px;
		ime-mode:active;
	}

	.i_text_m {
		width:300px;
		ime-mode:active;
	}


	.i_text_s {
		width:150px;
		ime-mode:active;
	}

	.i_text_d {
		width:680px;
		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_textarea {
		width:750px;
		height:150px;
		ime-mode:active;
	}
	
	.i_num {
		width:50px;
		ime-mode:disabled;
	}
	
	table.item label {
		margin-right:10px;
	}

/* メニュー */
	.menu {
		margin-bottom:30px;
	}
	
	.menu td {
		padding:0 10px 0 0;
	}
	
	.menu td div {
		width:120px;
		border-style:solid;
		border-width:1px;
		border-color:#7777ff;
		padding:5px;
	}

			
	.menu td div a {
		color:#616161;
		font-weight:bold;
		text-decoration: none; 
	}
	.menu td div a:hover {
		text-decoration: underline;
	}
	.menu td div a:visited {
		color:#616161;
	}
	
	.currentMenu {
		background-color:#ccccff;
	}
	
	.required {
		color:red;
		font-weight:bold;
	}
	