@charset "UTF-8";

@import url(_base_.css);

/*-----------------------------------------------------------------------------
 [defaults] 
-----------------------------------------------------------------------------*/
#container {
  margin: 0px auto;
	width: 700px;
}

#page {
}

table,
td {
  margin: 0px;
  padding: 0px;
}

/*----- [header] ---------------------------------------*/
#header {
  margin: 0px 0px 3px;
  text-align: center;
}

#header h1 {
  margin: 10px 0px 0px;
}

#header strong {
  font-size: 85%;
  font-weight: normal;
}


/*----- [topics] ---------------------------------------*/
#topics {
  text-align: center;
}

#topics h2 {
  margin: 5px;
}

#topics .info {
  font-size: 90%;
}
#topics .info img {
  vertical-align:middle;
}


/*----- [navigator] ---------------------------------------*/
#navigator {
}

#navigator h2{
  margin: 0px;
  text-align: center;
	font-size: 175%;
}

#navigator .box {
  margin: 0px 0px 10px;
	width: 230px;
	float: left;
	text-align: center;
}

#navigator .box h3 {
  height: 60px;
	line-height: 60px;
}

#navigator .box h3 img {
  vertical-align: middle;
}

.memberNavi {
  line-height: 2.0;
	}
/*-----------------------------------------------------------------------------
 [fonts] 
-----------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------
 [colors] 
-----------------------------------------------------------------------------*/
body {
  color: #424242;
}

#navigator h2{
  color: #c5c6de;
}

#navigator .box a {
  color: #888888;
}

/*-----------------------------------------------------------------------------
 [borders] 
-----------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------
 [background-images] 
-----------------------------------------------------------------------------*/
body {
  background: url("gif/bg1.gif") left top;
}
