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

* {
     marign : 0;
     padding : 0;
}

body {
	font-size:12px;
	letter-spacing:1px;
	font-weight:normal;
    color:#191919;
    line-height:1.5;
	width:1000px;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
}

a{
text-decoration : none;
text-decoration: none;
-webkit-transition-property: color;
-webkit-transition-duration: 0.4s;
-webkit-transition-timing-function: linear;
color: #000000;
}

a:hover{
color: #ccc;
}


a:hover img{  
    opacity: 0.4;  
    filter: alpha(opacity=60);  
	color: #4F9272;
} 


#contents {
     width : 1000px;
	 height: 400px;
	 margin: 0 0;
}

.slides{
	position:relative;
	z-index:8;
}


h1{
	font-size: 14px;
	margin-top:30px;
}

h2{
    font-family:"Century";
    font-size:28px;
	font-weight:normal;
    letter-spacing:2px;
    text-align: left;
	margin-top:0;
    margin-bottom:30px;
	float:none;
	}


ul, li {
list-style: none;
}

p {
	font-size:12px;
	letter-spacing:1px;
	font-weight:normal;
    color:#191919;
    font-family:helvetica,"Hiragino Kaku Gothic ProN","メイリオ","ＭＳ Ｐゴシック",sans-serif;
    line-height:1.5;
}


#works01 {
	margin: 0 auto;
	width:940px;
	margin:0px 10px;
	margin-top:30px;
	}
	
.works01_img {
	width: 620px;
	margin-right: 10px;
	float: right;
	}
	
#text{
	position:absolute;
	top:300px;
}
	
.works01_text p{
	width: 250px;
	height:100px;
	float: left;
	margin-top:50px;
	margin-bottom:140px;
	font-size:13px;
	font-family:"ＭＳ Ｐ明朝", serif;
	line-height:22px;
	}
	
.works02_text p{
	width: 250px;
	float: none;
	font-family:Helvetica, sans-serif;
	font-size:12px;
	}
	
works03_text p{
	font-size:10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,Helvetica, sans-serif;
	font-size:6px;
	clear:both;
}
	
/*.works01_text p{
    font-family:"ＭＳ Ｐ明朝"serif;
    font-size:12px;
    letter-spacing:1px;
    line-height:20px;
	}*/

/*.title h1{
	font-family:helvetica,"Hiragino Kaku Gothic ProN","メイリオ","ＭＳ Ｐゴシック",sans-serif;
	font-size:18px;
	width:940px;
	height:35px;
	letter-spacing:1px;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:10px;
}*/
