@charset "utf-8";
/* CSS Document */

#content{ margin:20px 0 0 0; padding:0 40px 30px 40px;}

#left_select{ float:left; padding:0 8px 15px 8px; width:214px; position:relative;}
#left_select ul{ border-top:1px #666 dotted; }
#left_select li{ border-bottom:1px #666 dotted; padding:10px 10px 10px 5px;}
#left_select li a{ font-size:15px; color:#727171; display:block; background-image:url(../img/panter_left_arrow.png); background-position:right; background-repeat:no-repeat;}
#left_select .active a{ font-weight:bold; color:#692a1f; background-image:url(../img/panter_left_arrow2.png);}

.right_select{ float:right; text-align:left; width:870px; margin-right:0px; }
.right_select h4{ font-size:20px; color:#7a1f1d; margin-top:30px;}
.right_select h5{ font-size:14px; color:#231815; margin-top:30px;}
.right_select p{ font-size:14px; color:#231815; margin-bottom:10px;}
.right_select .img{ width:865px; margin:15px auto;}
.right_select .img img{ width:100%;}


#left_select.fix{ position:fixed; top:90px;}