@import url("init.css");

* {
font-family : Verdana, Tahoma, "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
}

body {
background-color : #000 ;
text-align : left ;
color : #B3B3B3 ;
font-size : small ;
line-height : 140% ;
}

a:link , a:visited{
color : #A0732D ;
text-decoration : none ;
}

a:hover {
color : #CBA365 ;
text-decoration : none ;
}

a:focus {
outline : none ;
}



/*
wrapper
------------------------------------------------------------------------------------ */
#wrapper {
margin : 30px ;
}

/*
header
------------------------------------------------------------------------------------ */
#header {
margin-bottom : 50px ;
}


#header ul {
list-style : none ;
margin : 30px  0 30px 250px ;
}

#header li {
width : 65px ;
height : 15px ;
line-height : 15px ;
padding : 10px 0 ;
}
#header li.bt02 {
width : 200px ;
}
#header li.bt03 {
width : 123px ;
}

#header li a {
display : block ;
text-indent : -9999px ;
width : 100% ;
height : 100% ;
}
#header li.bt01 a { background : url(../images/btn01.gif) no-repeat 0 0 ; }
#header li.bt02 a { background : url(../images/btn02.gif) no-repeat 0 0 ; }
#header li.bt03 a { background : url(../images/btn03.gif) no-repeat 0 0 ; }
#header li.bt01 a:hover, #header li.bt02 a:hover, #header li.bt03 a:hover { background-position : 0 -15px ; }

#header p {
margin-left : 250px ;
width : 335px ;
height : 111px ;
text-indent : -9999px ;
background : url(../images/img02.gif) no-repeat 0 0 ;
}


/*
cnts
------------------------------------------------------------------------------------ */
/*
#cntsA {
float : left ;
width : 350px ;
padding-left :250px ;
}

#cntsB {
float : left ;
width : 350px ;
}
------------------------------------------------------------------------------------ */

/*
section
------------------------------------------------------------------------------------ */
.section {
position : relative ;
margin : 0 0 50px 250px ;
}
.section p {
font-size : x-small ;
margin-bottom : 10px ;
}
.section li {
list-style : none ;
padding : 0.2em 0 ;
}

.pht {
width : 120px ;
position : absolute ;
left : -120px ;
top : 5px ;
}

.pht img {
margin-bottom : 10px ;
}


/*
movieBlock
------------------------------------------------------------------------------------ */
#movieBlock {
width : 300px ;
float : right ;
margin-top : -500px ;
}

#movieBlock object {
display : block ;
width : 320px ;
margin-bottom : 20px ;
}





/*
flashcontent
------------------------------------------------------------------------------------ */

#flashcontent {
position : absolute ;
top : 0 ;
right : 0 ;
}


object{
	outline: none;
}





