body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"lr SVbN", "Osaka|";
	font-size: 12px;
	line-height: 120%;
	color: #333333;
	scrollbar-base-color:#ffffff;
	scrollbar-face-color:#D3C8BD;
	scrollbar-arrow-color:#ffffff;
	scrollbar-shadow-color:#D3C8BD;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-highlight-color:#D3C8BD;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-track-color:#ffffff;
}

html,body{
  height: 100%;
}

img {
	border: none;
}
.bg_t {
	background-image: url(../images/deux_bg_t.jpg);
	background-repeat: repeat-x;
}

.bg_b {
	background-image: url(../images/deux_bg_b.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

.p_link {
	color: #502E0C;
}

#pro_frame {
	border: 1px solid #cccccc;
	overflow: auto;width:508px;height:369px;
	text-align: left;
}

/* menu start */
DIV#menu{
    position:absolute;
    width:163px;
    z-index:100;
}
/****main****/
ul.main{
    margin:0px;
    padding:0px;
    width:163px;
    position:relative;
    list-style:none;
}
/*off*/
.main li.off{
    position:relative;
    float:left;
    height:47px;
    width:163px;
    overflow:hidden;
	background-image:url(../images/deux_menu_01.gif);
	cursor: pointer;
}
/*on*/
.main li.on{
    float:left;
    overflow:hidden;
    width:163px;
	height:47px;
	background-image:url(../images/deux_menu_01_o.gif);
	cursor: pointer;
}
.main li.on{
overflow:visible;
}
/*link*/
.main a{
    display:block;
    text-decoration:none;
}

/*sub*/
ol.sub{
    margin:0px;
    padding:0px;
    position:relative;
    left:20px;
    top:47px;
    width:122px;
    list-style:none;
}
.sub li{
	padding:0px;
	margin:0px;
	height: 25px;
	line-height: 0;
	vertical-align:bottom
}
/* menu end */

.img_cursor img {
	cursor: pointer;
}

a {color:#333333; text-decoration:underline;}
a:link {color:#333333; text-decoration:underline;}
a:visited {color:#333333; text-decoration:underline;}
a:active {color:#333333; text-decoration:underline;}
a:hover {color:#666666; text-decoration:underline;}
