/*------------------------------------------------
category.css
-----------------------------------------------*/
#mainImg {
	height: 165px;
	margin-top: 20px;
}

#minheight {
	margin-bottom: 350px;
}

/*------------------------
subNavi
-----------------------*/ 
#subNavi {
	width: 780px;
	height: 34px;
	overflow: hidden;
	clear: left;
	background-color: #000000;
}

#subNavi ul {
	list-style-type: none;
}

#subNavi li  {
	width:130px;
	float:left;
}

#subNavi a {
	text-decoration: none;
	display: block;
	height: 34px;
	width: 130px;
	text-indent: -998px;
	background-position: 0px 34px;
}

/*------------------------*/ 
#subNavi #navi01 a {
	background: url(../images/sub_navi01.gif) no-repeat left top;
}
#subNavi #navi02 a {
	background: url(../images/sub_navi02.gif) no-repeat left top;
}
#subNavi #navi03 a {
	background: url(../images/sub_navi03.gif) no-repeat left top;
}
#subNavi #navi04 a {
	background: url(../images/sub_navi04.gif) no-repeat left top;
}
#subNavi #navi05 a {
	background: url(../images/sub_navi05.gif) no-repeat left top;
}
#subNavi #navi06 a {
	background: url(../images/sub_navi06.gif) no-repeat left top;
}

#subNavi #navi01 a:hover,
#subNavi #navi02 a:hover,
#subNavi #navi03 a:hover,
#subNavi #navi04 a:hover,
#subNavi #navi05 a:hover,
#subNavi #navi06 a:hover {
	background-position: 0px -34px;
}

/*------------------------
contentBox
-----------------------*/ 
.contentBox h4, 
.contentBox p {
	margin: 20px 0 0 0;
}

.contentBox p.subT {
	margin: 10px 0 0 0;
}

.contentBox .sampleBox {
	780px;
	overflow: hidden;
	text-align: left;
}

.contentBox .sampleBox .sampleImg {
	float: left;
	width: 310px;
}

.contentBox .sampleBox .caption {
	float: left;
	width: 450px;
	margin-left: 20px;
}

.contentBox .sampleBox .caption strong {
	color: #000000;
}

.contentBox .sampleBox .caption img {
	margin-top: 20px;
}

h4 {
	font-weight: normal;
	margin-top: 10px;
}

h4 span {
	color: #D2191B;
	font-weight: bold;
}

/*------------------------
option
----------------------- */
.thumbBox {
	margin-top: 20px;
}

.thumbBox dl {
	float: left;
	margin: 0px auto 0 auto;
	width: 140px;
}

.thumbBox dd {
	width: 140px;
}

.thumbBox dl.secL {
	margin-left: 0px;
}

.thumbBox dl.secR {
	margin-left: 20px;	
}

.contentBox p.notes {
	text-align: left;
	margin-top: 0px;
}

/*------------------------
work
----------------------- */
.workThumbBox {
	width: 780px;
	border-top: 1px solid #cccccc;
	margin-top: 10px;
	padding-top: 10px;
	overflow: hidden;
	clear: left;
	text-align: left
}

.workThumbLastBox {
	width: 780px;
	border-top: 1px solid #cccccc;
	margin-top: 10px;
	margin-bottom: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	clear: left;
	text-align: left
}

.thumbBoxL {
	width: 380px;
	float: left;
	overflow: hidden;
}

.thumbBoxR {
	width: 380px;
	float: left;
	overflow: hidden;
	padding-left: 10px;
	margin-left: 9px;
	border-left: 1px solid #cccccc;
}

* html .thumbBoxL {
	width: 380px;
}

* html .thumbBoxR {
	width: 391px;
}

.thumbBoxL p,
.thumbBoxR p {
	width: 235px;
	float: left;
	margin: 0;
}

.thumbBoxL dl {
	width: 135px;
	float: left;
	overflow: hidden;
	margin-left: 9px;
}

.thumbBoxR dl {
	width: 135px;
	margin-left: 9px;
	float: left;
	overflow: hidden;
}

.thumbBoxL dl img,
.thumbBoxR dl img {
	margin-bottom: 3px;
}

.thumbBoxL dt span.worktit,
.thumbBoxR dt span.worktit {
	color: #C71616;
	font-weight: bold;
}

.thumbBoxL dt span.madori,
.thumbBoxR dt span.madori {
	font-size: 10px;
	color: #5d5d5d;
}

.thumbBoxL dt span.introduction,
.thumbBoxR dt span.introduction {
	font-size: 10px;
	color: #5d5d5d;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 3px 0;
	line-height: 2.7em;
}

.thumbBoxL dd,
.thumbBoxR dd {
	font-size: 12px;
	margin-top: 5px;
	width: 135px;
	text-align: right;
}

.thumbBoxL dd a,
.thumbBoxR dd a {
	color:#152468;
}

/*.thumbBoxL p.viewBtn,
.thumbBoxR p.viewBtn {
	text-align: right;
	float: left;
	width: 380px;
	margin-top: 5px;
	
}*/

p#order {
	margin: 10px 0 10px  0;
}
