@charset "utf-8";

/* CSS Document */

div#contents .co_wrap{
    border: 1px #dfdfdf solid;
    padding: 19px;
    margin-bottom: 20px;
    }

div#contents .co_info{
    width: 450px;
    float: left;
    }
div#contents .co_info h3{
    font-size: 30px;
    line-height: 1.0;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 5px;
    }
div#contents .co_info p{
    margin-bottom: 20px;
    line-height: 1.5;
    }

div#contents ul.spec {
    margin-bottom: 20px;
    }
div#contents ul.spec li{
    line-height: 1.5;
    }

div#contents .co_img {
    width: 200px;
    height: 250px;
    text-align: center;
    vertical-align: bottom;
    float: right;
    }

/*LINE UP*/
div#contents ul.lineup{
    list-style-type: none;
    width: 427px;
    margin: 6px -6px 0 0;
    overflow: hidden;
    zoom: 1;
    position: relative;
    }
div#contents ul.lineup li{
    float: left;
    width: 55px;
    height: 55px;
    vertical-align: bottom;
    margin-right: 6px;
    margin-bottom: 6px;
    position: relative;
    }

ul.lineup li span {
    width: 18px;
    height: 9px;
    text-indent: -9999px;
    overflow: hidden;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/common/icon_new.gif) no-repeat;
}


/* TAB */
#main {
    position: relative;
    }
    
ul#cnt_tab{
    position: absolute;
    top: 61px; right: 25px;
    width: auto; height: 40px;
    margin-right: -2px;
    overflow: hidden;
    }

ul#cnt_tab li{
    float: left;
    margin-right: 2px;
    overflow: hidden;
    vertical-align: top;
    }
ul#cnt_tab li,
ul#cnt_tab li a{
    position: relative;
    width: 124px; height: 40px;
    display: block;
    outline-style: none;
    background-image: url(images/tab.gif);
    text-align: center;
    font-family: Arial, '‚l‚r ‚oƒSƒVƒbƒN', sans-serif;
    font-weight: bold;
    line-height: 1.0;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    }
ul#cnt_tab li span{ display: block; padding-top: 10px; }
ul#cnt_tab li .new{ position: absolute; top: 8px; left: 8px; }

ul#cnt_tab li a{
    background-position: 0px -55px;
    }
ul#cnt_tab li a:hover{
    background-position: 0px -110px;
    color: #448ac9;
    text-decoration: none;
    }
ul#cnt_tab li.on a,
ul#cnt_tab li.on a:hover { 
    background-position: 0px 0px;
    color: #fff;
    text-decoration: none;
    }

h3#sbTitle {
    position: relative;
    font-weight: normal;
    font-size: 50px;
    top: -22px; left: 37px;
    margin-bottom: -15px;
    width: 722px;
    color: #ccc;
    line-height: 100%;
    font-family: Arial, '‚l‚r ‚oƒSƒVƒbƒN', sans-serif;
    }