@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;
}

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

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

a:visited {
           color: #000;
}


ul {
	list-style-type: none;
}

img {
	border: none;
}



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

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

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

#header h1 a {
            display: block;
	width: 800px;
	height: 140px;
	background: transparent;
	text-indent: -9999px;
} 



/*  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: 205px;
	padding: 10px 0px;
	float: left;
}

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

div.smenu {
	width: 205px;
	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: 205px;
	height: 25px;
	line-height: 25px;
	color: #FFF;
	font-size: 105%;
	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;
}


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

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

#sidemenu div.bbs_box p {
  margin: 4px 0px;
  padding-left: 15px;
  background: url(http://bbm.mc-alpha.com/img/bbs_list_bk.gif) no-repeat top left;
  font-weight: normal;
}


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