/* CSS Document */
/*widthは並べたい枚数にあわせて調整*/
#gallery{
	width:590px;
	background-color:#ffffff;
	color: #666666;
	height: 525px;
	scrollbar-3dlight-color:#999999;
	scrollbar-arrow-color:#999999;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#999999;
	scrollbar-track-color:#ffffff;
	clear: both;
	float: none;
	overflow: auto;
}
#gallery_bar {
	width: 590px;
	height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#price2 {
	font-size: 14px;
	color: #FF0000;
	padding-top: 5px;
}

#g_base {
	height: 590px;
	width: 590px;
}



/*widthは写真の大きさにあわせて調整
font-sizeは固定した方が良い*/
dl{
	margin-right:2px;
	margin-bottom:2px;
	padding:0px;
	float:left;
	width:180px;
	font-size:13px;
	margin-top: 0px;
	margin-left: 2px;
	font-weight: normal;
	border-bottom-width: thick;
	border-bottom-style: ridge;
	border-bottom-color: #FFFFFF;
}
dt{
    margin:0px;
    padding:0px;
}
dd{
	margin:0px;


    border-color::#7F2D00;
	padding-top: 2px;
	padding-bottom: 3px;
}
/*heightは行数＋αにしておく。
コメントの文字数はあらかじめ決めておく*/
dd.name{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: 11px;
}
dd.name2{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: 10px;
}
dd.price{
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
dd.link{
	height:25px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
/* 画像ロールオーバー */
#image{
border: none;
padding: 2px;
}

#image a:hover img{
background-color: #88AAFF;
}

#image a:active img{
background-color: #CC1111;
}

/* リンクボタン画像半透明 */
a img.linkimg{ background:none!important; }   a:hover img.linkimg{ opacity:0.6; filter:alpha(opacity=60); -ms-filter: "alpha( opacity=60 )"; background:none!important; } 

/* 作品詳細部分 */
#g_left {
	float: left;
	width: 332px;
	text-align: left;
	margin-top: 20px;
	display: inline;
}
#g_left #img {
	text-align: center;
}

#g_left #work h3 {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}
#g_left #work p {
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#g_right {
	float: right;
	text-align: center;
	padding-right: 0px;
	width: 250px;
	height: 590px;
	margin-top: 30px;
	display: inline;
}
#g_right #form_b {
	margin-top: 8px;
	margin-bottom: 8px;
}

#g_right th {
	font-weight: bold;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 8px;
	padding-bottom: 8px;
}
#g_right #title td {
	text-align: left;
}

#g_right td {
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#g_right #form {
	padding-top: 10px;
	padding-bottom: 10px;
}
#gallerynumber {
	height: 28px;
	font-size: 13px;
	color: #0033CC;
	padding-bottom: 7px;
	float: left;
	width: 440px;
	text-align: left;
}
#cart {
	width: 150px;
	float: right;
	height: 28px;
	padding-bottom: 7px;
}

#gallerynumber li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#modoru {
	text-align: left;
	color: #999999;
}
