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

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

#left_select{ float:left; padding:0 8px 15px 8px; width:214px;}
#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; margin-top:0px; }

.right_select h2{ font-size: 24px; text-align: center; margin: 0px auto 20px auto; font-weight:bold; color: #692a1f;}
.right_select p{ font-size: 16px; color: #444; text-align:justify;}
.right_select .img{ width:870px; margin:15px 0;}
.right_select .img img{ width:100%;}
.right_select h3{ color: #692a1f; font-size: 20px; text-align: left; padding: 20px 0 10px 0;}
.right_select h4{ color: #692a1f; font-size: 18px; text-align: left;}

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