@charset "utf-8";

/* index **************************************

	ArtMeter
		1.general
		2.layout
		3.module

******************************************** */

/* ********************************************

	general styles

******************************************** */

/* Universal Selecter
---------------------------------------------- */


* {
	margin: 0;
	padding: 0;
	word-break: break-all; /* for IE */
}

body {
	margin: 0;
	padding: 0;
	background: #FFffff;
	color: #000000;
	text-align: center;
	-webkit-text-size-adjust: 100%;
}



/*  font-size initialization by YUI
---------------------------------------------- */

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.0
*/


body {
	font-size: 13px;
	font-family: "メイリオ", Meiryo, sans-serif;
	*font-size: small;
	*font: x-small;
}


select, input, textarea  {
	font: 99% arial,helvetica,clean,sans-serif;
}
pre, code  {
	font: 115% monospace;
	*font-size: 100%;
}
body *  {
	line-height: 1.22em;
}


/*  CONTENTS font-size setting
---------------------------------------------- */

div#contents p,
div#contents dt,
div#contents dd,
div#contents th,
div#contents td,
div#contents ul li,
div#contents ol li,
h1, h2, h3, h4, h5, h6 {
	font-size: 107%;
}
div#contents li li,
div#contents li dt,
div#contents li dd,
div#contents dd dt,
div#contents dd dd,
div#contents dd li, {
	font-size: 100%;
}




/*  GENERAL SELECTER
---------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	display: block;
	line-height: 1;
	border: none;
	background-position: 0 0;
	background-repeat: no-repeat;
}
div, p, li, dt, dd {
	display: block;
	line-height: 1.55;
	border: none;
}
ol {
	line-height: 1.55;
	border: none;
}
ol li {
	display: list-item;
	list-style: decimal outside;
}
th, td {
	border: none;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	display: none;
}

li {
	list-style: none;
}

hr {
	display: none;
}

img {
	border: none;
}
sup {
	font-size: 8px !important;
}

caption {
	display: none;
}
h2.titleh2 {
	background: url(/img/common/ico_h2.gif) no-repeat 0 0;
	font-size: 18px;
	padding-left: 24px;
}
h3.titleh3 {
	background: url(/img/common/ico_h2.gif) no-repeat 0 0;
	font-size: 18px;
	padding-left: 24px;
}

h3.titleh4 {
	background: url(/img/common/ico_h2.gif) no-repeat 0 0;
	font-size: 18px;
	padding-left: 24px;
	margin-top:27px;
}

h4.titleh4  ,h5.titleh5  {
	background: url(/img/common/ico_h4.gif) no-repeat 0 0;
	font-size: 16px;
	padding-left: 22px;
}
/* HyperText styles
---------------------------------------------- */

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #444444;
}
a:hover {
	color: #000000;
	background:#FFFF00;
	text-decoration:none;
}
a:active {
	color: #444444;
}
a:hover img {
	color: #000000;
	background-color: none;
	text-decoration:none;
}

/* TextLink -> ImgLink
---------------------------------------------- */

/* Horizontal */

div#mainMenu div#mmEnjoySub ul li a {
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
}
div#mainMenu div#mmEnjoySub ul li a:hover {
	background-position: 100% 0;
}
div#mainMenu div#mmRankingSub ul li a {
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
}
div#mainMenu div#mmRankingSub ul li a:hover {
	background-position: 100% 0;
}
div#mainMenu div#mmBuySub ul li a {
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
}
div#mainMenu div#mmBuySub ul li a:hover {
	background-position: 100% 0;
}
div#mainMenu div#mmOrderSub ul li a {
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
}
div#mainMenu div#mmOrderSub ul li a:hover {
	background-position: 100% 0;
}

p#leadAllpage {
	margin:5px 0;
}
/* Vertical */

div.backtoTop a,
div.backtoTop_top a,
div#footerInfo p a {
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
}
div.backtoTop a:hover,
div.backtoTop_top a:hover,
div#footerInfo p a:hover {
	background-position: 0 100%;
}
div.backtoTop a span,
div.backtoTop_top a span,
div#footerInfo p a span {
	display: none;
}


/*  CLEAR FIX
---------------------------------------------- */

.clearfix {
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after {/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .clearfix {
	display:inline-table;
	/*\*/display:block;/**/
}



/* ********************************************

	lauout styles

******************************************** */

/* Container
---------------------------------------------- */

div#container {
	background-image: url(/img/common/bg_container.png);
	background-position: center top;
	background-repeat: repeat-x;
}
div#cont_inner {
	width: 1000px;
	position: relative;
	text-align: left;
	margin: 0 auto;
}

/* Header
---------------------------------------------- */

div#Header {
	padding:0 20px;
	width:960px;
}
div#Header h1 {
	width: 316px;
	margin: 0px auto 1px 0;
	padding-top: 10px;
	padding-bottom: 4px;
}
div#Header h1 a {
	display: block;
	width: 316px;
	height: 58px;
	margin: 0 auto 1px 0;
}
div#Header h2 {
	width: 82px;
	height: 24px;
	padding-top: 11px;
	float: left;
}
div#Header p {
	width: 245px;
	height: 27px;
	margin-top: 10px;
	margin-left: 92px;
	padding-left: 15px;
	background: url(/img/common/bg_meter.gif) no-repeat 0 0;
	font-size: 85%;
}
div#Header p strong {
	font-size:140%;
	font-weight: bold;
	color: #09460F;
}
div#Header p strong span {
	color: #F9630D;
	padding-left: 3px;
}


/* AccountArea
---------------------------------------------- */
div#accountArea {
	position: absolute;
	top: 35px;
	right: 15px;
	line-height: 1;
	height: 20px;
}
div#accountArea ul {
margin: 5px 10px 0 0;
float:left;
}
div#accountArea ul li {
	display:inline;
	font-size: 85%;
}
div#accountArea ul li strong ,
div#accountArea ul li strong a {
	color: #E61143;
	font-weight: bold;
	font-size: 107%;
	padding-right: 2px;
}
div#accountArea ul#boxLogin  {text-align:right;}
div#accountArea ul#boxLogin li {
	display:inline;
}
div#accountArea #unitHeaderSearch {
	height:38px;
	float: left;
	width:220px;
}
div#accountArea #unitHeaderSearch form input#txtSearch {
padding:6px 6px 6px 22px;
vertical-align:middle;
width:191px;
border:none;
background:url("/img/common/bg_search.png") no-repeat scroll 5px 7px #ececec;
right:0;
position:absolute;
top:0;

}

div#accountArea p.btnSearch {
right:6px;
position:absolute;
top:3px;
}
/* AfterLogin */
div#accountArea div#afterLogin {
	width: 484px;
	height: 81px;
	padding-top: 10px;
	margin-left: 62px;
	background: url(/img/common/bg_account.gif) no-repeat 0 0;
}
p#userName {
	width: 305px;
	float: left;
	padding-top: 6px;
	text-align: center;
	font-size: 100%;
}
p#userName strong {
	color: #588E03;
	font-weight: bold;
	font-size: 107%;
}
div#accountArea p#Mypage {
	margin: 0 10px 10px 310px;
}


/* MainMenu
---------------------------------------------- */

div#mainMenu {
	clear: both;
	margin: 0;
	padding: 0;
	margin-top: 8px;
	z-index:999;
	height: 62px;
}
div#mainMenu ul#tagline {
padding-bottom: 10px;
height: 20px;
}
div#mainMenu ul#tagline li.intro {
float: left;
font-size: 11px;
margin-left: 20px;
}

div#mainMenu ul#tagline li.txtAmount {
float:right;
margin-right: 20px;
font-size: 11px;
}
div#mainMenu ul#tagline strong span {
color:#F9630D;
padding-left:3px;
}
div#mainMenu ul.gMenu {
	clear: both;
	height: 32px;
	background-color: #333333;
	position: absolute;
    top: 111px;
	}
div#mainMenu ul li {
	display: inline;
	list-style: none;
}
div#mainMenu ul li a {
	height: 32px;
}

/* DROPDOWN MENU */

div#mainMenu div#mmEnjoySub ,
div#mainMenu div#mmRankingSub ,
div#mainMenu div#mmOrderSub {
	visibility: hidden;
	width: 1000px;
	position: absolute;
	margin: 0 auto;
	z-index: 9999;
    top: 143px;
	bottom: auto;
}
div#mainMenu div#mmOrderSub ul {
	width: 200px;
	margin-left: 400px;
	background: none;
}

div#mainMenu div#mmEnjoySub ul {
	width: 200px;
	margin-left: 600px;
	background: none;
}
div#mainMenu div#mmRankingSub ul {
	width: 200px;
	margin-left: 400px;
	background: none;
}

div#mainMenu div#mmEnjoySub ul li ,
div#mainMenu div#mmRankingSub ul li ,
div#mainMenu div#mmOrderSub ul li {
	display: block;
	height: 33px;
}
div#mainMenu div#mmEnjoySub ul li a ,
div#mainMenu div#mmRankingSub ul li a,
div#mainMenu div#mmOrderSub ul li a
{
	display: block;
	height: 33px;
	float: none;
	margin: 0;
}
div#mainMenu div#mmEnjoySub ul li a img ,
div#mainMenu div#mmRankingSub ul li a img ,
div#mainMenu div#mmOrderSub ul li a img {
	vertical-align: top;
}


/* Contents
---------------------------------------------- */

div#contents {
	clear: both;
	z-index:1;
}


/* SubMenu
---------------------------------------------- */

div#subMenu {
	width: 1000px;
	position: absolute;
	top: 8px;
	text-align: right;
}
div#subMenu h2 {
	display: none;
}

div#subMenu ul {
line-height:1;
position:absolute;
right:20px;
}
div#subMenu ul li {
	display: inline;
	list-style: none;
	line-height: 1;
}
div#subMenu ul li a {
	margin: 0;
	font-size: 92%;
	vertical-align: bottom;
	text-decoration: none;
}
div#subMenu ul li#smAbout {
	border: none;
}


/* Footer
---------------------------------------------- */

#Footer {
	clear: both;
	color: #FFFFFF;
	padding: 0 20px 20px 30px;
	position: relative;
	background-attachment: scroll;
	background-color: #000000;
	text-align: left;
}
#contFooter {
	width: 1000px;
	margin: 0 auto;
}
#Footer h2 {
	display: none;
}
#Footer div#footerMenu ul li a {
	color: #FFFFFF;
	font-size: 92%;
	text-decoration: underline;
	padding: 0 4px;
	margin: 2px 0;
	line-height: 2;
}

#Footer div#footerMenu ul li a:hover {
	color: #000000;
	background: #FFFF00;
}

#Footer div#footerMenu {
	width: 700px;
	padding-top: 15px;
}

#Footer div#footerMenu h2 {
	display: none;
}
div#footerMenu ul {
}
#Footer div#footerMenu ul li,
div#hands_list ul li {
	display: inline;
	list-style: none;
	line-height: 1.4;
}
#Footer div#footerMenu ul li a {
	white-space: nowrap;
}



/* KAYAC PROJECT */

div#boxKayacLink div#hands_list {
	bottom: 0;
	left: 0;
	padding: 6px 0 20px;
}

div#boxKayacLink div#hands_list dt {
	float:left;
	width: 120px;
	height:40px;
}
div#boxKayacLink div#kayacMedia dt {
	background:url("/img/common/icon_kayac_blog.png") no-repeat scroll 0 0 transparent;
	float:left;
	width: 120px;
	text-indent:-9999px;
	height:30px;
	margin-top :5px;
}

div#hands_list h3 a {
	background: none;
	border: none;
}
div#hands_list ul {
	float: left;
	width: 880px;
	padding: 0;
	margin-top: 10px;
}
div#hands_list ul li {
	display: inline;
	margin: 0 10px 0 0;
}
div#hands_list ul li a {
	white-space: nowrap;
	font-size: 85%;
}


/* FOOTER INFO */

#Footer div#footerInfo h3 {
	display: none;
}
#Footer div#footerInfo {
	width: 220px;
	float: right;
	margin-top: 18px;
	text-align: center;
}
*+html #Footer div#footerInfo {
	width: 220px;
	float: right;
	margin-top: 18px;
	text-align: center;
}

#Footer div#footerInfo p {
	display: block;
	margin: 0 auto;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#Footer div#footerInfo p span {
	display: none;
}
#Footer div#footerInfo p#footerTel {
	width: 145px;
	height: 13px;
}
#Footer div#footerInfo p#footerMail a {
	width: 146px;
	height: 10px;
	margin: 10px auto 0;
}
#Footer div#footerInfo p#copyright {
	width: 215px;
	height: 10px;
	margin: 15px auto 0;
}
#Footer div#siteInfo {
	display: none;
}

#Footer div#footerCredit {
	padding: 20px 5px 0;
}

#Footer div#footerCredit  dl {
}
#Footer div#footerCredit  dl dt {
	display: inline;
	margin: 0 10px 0 0;
}
#Footer div#footerCredit  dl dd {
	display: inline;
	border: none;
	margin: 0 10px 0 0;
	/*padding: 0 0 0 24px;*/
	padding-left:0px;
	background: no-repeat 0 0;
}
#Footer div#footerCredit  dl dd#english {
	padding-left:0px;
}
/*------ miwa-sato comment out 080910 -----*/
/*#Footer div#footerCredit  dl dd#italy {
	background-image: url(/img/common/icn_italy.gif);
}*/
/*#Footer div#footerCredit  dl dd#japan {
	background-image: url(/img/common/icn_japan.gif);
}*/
#Footer div#footerCredit  dl dd#italy,
#Footer div#footerCredit  dl dd#japan {
	background-image: none;
}
#Footer div#footerCredit  dl dd a {
	color: #FFFFFF;
	text-decoration: underline;
}
#Footer div#footerCredit  dl dd a:hover {
	color: #000000;
	text-decoration: none;
	background: #FFFF00;
}



/* PRINT */

div#siteInfoP {
	display: none;
}


/* clearfix
---------------------------------------------- */

div#hands_list {
    zoom:1;/*for IE 5.5-7*/
	margin: 0 auto;
    width: 1000px;
	text-align: left;
}
div#hands_list:after {/*for modern browser*/
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html div#hands_list {
	display:inline-table;
	/*\*/display:block;/**/
}



/* ********************************************

	module styles

******************************************** */

div#contBody h4.plain,
div#contBody h5.plain {
	margin: 0 0 15px;
}
div#contBody h6.plain {
	margin: 0 0 10px;
}
div#contBody p.plain,
div#formList p.plain {
	margin: 0 5px 15px;
}
div#contBody p.btnPlain {
	margin: 0 5px 15px;
	text-align: center;
}
div#contBody ul.btnPlain {
	margin: 0 5px 15px;
	text-align: center;
}
div#contBody ul.btnPlain li {
	display: inline;
}
div#contBody ul.plain {
	margin: 0 0 15px 20px;
}
div#contBody ul.plain li {
	display: list-item;
	list-style: disc outside;
}

/* ----------------------------------------------

		UNIT MODULE

---------------------------------------------- */


/* Thumbnail UNIT MODULE
---------------------------------------------- */


div#UnitGroup {
	position: relative;
	clear: both;
	margin-left: 2px;
}
div.UnitGroup {
	position: relative;
	clear: both;
	margin-left: 2px;
}

/*  CLEAR FIX
---------------------------------------------- */

	div#UnitGroup,
	div.UnitGroup {
			zoom:1;/*for IE 5.5-7*/
	}
	div#UnitGroup:after,
	div.UnitGroup:after {/*for modern browser*/
			content:".";
			display: block;
			height: 0;
			clear: both;
			visibility: hidden;
	}
	* html div#UnitGroup,
	* html div.UnitGroup {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
	}

div.unit {
	position: relative;
_position: static;
	width: 158px;
	height: 210px;
	float: left;
	margin-right: 2px;
	margin-bottom: 20px;
}

div.unit dl dt a {
	display: block;
	width: 150px;
	height: 150px;
	background: #F0F0F0;
	border: 4px solid #FFFFFF;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
div.unit dl dt a span {
	display: block;
	width: 150px;
	height: 150px;
	border: 1px solid red;
}
div.unit dl dt a:hover {
	background: #F0F0F0;
	border: 4px solid #FFFF00;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
div.unit dl dt a img {
	display: block;
	margin: auto;
	vertical-align: middle;
}

div.unit dl {
	width: 158px;
}
div.unit dl dt {
}
div.unit dl dd {
	background-position: 0 100%;
	background-repeat: no-repeat;
}
div.unit dl dd.unitTitle,
div.unit dl dd.unitPrice {
	margin:0 4px;
	padding: 4px 0 4px 40px;
}
div.unit dl dd.unitTitle {
	height: 1.3em;
	overflow: hidden;
	font-size: 92% !important;
	background-image: url(/img/common/unit_title.gif);
}
div.unit dl dd.unitTitle a {
	text-decoration: none;
}
div.unit dl dd.unitPrice {

	font-size: 107%;
	font-weight: bold;
	background-image: url(/img/common/unit_price.gif);
}
div.unit dl dd.unitSalePrice,
div.unit dl dd.salePrice {
	color: #FF3300;
}

div.unit dl dd span {
	display: none;
}

div.unit dl dd.unitInfo {
	font-size: 85% !important;
}
div.unit dl dd.unitInfo strong {
	display: block;
	font-family: 110%;
}
div.unit dl dd.unitDate {
	color: #AAA;
	font-size: 85% !important;
}

div.unit dl dd {
	margin: 4px;
	padding: 0;
	background-image: url(/img/common/line_dot01.gif);
}
div.unit dl dd.unitFavNum {
	color: #AAAAAA;
	font-size: 85% !important;
	background: none;
}
div.unit dl dd.unitCart {
	background: none;
}

div.unit div.ieBOX,
div.unit div.ieBOX	div.unitMessage,
div.unit div.ieBOX	div.unitMessage p{
	z-index: 999;
	clear:both;}

div.unit div.ieBOX{
	width:158px;
	z-index: 999;
	position:relative;
	text-align:left;}

	/* MESSAGE */

	div.unitMessage {
		position: absolute;
		z-index: 9999;
		visibility: hidden;
		overflow: visible;
		width: 150px;
		top: 154px;
		left: 0;
		margin-left: 4px;
		padding-top: 20px;
		background: url(/img/common/bg_unit_info.gif) no-repeat 0 0;
	}
	div.unitMessage p {
		margin: 0 !important;
		padding: 0 10px 10px !important;
		background: #000000;
		color:#FFFFFF;
		font-size: 92% !important;
		line-height: 1.5;
	}

div.unit div.ieBOX	div.unitMessage{
top:-60px !important;
left:5px;
margin:0;}


/* NEW / SOLDOUT */

div.unit img.ORDERicon,
div.unit img.COVERicon,
div.unit img.NEWicon,
div.unit img.SALEicon,
div.unit img.SALESENDicon,
div.unit img.SOLDOUTicon {
	z-index: 200;
	position: absolute;
	width: 150px;
	height: 150px;
	margin: 0 auto auto 0;
}
div.unit img.SALESENDicon,
div.unit img.SOLDOUTicon {
	z-index: 100;
}
div.unit img.thumbnail {
	visibility: hidden;
}



/* INFO */

div.unit div.unitInfo {
	position: absolute;
	z-index: 300;
	visibility: hidden;
	width: 150px;
	margin-top: -52px;
	margin-left: 4px;
	padding-top: 14px;
	background: url(/img/common/bg_unit_info.gif) no-repeat 0 0;
}
div.unit div.unitInfo ul {
	padding: 0 10px 10px;
	background: #000000;
	color:#FFFFFF;
	font-size: 92% !important;
	line-height: 1.5;
}



/* FRAME UNIT MODULE
---------------------------------------------- */

div.unitFrame {
	/* float: left;
	width: 150px; */
	margin: 20px auto 0 ;
	padding: 0 0 20px;
	text-align: center;
	background: url(/img/common/line_dot01.gif) repeat-x 0 100%;
}
div.unitFrameSingle {
	margin: 70px auto 0 ;
	padding: 0 0 10px;
	text-align: center;
	background: none;
}
/*
div.unitFrameLast {
	margin-right: 0px;
}
*/
div.unitFrame p.unitFramePh {
	margin: 5px 0;
	padding: 0 auto;
	text-align: center;
}
div.unitFrame p.unitFramePBtn {
	width: 150px;
	margin: 0 auto;
}

div#unitFrameDisc {
	margin: 0;
	padding: 10px;
	background: #F0F0F0;
}
div#unitFrameDisc p {
	font-size: 93%;
}
div#unitFrameDisc p.unitFrameDiy {
	text-align: right;
}
div#unitFrameDisc p.unitFrameDiy a {
	display: block;
	width: 180px;
	height: 20px;
	margin: 5px 0 0 auto;
	text-indent: -9999px;
	outline: none;
	background-image: url(/img/works/btn_frame_diy.gif);
	background-position: 0 0;
}
div#unitFrameDisc p.unitFrameDiy a span {
	display: none;
}
div#unitFrameDisc p.unitFrameDiy a:hover {
	background-position: 0 100%;
}



/* PEOPLE UNIT MODULE
---------------------------------------------- */

p.unitPeople {
	display: inline;
	float: left;
	width: 88px;
	margin-right: 2px;
	margin-bottom: 2px;
	text-align: center;
}
p.unitPeople a {
	display: block;
	width: 57px;
	height: 76px;
	margin: 0 auto;
	border-width: 3px;
	border-style: solid;
}
p.unitPeople a img {
	width: 57px;
	height: 76px;
}
p.unitPeople span.artistName {
	display: block;
	height: 2.0em;
	margin-top: 3px;
	color: #AAA;
	font-size: 77%;
	text-align: center;
}



/* USER SETTING
---------------------------------------------- */

.artist {
	display: block;
	border-color: #6F9DBE !important;
	border-style: solid;
	border-width: 4px;
}
.user {
	display: block;
	border-color: #588E03 !important;
	border-style: solid;
	border-width: 4px;
}
a.artist:hover,
a.user:hover {
	border-color: #FF0 !important;
}

/* STATUS SETTING
---------------------------------------------- */

.sale {
	color: #069CF2 !important;
}
.soldout {
	color: #AA0000 !important;
}
.soldoutPrice {
	text-decoration: line-through !important;
}
.salesend {
	color: #495874 !important;
}
.error {
	color: #FF0099 !important;
}
.date {
	display: block;
	color: #AAA !important;
}


/* ----------------------------------------------

		SECTION MODULE

---------------------------------------------- */


/* CONTENTS HEAD
---------------------------------------------- */

div#contHead {
	position: relative;
	margin: 20px;
}
div#contHead h2 {
	margin-bottom: 10px;
}
div#contHead div.contSectionWide {
	margin-top: 0;
}


/* CONTENTS BODY
---------------------------------------------- */

div#contBody {
	position: relative;
	margin: 0 20px;
}

	/*CONTENTS BODY CLEAR FIX */

	div#contBody {
			zoom:1;/*for IE 5.5-7*/
	}
	div#contBody:after {/*for modern browser*/
			content:".";
			display: block;
			height:0px;
			clear:both;
			visibility:hidden;
	}
	* html div#contBody {
		display:inline-table;
		/*\*/display:block;/**/
	}


/* ----------------------------------------------

		SECTION MODULE

---------------------------------------------- */


/* Section plain
---------------------------------------------- */

div.section {
	margin: 0 0 25px;
}

/* Section
---------------------------------------------- */

div#contBody div.contSection {
	/* position: relative; IE ERROR*/
	clear: both;
	margin: 0 0 30px 165px;
	width: 765px;
	padding: 0 0 25px;
	border-bottom: 1px solid #CCC;
}

/* Section TOP
---------------------------------------------- */

div#contBody div.contSectionTop{
	/* position: relative; IE ERROR*/
	clear: both;
	margin: 10px 0 20px 165px;
	width: 765px;
	padding: 25px 0 20px;
	border: 1px solid #CCC;
	border-width: 1px 0;
}

/* Section Wide
---------------------------------------------- */

div#contBody div.contSectionWide,
div#contHead div.contSectionWide{
	position: relative;
	z-index: 10;
	clear: both;
	margin: 10px 0 5px;
	padding: 10px 0;
	border-top: 2px solid #CCC;
}


/* Foot Section
---------------------------------------------- */

div.footSection {
	position: relative;
	clear: both;
	margin: 100px 0 25px;
	padding: 0 10px;
	border-top: 2px solid #CCC;
	line-height: 1.6;
}

/* Foot Section Index
---------------------------------------------- */

div.footSection ul.footIndex li {
	display: inline;
}
div.footSection ul.footIndex li span {
	display: block;
	float: left;
	width: 240px;
	margin: 0 0 10px;
	padding-left: 8px;
	background-image: url(/img/common/icn_head01.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
}
div.footSection ul.footIndex {
	margin: 0 90px 30px;
}

/* Section CLEAR FIX
---------------------------------------------- */

div#contBody div.contSection,
div#contBody div.contSectionTop,
div#contBody div.footSection,
div#contBody div.contSectionTop,
div.contSectionWide {
    zoom:1;/*for IE 5.5-7*/
}
div#contBody div.contSection:after,
div#contBody div.contSectionTop:after,
div#contBody div.footSection:after,
div#contBody div.contSectionTop:after {/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html div#contBody div.contSection,
* html div#contBody div.contSectionTop,
* html div#contBody div.footSection,
* html div#contBody div.contSectionTop,
div.contSectionWide {
	display:inline-table;
	/*\*/display:block;/**/
}


/* Section Titles
---------------------------------------------- */

div#contBody h3 {
	margin: 0 0 20px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
div.contSection h4,
div.footSection h4 {
	margin: 25px 0 8px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

/* Section Images
---------------------------------------------- */

div.contSection p.contPic01 {
	float: right;
	width: 280px;
	text-align: right;
	padding: 0 auto;
	padding-bottom: 15px;
}
div.contSection p.contPic02 {
	float: right;
	width: 200px;
	text-align: right;
	padding: 0 auto;
	padding-bottom: 15px;
}

/* Section Lists
---------------------------------------------- */

div.contSection dl.contIndex {
	width: 500px;
	margin: 10px 0 10px 10px;
	padding: 0 10px;
}
div.contSection dl.contIndex dt {
	float: left;
	background-repeat: no-repeat;
	margin-bottom: 6px;
}
div.contSection dl.contIndex dd {
	background-repeat: no-repeat;
	margin-bottom: 6px;
}
div.contSection dl.contIndex dt span,
div.contSection dl.contIndex dd span {
	display: none;
}

ul.contIndex{
	margin: 10px 0 10px 0;
	padding: 0 10px 20px;
	background: url(/img/common/line_dot01.gif) 0 100% repeat-x;
}
ul.last{
	padding-bottom: 0;
	background: none;
}
ul.contIndex li {
	display: block;
	float: none;
	margin: 0 0 6px 0;
	padding-left: 28px;
	background: url(/img/common/icn_head01.gif) no-repeat 20px 5px;
}

/* Section Navi
---------------------------------------------- */

p.naviLink {
	clear: both;
	margin-top: 15px;
	padding-left: 8px;
	background-image: url(/img/common/icn_head01.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
}


div.contSection p.naviLink,
div.footSection p.naviLink {
	clear: both;
	width: 500px;
	margin-top: 15px;
	margin-left: 20px;
	padding-left: 8px;
	background-image: url(/img/common/icn_head01.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
}



/* PAGER
---------------------------------------------- */

div.Pager {
	width: auto;
	float: right;
	clear: both;
	zoom:1;/*for IE 5.5-7*/
	margin: 10px 0 10px auto;
	text-align: right;
}
div.Pager{
	clear:right;
	margin:0;
	padding:10px 0 10px 0;
}

div.Pager:after {/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}
* html div.Pager {
	display:inline-table;
	/*\*/display:block;/**/
}
div.Pager p {
	float: left;
	width: auto;
	margin: 0 !important;
	padding: 0 !important;
}
div#contents div.Pager p.pagerNum {
	float: left;
	height: 18px;
	padding-right: 3px;
	color: #333;
	font-size:100%;
}
div.Pager p a {
	display: block;
	width: 64px;
	height: 1px;
	overflow: hidden;
	padding: 17px 0 0;
	background-repeat: no-repeat;
	background-position: 0 0;
}
div.Pager p.pagerPrev a {
	background-image: url(/img/common/btn_prev.gif) ;
}
div.Pager p.pagerPrev a:hover {
	background-image: url(/img/common/btn_prev_o.gif) ;
}
div.Pager p.pagerNext a {
	background-image: url(/img/common/btn_next.gif) ;
}
div.Pager p.pagerNext a:hover {
	background-image: url(/img/common/btn_next_o.gif) ;
}

div.Pager p span {
	display: block;
	width: 64px;
	height: 1px;
	overflow: hidden;
	padding: 17px 0 0;
	background-repeat: no-repeat;
	background-position: 0 0;
}
div#contents div.Pager p.pagerNum span {
	width: auto;
}

div.Pager p.pagerPrevN span {
	background-image: url(/img/common/btn_prev_n.gif) ;
}
div.Pager p.pagerNextN span {
	background-image: url(/img/common/btn_next_n.gif) ;
}
div#contents div.Pager p.pagerNum span {
	display: inline;
	padding:0 5px 0 0;
	font-weight: bold;
}

div.Pager ul.pagerPages {
	display: inline;
	float: left;
	width: auto;
	height: 18px;
	padding: 0 auto;
	text-align: center;
	background-color: #09460F;
}
div.Pager ul.pagerPages li {
	line-height: 1;
	display: inline;
	float: left;
	color: #FFF;
}
div.Pager ul.pagerPages li span {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	color: #FFF;
	font-size: 100%;
	background-color: #F0F0F0;
}
div.Pager ul.pagerPages li.pagerThispage span {
	font-weight: bold;
	text-align: center !important;
	color: #FFF;
	background-color: #9CCE2E;
	vertical-align: bottom;
	width:auto;
	padding:0 4px 0 4px;
}
div.Pager ul.pagerPages li a {
	display: block;
	float: left;
	width: 18px;
	height: 17px;
	padding-top: 1px;
	color: #FFF;
	font-size: 85%;
	text-align: center;
	vertical-align: bottom;
	background-color: #09460F;
}
div.Pager ul.pagerPages li a:hover {
	color: #000;
	background-color: #FF0;
}


/* BACK TO TOP
---------------------------------------------- */

.backtoTop {
	clear: both;
	width: 100%;
	height: 28px;
	text-align: right;
}
.backtoTop a {
	width: 53px;
	height: 18px;
	margin-left: auto;
	background-image: url(/img/common/btn_top.gif);
	background-position: 0 0;
}
.backtoTop a:hover {
	width: 53px;
	height: 18px;
	margin-left: auto;
	background-image: url(/img/common/btn_top.gif);
	background-position: 0 100%;
}

/* BACK TO TOP2
---------------------------------------------- */

.backtoTop2 {
	clear: both;
	margin-top: 15px;
	text-align: right;
}
.backtoTop2 a {
	display: block;
	width: 3em;
	margin-left: auto;
	padding: 2px 10px 2px 8px;
	color: #666;
	font-size: 77%;
	text-decoration: none;
	background-color: #EEE;
	background-image: url(/img/common/icn_head03.gif);
	background-position: 5px 6px;
	background-repeat: no-repeat;
}
.backtoTop2 a:hover {
	color: #000;
	background-color: #FF0;
	background-image: url(/img/common/icn_head03.gif);
	background-position: 5px 6px;
	background-repeat: no-repeat;
}

/* -------------------------
	BACK TO TOP
------------------------- */

.backtoTop_top {
	clear: both;
	width: 100%;
	height: 48px;
	text-align: right;

}
.backtoTop_top a {
	width: 53px;
	height: 18px;
	margin-left: auto;
	background-image: url(/img/common/btn_top.gif);
}
.backtoTop_top a:hover {
	width: 53px;
	height: 18px;
	margin-left: auto;
	background-image: url(/img/common/btn_top.gif);
	background-position: 0 100%;
}

/* ERROR MODULE
---------------------------------------------- */

p.ERROR {
	padding: 10px;
	color: #FFF;
	font-size: 107px;
	font-weight: bold;
	background-color: #FF0099;
}
ul.ERRORlist {
	margin: 10px 20px;
	color: #FF0099;
}
ul.ERRORlist li {
	margin: 5px 0;
}

/* NO FLASH PLAYER
---------------------------------------------- */

.noFlash {
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-indent: -9999px;
	background: #F0F0F0 url(/img/common/no_flash.gif) no-repeat 50% 50%;
}

div#topFront .noFlash {
	width: 570px;
	height: 310px;
}


/* Coming Soon
---------------------------------------------- */

div.comingSoon {
	width: 100%;
	height: 200px;
	margin-bottom: 40px;
	text-indent: -9999px;
	background: #F0F0F0 url(/img/common/comingsoon.gif) no-repeat 50% 50%;
}




/* Keyword
---------------------------------------------- */
div#contBody ul.lstKey {
}
div#contBody ul.lstKey li {
	display: inline;
	float: left;
	margin: 0 7px 10px 0;
	padding: 0 0 0 18px;
	background:  url(/img/common/icn_keyword.gif) no-repeat 4px 50%;
}
div#contBody ul.lstKey li a {
	padding: 0 0 2px 0;
	border-bottom: 1px dotted #999999;
	white-space: nowrap;
	font-size: 93%;
	text-decoration: none;
}
div#contBody ul.lstKey li a:hover {
	border-bottom: none;
}
p.naviLinkB {
	margin-left: 160px;
}
p.btnTopSale a {
    background-color: #09460F;
    float: right;
    padding: 10px;
    text-align: center;
    width: 300px;
    color:#fff;
    cursor: pointer;
}
p.btnTopSale a:hover {
    background-color: #ffff00;
    float: right;
    padding: 10px;
    text-align: center;
    width: 300px;
    color:#000;
    cursor: pointer;
}
/* -------------------------
	footerwrap
------------------------- */
#footerwrap {
	border-top: 2px solid  #ECECEC;
	text-align: left;
	background-image: url(/img/common/bg_memory.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #ECECEC;
	clear:both;
}


div#newsArea {
	clear: both;
	width: 960px;
	font-size:85%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 45px;
	padding-bottom: 0px;
	padding-left: 45px;
}
div#newsArea02 {
	clear: both;
	margin: 0;
	padding: 40px 45px 40px;
	background-color: #fff;
	margin-bottom: 2px;
	font-size:85%;
}
div#newsArea h3 ,
div#newsArea02 h3 {
	background-position: 0 0;
	background-repeat: no-repeat;
padding-bottom: 25px;
}

div#newsArea div#newsList dl dt span.newsDate,
div#newsArea div#eventList dl dt span ,
div#newsArea02 div#newsList dl dt span.newsDate,
div#newsArea02 div#eventList dl dt span {
	color: #666666;
	font-size: 90%;
	font-weight: normal;
}

/* backnumber */
p.backnumber,
p.moreinfo {
	text-align:right;
}

div#leftSide {
	float:left;
	width:400px;
}
div#rightSide {
	margin-left:420px;
}

/*div#newsList {
	position:relative;
	top:0;
	left:0px;
}*/

div#newsList p.backnumber {
	clear:both;
}

div#newsList,
div#mailMagazine {
	width: 290px;
}


/* NEWS LIST */

div#newsArea div#newsList dl dt.nsWebInfo span.newsdate,
div#newsArea div#newsList dl dt.nsShopInfo span.newsdate {
	border-left:1px solid #888888;
	padding:0 0 0 8px;
	margin:0 0 0 8px;
	color: #999999;
}

div#newsArea div#newsList dl dt.nsWebInfo span.icon,
div#newsArea div#newsList dl dt.nsShopInfo span.icon,
div#rightSide div#eventList dt.evArtistInfo span.icon,
div#rightSide div#eventList dt.evShopInfo span.icon,
div#rightSide div#eventList dt.evPublicInfo span.icon ,
div#newsArea02 div#newsList dl dt.nsWebInfo span.icon,
div#newsArea02 div#newsList dl dt.nsShopInfo span.icon{
	background: #999999;
	color:#FFFFFF;
	font-size:85%;
	font-family:font-family: Courier New;
	padding:2px;
	margin-left:10px;
	white-space:nowrap;
}

div#newsArea div#newsList dl dt.nsWebInfo span.icon,
div#newsArea div#newsList dl dt.nsShopInfo span.icon {
	border-left:1px solid #E7E7E7;
	font-weight:normal;
}

div#newsArea div#newsList dl dt,
div#newsArea div#eventList dl dt {
	margin-top:15px;
	margin-bottom: 3px;
	font-size: 92%;
	font-weight: bold;
	line-height: 1.5;
}

div#newsArea div#newsList dl dd{
	font-size: 85%;
	line-height: 1.5;
	padding-bottom:15px;
	background:transparent url(/img/common/line_dot01.gif) repeat-x 0% 100%;
	width:400px;
}
div#newsArea div#newsList dl dd.last,
div#newsArea div#eventList dl dd.last {
	margin-bottom:5px;
}



/* MAIL MAGAZINE */


div#mailMagazine div#contMM p.subTxtMM{
	padding-bottom:10px;
}
div#mailMagazine div#contMM form#MailMagazine{
	clear:both;
}
div#mailMagazine input {
	vertical-align: middle;
}
div#mailMagazine input#mailInput {
	width: 250px;
	height: 19px;
	padding: 3px 0 0;
	font-size: 108%;
	border: 1px solid #CCCCCC;
}
div#mailMagazine ul#latestMM {
	width:400px;
	padding: 15px 0 20px 0px;
	font-size: 107%;
	background: url(/img/common/line_dot01.gif) repeat-x 0% 100%;
}
div#mailMagazine ul#latestMM li {
	padding-left:10px;
	background:url(/img/common/icn_head01.gif) no-repeat 0 6px;
}
div#mailMagazine p strong {
	color: #069CF2;
	font-weight: bold;
	font-size: 125%;
}
div#newsList p.backnumber,
div#mailMagazine p.backnumber,
div#eventList p.moreinfo {
	padding-top:5px;
}
/* twitter */
div#contTwitter {
	clear:both;
	margin-top: 35px;
}
div#unitBlog {
	margin-top:35px;
}
div#unitTwitter {
	margin:15px 0;
	clear:both;
}
div#contTwitter .bnrTweet {
float:left ;
padding: -0 10px 10px 0;
}

div#contFacebook {

}
/* eventBox */
div#newsArea div#eventList {
	width: 460px;
}
div#newsArea div#eventList dl {
	padding-top:25px;
}
div#newsArea div#eventList dl dt{
	margin-top:15px;
}

div#newsArea div#eventList dl dd {
	font-size: 85%;
	line-height: 1.5;
	padding-bottom:15px;
	background:transparent url(/img/common/line_dot01.gif) repeat-x 0% 100%;
	width:437px;
}


* html div#newsArea a {
background: none;
}
/* -------------------------
	FOOTER for TOP
------------------------- */

/* contAd */
div#rightSide #contAd {
  padding-left: 15px;
  padding-top:15px;
}



/* -------------------------
	topBannerArea
------------------------- */

ul#topBannerArea {

}

ul#topBannerArea li {
	display: inline;
	margin: 0;
	list-style: none;
}
ul#topBannerArea li a:hover {
	background: #FFFFFF;
}
ul#topBannerArea li a img {
	cursor: pointer;
	border:2px solid #EFEFEF;
}

ul#topBannerArea li a:hover img {
	cursor: pointer;
	border:2px solid #FFFF00;
}

/* -------------------------
	common btn
------------------------- */
.btnCommon {
    text-align: center;
    margin: 0 auto;
	clear: both;
}
.btnCommon a {
    background-color: #09460F;
    color: #FFFFFF;
    cursor: pointer;
    padding: 10px;

    width: 300px;
}
.btnCommon a:hover {
    background-color: #ffff00;
    color: #000;
    cursor: pointer;
    padding: 10px;
    text-align: center;
    width: 300px;
}
input.btnCommon {
    background-color: #09460F;
    color: #FFFFFF;
    cursor: pointer;
    padding: 10px;
    border: none;
    width: 300px;
}
input.btnCommon:hover {
    background-color: #ffff00;
    color: #000;
    cursor: pointer;
    padding: 10px;
    text-align: center;
    width: 300px;
}
#contents ul.social {
    border-bottom: 1px solid #CCCCCC;
    margin: 10px 20px;
    padding-bottom: 5px;
}
#contents ul.social li {
    float: right;
    margin-left: 10px;
}

/* ------------------------------------------------------------
	99. Clearfix
------------------------------------------------------------ */

.group:after ,
.camCont:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}

.group ,
.camCont {
    display: inline-block;
}
/* Hides from IE-mac \*/

* html .group ,
* html .camCont {
    height: 1%;
}

.group ,
.camCont {
    display: block;
}
/* End hide from IE-mac */

.cssButton {
    background-color: #09460f;
    text-decoration: underline;
    text-align: center;
}

.cssButton a{
    color: white;
}

.cssButton:hover {
    background-color: #ffff00;
}

.cssButton:hover a {
    color: black;
}

.cssMiniButton {
    background-color: #09460f;
    padding: 5px 10px !important;
    margin: 0 90px;
    text-decoration: underline;
}

.cssMiniButton a{
    color: white;
}

.cssMiniButton:hover {
    background-color: #ffff00;
}

.cssMiniButton:hover a {
    color: black;
}

.cssSmallButton {
    background-color: #09460f;
    padding: 5px 10px !important;
    margin: 20px 30px;
    text-decoration: underline;
    text-align: center;
}

.cssSmallButton a{
    font-size: 12px;
    color: white;
}

.cssSmallButton:hover {
    background-color: #ffff00;
}

.cssSmallButton:hover a {
    color: black;
}

.cssMediumButton {
    display: inline-block;
    background-color: #09460f;
    text-decoration: underline;
    width: 140px;
    text-align: center;
    vertical-align: middle;
    color: white !important;
    margin-top: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;
}

.cssMediumButton a{
    color: white;
}

.cssMediumButton:hover {
    background-color: #ffff00;
    color: black !important;
    text-decoration: underline;
}

.cssMediumButton:hover a {
    color: black;
}


div#mediaLinkArea{
	width: 960px;
	padding-top: 40px;
	padding-right: 45px;
	padding-bottom: 0px;
	padding-left: 45px;
}

div#media h2{
	display: none !important;
}

div#mediaLinkArea h2{
	width: 800px;
	height: 22px;
	margin-bottom: 30px;
}
}


/* Photo Gallery
---------------------------------------------- */

/*@@@@@@@
div#profGallery {
	position: relative;
}
div#profGallery h3#tiProfGalleryUser {
	background-image: url(/img/profile/ti_prof_gallery_u.gif);
}
div#profGallery h3#tiProfGalleryArtist {
	background-image: url(/img/profile/ti_prof_gallery_a.gif);
}
div#profGallery p {
	position: absolute;
	top: 10px;
	left: 435px;
	color: #588E03;
	font-weight: bold;
	font-size: 93%;
}
div#profGallery div.noFlash {
}
*/

div#worksGallery #modal_container {
	overflow: unset;
}
div#worksGallery .titleh3 {
	position: relative;
}
div#worksGallery .titleh3 span {
	position: absolute;
	top: 0;
	right: 0;
	color: #588E03;
	font-weight: bold;
	font-size: 93%;
	display: block;
}
div#worksGallery .workslide-item {
	margin: 0 6px;
}
div#worksGallery .workslide-item img {
	width: 100%;
	cursor: pointer;
}
div.workslide {
	width: 90%;
	margin: 20px auto;
}
div.workslide .pgCaptionList{
	display: none;
}
div#worksGallery .slick-prev:before, div#worksGallery .slick-next:before {
	color: #5c5555;
}
div#worksGallery .slick-arrow {
  z-index: 0;
}
div#worksGallery .slide-arrow{
  position: absolute;
  top: 40%;
}
div#worksGallery .prev-arrow{
  left: 30px;
}
div#worksGallery .next-arrow{
  right: 30px;
}
#grayDisplay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
}
#grayDisplay img {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 95%;
  max-height: 70%;
  height: 90%;
  object-fit: contain;
}
#grayDisplay.main_image_modal img {
  max-height: 95%;
}
#grayDisplay .pgCaptionList {
	float: none;
	position: absolute;
	margin: 0 auto;
	bottom: 5%;
  left: 30%;
}
#contBody #profBBS .contSectionWide {
	z-index: auto;
}
