@charset "utf-8";


/* -----------------------------------------------------------
	#main
----------------------------------------------------------- */
#wrap {
	float: left;
	width: 720px;
	}

body#home #main {
	float: right;
	width: 518px;
	}

#main #categoryDesc {
	background-color: #e7efc2;
	padding: 5px;
	margin : 0 0 8px 0;
	}	

#main .itemBox {
	position: relative;
	padding: 3px 0 9px;
	border-top: 2px solid #918b8a;
	}
	
#main .itemBox #heading {
    margin-bottom: 1em;
    background: url(../images/top_main_line.png) no-repeat bottom;
    height: 36px;
	padding: 0 0 10px 0;
	}

#main .itemBox h2#title {
	float: left;
	width: 360px;
    height: 36px;
    line-height: 1.6;
	vertical-align: middle;
	}

#main .itemBox h2 a{
	color: #231815;
	font-weight: bold;
	font-size: 14px;
	}
	
#main .itemBox a{
	color: #333;
	}

#main .itemBox h2 span {
	margin-left: 3em;
	color: #f00;
	font-weight: bold;
	}
	
#main .itemBox p#company_name {
	padding: 0;
	color: #231815;
	font-size: 10px;
	}

#main .itemBox p.new {
	display: inline;
	float: left;
	padding: 1px 0 0 12px;
	color: red;
	font-weight: bold;
	}

#main .itemBox p.subscribe {
	display: block;
	float: right;
	margin: 0;
	padding:0;
	}

#main .itemBox dl {
	padding: 0;
	}
	
#main .itemBox dl dt {
	float: left;
	width: 88px;
	margin-right: 8px;
	}

#main .itemBox dl dt img {
	}

#main .itemBox dl dd#desc {
	height: 60px;
	}
	
#main .itemBox dl dd a{
	color: #231815;
	}
	
#main .itemBox dl dd.icon {
	float: left;
	margin-top: 2px;
	margin-right: 4px;
	}
	
#main .itemBox dl dd.detail {
	text-align: right;
	margin-top: 18px;
	}

#main #itemBoxEndline {
	padding: 10px 0;
	border-top: 2px solid #918b8a;
	}

#main #itemBoxNoItem {
	padding: 0;
	border-top: 2px solid #918b8a;
	}
/* -----------------------------------------------------------
	#sub
----------------------------------------------------------- */
	
#sub {
	float: right;
	width: 174px;
	margin-left: 26px;
	}

#sub h3 {
	margin-bottom: 10px;
	}
	
#sub h4 {
	margin-bottom: 14px;
	}

#sub ul {
	margin-bottom: 12px;
	}
	
#sub ul li {
	margin-bottom: 13px;
	}
	
#sub #info {
	margin-bottom: 21px;
	}

#sub #info dl dt {
	font-size: 10px;
	line-height: 1.2;
        padding-left: 10px;
	}

#sub #info dl dd {
	margin: 0 0 9px 0;
        line-height: 1.4;
        padding-left: 10px;
        background: url(/images/bg_side.png) no-repeat -5px 0.1em;
	}
	
#sub #info dl dd.detail {
	width: 45px;
	text-align: right;
	}
	
#sub #info p.more {
	clear: both;
	text-align: right;
	}
	
#sub #column {
	margin-bottom: 21px;
	padding-bottom: 5px;
	background: url(../images/side_line_green.png) no-repeat bottom;
	}

#sub #column dl dt {
	clear: both;
	float: left;
	width:44px;
	margin-right: 5px;
	margin-bottom: 1em;
	}
	
#sub #column dl dd {
	margin-left: 50px;
	width: 120px;
	}
	
#sub #column p.more {
	clear: both;
	text-align: right;
	padding-bottom: 5px;
	}
	
#sub .offerBox {
	width: 174px;
	margin-bottom: 6px;
	padding-bottom: 5px;
	background: url(../images/side_bg_btm.png) no-repeat bottom;
	}
	
#sub .offerBox h3 {
	margin-bottom: 0;
	}
	
#sub .offerBox p {
	padding: 0 10px 5px;
	color: #006837;
	}
	
#sub .offerBox p.detail {
	text-align: right;
	}
	
#sub .offerBox a {
	color: #006837;
	}
