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

body {
background-color: white;
}
p {
font-size: 11pt;
color: black;
	font-weight: lighter;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
text-decoration-line: none;
}
a {
font-size: 10pt;
font-weight: 350;
color: black;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
text-decoration-line: none;
text-align: right;
}

/*header-----*/
header{
    width: 100%;

 position: fixed;/*←絶対位置*/
    top: 12.5px; /*上に固定*/
}
.left{
	font-weight: 600;
	float: left;
	margin-left: 25px;
}

.right{
	font-weight:600;
	text-align: right; 
	margin-right: 25px;
}

/*-----header*/
/*top-----*/
.img_01{
	margin: 150px auto auto 200px;
	width: 30%;
	height:auto;
	
}
/*-----top*/
/*works-----*/
.works-lists{
	margin: 50px auto auto 100px;
	font-weight: 600;
	
}
/*-----works*/

/*project-----*/
.project-lists{
	margin: 50px auto auto 100px;
	font-weight: 600;
	
}
/*-----project*/

/*CV-----*/
.CV{
	margin: 50px auto auto 100px;
}
.histories{
	font-weight: 600;
}
.cv-contents{
	margin: 0px auto auto 75px;
}
/*-----CV*/

/*contact-----*/
.contact{
	margin: 50px auto auto 100px;
	font-weight: 600;
}
/*-----contact*/

/*footer-----*/
footer{
    width: 100%;
    text-align: left;
	margin-left: 25px;

 position:fixed;
    bottom: 0; /*下に固定*/
}
/*-----footer*/