@charset "utf-8"; /* charset */

/*common*/
body {
  margin: 0;
  padding: 0;
  color: #333333;
  font-family: "lr oSVbN","qMmpS Pro W6","Hiragino Kaku Gothic Pro W6",Osaka,Verdana,Helvetica,sans-serif;
  font-size: 12px;
	background-color: #FFFFFF
}
td {
  font-size: 12px;
}
form,input {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
h1 {
	color: #333;
	background-image:url(../images/main-title01-bg.jpg);
	background-position: left bottom;
	background-repeat:repeat-x;
	font-size: 190%;
	padding: 15px 15px 19px 15px;
	margin-bottom: 15px;
	font-weight:bold;
}

/* -------------------------------------------------------------------
 top page
------------------------------------------------------------------- */
#topMain {
margin-left: 150px;
}
p#lead {
margin-top: 20px;
margin-bottom: 20px;
}
p.txt {
padding: 0 0 20px 40px;
}


/* -------------------------------------------------------------------
 menu
------------------------------------------------------------------- */

/* common */
div#menu {
  width: 200px;
  margin: 0;
	padding: 24px 0 10px 6px;
  text-align: left;
@line-height: 1.3;
}
div#menu span.end {
	font-weight: bold;
}

/* site manager menu */
body#siteMenu {background-color: #BAE4BC;}
body#siteMenu a:link {color: #336633;}
body#siteMenu a:visited {color: #336633;}
body#siteMenu a:hover {color: #CF801D;}
body#siteMenu a:active {color: #CF801D;}
body#siteMenu span.end {color: #CF801D;}


/* web manager menu */
body#webMenu {background-color: #B7D3E1;}
body#webMenu a:link {color: #00005A;}
body#webMenu a:visited {color: #00005A;}
body#webMenu a:hover {color: #CF801D;}
body#webMenu a:active {color: #CF801D;}
body#webMenu span.end {color: #CF801D;}


/* mail manager menu */
body#mailMenu {background-color: #EFE3FE;}
body#mailMenu a:link {color: #6600CC;}
body#mailMenu a:visited {color: #6600CC;}
body#mailMenu a:hover {color: #CF801D;}
body#mailMenu a:active {color: #CF801D;}
body#mailMenu span.end {color: #CF801D;}


/*main*/
#main {
  width: 525px;
  text-align:left;
  padding: 18px 0 10px 10px;
  margin: 0;
}
#main .title {
  background-image:url(../images/main-title01-bg.jpg);
  background-position: left bottom;
  background-repeat:repeat-x;
  padding: 15px 15px 19px 15px ;
  margin-bottom: 15px;
}


/* -------------------------------------------------------------------
 user_add
------------------------------------------------------------------- */
/* topic-path */
p#topic-path {
	margin-bottom: 20px;
	padding: 4px;
	color: #fff;
	background-color: #999;
}
p#topic-path a:link {color: #fff;}
p#topic-path a:visited {color: #fff;}

/* common */
div#userAdd {
	margin: 24px 16px;
	width: auto;
}
div#userAdd td.right {
	text-align: right;
}
div#userAdd td.center {
	text-align: center;
}

div#userAdd p#reload {
	text-align: left;
}
div#userAdd table#regist,table#usrList {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
div#userAdd table#regist th,
div#userAdd table#regist td,
div#userAdd table#usrList th,
div#userAdd table#usrList td {
	padding: 3px;
	border:1px solid #BAE4BC;
	font-size: 12px;
	line-height: 1.5;
}
div#userAdd table#regist {
	margin-bottom: 12px;
	width: 560px;
}
div#userAdd table#regist strong {
	color: #f00;
}
div#userAdd table#regist th {
	font-weight: normal;
	text-align: right;
	vertical-align: top;
}
div#userAdd p#newregist {
	margin-bottom: 24px;
	width: 600px;
	text-align: center;
}
div#userAdd table#usrListTitle,
div#userAdd table#usrList {
	width: auto;
}

/* color (Site Manager) */
body#site div#userAdd table#regist,table#usrList,
body#site div#userAdd table#regist th,
body#site div#userAdd table#regist td,
body#site div#userAdd table#usrList th,
body#site div#userAdd table#usrList td {
	border:1px solid #BAE4BC;
}
body#site div#userAdd table#regist th,
body#site div#userAdd table#usrList th {
	background-color: #DEF5DF;
}

/* color (Web Manager) */
body#web div#userAdd table#regist,table#usrList,
body#web div#userAdd table#regist th,
body#web div#userAdd table#regist td,
body#web div#userAdd table#usrList th,
body#web div#userAdd table#usrList td {
	border:1px solid #B7D3E1;
}
body#web div#userAdd table#regist th,
body#web div#userAdd table#usrList th {
	background-color: #D9ECF5;
}

/* color (Mail Manager) */
body#mail div#userAdd table#regist,table#usrList,
body#mail div#userAdd table#regist th,
body#mail div#userAdd table#regist td,
body#mail div#userAdd table#usrList th,
body#mail div#userAdd table#usrList td {
	border:1px solid #EFE3FE;
}
body#mail div#userAdd table#regist th,
body#mail div#userAdd table#usrList th {
	background-color:	#F9F5FE;
}
