@charset "utf-8";
/* CSS Document */

@import url("navi.css");

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 12px;
	font-family:Tahoma,Verdana,Arial;
	background:  url(../img/bg.gif) repeat-y top center #d1d1d1;
            line-height: 1.8em;
}

a {
	overflow:hidden;
	outline:none;
	text-decoration: none;
            color: #333;
}

a:hover {
            color: #333;
	text-decoration:underline
}

a:visited {
            color: #333;
}

ul {
	list-style-type: none;
}

img {
	border: none;
}



/*  HEADER
----------------------------------------------*/

#headerbase {
	width: 800px;
	margin: 0px auto;
	background: #FFF;
}

#header {
	width: 800px;
	height: 100px;
	background: url(../img/top.gif) no-repeat top left;
}

#header h1 a {
	width: 150px;
	height: 100px;
	margin-left: 10px;
	float: left;
	background: transparent;
	text-indent: -9999px;
} 

#header p {
	margin: 28px 0 0 10px;
	float: left;
	width: 450px;
}

#header p strong{
	font-size: 116%;
}

#header p.add {
	text-indent: -9999px;
	width: 50px;
}


/*  CONTENER
----------------------------------------------*/

#contener {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
}


/*  CONTENTS
----------------------------------------------*/

#contents {
	width: 580px;
	margin: 10px 5px 10px 10px;
	float: right;
}

*html #contents {margin-right:0px}

h2 {
	margin-bottom: 10px;
}

/*  SIDEMENU
----------------------------------------------*/

#sidemenu {
	width: 195px;
	padding: 10px 5px;
	float: left;
}

#sidemenu h3 a,
#sidemenu h3 a:hover,
#sidemenu h3 a:visited {
	color: #FFF;
}

div.smenu {
	width: 195px;
	margin-bottom: 10px;
}

div.fontsizechange {
	display: table-cell;
	text-align: center;
	font-size: 116%;
	margin-bottom: 5px;
	vertical-align: middle;
}
	


h3 {
	background: url(../img/menu_bg.gif) no-repeat top left;
	width: 195px;
	height: 21px;
	line-height: 21px;
	color: #FFF;
	font-size: 108%;
	text-indent: 25px;
}

div.smenu p {
	width: 185px;
	margin: 5px 5px 10px 5px;
}

div.smenu ul {
	width: 185px;
	margin: 10px 5px 10px 5px;
}

div.smenu ul li {
	background: url(../img/list_img.gif) left top no-repeat;	
	padding-left: 15px;
	margin-bottom: 5px;
}

div.addr {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 195px;
	background: url(../img/addr_bg.gif) no-repeat top left;
	height: 45px;
	font-size: 91%;
	line-height: 1.2em;
	/padding-top: 7px;
}



/* bbs
---------------------------------------------*/

#sidemenu div.bbs_box {
  border: 1px solid #999999;
  background-color: #transparent;
  margin: 5px 7px;
  padding: 5px;
  font-size: 116%;
  font-weight: bold;
  color: #000;
}

*html #sidemenu div.bbs_box p{width:150px;}

#sidemenu div.bbs_box p {
  margin: 4px 0px;
  padding-left: 15px;
  background: url(http://ubm.mc-alpha.com//img/list_img.gif) no-repeat top left;
  font-weight: bold;
  font-size: 100%;
}


	
