@charset "utf-8";

@import "reset.css";

html{
	overflow-x: hidden;
}

body{
	margin:0;
	padding:0;
	text-align:center;
	background:url("/img/top/back_tile.gif") #fff;
	color:#444;
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size:14px;
	scrollbar-3dlight-color:#999;
	scrollbar-track-color:#fff;
	scrollbar-darkshadow-color:#999;
	scrollbar-face-color:#fff;
	scrollbar-highlight-color:#fff;
	scrollbar-shadow-color:#fff;
	scrollbar-arrow-color:#999;
}

#back{
	position:relative;
	margin:0 auto 0 auto;
	width:900px;
	text-align:left;
}

#container{
	position:relative;
	margin-left:-100px;
	padding:0;
	width:1100px;
	height:760px;
}
#back_img div{
	position:absolute;
	margin:0;
	padding:0;
	width:550px;
	height:380px;
	text-indent:-9999px;
	list-style:none;
	overflow:hidden;
}
#back_img01{
	position:relative;
	left:0;
	top:0;
	background:url("/img/top/back_01.jpg");
}
#back_img02{
	position:relative;
	left:550px;
	top:0;
	background:url("/img/top/back_02.jpg");
}
#back_img03{
	position:relative;
	left:0;
	top:380px;
	background:url("/img/top/back_03.jpg");
}
#back_img04{
	position:relative;
	left:550px;
	top:380px;
	background:url("/img/top/back_04.jpg");
}

#menu ul{
	list-style-type:none;
	list-style-image:none;
}
#menu ul li a{
	position:absolute;
	display:block;
	text-indent:-9999px;
	list-style:none;
	overflow:hidden;
}
#news_menu a{
	left:727px;
	top:46px;
	width:124px;
	height:29px;
}
#works_menu a{
	left:295px;
	top:180px;
	width:109px;
	height:56px;
}
#illust_menu a{
	left:578px;
	top:186px;
	width:87px;
	height:61px;
}
#profile_menu a{
	left:106px;
	top:675px;
	width:35px;
	height:35px;
}

#news{
	position:absolute;
	left:736px;
	top:110px;
	width:265px;
	height:340px;
	overflow:auto;
	text-indent:10px;
}

#news .date{
	text-align:right;
}

#news hr{
	margin:10px 0;
	padding:0;
	border:none;
	border-top:1px dashed #fff;
	border-bottom:none;
	height:1px;
}
