@charset "UTF-8";
/* CSS Document */

/* 
1：global setting
2：resent works information
3：clearfix hack
==================================================== */
/* ====================================================
1：global setting
==================================================== */
*{
    margin:0;
    padding:0;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", 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;*/
}
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;
}

html,
body {
    height:100%;
	min-height: 100%;
	min-width: 900px;
}
* html div#body{
    height:100%;
}
div#body{
    position:relative;
    min-height: 100%;
}
body > #body {
	height: auto;
}

#Contents{
    padding-bottom: 315px;
}
#Footer {
    position:absolute;
    bottom:0px;
    width:100%;
}
#body {
	width: 100%;
}
#MainContainer_inner {
	z-index: 1;
	padding-right: 20px;
	padding-left: 28%;
	padding-top: 51px;
	overflow: hidden;
}
#MainContainer h1 {
	background-image: url(../images/title-main.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 55px;
	text-indent: -9999px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0066;
	overflow: hidden;
	margin-bottom: 12px;
}
#MainContainer #moulin {
	position: absolute;
	right: 40px;
	top: 25px;
	
}
#MainContainer p#copyright,
#MainContainer address {
	display: block;
	margin-top: 80px;
	margin-bottom: 10px;
}
/* ナビゲーション
================================================================= */

#MainNavi {
	margin-bottom: 10px;}

#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: 11px;
	overflow: hidden;
	position: absolute;
	_top: -1px;
}
#MainNavi li a.Current,
#MainNavi li a:hover {
	background-position: left top !important;
	_top: 0px;
}

/* 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);}
#MainNavi li#Nav8 {
	width: 60px;
}
#MainNavi li#Nav8 a {
	width: 60px;
	background-image: url(../images/navi-works.png);}
#MainNavi li#Nav9 {
	width: 100px;
	height: 12px;
}
#MainNavi li#Nav9 a {
	width: 100px;
	height: 12px;
	background-image: url(../images/navi-hp.png);}


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

#WhatsNew {
	clear: both;
	float: none;
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 15px;
	z-index: 80;
	margin-top: 50px;
}

*: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;
}
/*youtube動画再生エリア
=================================================================*/
#movie_area {
	width:275px;
	float:right;
	display:inline;
	margin-left:20px;
	margin-bottom:20px;
}


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

#MainContainer .Fadeout-Bottom {
	display: block;
	background-image: url(../images/fadeout.png);
	_background-image: none;
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 50px;
	width: 350px;
	visibility: visible;
	position: absolute;
	z-index: 55;
	bottom: 55px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0066;
}
/* 各ページ導入テキスト
================================================================= */

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;*/
}
#btn_request {
	position: absolute;
	top: 300px;
	left: 9%;
	height: 54px;
	z-index: 120;
	text-align: center;
}
/* フッター
================================================================= */

#Footer {
	background-image: url("../images/plants.png");
	background-position: center bottom;
	background-repeat: repeat;
	bottom: 0px;
	height: 340px;
	position: absolute;
	width: 100%;
	z-index: 0;
	min-width: 900px;
}
#copyright {
	position: absolute;
	bottom: 20px;
	/*width: 61%;*/
	width: 100%;
	color: #C6C1B4;
	/*padding-left: 28%;*/
	text-align: center;
}


/* ====================================================
2：resent works information
==================================================== */
#Footer #RecentWorks {
}
#Footer #RecentWorks h2 {
	display: none;
}

#Footer #RecentWorks ul {
	padding-top: 100px;
	list-style: none;
	width: 95%;
	position: absolute; 
	left: 0%;
	padding-left: 50px;
	background: url(../images/title-recent_works.png) 50px 70px no-repeat;
}
#Footer #RecentWorks ul li {
	float: left;
	width: 19%;
	height: 196px;
/*	background: url(../works/images/bg_pic.png) no-repeat;*/
}
#Footer #RecentWorks ul li.wide {
	padding-top: 20px;
	width: 200px;
/*	background: url(../images/rw/bg_pic2.png) no-repeat;*/
}
#Footer #RecentWorks ul li a {
	display: block;
	width: 127px;
	margin: 0 auto;
}
#Footer #RecentWorks ul li.wide a {
	width: 180px;
}
#Footer #RecentWorks ul li a img {
	display: block;
	border: none;
}
#Footer #RecentWorks ul li a span {
	display: none;
}


/* ====================================================
3：clearfix hack
==================================================== */
.clearfix:after {
	content: ".";
	display: block;
	height:0;
	clear:both;
	visibility:hidden;}

.clearfix { display:inline-block;} /* IE7 */

/* Hides from IE-mac */
* html .clearfix { height: 1%;}
.clearfix { display:block;}
/* End hide from IE-mac */

/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	font-size:10px;
	margin:5px;
	padding:5px;
	color:#FF0066;
	border:1px solid #FF0066;
	background-color:#000;
}






#btn_moulin {
	padding-top: 30px;
}
#btn_moulin img {
	border: none;
}
