﻿@charset "utf-8";
/* CSS Document */
#tabmenu{background:url(img/tab-bg.jpg) no-repeat left top; height:30px; margin:0px 15px; width:890px;}
#tabmenu h3{float:left; width:178px; text-align:center;height:30px; line-height:30px;}
#tabmenu h3.sel{background:url(img/tab-sel.jpg) no-repeat left top; color:#FFF;}
#tabmenu h3.sel-frist{background:url(img/tab-sel-frist.jpg) no-repeat left top; color:#FFF;}
#tabmenu h3.sel-last{background:url(img/tab-sel-last.jpg) no-repeat left top; color:#FFF;}
#showcontent{width:888px; min-height:120px; margin:0px 15px; border:1px #e6e7e7 solid; background-color:#FFF;}