/*
 *	µÈ½»¥Û¡¼¥à. CSS
 */

/*
 *-----------------------------------------------------------------------------
 *	Global
 *-----------------------------------------------------------------------------
 */
body
{
	margin: 0;
	padding: 0;
	background: url(../_img/BG.gif) repeat-y center center #FFE;
}

img
{
	border: none;
}

.return
{
	font-size: medium;
	display: block;
	text-align: center;
	color: #000;
	background: #EEE;
}


/*
 *-----------------------------------------------------------------------------
 *	wrapper
 *-----------------------------------------------------------------------------
 */
#wrapper
{
	width: 804px;
	margin: 0 auto;
	background: #FFF;
}

/*
 *-----------------------------------------------------------------------------
 *	header
 *-----------------------------------------------------------------------------
 */
#header
{
	background: url(../_img/HeaderBG.gif) no-repeat top right;
}

#header #link1
{
	text-align: left;
	vertical-align: top;
	font-size: 14px;
}

#header #link1 div
{
	margin-top: 5px;
	height: 25px;
}

#header #link1 a
{
	color: #000;
	padding: 0 0 0 15px;
	text-decoration: none;
}

#header #link1 a:hover
{
	color: #A00;
	text-decoration: underline;
}

#header #link1 img
{
	padding: 0 0 0 4px;
}

#header #buttonBase
{
	background: url(../_img/ButtonBG.gif) repeat-x left bottom;
	padding: 0 0 0 30px;
}

#header #buttonBase img
{
	display: block;
	margin: 0.3em 0;
	border: solid 1px #000;
}

/*************
	index
 *************/
#index #header
{
	background: none;
}

#index h1
{
	margin: 0;
	padding: 0;
}

/*
 *-----------------------------------------------------------------------------
 *	navi
 *-----------------------------------------------------------------------------
 */
#navi
{
	border: solid 1px #000;
}

#navi .menu
{
	border: solid 1px #000;
}

#navi .menu img
{
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #AAA;
}

/*
 *-----------------------------------------------------------------------------
 *	localnavi
 *-----------------------------------------------------------------------------
 */
#localnavi
{
	width: 802px;
	border: solid 1px #080;
	background: url(../_img/localBG.gif);
}

#localnavi td
{
	border-right: solid 1px #080;
}

/*
 *-----------------------------------------------------------------------------
 *	content
 *-----------------------------------------------------------------------------
 */
#content
{
	background: #FFF;
	font-size: small;
}

#content iframe
{
	border: none;
	width: 100%;
	height: 700px;
}

#content #imain
{
	width: 800px;
	vertical-align: top;
	padding: 10px 0px 10px 0px;
}

#content #imain #footer
{
	margin: 0px 20px;
}

#content #main
{
	width: 760px;
	vertical-align: top;
	padding: 10px 20px 10px 20px;
}
#content h1
{
	padding: 0;
	margin: 33px 0 0 25px;
}

#content h2
{
	padding: 0;
	margin: 0.5em 0 0 25px;
}

#content #container
{
	width: 700px;
	margin: 0 auto;
}


#content #main h2
{
}

#content .section
{
	font-size: medium;
	margin: 10px 0;
	background: url(../_img/BottomBG.gif) repeat-x center bottom;
}

#content .sectionBG
{
	padding: 5px 10px;
	background: url(../_img/TopBG.gif) repeat-x center top;
}

#content .section img
{
	padding: 0 20px;
}

#content .section dl
{
	margin: 0 0 0 50px;
	padding: 0px;
}

#content .section dt
{
	font-size: 95%;
	font-weight: bold;
	color: #F80;
	margin: 8px 0 0 0;
	padding: 0px 10px;
}

#content .section dd
{
	margin: 0;
	padding: 2px 0 0 20px;
	border-top: dashed 1px #FC0;
}

#content .section .price
{
	font-size: 250%;
	font-weight: bold;
}

#content .section a
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#content .section a:hover
{
	color: #FC0;
	text-decoration: underline;
}

#buysale #content .section
{
	border: 20px solid #FEC;
}


/***************
	staff
 ***************/
#staff #content .staffBox
{
	border-collapse: collapse;
	margin: 4px;
	float: left;
	height: 160px;
	width: 360px;
	background: url(../_img/StaffBG.gif) repeat-x center bottom;
}

#staff #content .staffBox img
{
	margin: 5px;
}

#staff #content .staffBox .post
{
	width: 120px;
	padding: 5px;
	font-size: 80%;
	white-space: nowrap;
}

#staff #content .staffBox .name
{
	width: 100px;
	font-size: 100%;
	font-weight: bold;
}

#staff #content .staffBox .license
{
	padding: 5px;
	color: green;
	font-size: 80%;
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
}

#staff #content .staffBox .comment
{
	margin: 10px;
	padding: 5px;
	font-size: 80%;
	vertical-align: top;
	width: 220px;
	text-align: justify;
	text-justify: inter-ideograph;
}


/*
 *-----------------------------------------------------------------------------
 *	footer
 *-----------------------------------------------------------------------------
 */
#footer
{
	clear: both;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	font-size: x-small;
	text-align: right;
	border-top: solid 1px green;
}


