/* CSS Document */

/*　全体設定
================================================================= */

*{
    margin:0;
    padding:0;
}

html {
	min-width: 900px;
	overflow-y: auto;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 10px;
	_font-size: 11px;
	line-height: 150%;
	font-weight: normal;
	color: #C6C1B4;
	min-height: 667px;
	width:100%;
	margin:0px auto;
	background-color: #0C0018;
	background-image: url(../images/butterfly.gif);
	background-repeat: no-repeat;
	background-position: 8% -10px;	/*overflow: hidden;*/
}
html, body {
	min-width: 900px;
	height: 100%;
}
img {
	border: 0;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0066;
}
a:active {
	text-decoration: none;
	color: #FF0066;
}

hr {
	visibility: hidden;
}

.clear {
	clear: both;
	float: none;
}

/* メインコンテナ
================================================================= */
#body {
	width: 100%;
	position:relative;
}
#MainContainer {
	position: relative;
	z-index: 10;
}
#MainContainer_inner {
	z-index: 1;
	padding-right: 20px;
	padding-left: 28%;
	padding-top: 51px;
	overflow: hidden;
}
#MainContainer h1 {
	border-bottom: 1px solid #FF0066;
	margin-bottom: 12px;
	width:100%;
}
#MainContainer h1 a {
	background-image: url(../images/title-main.png);
	/*_background-image: url(../images/title-main.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
	width: 260px;
	display: block;
	height: 55px;
	text-indent: -9999px;
	overflow: hidden;
}
#MainContainer #moulin {
	position: absolute;
	right: 40px;
	top: 25px;
}
#MainContainer p#copyright,
#MainContainer address {
	padding-top: 30px;
	padding-bottom: 30px;
	display: block;
}
#Contents {
	border-bottom: 1px solid #FF0066;
	padding-bottom: 30px;
	width:100%;
}
#btn_request {
	position: absolute;
	top: 300px;
	left: 9%;
	height: 54px;
	z-index: 90;
	text-align: center;
}

/* ナビゲーション
================================================================= */

#MainNavi {
	margin-bottom: 10px;
	width:100%;
}

#MainNavi ul {}

#MainNavi li {
	display: block;
	list-style-type: none;
	overflow: hidden;
	position: relative;
	float: left;
	height: 11px;
}

#MainNavi li a {
	display: block;
	background-repeat: no-repeat;
	/*background-position: left bottom;*/
	text-indent: -999px;
	height: 22px;
	overflow: hidden;
	position: absolute;
	bottom:0;
	left:0;
}
#MainNavi li a:hover {
	/*background-position: left top !important;*/
	top: 0px;
	_top: -1px;
}
#MainNavi li a.Current {
	/*background-position: left top !important;*/
	top: 0px;
	_top: -1px;
}

/* Home */
#MainNavi li#Nav0 {
	width: 56px;
}
#MainNavi li#Nav0 a {
	width: 56px;
	background-image: url(../images/navi-home.png);
}
/* Portrait & Fashion */
#MainNavi li#Nav1 {
	width: 119px;
}
#MainNavi li#Nav1 a {
	background-image: url(../images/navi-pf.png);
	width: 119px;
}
/* Creative */
#MainNavi li#Nav2 {
	width: 70px;}
#MainNavi li#Nav2 a {
	background-image: url(../images/navi-creative.png);
	width: 70px;
}
/* Exhibition */
#MainNavi li#Nav3 {
	width: 74px;
}
#MainNavi li#Nav3 a {
	width: 74px;
	background-image: url(../images/navi-exhibition.png);
}
/* Studio */
#MainNavi li#Nav4 {
	width: 56px;
}
#MainNavi li#Nav4 a {
	width: 56px;
	background-image: url(../images/navi-studio.png);
}
/* Profile */
#MainNavi li#Nav5 {
	width: 56px;
}
#MainNavi li#Nav5 a {
	width: 56px;
	background-image: url(../images/navi-profile.png);
}
/* Contact */
#MainNavi li#Nav6 {
	width: 70px;
}
#MainNavi li#Nav6 a {
	width: 70px;
	background-image: url(../images/navi-contact.png);
}
/* Links */
#MainNavi li#Nav7 {
	width: 28px;
}
#MainNavi li#Nav7 a {
	width: 28px;
	background-image: url(../images/navi-links.png);
}
/* Works */
#MainNavi li#Nav8 {
	width: 60px;
}
#MainNavi li#Nav8 a {
	width: 60px;
	background-image: url(../images/navi-works.png);
}
/* Healing Photo */
#MainNavi li#Nav9 {
	width: 100px;
	height: 12px;
}
#MainNavi li#Nav9 a {
	width: 100px;
	height: 24px;
	background-image: url(../images/navi-hp.png);}

/* What's New
================================================================= */

#WhatsNew {
	clear: both;
	float: none;
	/*position: absolute;
	bottom: 0px;*/
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #330033;*/
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 15px;
	z-index: 80;
	margin-top: 50px;
	/*margin-top: 45px;
	padding-right: 10px;
	padding-left: 10px;*/
}

*:first-child+html #WhatsNew {margin-top: 65px;}


#WhatsNew h2 {
	background-image: url(../images/midashi-new.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 13px;
	width: 101px;
	text-indent: -999px;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}

#WhatsNew dl {
	/*height: 250px;
	overflow: auto;*/
	padding-right: 15px;
}

#WhatsNew dt a,
#WhatsNew dt {
	color: #FF6600;
	font-size: 11px;
}

#WhatsNew dd {
	font-size: 11px;
	margin-bottom: 10px;
}

#WhatsNew dd a {
	font-size: 11px;
	color: #FF0066;
}


/* 
================================================================= */

#MainContainer .Fadeout-Bottom {
	display: block;
	background-image: url(../images/fadeout.png);
	/*_background-image: none;*/
	position: absolute;
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 50px;
	visibility: visible;
	z-index: 55;
	bottom: 55px;
	_bottom: 50px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0066;
}


#NoScrollContents {
	/*padding-left: 15px;
	padding-top: 48px;*/
}

.Fade-Top {
	/*display: block;
	background-image: url(../images/fadeout.png);
	_background-image: none;
	background-repeat: repeat-x;
	background-position: center top;
	height: 50px;
	width: 350px;
	visibility: visible;
	position: absolute;
	top:120px;
	z-index: 100;
	left: 0px;
	width: 100%;*/
}


/* ポートフォリオ
================================================================= */

#Portfolios h3 {
	margin: 0 0 5px;
	font-size: 12px;
	color: #FF0066;
	text-shadow: 0px 1px 2px #000;
	font-weight: bold;
}

#Portfolios #Contents ul {
	clear: both;
	float: none;
}
#Portfolios #Contents li {
	list-style-type: none;
	clear: both;
	float: none;
	margin-bottom: 40px;
}

#Portfolios #Contents li:last-child {
	margin-bottom: 0px;
}

#Portfolios #Contents img {
	list-style-type: none;
	/*float: left;*/
}

#Portfolios #Contents li .LeadBox {
	float: left;
	display: block;
	width: (100% -120px);
	width: auto;
}

#Portfolios .Scroller-Container li h3 {}
#Portfolios #Contents li p {
	margin: 0 0 5px;
	font-size: 10px;
	color: #999;
	text-align: justify;
	text-indent: 0px;
}

#Contents table {
	/*border-spacing: 0px;
	border:0px;
	margin-bottom: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;*/
}

#Contents th,
#Contents td {
	text-align: left;
	vertical-align: top;
}

#Contents td.Thumb {
	width: 120px;
}

#Contents .TumbList img {
	/*margin-right: 5px;
	margin-bottom: 5px;*/
}

.TumbList div {
	padding: 10px 10px 0px 0px;
}


/* SUTUDIO M
================================================================= */

#AccessMap {}

#Contents #AccessMap a#Map {
	float: left;
	padding-right: 10px;
	padding-bottom: 20px;
	display: block;
	color: #FF0066;
	text-decoration: none;
}

#Contents #AccessMap p {
	margin-bottom: 10px;
}

#Contents #AccessMap h3 {
	color: #F06;
	margin-bottom: 10px;
}

/* プロフィール
================================================================= */

#Profile #PrPhoto {
	width: 150px;
	position: absolute;
	top: 179px;
	/*top: 119px;*/
	right: 30px;
	z-index: 100;
	font-size: 11px;
}

#Profile #PrPhoto img {
	margin-bottom: 20px;
}

#Profile #PrPhoto h3 {
	color: #F06;
	margin-bottom: 10px;}

#Profile #PrTxt {
	margin-right: 200px;
	/*margin-right: 155px;*/
	font-size: 11px;
}

#Profile #PrTxt h3 {
	color: #F06;
	margin-bottom: 10px;
}

#Profile #PrTxt p {
	/*color: #999999;*/
	margin-bottom: 10px;
}

#Profile #PrTxt ul {
	margin: 0px 0px 10px;
	padding: 0px;
}

#Profile #PrTxt li {
	margin: 0px 0px 0px 20px;
	padding: 0px;}


/* お問い合せ
================================================================= */

#ContactForm {
	padding-left: 0px;
}

#ContactForm table {border-spacing: 0;}

#ContactForm tr {}

#ContactForm th,
#ContactForm td {
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: left;
	vertical-align: top;
}

*:first-child+html #ContactForm th,
*:first-child+html #ContactForm td {
	padding-top: 5px;
	padding-bottom: 5px;
	}

#ContactForm th {
	font-weight: normal;
	color: #FF0066;
	width: 120px;
}

#ContactForm td {}

#ContactForm .Form-txt {
	background-color: #660066;
	padding: 2px;
	_padding: 1px;
	margin: 0px;
	color: #FFFFFF;
	border: 1px solid #330066;
}

*:first-child+html #ContactForm .Form-txt {
	padding: 1px;
}
 

#ContactForm .Form-txt:focus {
	/*border: 1px solid #FF0066;*/
	background-color: #FF0066;
}

#ContactForm input.Form-txt {
	width: 150px;
}

#ContactForm textarea {
	width: 350px;
}

#ContactForm .Form-btn {
	background-color: #0C0018;
	background-image: url(../images/btn-submit.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	width: 80px;
	display: block;
	text-indent: -999px;
	overflow: hidden;
	border-spacing: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin:0;
	padding:0;
	font-size: 10px;
}

*:first-child+html #ContactForm .Form-btn {
}

#ContactForm .Form-btn:hover {
	background-image: url(../images/btn-submit_f2.gif);
}
#ContactTel {
	padding-top:20px;
	padding-left:120px;
}
#ContactTel p {
}
#ContactTel h3 {
	font-size:10px;
}
/* リンク
================================================================= */

#Links #Contents a {
	color: #FF0066;
	text-decoration: underline;
}

#Links #Contents h3 {
	margin: 0 0 0px;
	font-size: 12px;
	color: #FF0066;
	text-shadow: 0px 1px 2px #000;
	font-weight: bold;
}

#Links #Contents ul {
	clear: both;
	float: none;
}

#Links #Contents li {
	list-style-type: disc;
	clear: both;
	float: none;
	margin-bottom: 10px;
	margin-left: 20px;
}

#Links #Contents li:last-child {
	margin-bottom: 0px;
}

#Links #Contents li p {
	margin: 0 0 5px;
	font-size: 10px;
	color: #999999;
	text-indent: 0px;
}


/* 各ページ導入テキスト
================================================================= */

div.Intro {
	margin-top: 30px;
	margin-bottom: 30px;
	clear: both;
	float: none;
}

*:first-child+html #Contact div.Intro {
	margin-top: -31px; /* IE7 */
}

div.Intro p {
	font-size: 10px;
	color: #630033;
	/*margin-left: -15px;*/
	text-align: justify;
	text-indent: 0px;
	font-weight: normal;
}

div.Intro h2 {
	font-size: 18px;
	color: #FF0066;
	line-height: 150%;
	font-weight: normal;
	/*margin-left: -12px;*/
}



/* IE6 インフォメーション
================================================================= */

* html #IE6-Info {
	clear: both;
	float: none;
	color: #FFFFFF;}

* html #IE6-Info h3 {
	background-image: url(../images/point-attention.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #FFCC00;
	height: 40px;
	padding-top: 10px;}

* html #IE6-Info p {margin-bottom: 10px;}

#IE6-Info {display: none;}


/* フッター
================================================================= */

#Footer {
	/*_behavior: expression(IEPNGFIX.fix(this));*/
	background-image: url(../images/plants.png);
	background-repeat: repeat;
	background-position: center bottom;
	height: 436px;
	width: 100%;/**/
	position: fixed;
	bottom: 0px;
	z-index: 0;
	/*background-attachment: fixed;*/
}

#Footer address {
	font-weight: normal;
	text-align: left;
	font-style: normal;
	font-size: 10px;
	margin-top: 400px;
	margin-left: 20px;
}


/* exhibition
================================================================= */
#exhibitionTable td {
	font-size: 11px;
}

/* works
================================================================= */
#Works #grid-content { 
}
#Works #grid-content div {
	margin-right: 10px;
	margin-bottom: 10px;
	width: 100px;
	height:180px;
	/*float: left;
	height: 163px;*/

}
#Works #grid-content div.large {
	width: 210px;
}
#Works #grid-content div.x-large {
	width: 210px;
	height:300px;
}
#Works div.picup div {
	width: 200px !important;
	height:230px !important;
}
#Works div.picup div.Lbox {
	width: 400px !important;
}
#Works div.picup div img {
	float: left;
	margin: 0px 5px 5px 0px;
}
#Works div img {
	border: 0;
}
#Works div.picup div h3,
#Works div.picup div p {
	/*float: right;*/
	text-align:center;
	width: 95px;
}
/*
#Works div.picup div.Lbox img,*/
#Works div.picup div.large h3,
#Works div.picup div.large p {
	float: none;
	width: 195px;
}
#Works div.picup div.Lbox h3,
#Works div.picup div.Lbox p {
	width: 195px;
}
#Works #grid-content div a {
	float: none;
	color: #FF0066;
	font-size: 12px;
	text-decoration: underline;
}
#Works #grid-content #warksnavi {
	
	width: 210px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#Works #warksnavi ul {
	list-style: none;
	padding: 10px;
	line-height: 150%;
}
#Works #warksnavi ul li.Current a {
	color: #4C0066;
}



#Works #grid-content div:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

/* Healing_Photo 
================================================================= */
#Healing_Photo .categoryTitle {
	margin-bottom:20px;
}
#Healing_Photo .categoryTitle h3 {
	font-size:12px;
	color:#FF0066;
}
#Healing_Photo .grid-content { 
}
#Healing_Photo .grid-content div {
	margin-right: 10px;
	margin-bottom: 10px;
	width: 100px;
	height:150px;
	/*display:inline;
	float:left;*/
	text-align:center;

}
#Healing_Photo .grid-content div.large {
	width: 210px;
}
#Healing_Photo .grid-content div.x-large {
	width: 210px;
	height:300px;
}
#Healing_Photo div.picup div {
	width: 200px !important;
	height:230px !important;
}
#Healing_Photo div.picup div.Lbox {
	width: 400px !important;
}
#Healing_Photo div.picup div img {
	float: left;
	margin: 0px 5px 5px 0px;
}
#Healing_Photo div img {
	border: 0;
}
#Healing_Photo div.picup div h3,
#Healing_Photo div.picup div p {
	text-align:center;
	width: 95px;
}
#Healing_Photo div.picup div.large h3,
#Healing_Photo div.picup div.large p {
	float: none;
	width: 195px;
}
#Healing_Photo div.picup div.Lbox h3,
#Healing_Photo div.picup div.Lbox p {
	width: 195px;
}
#Healing_Photo .grid-content div a {
	float: none;
	color: #FF0066;
	font-size: 12px;
	text-decoration: underline;
	display:block;
	width:100px;
}
#Healing_Photo .grid-content div a img {
	margin-bottom:5px;
}
#Healing_Photo .grid-content #hpnavi {
	width: 210px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#Healing_Photo #hpnavi ul {
	list-style: none;
	padding: 10px;
	line-height: 150%;
}
#Healing_Photo #hpnavi ul li.Current a {
	color: #4C0066;
}



/* utility setting
================================================================= */
* html {
	overflow-y:hidden;
}
* html body {
	overflow-y:hidden;
}
* html div#MainContainer {
    height: 100%;
	overflow-y:scroll;
}
* html div#Footer {
    position: absolute;
	bottom: expression(this.parentNode.clientHeight % 2 == 0 ? 0 : -1);
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

