/* common
--------------------------------------------------------------------------------*/
#containar {
 width: 873px;
 background-color:#FFFFFF;
	margin: 0 auto;
}

#wrap {
 background: url(../images/back.jpg) repeat-y;
}


/* pagebody
---------------------------------------------------- */
#pagebody {
	clear: both;
	position: relative;
	width: 873px;
	padding-top: 0px;
	left: 0px;
	top: 130px;
}


#shadow {
    width:873px;
	background-image: url(../images/shadow.png);
	background-repeat: repeat-y;
	margin: 0 auto;
}


/* link
---------------------------------------------------- */

a:link	  {color: #0099FF; text-decoration: none;}
a:visited {color: #0099FF; text-decoration: none;}
a:active  {color: #0099FF; text-decoration: none;}
a:hover   {color: #FF6600; text-decoration: none;}


/* header
---------------------------------------------------- */
#header {
  padding-top: 0px;
  height: 250px;
  color: #999999;
}
#header #logo {
  position: absolute;
  padding: 10px 0 0 10px;
}

#header ul {
  margin: 0;
  padding: 0;
  width: 843px;
  list-style: none;
  text-align: right;
  font-size: 10px;
  line-height: 5.5;
  padding-top: 0px;
}

#header li {
  display: inline;
  padding-left: 1em;
  padding-top: 0px;
  vertical-align: bottom;
}

#header #menu {
  padding-top: 0px;
}

#header #imgeria {
  padding-top: 0px;
}

#header #flasheria {
  padding-top: 0px;
  height:432px;
}

/* top contents
--------------------------------------------------------------------------------*/
#main {
  width: 823px;
  padding: 25px 25px 0 25px;
  color: #FFFFFF;
}

/* left contents
--------------------------------------------------------------------------------*/
#indexLeft {
	width: 235px;
	float: left;
	padding: 0 0 0 0;
	padding-top: 0px;
}

#indexLeft ul {
 width: 208px;
	list-style-type: none;
	padding: 0 0 0 0;
}

#indexLeft li {
	width: 208px;
	height: 25px;
	padding: 0 0 0 0;
	padding-top: 8px;
}

/* index
--------------------------------------------------------------------------------*/
/******* main contents *******/
#indexMain {
	width: 600px;
	padding-top: 0px;
	float: left;
	padding: 0 0 0 0;
	padding-top: 0px;
}

.font {
	font-size: 9px;
	color: #000000;
}

.font10 {
	font-size: 10px;
	color: #000000;
}

.font11 {
	font-size: 11px;
	color: #000000;
}

.font12 {
	font-size: 12px;
	color: #000000;
}

.fontb {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.greyline {
	background-image: url(../images/grey_line.gif);
	background-repeat: repeat-x;
}

.left{
	text-align:left;
}

#up {
	margin: 50px 0 0 750px;
}

#banner {
	width: 775px;
	height: 40px;
	background-color:#E7E2E3;
    text-align: left;
	margin: 10px 0 0 40px;
	padding: 10px 10px 10px 10px;
}

.list {
margin-left:20px;
}

/* footer
--------------------------------------------------------------------------------*/
#fPtop {
	margin: 30px 0 0 0;
}

#footer {
    width: 873px;
	height: 100px;
	padding: 10px 0 0 0;
	background-color:#F7F7F7;
	background: url(../images/footer.gif) repeat-y;
}

#footerLeft {
	width: 523px;
	height: 100px;
	float: left;
    text-align: right;
}

#footerright {
	width: 310px;
	height: 100px;
	float: left;
	font-size: 10px;
}

#footerright ul {
  margin: 0;
  padding: 0px;
  width: 310px;
  list-style: none;
  text-align: right;
  font-size: 9px;
  line-height: 1.5;
  padding-top: 10px;
}

#footer li {
  display: inline;
  padding-left: 1em;
  padding-top: 0px;
  vertical-align: bottom;
  font-size: 10px;
}



/* sitemap
--------------------------------------------------------------------------------*/
ul, li{
	text-align:left;
}
ul.tree{
	margin: 4px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	background-image: url(../images/bg_tree_01.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	font-size: 12px;
}
ul.tree li{
	margin: 0px;
	/* for Mozilla bug */
	margin-top: -0.02em;
	padding: 5px 0px 0px 28px;
	background-image: url(../images/bg_tree_02.gif);
	background-repeat: repeat-y;
	background-position: left center;
	font-size: 12px;
}
ul.tree li.lastItem{
	background-image: url(../images/bg_tree_03.gif);
	font-size: 12px;
}
