@charset "utf-8";


/*----------------------------------------------------------
	contents:TOP
----------------------------------------------------------*/

/body#top #container {
/	width: 1023px;
/	height: 771px;
/	background: url(../img/bg_top.jpg) no-repeat;
/	position: relative;
/}

comet{
	text-align: left;
}

body#top h1 {
	position: absolute;
	top: 530px;
	left: 760px;
}

body#top #header {
	font-size: 120%;
	margin: 0;
	padding: 20px 0 0 700px;
}

body#top #contents {
	margin: 165px 0 0 760px;
	text-align: left;
}

body#top ul li {
	margin: 0 0 41px 0;
}



/*----------------------------------------------------------
	contents:アヴリルの糸 TOP
----------------------------------------------------------*/

body#ytop #container {
	width: 1023px;
	height: 771px;
	background: url(../img/bg_ytop.jpg) no-repeat 135px 150px;
}


body#ytop #header {
	padding: 0 0 0 890px;
}

body#ytop #header a {
	font-size: 100%;
	background: url(../img/icon_triangle.gif) no-repeat 0 center;
	padding: 0 0 0 15px;
}

* html body#ytop #header a {
}

body#ytop #contents {
	margin: 50px 0 0 710px;
	text-align: left;
}

body#ytop ul li {
	background: url(../img/icon_slash.gif) no-repeat 0 6px;
	margin: 0 0 30px 0;
	padding: 0 0 0 20px;
}

body#ytop #footer {
	width: 240px;
	margin: 60px 0 0 0;
}

body#ytop #footer p {
	font-size: 60%;
	line-height: 1.7;
	margin: 10px 0 0 0;
}



