@charset "euc-jp";
/* header */

#header.init{
	background:url(../img/header_bg.gif) repeat-x;
}
#header.campaign{
	background:url(../img/header_bg_campaign.gif) repeat-x;
}
#header.mail{
	background:url(../img/header_bg_mail.gif) repeat-x;
}
#header.service{
	background:url(../img/header_bg_service.gif) repeat-x;
}
#header.basic{
	background:url(../img/header_bg_basic.gif) repeat-x;
}

#header.match{
	background:url(../img/header_bg_match.gif) repeat-x;
}


#header p#search{
	position:absolute;
	top:6px;
	left:12px;
	height:20px;
	text-indent:21px;
	
}
#header p#search a{
	display:block;
	background:url(../img/icon_search.gif) 0 2px no-repeat;
}
#header p#mypage{
	position:absolute;
	top:6px;
	right:200px;
	height:20px;
	text-indent:21px;
	
}
#header p#mypage a{
	display:block;
	background:url(../img/icon/mypage.gif) no-repeat;
}
#header p#logout{
	position:absolute;
	top:6px;
	right:100px;
	height:20px;
	text-indent:21px;
	
}
#header p#logout a{
	display:block;
	background:url(../img/icon/logout.gif) no-repeat;
}


#header p#logo{
	position:absolute;
	top:52px;
	left:12px;


}
#header p#logo a{
	display:block;
	width:271px;
	height:44px;
background:url(../img/logo.gif) no-repeat;
text-indent:-2000em;	
	
}

/* side menu */
#sideMenu h2{
	padding:5px 0 5px 10px;
	background-color:#ebf1f7;
}
#sideMenu h2#head{
	padding:10px 0 5px 10px;
	background:url(../img/left_head_bg.gif) #ebf1f7 repeat-x;
}
#sideMenu ul{
	margin:0;
	padding:0;
}
#sideMenu li{
	padding:0;
	margin:0;
}
#sideMenu #localMenu li a{
	display:block;
	padding:3px 0 3px 10px;
}
#sideMenu #localMenu li a img{
	margin-top:-1px;
	margin-right:5px;
}
#sideMenu #localMenu li a.selected,#sideMenu #localMenu li a:hover{
	background-color:#aacded;
	font-weight:bold;
	color:#fff;
}



#sideMenu ul{
	margin:0;
	padding:0;
}
#sideMenu dd li{
	list-style:none;
	border-bottom:1px solid #d6e3ef;
	vertical-align:middle;
	padding:5px 0 5px 5px;
	margin:0;
}

#sideMenu dd li a{
	display:block;
}

#sideMenu dd li.last{
	border:none;

}
#sideMenu dd li img{
	margin-right:4px;
}
#sideMenu dl{
	margin:16px 10px 16px;
	width:180px;
}

#sideMenu dd{
	background:url(../img/left_info_bg.gif) bottom no-repeat;
}


dl.info dt{
	border-left:3px solid #9ebbcc;
	text-indent:10px;
	font-weight:bold;
	margin-bottom:8px;
	
}


#topicPath{
	height:20px;
	padding:6px 0 0 21px;
	margin:0 0 20px -21px;
	background:url(../img/right_bg.gif) #fff repeat-x;

}
th.thead{
	background-color:#9ebbcc;
	color:#fff;
	font-weight:bold;
	border:1px solid #dcdcdc;
	padding:6px;
	vertical-align:text-top;
}


th.theadR{
	background-color:#C33;
	color:#fff;
	font-weight:bold;
	border:1px solid #dcdcdc;
	padding:6px;
	vertical-align:text-top;
}


th{
	padding:6px;
	border:1px solid #dcdcdc;
	background-color:#e9f1f5;
	font-weight:normal;
	color:#333;
	vertical-align:text-top;
}
td{
	background-color:#fff;
	border:1px solid #dcdcdc;
	padding:6px;
	vertical-align:middle;
}


td.orange{
	background-color:#fdebbb;
	border:1px solid #dcdcdc;
	padding:6px;
	vertical-align:middle;
}


h1{
	background:url(../img/h1_bg.gif) repeat-x;
	padding:9px 0 0 31px;
	margin:0 0 15px;
	color:#fff;
	font-weight:bold;
	height:24px;
}


.right{
	text-align:right;
}



.key{
	color:#C00;
}

.caution{
	color:#F95E00;
}

.yellowgreen{
	color:#3ad615;
}

.darkgray{
	color:#999;
}


div.caution{
	border:1px solid #CCC;
	background-color:#FDEBBB;
	padding:10px 10px 0;
	margin-bottom:1em;
	color:#F95E00;
}


div.caution .bold{
		font-weight:bold;
}


dl.menuLeft,dl.menuRight{
	width:47%;
	padding:10px;
	border:1px solid #ccc;
	margin-bottom:15px;
}
dl.menuLeft{
	clear:both;
	float:left;
}
dl.menuRight{
	float:right;
}

dl.menuLeft dt,dl.menuRight dt{
	margin-left:100px;
	font-weight:bold;
}

dl.menuLeft dt img,dl.menuRight dt img{
	margin-left:-100px;
	float:left;
}

dl.menuLeft dd,dl.menuRight dd{
	margin-left:100px;
}

#flbox{
	width:100%;
	clear:both;
}


#flbox .flb{
	width:40%;
	float:left;
	margin-left:30px;
	text-align:left;

}


#flbox .frb{
	width:40%;
	float:right;
	text-align:right;
	margin-right:30px;

}


/*p.flb{
	width:40%;
	float:left;
	margin-left:30px;
	text-align:left;

}
p.frb{
	width:40%;
	float:right;
	text-align:right;
	margin-right:30px;

}*/



.edbtn{
	width:150px;
	text-align:center;
}

.noedit{
	background-color:#eee;
	
}


.bgred{
	background-color:#fdecfb;
	
}

p#matchCount{
	margin:25px 0 0;
	padding:0;
}
.currentPage{
	font-weight:bold;
	font-size:1.5em;
	color:#666;
}

ul.error{
	width:auto;
	border:3px double #C30;
}

ul.error li{
	list-style:none;
	color:#c30;
}


ul.test{
	width:auto;
	border:3px double #3ad615;
}

ul.test li{
	list-style:none;
	color:#3ad615;
}



#main table .point{
	margin-left: 5px;
	vertical-align:middle;
}


/*form_add*/

div#main table .radio{
	margin:0 10px; 
	vertical-align:baseline
}

/*report_list*/

div#main table .dline{
	font-weight:bold;
	border-top:double #ccc;
}


div#main table ul.mailList{
	margin:0;
	padding:0;
	width:100%;
}

div#main table ul.mailList li{
	float:left;
	margin-right:20px;
	list-style:none;
}


/*mail*/

table th.bgC00{
	background-color:#C00;
	color:#fff;
	font-weight:bold;
}


table td ul.formlist{
	margin:0;
	padding:0;
	list-style:none;
}

table td ul.formlist li{
	margin-bottom:8px;
}