/*---------------------------------  BASE */
html,body{
 color:#000000;
 font-size:9pt;
 line-height:140%;
 margin: 0px;
 padding:0px;
 background:#fff url(img/bg.gif) repeat-y;
}
img		{border:0px;}
a:link		{color : #6666CC;}
a:visited	{color : #336699;}
a:hover		{color : #AAAAFF;}
a:active	{color : #FF0099;}

H1,H2,H3,H4,H5	{margin:0px}

ul{
  list-style: none;
  margin: 0; 
  padding: 0px;
}
ul li{
  margin-top: 0;
  padding-top: 0;
}
#footer {
	clear:both;
	background:#823D58;
	color:#fff;
	padding:5px;
	text-align:center;
}
td,th {
	font-size:9pt;
	line-height:1.6em;
}
/*---------------------------------  HEAD */
#warap		{width:850px}
#head {
	background:#FFFBD5 url(img/headbg.gif) no-repeat;
	border:1px solid #A77070;
	height:23px;
}
#head .left {
	float:left;
	padding-top:2px;
	width:300px;
	padding-left:20px;
}
#head .center {
	float:left;
	padding-top:4px;
	width:440px;
}
#head .right {
	float:right;
	padding-top:2px;
	padding-right:2px;
}
#left {
	width:220px;
	float:left;
	padding-bottom:8px;
}
#left .logo {
	text-align:center;
}
#right {
	float:right;
	width:620px;
	padding-bottom:8px;
}
/*---------------------------------  MENU */
#leftmenu {
	width:210px;
	margin-left:5px;
	margin-top:8px;
}
.box-cap {
	background:url(img/box-cap.gif) no-repeat;
	padding:15px 0px 15px 50px;
	color:#932D5B;	
}
.box-body {
	background:url(img/box-body.gif) repeat-y;
	padding:5px;
}
.box-bottom {
	background:url(img/box-bottom.gif) left bottom no-repeat;
	height:18px;
}
ul.menulist {
	text-align:left;
}
ul.menulist li{
	text-align:left;
	border-bottom:1px dotted #aaa;
	padding:2px 5px 2px 20px;
	background:url(img/pin.gif) 5px 4px no-repeat;
}

/*---------------------------------  ARTICLE */
#article {
	margin-top:10px;
}
#article .article_head {
	background:url(img/article-head.gif) no-repeat;
	padding:14px 0px 14px 60px;
	font-size:11pt;
	color:#823D58;
}
#article .article_body {
	background:url(img/article-body.gif) repeat-y;
	padding:0px 30px;
	line-height:1.7em;
}
#article .article_bottom {
	background:url(img/article-bottom.gif) left bottom no-repeat;
	height:15px;
}
.article_body H2 {
	color:#0073AE;
	font-size:12pt;
	padding-top:15px;
	border-bottom:1px solid #0073AE;
	clear:both;
}
.artcle_body H2 a:visited {
	text-decoration:none;
}
.article_body .iteminfo {
	margin:10px 10px 0px 10px;
	background:url(img/hanaline.gif) center bottom no-repeat;
	padding-bottom:30px;
}
.article_body img {
	margin-right:10px;

}
.article_body .at {
	color:red;
	font-weight:bold;
	font-size:10pt;
}
/*---------------------------------  TABLE */
#base {
	border:1px solid #aaa;
	border-collapse:separate;
}
#base th{
	text-align:left;
	background:#aaa;
	pading:2px;
	border:1px solid #aaa;
}