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

/* ページ全体 2013/12/3 update*/
	body {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #ff0099;
	
	font-size: small;
    font-family:'Lucida Grande',
    'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
     Meiryo, メイリオ, sans-serif;
	}


/* IE6 or sooner*/
	*html body {
	font-size:75%;
	text-decoration: none;
	}


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

/* ラップ */
	#wrap {
	width: 100%;
	
	}
	
/* 本体 */
	#pagebody {
	
	width: 1080px;
    margin: 0 auto;
    }
	
	
	#pagebody img {
	z-index: 1;
	border: none;

	}
	
    .img {
	border: none;
	}
	
	#contents p.intro{
	position: absolute;
	width: 100%;
	z-index: 2;
	
	font-size: 0.9em;
    font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	color: #555555;
	text-decoration: none;
    left: 25%;
    top: 550px; 
    }
	
	

	
/*コピーライト*/
	p.copyright {
	font-size: 1.0em;
	color: #ffffff;
	text-align: right;
	text-decoration: none;
	z-index:2;
	}
	
/*作品集*/	
	p.works{
	line-height: 90%;
	padding: 0px 0px 0px 25px;
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size: 1.2em;
	color: #A9A9A9;
	text-align: left;
	text-decoration: none;
	z-index:2;
	}
	
	h2.works{
	padding: 0px 0px 0px 25px;
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	
	font-size: 1.2em;
	color: #A9A9A9;
	text-align: left;
	text-decoration: none;
	z-index:2;
	}
	
	
    div.video01 {
	width: 100%;
	padding: 250px 0px 0px 0px;
	text-align: center;
	}
	
	background: url("mikinokiHP_image/bg.gif") no-repeat top center;
	

