@charset "utf-8";
/* CSS Document */

body {
margin:0;
padding:0;
background-image:url(img/background_1.jpg);
background-position:top left;
background-repeat:repeat-x;
background-color:#000000;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:14px;
}

.main {
width:810px;
margin:0 auto;
background-image:url(img/background.jpg);
background-position:top center;
background-repeat:repeat-y;
}

.main_2 {
width:800px;
margin:0 auto;
}

.header {
width:800px;
height:145px;
padding-top:25px;
background-image:url(img/header.jpg);
background-repeat:no-repeat;
}

.header_2 {
width:800px;
height:45px;
background-image:url(img/header_2.jpg);
background-repeat:no-repeat;
}

.left_side {
width:515px;
float:left;
}

.left_title {
height:34px;
width:495px;
background-image:url(img/title.jpg);
background-repeat:no-repeat;
font-size:16px;
font-weight:bold;
padding:16px 10px 0 10px;
}

.left_title a {
color:#FFFFFF;
text-decoration:none;
padding:3px 2px;
}

.left_title a:hover {
text-decoration:underline;
}

.left_content {
padding:10px;
}

.left_content a {
text-decoration:none;
color:#C2AF06;
}

.right_side {
width:285px;
float:right;
}

.right_side img {
border:0;
}

.menu_title {
color:#C2AF06;
font-weight:bold;
font-size:20px;
padding:5px 0 5px 8px;
}

.menu {
padding-left:5px;
padding-bottom:16px;
}

.menu ul {
margin:0;
padding:0;
list-style-type:none;
}

.menu li {
margin:0;
padding:1px 0;
}

.menu a {
font-size:16px;
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
padding:2px 3px;
}

.menu a:hover {
color:#C2AF06;
/* background-image:url(img/menu_bg.jpg);
background-repeat:repeat-x; */
}

.menu a#active {
background-image:url(img/menu_bg.jpg);
background-repeat:repeat-x;
color:#000000;
}

.board {
height:64px;
width:285px;
padding-top:24px;
background-image:url(img/board.jpg);
background-repeat:no-repeat;
text-align:center;
font-size:18px;
}

.board a {
text-decoration:none;
color:#000000;
background-image:url(img/menu_bg_2.jpg);
background-repeat:repeat-x;
padding:1px;
}

.board_1 {
height:34px;
width:285px;
padding-top:13px;
background-image:url(img/board_1.jpg);
background-repeat:no-repeat;
text-align:center;
}

.board_1 a {
text-decoration:none;
color:#000000;
font-size:18px;
font-weight:bold;
}

.board_2 {
height:158px;
width:258px;
background-image:url(img/board_2.jpg);
background-repeat:no-repeat;
padding:37px 0 0 27px;
}

.footer {
height:30px;
width:800px;
background-image:url(img/footer.jpg);
background-repeat:no-repeat;
}

.footer_1 {
height:75px;
width:800px;
padding-top:10px;
background-image:url(img/footer_1.jpg);
background-repeat:no-repeat;
}

.footer_2 {
height:31px;
width:800px;
background-image:url(img/footer_2.jpg);
background-repeat:no-repeat;
text-align:center;
}

.footer_2 a {
text-decoration:none;
color:#C2AF06;
}

p {
margin:0;
padding:0 0 10px 0;
}

.text_taust {
background-color:#2B2B2B;
color:#FFFFFF;
padding:1px 3px;
}

.text_taust2 {
background-color:#B6A406;
color:#000000;
padding:1px 3px;
}

