@charset "utf-8";
/* common css */

ul.tdftad{display:none;
}

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Aharoni, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#fff;
	margin:0;
	padding:0;
}

div#wrapper{
	width:800px;
	margin:0 auto;
}


div#header{
	width:800px;
	height:30px;
	background:#333;
}

#content{
	width:800px;
	margin:0 auto;

}

#leftside{
	width:400px;
	float:left;

}

#leftside .koushi{
	background:url(../img/koushi02_01.jpg) no-repeat;
	width:347px;
	height:505px;
	text-indent:-999em;
	margin-bottom:60px;
	margin-left:30px;
	margin-top:20px;
}


/*rightside*/
#rightside{
	position:relative;
	width:400px;
	float:left;
}

.port{
	width:400px;

}

h1{
	background:url(../img/port.gif) no-repeat;
	width:380px;
	height:100px;
	text-indent:-999em;
	margin-top:260px;
	margin-left:35px;
}

.port ul.btn{
	position:absolute;
	top:330px;
	left:40px;
}

.port ul li{
	float:left;
	width:65px;
	height:65px;
	margin-right:10px;
}

.btn1 a{
	display:block;
	width:65px;
	height:65px;
	background:url(../img/home_white.png) no-repeat;
	text-indent:-999em;
}

.btn2 a{
	display:block;
	width:65px;
	height:65px;
	background:url(../img/works_white.png) no-repeat;
	text-indent:-999em;
}


.btn3 a{
	display:block;
	width:65px;
	height:65px;
	background:url(../img/profile_w.png) no-repeat;
	text-indent:-999em;
}

.btn1 a:hover {
	background:url(../img/button-home.png) no-repeat;
}
	
.btn2 a:hover  {
	background:url(../img/button-works.png) no-repeat;
}

.btn3 a:hover  {
	background:url(../img/button-profile.png) no-repeat;
}


/* ボタン回転　*/
.port ul li a{
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;	
}
.port ul li a:hover{
		-webkit-transform: rotate(50deg);
     -moz-transform: rotate(30deg);
       -o-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}


/*footer*/

div#footer{
	clear:both;
	width:800px;
	height:30px;
	background:#333;
	color:#fff;
	line-height:30px;
	text-align:right;
	font-size:13px;
	margin:0;
	padding:0;
}

#footer p.copy{
	margin-right:20px;
}

/*#canvas {
	margin-top:20px;
	margin-left:30px;
	margin-bottom:50px;
}*/

.momiji{
	display:block;
	position:absolute;
	left:30px;
	top:20px;
	z-index:1;
	-webkit-animation: spin 10s infinite ease-in-out normal, wind 20s;
	-webkit-animation-fill-mode:forwards;
	-moz-animation: spin 10s infinite ease-in-out normal, wind 20s;
	-moz-animation-fill-mode:forwards;
	-ms-animation: spin 10s infinite ease-in-out normal, wind 20s;
	-ms-animation-fill-mode:forwards;
	-o-animation: spin 10s infinite ease-in-out normal, wind 20s;
	-o-animation-fill-mode:forwards;

}

	@-webkit-keyframes 'spin'{
	0%{-webkit-transform:rotate(-180deg);}
	100%{-webkit-transform:rotate(180deg);}
}

 	@-webkit-keyframes 'wind'{
	0%{left:30px; top:20px;}
	100%{left:1000px; top:500px;}
}

	@-moz-keyframes spin{
	0%{-webkit-transform:rotate(-180deg);}
	100%{-webkit-transform:rotate(180deg);}
}
 	@-moz-keyframes wind{
	0%{left:30px; top:20px;}
	100%{left:1000px; top:500px;}
}

	@-ms-keyframes spin{
	0%{-webkit-transform:rotate(-180deg);}
	100%{-webkit-transform:rotate(180deg);}
}
 	@-ms-keyframes wind{
	0%{left:30px; top:20px;}
	100%{left:1000px; top:500px;}
}

	@-o-keyframes 'spin'{
	0%{-webkit-transform:rotate(-180deg);}
	100%{-webkit-transform:rotate(180deg);}
}
 	@-o-keyframes 'wind'{
	0%{left:30px; top:20px;}
	100%{left:1000px; top:500px;}
}

