@charset "utf-8";
/* CSS Document */

.main_contents{overflow:hidden;margin:30px 0;padding:20px;}

/* left */
.main_contents .left{float:left;width:622px;}

/* visual */
#main_visual{display:inline-block;border:solid 2px #afe1e7;}

#jqb_object{position:relative;overflow:hidden;width:610px;height:495px;margin:0 auto;border:solid 4px #f7f7f7;}
#jqb_object .jqb_slide{position:absolute;width:610px;height:495px;}
#jqb_object .jqb_bar{position:absolute;width:610px;height:28px;top:45%;left:0;}
#jqb_object .jqb_info{position:absolute;}
#jqb_object .jqb_btn{float:right;width:28px;height:28px;margin:10px 5px 2px 2px;}
#jqb_object .jqb_btn_prev{float:left;margin-left:15px;}
#jqb_object .jqb_btn_next{float:right;margin-right:15px;}
#jqb_object .jqb_btn_pause{background-image:url(img/btn_stop.gif);}
#jqb_object .jqb_btn_play{background-image:url(img/btn_play.gif);}

/* right */
.main_contents .right{float:right;width:335px;}

.btns{position:relative;overflow:hidden;width:335px;}
.btns li{float:left;margin:0 5px 5px 0;width:165px;height:125px;font-size:20px;}
.btns a{display:block;color:#fff;height:100%;}
.btns a:hover{text-decoration:underline;}
.btns span{display:block;padding:15px;}
.btns .btn1{background:url(../images/main/btn1_icon.gif) 90px 65px no-repeat;background-color:#009acc;}
.btns .btn1 a{background:url(../images/main/btn1_arrow.gif) 133px 20px no-repeat;}
.btns .btn2{margin-right:0;background:url(../images/main/btn2_icon.gif) 105px 60px no-repeat;background-color:#00b3b1;}
.btns .btn2 a{background:url(../images/main/btn2_arrow.gif) 133px 20px no-repeat;}
.btns .btn3{width:335px;height:120px;margin-right:0;background:url(../images/main/btn3_icon.gif) no-repeat;}
.btns .btn3 a{background:url(../images/main/btn3_arrow.gif) 212px 20px no-repeat;}
.btns .btn4{width:335px;height:120px;background:url(../images/main/btn4_icon.gif) no-repeat;}
.btns .btn4 a{background:url(../images/main/btn4_arrow.gif) 100px 20px no-repeat;}
.btns .btn5{font-size:13px;background:url(../images/main/btn_bg1.gif) no-repeat;background-color:#009acc;}
.btns .btn5 a{padding-top:85px;}
.btns .btn6{font-size:13px;margin-right:0;background:url(../images/main/btn_bg2.gif) no-repeat;background-color:#00b3b1;}
.btns .btn6 a{padding-top:85px;}
