﻿@charset "utf-8";
/* CSS Document */

body{
height:auto;
width:auto;
background-image:url(../image/slash.png);
background-repeat:repeat;

}

#wrapper{
background-color:#FFFFFF;
width:800px;
height:auto;
margin: 0 auto;	
}


#header{
	width: 330px;
	height: 50px;
	font-size: 12px;
	float:left;
}

#sub{
	font-size:0.8em;
	width:auto;
	height:30px;
	padding-top:20px;
	padding-left:230px;
}

#main{
	clear:both;
	margin-top:25px;
}

#main h3{
	padding-top:15px;
	padding-left:15px;
	padding-bottom:15px;

}

#footer2{
	text-align:center;
	width:800px;
	font-size:0.8em;
	
}


/*      プロフィール                
                            */

.prof_box {
	width:795px;
	background:url(../image/line.jpg) repeat-x bottom;
	background-position:bottom;
	margin:0 0 20px 5px;
	}


.prof_box2 {
	width:700px;
	background:url(../image/line.jpg) repeat-x bottom;
	background-position:bottom;
	margin:0 0 20px 5px;
	}


	
.thumb{
float:left;
margin-right:20px;

}
.prof{
	float:left;
	width:600px;
	font-size:12px;
	margin:0 0 15px 0;
	display:inline;
}







#illustratorprofile{
color:999;
line-height:1.3em;
margin:0 0 30px 0;
padding: 0px;

}

h3{
font-size:1.2em;
}

h4{
font-size:1.4em;
padding:10px 0 10px 0;
}

/*      プロフィール                
                            */
							
							

a {
    color: #222222;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
