
a:active {  color: #690; text-decoration: none}
a:hover {  color: #009; text-decoration: none; background-color: #FF9}
a:link {  color: #009; text-decoration: none}
a:visited {  color: #90C; text-decoration: none}

body {background-color:#FFF;
margin:0;
background-image:url(../image/bg_left.gif);
background-repeat:repeat-y;
font-size:13px
}


#navimenu{width:170px;
height:400px;
background-image:url(../image/line_01.jpg);
background-repeat:no-repeat;
background-position:right top;
}

#navicontena{padding-top:2.5em}

form{margin-left:10px;
}


ul 
	{
	margin:1em 0 0 3px;
	padding:0
	}

li{
	margin:1px 0 0 20px ;
	list-style-type:none;
	list-style-image:url(../image/sub_mark02.gif);
	line-height:1.2em;
	padding:0 0 10px 0;
	color:#333
	}

h2{color:#006;
background-image:url(../image/h2_headimg.gif);
background-repeat:no-repeat;
width:65%;
font-size:1.1em;
margin:25px 0 15px 5px;
padding-left:20px;
line-height:1.3em;
clear:right
}


