@charset "utf-8";
body {
	background-color: #FFFFCC;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
#wrapper {
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 960px;
}
header {
	background-color: lightgray;
}
h1 {
	height: 260px;
}

h2 {
	font-size: 30px;
	
}

h3 {
	font-size: 20px;
	
}


nav li {
	float: left;
}
nav li a {
	background-color: orange;
	color: white;
	border: solid 1px white;
	display: block;
	width: 192px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
}
.clearfix {
	overflow: hidden;
	zoom: 1;
}
nav li a:hover {
	background-color: #FFCCCC;
	color: #FF6633;
}

#contents {
	padding: 25px 30px;
}
article {
	background-color: white;
	margin-bottom: 25px;
}
article h2 {
	padding: 12px 10px 7px;
	color: #FF6600;
	background-color: #FFFF99;
}
article .purin {
	height: 400px;
}
article .intro {
	padding: 25px 30px;
	width: 650px
	float: left;
}

article .inner {
	padding: 25px 45px;
}
article .inner2 {
	height: 500px;
	padding: 50px 75px;
}

.inner2 a.works2{ background-image: url(../img/ehon.jpg); 
width:375px;
height:175px;
display:block;
background-repeat:no-repeat;
	float:left;
}

.inner2 a.works2:hover { background-image: url(../img/ehonh.jpg); 
}

.inner2 a.works3 {
	background-image: url(../img/pit.jpg);
	width: 375px;
	height: 175px;
	display: block;
	background-repeat: no-repeat;
	float: left;
}

.inner2 a.works3:hover { background-image: url(../img/pith.jpg); }

.inner2 a.works4 {
	background-image: url(../img/illust.jpg);
	width: 375px;
	height: 175px;
	display: block;
	background-repeat: no-repeat;
	float: left;
}

.inner2 a.works5:hover { background-image: url(../img/designh.jpg); }


.inner2 a.works5 {
	background-image: url(../img/design.jpg);
	width: 375px;
	height: 175px;
	display: block;
	background-repeat: no-repeat;
	float: left;
}

.inner2 a.works4:hover { background-image: url(../img/illusth.jpg); }


article .inner1 {
	padding: 25px 30px;
	height: 400px;
	background-image: url(../img/sub2.jpg);
}
article .inner3 {
	padding: 25px 30px;
	height: 400px;
	float: left;
	width: 500px;
}
article .inner4 {
	padding: 40px 60px;
	height: 440px;
	width: 900px;
	}
article .inner5 {
	padding: 40px 60px;
	width: 900px;
	background-image: url(../img/contact.jpg);
	height: 300px;
	}
	article .works {
	padding: 25px 45px;
}

	article .workscover{
	margin-bottom: 50px;
	margin-right: 50px;
	margin-left: 50px;
		}
	article .ehon { 
	width:200px;
	height:100px;
	margin: 0px 0px 25px 0px; 
	display:block;
	float:left;
	}
	
	article .design { 
	width:250px;
	height:250px;
	display:block;
	float:left;
	}
	article .design2 { 
	width:375px;
	height:250px;
	display:block;
	float:left;
	}
	
	article .design3 { 
	width:168px;
	height:250px;
	display:block;
	float:left;
	}
	
	article .stamptext { 
	width:650px;
	height:250px;
	display:block;
	float:left;
	padding: 25px 45px;
	}
	
	article .pwtext { 
	width:525px;
	height:250px;
	display:block;
	float:left;
	padding: 25px 45px;
	}
	
	article .posttext { 
	width:732px;
	height:250px;
	display:block;
	float:left;
	padding: 25px 45px;
	}
	
article .ehontext {
	margin:30px 30px;
}

article .pict1 { 
	width:333px;
	height:250px;
	display:block;
	float:left;
	margin-bottom:30px;
	}

article .pict1text { 
	width:567px;
	height:250px;
	display:block;
	float:left;
	padding: 25px 45px;
	margin-bottom:30px;
	}

article .pict2 { 
	width:354px;
	height:250px;
	display:block;
	float:left;
	margin-bottom:30px;
	}

article .pict2text { 
	width:536px;
	height:250px;
	display:block;
	float:left;
	padding: 25px 45px;
	margin-bottom:30px;
	}

article .pict3 { 
	width:309px;
	height:250px;
	display:block;
	float:left;
	margin-bottom:30px;
	}

article .pict3text { 
	width:591px;
	height:250px;
	display:block;
	float:left;
	padding: 25px 45px;
	margin-bottom:30px;
	}
	
article .pict4 { 
	width:250px;
	height:354px;
	display:block;
	float:left;
	margin-bottom:30px;
	}

article .pict4text { 
	width:640px;
	height:354px;
	display:block;
	float:left;
	padding: 25px 45px;
	margin-bottom:30px;
	}
	
	
article .photo {
	width: 250px;
	height: 250px;
	background-color: white;
	margin-right: 25px;
	margin-top: 25px;
	float: left;
}
article .photo1 {
	width: 400px;
	height: 400px;
	background-color: white;
	float: left;
}

footer {
	color: white;
	background-color: orange;
	text-align: center;
	padding: 10px;
}
