/* Firefoxのスクロールバーの有無でセンタリング位置がズレる件を解消 */
html {
    overflow-y:scroll;
}
/* 以上 */
body {
	background-color: #FFFFFF;
}

body, td, th, h1, h2, h3, h4, h5, h6 {
	color: #333333
}

a {
  color: #006666;
}

/*-- box --*/
.box {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	font-size: 12px;
	background-color:#DFFFFF;
}

/*-- フッターリンク大枠 --*/
#footer-all {
	position: relative;
	width: 850px;
	clear: both;
	height: 60px;
}
/*-- フッター中枠 --*/
#top-footer {
	position: relative;
	width: 850px;
	font-size: 12px;
	text-align: left;
	background-color: #c3c3c3;
	height: 60px;
	clear: both;
}
/*-- TOPのフッター左側 --*/
#footer {
	position: relative;
	width: 320px;
	text-align: left;
	clear: none;
	font-size: 12px;
	float: left;
	padding:10px 0px 0px 0px;
	background-image: url(../../../img/top/top_footer1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#20649A;
	height: 60px;
}
/*-- フッター共通右側 --*/
#footer-right {
	position: relative;
	width: 530px;
	clear: none;
	font-size: 12px;
	float: right;
	padding:10px 0px 0px 0px;
	background-image: url(../../../img/top/footer2.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color:#20649A;
	height: 60px;
}
.right-white {
	text-align: right;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1.4em;
	clear: both;
}
.right-white a:link, .right-white a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.right-white a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.link-right {
	text-align: right;
	padding:0px 5px 0px 0px;
	font-size:10px;
	color:#FFFFFF;
}
#fchange {
	text-align: right;
	width: 300px;
	margin-left: auto;
}
#fchange a {
	cursor:pointer;
}

#fchange .fsize {
	float: right;
}
#fsmall a,#fmiddle a,#flarge a {
	display: block;
	height: 18px;
	width: 20px;
}
#en_fsmall a,#en_fmiddle a,#en_flarge a {
	display: block;
	height: 18px;
	width: 20px;
}
#fchange .ftxt {
	display: none;
}
/* 文字サイズを変更する部分
--------------------*/
#contents h2 {
	font-size: 100%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #336699;
	padding-left: 7px;
	font-weight: bold;
	color: #336699;
	margin-left: 10px;
	/*\*/
		*font-size: 120%;    /*win IE用のサイズ指定*/
 /**/
}
#contents p {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	padding: 10px;
	/*\*/
		*font-size: 88%;    /*win IE用のサイズ指定*/
 /**/
}
#results_title {
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #336699;
	padding-left: 7px;
	font-weight: bold;
	color: #336699;
	margin-left: 10px;
	/*\*/
		*font-size: 120%;    /*win IE用のサイズ指定*/
 /**/
}
#results_body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding: 10px;
	/*\*/
		*font-size: 88%;    /*win IE用のサイズ指定*/
	/**/
}
/* ここまで
--------------------*/

/* ボタンの表示状態
--------------------*/
#fsmall a {
	background-image: url(../img/font_small.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/*カレント*/
#fmiddle a {
	background-image: url(../img/font_mediumo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#flarge a {
	background-image: url(../img/font_large.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#fsmall a:hover {
	background-image: url(../img/font_smallo.jpg);
}
/*カレント
#fmiddle a:hover {
	background-image: url(../img/font_mediumo.jpg);
}
*/
#flarge a:hover {
	background-image: url(../img/font_largeo.jpg);
}
/* ボタンの表示状態(en)
--------------------*/
#en_fsmall a {
	background-image: url(../img/en_font_small.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/*カレント*/
#en_fmiddle a {
	background-image: url(../img/en_font_mediumo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#en_flarge a {
	background-image: url(../img/en_font_large.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#en_fsmall a:hover {
	background-image: url(../img/en_font_smallo.jpg);
}
/*カレント
#en_fmiddle a:hover {
	background-image: url(../img/en_font_mediumo.jpg);
}
*/
#en_flarge a:hover {
	background-image: url(../img/en_font_largeo.jpg);
}
.clearfix:after {
 content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
 display:inline-block;
}
/* Hides from IE-mac \*/
* html.clearfix {
 height:1%;
}
.clearfix {
 display:block;
}
/* ここまで
--------------------*/
div#branding {
	margin-top:10px;
	height : 20px;
	text-align:right;
	background-color : #FFFFFF;
}
.tabNav {  
	width: 100%;
	font-size:12px;
	list-style-type:none;
	margin-left:0px;
	margin-right:auto;
	margin-bottom:0px;
	padding-left:0px;
	padding-right:inherit;
	padding-top:0px;
	margin-top:0px;
	text-align:left;
}
.tabNav li {
	float: left;
	font-weight: normal; 
	text-align: center;
	margin:0px 0px -1px;
}
.tabNav a {
	display: block;  
	width: 110px;
	padding: 5px 10px;
	border: 1px solid #CCC;
	color: #CCC;
	background-color:#FFF;
	text-decoration:none;
}
.tabNav a:hover {
	border: 1px solid #333;
	color: #333;
	background-color:#FFF;
	text-decoration:none;
}
/*clearfix*/
div{
    zoom:1;/*for IE 5.5-7*/
}
div:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
/****/
/* CSS Document */
#main_contents h2#itemlist_title{
	font-size: 20px;
	line-height: 130%;
	color: #49649C;
	font-weight: bold;
}
#main_contents categoryinfo{
	font-size: 13px;
	color: #49649C;
}
/*080408*/
div.itemSetBox{
	clear:both;
	width:920px;
	margin-left:-20px;
}
div.itemBox{
	width:200px;
	float:left;
	padding:0;
	margin-top:0px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:15px;
	display:inline;
}
.itemTopTable{
	width:200px;
	vertical-align:middle;
	text-align:center;
	font-size:92.4%;
	padding-bottom:3px;
	color:#666666;
}
.itemTopTable th{
	height:190px;
}
a.itemImg img{
	border:2px solid #fff;
}
a:hover.itemImg img{
	border:2px solid #07B;
}
.itemTitle{
	text-align:left;
	padding-top:10px;
	height:3em;
	vertical-align:top;
}
.artistName{
	padding:3px 0;
	text-align:right;
	vertical-align:bottom;
}
.artistNameEn{
	text-align:right;
	padding:3px 0;
	font-size:10px;
	vertical-align:bottom;
}
.itemPrice{
	text-align:right;
	height:2em;
	padding:5px 0;
	font-weight:bold;
}
.itemBottomTable{
	border-collapse:collapse;
	font-size:10px;
	color:#666;
	width:200px;
}
.itemBottomTable th{
	width:73px;
	vertical-align:middle;
	background-color:#EEEEEE;
}
.itemBottomTable td{
	width:137px;
	text-align:right;
	border-right:none;
	vertical-align:middle;
	background-color:#FFFFFF;
	padding:2px 4px 2px 0;
}
.itemBottomTable td.line{
	margin:0px;
	padding:0px;
}
.detailLink{
	margin:5px 0;
	padding:5px 0 0 0;
	text-align:center;
	vertical-align:middle;
	height:40px;
	width:200px;
	background-color:#EEEEEE;
	border:solid 1px #CCCCCC;
}
.detailLink .negoSpace{
	float:left;
	margin-top:3px;
}
.detailLink .detailBtn{
	padding:auto;
	margin:auto;
	text-align:center;
	background:url(../img/syousai_btn_off.jpg) left top no-repeat;
	width:147px;
	height:29px;
	display:block;
} 
.en_detailBtn{
	padding:auto;
	margin:auto;
	text-align:center;
	background:url(../img/en_syousai_btn_off.jpg) left top no-repeat;
	width:147px;
	height:29px;
	display:block;
} 
.detailBtn span{
	display:none;
}
.en_detailBtn span{
	display:none;
}
a:hover.detailBtn{
	background:url(../img/syousai_btn_on.jpg) left top no-repeat;
}
a:hover.en_detailBtn{
	background:url(../img/en_syousai_btn_on.jpg) left top no-repeat;
}
.indexRight{
	width:900px;
	text-align: center;
}
/* slide CSS */
.slideArea{
	width:900px;
	background:url(../img/srch_open_bg900px.gif) left top repeat-y;
	border-top:1px solid #c3c3c3;
}
#optionBox{
	text-align:right;
	clear:both;
	background:url(../img/srch_line.gif) left top;
	height:30px;
	width:900px;
	border-bottom:1px solid #fff;
}
#optionBox02{
	text-align:right;
	background:url(../img/optionBox_backimg.jpg) left top no-repeat;
	height:32px;
	width:900px;
	border-bottom:1px solid #fff;
}
#optionBox_slide{
	text-align:right;
	background:url(../img/srch_open_bg900px.gif) left top repeat-y;
	height:32px;
	width:900px;
	display:block;
	border-bottom:1px solid #fff;
}
#optionTitle_slide{
	width:860px;
	height:30px;
	text-align:right;
	float:left;
}
#optionTitle{
	width:900px;
	height:30px;
	text-align:right;
}
#optionTitle table{
	height:32px;
	min-height:32px;
}
#optionTitle table tr td{
	vertical-align:middle;
}
#optionTitle table tr td option{
	vertical-align:middle;
	font-size: 92.4%;
}
#optionTitle a{
	padding-right:4px;
	font-size:12px;
}
.optionBoxArrow{
	float:right; 
	margin:0; 
	padding:0;
}
.optionBoxArrow img{
	border:none;
}
#optionBottom{
	clear:both;
	border-top:1px solid #c3c3c3;
}
#optionBottomBg{
	clear:both; background:url(../img/srch_line.gif) left top;
	height:30px;
	width:900px;
	border-top:1px solid #fff;
}
#artistList{
	margin:0;
	padding:0;
	list-style-type:none;
}
#artistList li{
	display:block;
	width:225px;
	float:left;
	margin:0;
	padding:0;
}
#artistList li a{
	margin:0;
	padding:0;
	font-size:12px;
	color:#666666;
	font-weight:bold;
}
#artistList li a:hover{
	margin:0;
	padding:0;
	font-size:12px;
	color: #FF9933;
}
#artistList li a span{
	display:block;
	margin:3px 2px 5px 8px;
}
/* itemsearch */
.srchOptionS{
	width:70px;
	height:20px;
	margin:0;
	padding:0;
	font-size:12px;
}
.srchOptionM{
	width:70px;
	height:16px;
	margin:0;
	padding:2px 0 0 0;
	font-size:12px;
}
.srchOptionL{
	width:80px;
	height:16px;
	margin:0;
	padding:2px 0 0 0;
	font-size:12px;
}
#srchReset{
	height:10px;
	width:900px;
	margin:5px 0 20px 0;
	padding:0;
	text-align:right;
	background:url(../img/optionBox_resetline.jpg) 0 3px no-repeat;
}
#srchReset a span{
	font-size:10px;
	display:none;
}
#srchReset a{
	display:block;
	float:right;
	background:url(../img/optionBox_resetbtn_off.jpg) left top no-repeat;
	width:98px;
	height:10px;
}
#srchReset a:hover{
	display:block;
	float:right;
	background:url(../img/optionBox_resetbtn_on.jpg) left top no-repeat;
	width:98px;
	height:10px;
}

span#gallerytitle1 {
font-family:Geneva, Arial, Helvetica, sans-serif; font-size:22px; font-weight:bold; color:#666666; padding:4px; padding-left:54px
}
span#gallerytitle2 {
font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#999999; padding:4px; padding-left:54px
}

#data	{
	border-collapse: collapse;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}
#data th, #data td {
	text-align: left;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
#data th {
	width: 150px;
}
.red {
	color: #FF0000;
	font-size: 12px;
}
.blue {
	color: #5360C5;
}

.Language {border:#999999 solid 1px;margin:3px;padding:3px;font-size:10px}
a.Language {color:#FFFFFF; background-color:#000000; text-decoration:none}
a.Language:hover{color:#000000; background-color:#FFFFFF}


