@charset 'utf-8';

*{
	margin:0px;
	padding:0px;
}

body {
    font-family:'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Verdana', 'Osaka','ＭＳ Ｐゴシック',sans-serif;
    background-color:#000000;
    background-image:url(img/background.jpg);
    background-attachment:fixed;
    color:#222;
    font-size:11px;
    line-height:18px;
    margin-left:24px; 
    margin-top:34px; 
}

div.contents{
	width:900px;
}

div.left{
	float:left;
	width:550px;
}

div.right{
	float:right;
	width:350px;
}

span.lastmodified{
	color:#ff378e;
	font-size:9px;
}

div.profile{
	margin-top:25px;
	color:#69b832;
}

div.profile a:hover{
	color:#e99400;
	text-decoration:none;
}

div.profile a{
	color:#69b832;
	text-decoration:none;
}

div.recentwork{
	margin-top:25px;
	color:#00a0e9;
}

div.recentwork a:hover{
	color:#e99400;
	text-decoration:none;
}

div.recentwork a{
	color:#00a0e9;
	text-decoration:none;
}

div.recentwork a:hover{
	color:#e99400;
}

div.pastwork{
	margin-top:25px;
	color:#4d6efa;
}

div.pastwork a{
	color:#4d6efa;
	text-decoration:none;
}

div.pastwork a:hover{
	color:#b48c55;
}

div.book{
	margin-top:25px;
	color:#d3cf6c;
}

div.book a{
	color:#d3cf6c;
	text-decoration:none;
}

div.book a:hover{
	color:#6ca6d3;
}


div.interview{
	margin-top:25px;
	color:#d48c55;
}

div.interview a{
	color:#d48c55;
	text-decoration:none;
}

div.interview a:hover{
	color:#00a0e9;
}

div.recruit{
	margin-top:25px;
	color:#9b9b9b;
}

div.recruit a{
	color:#9b9b9b;
	text-decoration:none;
}

div.recruit a:hover{
	color:#fbfbfb;
}


h1{
	margin:0px;
	padding:0px;
}

h2{
	margin:0px;
	padding:0px;
	font-size:13px;
	line-height:24px;
	font-style:oblique;
}

ul{
	list-style-image: url("img/kome.gif");
	list-style-position:outside;
}

li{
	margin-left:20px;
	margin-right:0px;
}
