/* body --------------------------------------------- */

body {
	margin: 0px;
	
}
td {
	font-size: 12px;
	line-height: 14px;
}
h1 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}



/* link --------------------------------------------- */

a {
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #C30;
	text-decoration: none;
}

.menu {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.menu:hover {
	font-size: 12px;
	color: #FF0;
	text-decoration: none;
}

.menu_title {
	font-size: 12px;
	text-decoration: none;
	padding-top: 3px;
	color: #333;
}
.menu_title:hover {
	font-size: 12px;
	text-decoration: underline;
	padding-top: 3px;
	color: #333;
}

.more {
	font-size: 12px;
	color: #c60;
	text-decoration: none;
	padding-top: 8px;
}
.more:hover {
	font-size: 12px;
	color: #c60;
	text-decoration: underline;
	padding-top: 8px;
}

/* form ---------------------------------------------  */
.btn {
    width:50px;
	height:22px;
	font-size: 12px;
	border:1px solid #e5af2d;
	background: url(../images/bg_btn.gif) x-repeat;
	padding-top:4px
}
.btn01 {
    width:64px;
	height:22px;
	font-size: 12px;
	border:1px solid #e5af2d;
	background: url(../images/bg_btn.gif) x-repeat;
	padding-top:4px
}
.btn02 {
    width:40px;
	height:22px;
	font-size: 12px;
	border:1px solid #e5af2d;
	background: url(../images/bg_btn.gif) x-repeat;
	padding-top:4px
}
.btn04 {
    width:78px;
	height:22px;
	font-size: 12px;
	border:1px solid #e5af2d;
	background: url(../images/bg_btn.gif) x-repeat;
	padding-top:4px
}
.btn03 {
    width:80px;
	height:26px;
	font-size: 12px;
	border:1px solid #e5af2d;
	background: url(../images/bg_btn.gif) x-repeat;
	padding-top:3px
}
.btn_sliver {
    width:40px;
	height:21px;
	font-size: 12px;
	border:1px solid #cccccc;
	background: url(../images/bg_btn_sliver.gif) x-repeat;
	padding-top:3px
}
.btn_sliver01 {
    width:68px;
	height:21px;
	font-size: 12px;
	border:1px solid #cccccc;
	background: url(../images/bg_btn_sliver.gif) x-repeat;
	padding-top:3px
}
.input {
	border: 1px solid #999999;
	font-size: 12px;
	line-height: 18px;
	color: #C30;
	background: url(../images/bg_input.gif) y-repeat;
}
.select {
	border: 1px solid #999999;
	font-size: 12px;
	line-height: 18px;
	background: url(../images/bg_input.gif) y-repeat;
}


/* bg ---------------------------------------------  */

.bg_title {
	background: url(../images/bg_menu_title.jpg) repeat-x;
}
.bg_submenu {
	background-image: url(../images/bg_submenu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg_table {
	font-size: 12px;
	background: url(../images/bg_table.gif) repeat-x;
	padding-top:10px;
}


/* other ---------------------------------------------  */

.border {
	border-right: 1px solid #E5AF2B;
	border-bottom: 1px solid #E5AF2B;
	border-left: 1px solid #E5AF2B;
}
.border_grey {
	border-bottom: 1px solid #cccccc;
}
.border_ud {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
}
.border_around {
	border: 1px solid #E5AF2B;
}
.newslist {
	border-right-style: none;
	height: 22px;
	border-bottom: 1px dashed #CCC;
	padding-top: 3px;
}
.note_grey {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}
.line_submenu{
	border-bottom: 1px solid #EABC4E;
	padding-top:5px
}
.content {
	font-size: 12px;
	line-height: 20px;
	text-indent: 24px;
}
.font_greybold {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	line-height: 18px;
}
.title_goldbold {
	font-size: 12px;
	font-weight: bold;
	color: #CC6600;
	font-family: Arial, Helvetica, sans-serif;
}

.menu_line {
	border-right: 1px solid #c86666;
	text-align: center;
	padding-top: 5px;
}

.font_red {
	font-size: 12px;
	color: #CC0000;
}.font_white {
	font-size: 12px;
	color: #fff;
}
.title_goldbold14 {
	font-size: 14px;
	font-weight: bold;
	color: #CC6600;
	line-height: 18px;
}