@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #333;
	margin: 0px;
	color: #ffffcc;
	text-align: center;
}

h1 {
	font-family: Bauer;
	font-size: 150%;
	color:#33FF33;
	padding: 5px 0 5px 0;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #00FF00;
	padding: 0 0 0 10px;
	margin: 5px 0 5px 0;
}


img {
	border: none;
	vertical-align:bottom;
}

/** content a */
a:link, a:visited {
	color: #ffffcc;
	text-decoration: underline;
}

a:hover, a:active {
	color: #33FF33;
	text-decoration: none;
	border-bottom: 1px dotted #33FF33;
}

.emp {
	font-weight: bold;
	font-size: 100%;
	color: #33FF33;
}

/***
 * wrapper
 */
#wrapper
 {
	position: relative;
	width: 902px; /* width + border for IE 5.x */
	w\idth: 920px; /* real width */
	margin: auto;
	border: none;
} 

/***
 * header
 */
#header {
	padding: 0;
	position: relative;
	height: 121px;
	width: 902px; /* width + border for IE 5.x */
	w\idth: 920px; /* real width */
	margin:0;
	background-color: #333333;
}
#header a {
	text-decoration: none;
	border: none;
}


/***
 * navi
 */
#navi {
	position: relative;
	width: 902px; /* width + border for IE 5.x */
	w\idth: 920px; /* real width */
	margin:0;
	background: #333;
}

#navi td img {
	display: block;
}
#navi  table  {
	padding: 0px;
	height: 40px;
	width: 920px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/***
 * content
 */
#content {
	position: relative;
	width: 902px; /* width + border for IE 5.x */
	w\idth: 840px; /* real width */
	margin:0;
	background: #333 url(../images/base_02.gif) repeat-y;
	padding: 10px 40px 10px 40px;
	color: #ffffcc;
	text-align: left;
}


#content p {
	text-align: left;
}


#content p.left {
	float: left;
	margin: 0 0 0 25px;
}
#content p.shop {
	margin: 0 0 20px 20px;
}
#content  p.wave {
	margin-left: 310px;
	margin-top: 30px;


}
#content p.news {
	margin: 0 0 20px 60px;
}


#content p.img {
	margin: 0;
}
#content   hr    {
	border: thin dotted #CCCCCC;
}


#content   table img   {
	float: inherit;
}


#content img.right {
	float: right;
	margin: 0 15px 0 15px;
}


#content img.left {
	float: left;
	margin: 0 15px 0 15px;
}
#content div.wave {
	margin-left: 100px;
	width: 650px;
}

#content table.waveTop {
	width: 820px;
	height: 295px;
	border: none;
}

#content table.waveTop td.left {
	width: 410px;
	height: 258px;
}

#content table.waveTop td.right {
	background-image:url(../images/bg_wave.gif);
	width: 410px;
	height: 258px;
	padding-left: 20px;
}



#content table.wave {
	width: 600px;
	margin: 10px 0 10px 0;
	font-size: 95%;
}
#content table.wave caption {
	text-align: right;

}


#content table.wave th {
	border: solid 1px #006666;
	padding: 5px 5px 5px 10px;
	vertical-align: middle;
	width: 200px;
	text-align: left;
	font-weight: normal;
}
#content table.wave td {
	border: solid 1px #006666;
	vertical-align: middle;
	width: auto;
}

#content table.wave td.qua {
	width: 100px;
}

#content table.manage {
	width: 600px;
	margin: 0;
}
#content table.manage td {
	text-align: right;
	font-size: 80%;

}


#content table.void {
	width: 100%;
	font-size: 100%;
}
#content  table.void  td {
	border: none;
	padding: 0;
}
#content div.news {
	width: 780px;
	margin: 0 0 0 20px;
}

#content  .news  table.list {
	width: 700px;
	border: 1px solid #006666;
	position: relative;
	margin: auto;
	margin-bottom: 20px;
}
#content .news td.check {
	height: 25px;
	padding: 0;
	margin: 0;
	border-right: 1px solid #066;
	width: 10px;
}
#content .news td.check2 {
	border-right: 1px solid #066;
}



#content   .news td.titleBar  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	color: #00FF00;
	padding: 0 0 0 10px;
	margin: 5px 0 5px 0;
	background: #000 url(../images/bg_th.gif) repeat-x;
	height: 25px;
}
#content  .news td.date  {
	text-align: right;
	margin: 0 0 2px 0;
	padding-right: 10px;
	background: #000 url(../images/bg_th.gif) repeat-x;
	height: 25px;
	font-size: 80%;
}
#content   .news td.comment  {
	margin: 0 10px 0 10px;
	font-size: 80%;
	border-top: 1px solid #006666;
	padding: 5px 10px 5px 15px;
	background-color: #111111;
	color: #ffffcc;
}
#content .news td.memo {
	vertical-align: top;
	color: #33FF33;
	font-weight: bold;
}

#content .news table.newsForm {
	font-size: 90%;
	text-align: left;
}

#content p.right {
	text-align: right;
	margin-bottom: 2px;
}
#content table.team {
	width: 730px;
	margin-left: 70px;
	background-image: url(../images/bg_tbl2.gif);
	background-repeat: repeat-y;
}
#content table.team td {
	vertical-align: bottom;
}


#content .name {
	font-weight: bolder;
	font-size: 130%;
	color: #33FF33;
}

#content .profile {
	font-size: 90%;
	color: #ffffcc;
}

#content textarea {
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}






/***
 * footer
 */
#footer {
	position: relative;
	height: 60px;
	background: #333 url(../images/base_03.gif) repeat-y;
	color: #ffffcc;
	margin: 0;
	text-align: right;
	padding: 30px 40px 0 0;
	font-size: 80%;
}
