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

#content{ margin:60px 0 30px 0;}

#left_select{ float:left; padding:0 8px 15px 8px; width:210px;}
#left_select li{ border-bottom:1px #c9caca solid; padding:20px 10px 14px 10px;}
#left_select li a{ font-size:16px; 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:center; width:960px; margin-right:0px; }
.right_select .column{ border-bottom:1px #c9caca solid; width:220px; margin:0 10px 60px 10px; float:left; height:420px;}
.right_select .column h4{ font-size:24px; color:#333; margin-bottom:10px; margin-top:20px;}
.right_select .column p{ font-size:14px; color:#727171;}
.right_select .column .img{ width:220px; height:278px;}
.right_select .column .img img{ width:100%;}

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


