/* CSS Document */
div#main{
  width:778px;
  margin-right:auto; margin-left:auto;
  background:url("../images/bg_main.gif") #ffffff repeat-y;
}
div#left{
  float:left;
  width:170px;
  text-align:left;
  background:#edf0f7;
}
div#right{
  float:right;
  background:#ffffff;
}
div#submenu{
}
div#subname{
  background:url("../images/bg_submenu.gif") transparent no-repeat;  
  height:41px;
  color:#ffffff;
  font-weight:bold;
  text-align:right;
  font-size:14px;
  padding-top:25px;
  padding-bottom:25px;
  padding-right:25px;
  margin-bottom:10px;
}
div#submenu ul{
   list-style-type:none;
   list-style-position:inside;
   border-left:#e1e0de 1px solid;
   border-right:#e1e0de 1px solid;
   margin-left:5px;
   margin-right:5px;
   margin-top:-2px;
   padding-top:5px;
   margin-bottom:0px;
   background:#ffffff;
}

div#submenu ul li{
  text-align:left;
  margin-left:10px;
  
}
div#submenu ul li a{	
	color: #333;
	text-decoration:none;
	display:block;
	height:25px;
	margin-left:-16px;
	margin-right:8px;
	padding-left:20px;
	padding-top:5px;
	background: url("../images/bg_submenu1.gif") transparent no-repeat;
}

div#submenu ul li a:hover{
	color: #ffffff;
	text-decoration:none;
	background: url("../images/bg_submenu2.gif") transparent no-repeat;
}

div#submenu ul li a.currently{
	color: #CC0000;
	font-weight: bold;
}
div#title{
  background:url("../images/bg_title.gif") transparent no-repeat;
  padding-top:23px;
  padding-left:25px;
  font-weight:bold;
  height:65px;
  color:#000000;
  text-align:left;
  font-size:14px;
  margin-bottom:10px;
}

div#menulist{margin:20px;border:#cccccc 1px solid;}
.mItem{background:url("../images/icon_ml.gif") #f1f1f1 no-repeat 5% 50%;padding-left:50px; padding-bottom:5px; padding-right:5px; padding-top:5px;width:33%}
.mItem a{color:#fe9304}
.mItem a:hover{color:#000000}
.mItem_null{background:#f1f1f1 no-repeat 5% 50%;padding-left:50px; padding-bottom:5px; padding-right:5px; padding-top:5px;width:33%}
.mItem_null a{color:#fe9304}
.mItem_null a:hover{color:#000000}

div#detail{background:#ffffff;}
div#detail ul{
  margin-left:-25px!important;margin-left:20px;
  padding-right:20px;
}

div#detail ul li{
  border-bottom:1px #cccccc dotted;
  list-style-position:inside;
  padding:5px;
  text-align:left;
  color:#ff9600;
}

div#detail ul li a{
  color:#2d5eb8;
  text-decoration:none;
}

div#detail ul li a:hover{
  color:#000000;
  text-decoration:underline;
}

div#page{
  list-style-position:inside;
  padding:3px;
  color:#006699;
  background:#f1f1f1;
  margin:10px;
}

div#page a{
  color:#2d5eb8;
  text-decoration:underline;
}

div#page a:hover{
  color:#000000;
  text-decoration:none;
}

.mqts{line-height:20px;text-align:left;}