/*全体設定*/
a:link {color: #FA4619;	text-decoration: underline; }
a:visited {color: #FA4619;	text-decoration: underline; }
a:hover {color: #000000 !important;	text-decoration: underline; }
a:active {color: #FA4619;	text-decoration: underline; }
a.menulnk {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none; /* 文字装飾 */
  color: #000000; /* 文字の色 003399*/
}
a.menulnk:visited   {
  color: #000000; /* 文字の色 */
  text-decoration: none; /* 文字装飾 */
}
a.menulnk:hover   {
  width: 100%;
  height: 100%;
  background-color:#FDB4A2;
  text-decoration: none; /* 文字装飾 */
  color: #000000; /* 文字の色 */
}

font.aclink{color: #000000;	text-decoration: none;}
a.aclink{color: #000000; text-decoration: none; width:100%; display:block;}
a.aclink:visited{color: #000000; text-decoration: none;}
a.aclink:hover{
	color: #FA4619;
	text-decoration: none;
}


font.helplink{color: #000000;	text-decoration: none;}
a.helplink{color: #000000; text-decoration: none;}
a.helplink:visited{color: #000000; text-decoration: none;}
a.helplink:hover{
	color: #FA4619;
	text-decoration: none;
}

body {
	word-break: break-all;
}

td {font-size: 12px;line-height: 130%;
	font-family:"メイリオ","Meiryo",
	            "ＭＳ Ｐゴシック","Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", "sans-serif";
}
.fontheader { font-size: 13px; line-height: 120%; }
.fontfooter { font-size: 11px; line-height: 120%; color: #444444; }
.fonttopmenu { font-size: 20px; line-height: 120%; font-weight: bold; }
.fonttitle {
	/*filter:dropshadow(offx=2,offy=2,color=#aaaaaa,positive=1);*/
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	padding-top: 4px;
	letter-spacing: 0.15em;
	font-family:"メイリオ","Meiryo","Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", "sans-serif";    
	color: #3E3E3E;
	word-break: normal;
}

.fonttitle2 {
	/*filter:dropshadow(offx=2,offy=2,color=#aaaaaa,positive=1);*/
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	padding-top: 4px;
	font-family:"メイリオ","Meiryo","Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", "sans-serif";    
	color: #3E3E3E;
	word-break: break-all;
	letter-spacing: normal;
}

.fontsection {
	font-size: 13px;
	line-height: 140%;
	font-weight: bold;
}
.fontindex { font-size: 16px; line-height: 120%; font-weight: bold; color: #FFFFFF; }
.fontpagenav { font-size: 13px; line-height: 150%; }
.fontsmall {  font-size: 11px}
.fontss_small{  font-size: 10.5px;}
.fontss_small_gray{  font-size: 10.5px; color: #888888; }
.fontss_small2{  font-size: 10.5px; line-height: 110%;}
.fontmenu {
	font-size: 16px;
	line-height: 120%;
	font-weight: bold;
	color: #3E3E3E;
}
.fontred { font-size: 12px; line-height: 120%; color: #FF3333; }
.fontred_b { font-size: 12px; line-height: 120%; color: #F6AFAF; font-weight: bold; }
.fontorenge {color: #FA4619; }
.fontblack { font-size: 11px; color: #000000; }
.fontblack2 { font-size: 12px; line-height: 120%; color: #000000; }
.fontinfoblue { font-size: 12px; line-height: 120%; color:#005BD2; }
.ftsmall-li-roman {
	margin-left:10px;
	list-style-image:  url(img/maru.gif);
	margin-bottom: 0px;
	padding-bottom: 10px;
	line-height: 130%;
}

.ftsmall-li-roman2 {
	margin-left:20px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	line-height: 130%;
}

.ftsmall-li-roman3 {
	margin-left:40px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	line-height: 130%;
}

.ft-write-tate {
	width: 50px;
	height: 100px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.fontprev a{
	font-size: 14px;
	line-height: 160%;
	text-decoration: underline;
}
.fontgray { font-size: 12px; line-height: 120%; color:#CCCCCC }

/*td設定*/
	/*黒タイトル*/
	td.label_title{
	background-image: url(img/td_gr250.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	border-color: #333333;
	text-indent: 2px;
	font-weight: bold;
	border-left:5px solid #333333;
	height: 25px;
	word-break: normal;
}
	/*黒タイトル 表示/非表示用*/
	td.label_title2{
	background-image: url(img/ex/fk_01.gif);
/*	background-repeat: no-repeat;*/
	color: #333333;
	border-color: #333333;
	text-indent: 2px;
	font-weight: bold;
	border:1px solid #999999;
	border-left:3px solid #999999;
	height: 25px;
	cursor:pointer;
	word-break: normal;
	
}
	/*グレイバック*/
	td.label1{
	background-repeat: no-repeat;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #333333;
	border: 1px solid;
	border-color: #D6D6CD #BEBEAF #BEBEAF #D6D6CD;
	border-bottom: 1px solid #909090;
	border-right: 1px solid #909090;
	background-color: #E8E8E8;
	width:140px;
}
	/*グレイバック(admin)*/
	td.label1_admin{
	background-repeat: no-repeat;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #333333;
	border: 1px solid;
	border-color: #D6D6CD #BEBEAF #BEBEAF #D6D6CD;
	border-bottom: 1px solid #909090;
	border-right: 1px solid #909090;
	background-color: #E8E8E8;
}

/*ルールアクション用グレイバック*/
td.label_action{
	background-repeat: no-repeat;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #333333;
	border: 1px solid;
	border-color: #D6D6CD #BEBEAF #BEBEAF #D6D6CD;
	border-bottom: 1px solid #909090;
	border-right: 1px solid #909090;
	background-color: #E8E8E8;
	width:90px;
}

	td.label1_80{
	background-repeat: no-repeat;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #333333;
	border: 1px solid;
	border-color: #D6D6CD #BEBEAF #BEBEAF #D6D6CD;
	border-bottom: 1px solid #909090;
	border-right: 1px solid #909090;
	background-color: #E8E8E8;
	width:80px;
}
	td.label1_100{
	background-repeat: no-repeat;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #333333;
	border: 1px solid;
	border-color: #D6D6CD #BEBEAF #BEBEAF #D6D6CD;
	border-bottom: 1px solid #909090;
	border-right: 1px solid #909090;
	background-color: #E8E8E8;
	width:100px;
}
	td.label1_160{
	background-repeat: no-repeat;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #333333;
	border: 1px solid;
	border-color: #D6D6CD #BEBEAF #BEBEAF #D6D6CD;
	border-bottom: 1px solid #909090;
	border-right: 1px solid #909090;
	background-color: #E8E8E8;
	width:160px;
}
	td.label1_free{
	background-repeat: no-repeat;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #333333;
	border: 1px solid;
	border-color: #D6D6CD #BEBEAF #BEBEAF #D6D6CD;
	border-bottom: 1px solid #909090;
	border-right: 1px solid #909090;
	background-color: #E8E8E8;
}

	/*白*/
	td.label2{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #D0D0D0;
}

	/*白*/
	td.label2_break{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #D0D0D0;
	word-break: break-all;
}


td.label_bdgray{
    border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCDDFF;
	border-right-color: #7799DD;
	border-bottom-color: #7799DD;
	border-left-color: #CCDDFF;
	border-color: black #999999 #999999 black;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 0px
}



td.label3{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-left-color: #7799DD;
	color: #333333;
}

/*インデント*/
.indent{
	text-indent:-1em;
	padding-left:1em;
}
.indent2{
	text-indent:-2em;
	padding-left:2em;
}


/*メニュー用*/
td.menu_title{ background-color:#CCCCCC; text-align:center; word-break: normal; }
td.menu_def{ background-color:#FFFFFF; word-break: normal; }
td.menu_active{	background-color:#FC7E5F; word-break: normal; }
td.sidemenu1{ background-color: #FFFFFF; word-break: normal; }
td.sidemenu2{ background-color: #FFFFFF; word-break: normal; }

td.sidewidth1{ width: 11px;}
td.sidewidth2{ width: 24px;}
td.sidewidth3{ width: 36px;}

div.menu_height{ _height:20px; min-height:20px; }

/*リスト*/
tr.list_title{
	background-color: #FDB4A2;
	height: 30px;
	word-break: normal;
}
tr.list_label1{	background-color: #FFFFFF; }
tr.list_label2{	background-color: #EEEEEE; }
tr.list_label3{	background-color:#FF6600; }
td.list_title{ background-color: #FDB4A2; word-break: normal; }
td.list_label1{	background-color: #FFFFFF; }
td.list_label2{	background-color: #EEEEEE; }

tr.list_label4{ background-color:#CCCCCC; }
td.list_label4{ background-color:#CCCCCC; }
tr.list_label4{ color:#999999; }
td.list_label4{ color:#999999; }

/* ルール幅 */
td.list_rule1{ width: 120px;}
td.list_rule2{ width: 30px;}

/* ルール詳細用 */
td.label1_dt{
	background-repeat: no-repeat;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #333333;
	border: 1px solid;
	border-color: #D6D6CD #BEBEAF #BEBEAF #D6D6CD;
	border-bottom: 1px solid #909090;
	border-right: 1px solid #909090;
	background-color: #E8E8E8;
	width:150px;
}

td.label1_dt2{
	background-repeat: no-repeat;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #333333;
	border: 1px solid;
	border-color: #D6D6CD #BEBEAF #BEBEAF #D6D6CD;
	border-bottom: 1px solid #909090;
	border-right: 1px solid #909090;
	background-color: #E8E8E8;
	width:75px;
}

td.label1_dt3{
	background-repeat: no-repeat;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #333333;
	border: 1px solid;
	border-color: #D6D6CD #BEBEAF #BEBEAF #D6D6CD;
	border-bottom: 1px solid #909090;
	border-right: 1px solid #909090;
	background-color: #E8E8E8;
	width:30px;
}

td.label2_dt{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #D0D0D0;
	width:530px;
}

td.label2_dt2{

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #D0D0D0;
	width:370px;
}

table.ruledt_border{
	width: 480px;
	border-collapse : collapse ;
	border-width : 1px 1px 1px 1px ;
	border-style : solid ;
	border-color : #999999 ;
}
table.ruledt_border td {
	font-size: 11px;
	border-width : 1px 1px 1px 1px;
	border-style : solid;
	border-right-color: #999999;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

/*グループ化*/
div.sub_note{
	padding: 0px 3px 8px 3px;
}
span.sub_note_text_or{
	display: none;
	color: #EA9747;
}
span.sub_note_text_and{
	display: none;
	color: #FC7E5F;
}
span.spacer{
	width: 9px;
}
td.sub_sep{
	margin:  0px;
	padding: 0px;
	min-height: 8px;
}
td.condition_container{
	padding: 4px 0px;
	width: 100%;
}
td.checkbox_container{
	padding: 4px 0px;
	vertical-align: top;
}
td.group_button_container{
	width: 100%;
}

td.top_bar{
	margin:  0px;
	padding: 0px;
	min-width: 16px;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: center center;
}
td.top_bar_or{
	background-image: url(img/sideways_top_or.png);
}
td.top_bar_and{
	background-image: url(img/sideways_top_and.png);
}

td.sub_bar_left{
	margin:  0px;
	padding: 0px;
	min-width: 12px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #DDDDDD;
}
td.sub_bar_left_or{
	background-image: url(img/sideways_sub_or.png);
	background-color: #EA9747;
}
td.sub_bar_left_and{
	background-image: url(img/sideways_sub_and.png);
	background-color: #FC7E5F;
}

td.sub_bar_right{
	margin:  0px;
	padding: 0px;
	min-width: 3px;
	background-color: #DDDDDD;
}
td.sub_bar_right_or{
	background-color: #EA9747;
}
td.sub_bar_right_and{
	background-color: #FC7E5F;
}

/*レポート用*/
tr.rpt_list_title{ 
	font-size: 11px;
	background-color: #DDDDDD; 
	word-break: normal;
}
tr.rpt_list_label1{
	font-size: 11px;
	background-color: #FFFFFF;
}
tr.rpt_list_label2{
	font-size: 11px;
	background-color: #EEEEEE;
}
tr.rpt_list_label3{
	font-size: 11px;
	background-color: #FC7E5F;
}
td.rpt_list_title{
	font-size: 11px;
	background-color: #DDDDDD;
	word-break: normal;
}
td.rpt_list_label1{
	font-size: 11px;
	background-color: #FFFFFF;
}
td.rpt_list_label2{
	font-size: 11px;
	background-color: #EEEEEE;
}
td.rpt_list_row_title{
	font-size: 11px;
	word-break: normal;
	line-height: 100%;
}

/*印刷時罫線を出力*/
	table.rpt_border{
		width: 560px;
  		border-collapse : collapse ;
		border-width : 1px 1px 1px 1px ;
		border-style : solid ;
		border-color : #999999 ;
	}
	table.rpt_border td {
		font-size: 11px;
		border-width : 1px 1px 1px 1px;
		border-style : solid;
		border-right-color: #999999;
		border-top-color: #999999;
		border-bottom-color: #999999;
		border-left-color: #999999;
	}
	table.rpt_border_off{
		border-width : 0px 0px 0px 0px ;
		border-style : none;
	}

	table.rpt_border_off td {
		width: 60px;
		border-width : 0px 0px 0px 0px;
		border-style : none;
		text-align: center;
	}

	table.rpt_title{
		background-repeat:no-repeat;
		background-size:530px 65px;
		word-break: normal;
	}

/* quarantine */
table.qua_cate_border{
	width: 100%;
	border-collapse : collapse;
	border-width : 1px 1px 1px 1px;
	border-style : solid;
	border-color : #999999;
}
table.qua_cate_border td {
	border-width : 1px 1px 1px 1px;
	border-style : solid;
	border-right-color: #999999;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
tr.qua_cate_title{ 
	background-color: #DDDDDD; 
	word-break: normal;
}

td.rpt_ranklabel1{
	font-size: 11px;
	background-color:#6E90F8;
	border-top-color: #FF0000;
	border-top-style: solid;
	border-top-width: 2px;
}
td.rpt_ranklabel2{
	font-size: 11px;
	background-color:#92B8F4;
}
td.rpt_ranklabel3{
	font-size: 11px;
	background-color:#B3D9FF;
}
td.rpt_rank_title1{
	font-size: 11px;
	width: 160px;
	word-break: normal;
}
td.rpt_rank_title2{
	font-size: 11px;
	width: 120px;
	word-break: normal;
}
td.rpt_rank_title3{
	font-size: 11px;
	width: 100px;
	word-break: normal;
}
td.rpt_rank_title4{
	font-size: 11px;
	width: 80px;
	word-break: normal;
}
td.rpt_header_title1{
	font-size: 11px;
	width: 140px;
	word-break: normal;
}
td.rpt_header_title2{
	font-size: 11px;
	width: 220px;
	word-break: normal;
}

td.bottom_dotline{
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
}

td.right_dotline{
	border-right-style: solid;
	border-right-color: #666666;
	border-right-width: 1px;
}

/*メール管理用*/
tr.mail_list_title{ background-color: #E8E8E8; }
tr.mail_list_label1{background-color: #FFFFFF; }
td.mail_list_title{ background-color: #E8E8E8; }
td.mail_list_label1{background-color: #FFFFFF; }

/*テキストリンクボタン*/
	td.txtlink_btn131{
	background-image: url(img/smenu_back.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 138px;
	}
	td.txtlink_btn131_small{
	background-image: url(img/smenu_back.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 138px;
	font-size: 11px;
	}
	td.txtlink_btn200{
	background-image: url(img/smenu_back2.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 200px;
	}

/*table設定*/
table.bd_box {
	background-color: #FFFFFF;
	border: 2px #CCCCCC solid;
}
table.bd_nml {
	background-color: #FFFFFF;
	border: 1px #AAAAAA solid;
}
table.bd_addurl { background-color: #CCCCCC; color: #444444; border: 1px solid #666666; font-size: 12px; height: 16px; width: 70px}
table.menu{
	border: 0.5px ;
	background-color: #999999;
}

/*特殊表示*/
	/*リスト表示*/
	ul{
		margin-bottom:3px;
		margin-top:0px;
}

	/*リスト用タイトル*/
	.title_top{
		background-repeat: no-repeat;
		text-indent: 2px;
		font-weight: bold;
		list-style-image: url(img/icon_00.gif);
		margin-top: 10px;
		margin-bottom: 5px;
		margin-left: -8px;
}

	/*リストの黒点無しスタイル*/
	.no_marker{
		list-style-type: none;
		margin-top: 10px;
}

	hr.dots { border: 2px dotted #A2C7DB; }
	
	.hang {
		padding-left: 2em;
	}

/*プリント用*/
@media print {
	a:link {color: #000000;	text-decoration: none;}
	a:visited {color: #000000;text-decoration: none;}
	.prtoff {display: none;}
	.fontsmall {font-size: 11px; line-height: 100%;}
}



/*----------------------------ヘルプ----------------------------*/
body.help_bg {
	background-image: url(img/help/tmpl_bghelp.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-bottom-color: #AAAAAA;
}
td.menu {
	background-color: #999999;
}

/* 選択したときの */
#tbl {
margin:0px;
padding:2px;
color:black;
font:9pt 'ＭＳ Ｐゴシック',sans-serif;
border-collapse:collapse;
background-color:#FFFFFF;
	background-color: #000033;
	background-color: #006699;
}
#tbl td{
padding:3px;
text-align:center;
border:1px black solid;
width:80px;
height:25px;
}
table.menubg {
background-color: #C9E1FF; width:167px;

}
font.dir1 {
	cursor: pointer;
	/*background-color: #FFFFFF;*/
	font-size: 13px;
	font-weight: bold;
	/*border-bottom-color: #AAAAAA;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	width:100px;
	height: 30px;
	color: #933A00;*/

}
font.dir2 {
	background-color: #DDDDDD; width:167px;
}

.help_table{border:solid #999999 1px;border-collapse:collapse;}
.help_table td{	padding: 2px;margin: 1px;border: solid #999999 1px;}
.httitle{background-color: #FDB4A2;}
.httitle2{background-color: #C0C0C0;}
.httitle3{background-color: #dcdcdc;}
.httitle4{background-color: #F8F8F8;}
.help_cyui{	border:solid #999999 1px;border-collapse:collapse;background-color: #FFFFCC;}
.help_hosoku{border:solid #999999 1px;border-collapse:collapse;background-color: #C4EDFF;}
.help_hint{	border:solid #999999 1px;border-collapse:collapse;background-color: #C1FFC1;}
.help_cyui td{padding: 3px;}
.help_hosoku td{padding: 3px;}
.help_hint td{padding: 3px;}
