@charset "utf-8";

/*------------------------------------------------------------------------------
	Asriel official website
	Style Sheet for Print
	Date: 2010-05
	Update: 2011-08
	All content (c) Asriel
------------------------------------------------------------------------------*/

/* =reset
--------------------------------------------------------- */
#pageTop,
#masthead nav,
p#frame,
ol li a,
p.btn,
#twitter,
#pageNav,
#colophon ul,
#profile aside p {
	display: none;
	position: absolute;
	}


/* =page structure
--------------------------------------------------------- */
body {
	font: 9pt/1.4 "Hiragino Mincho Pro","ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", serif;
	text-align: left;
	color: #000;
	background: #FFF;
	width: 6in;
	margin: 0 auto;
	}

#mainScreen a.vtip img { display: none; }

dl { overflow: hidden; }

	dt{
		clear: both;
		width: 1in;
		float: left;
		}

	dd{
		width: 5in;
		float: left;
		}

.rolls { page-break-before: always; }

	.rolls dt { width: 2in; }
	.rolls dd { width: 4in; }

#root #article p.date { margin: .25in 0 0; }

#root #article h3 {
	margin: 0 0 .25in;
	padding: 0;
	}

#banners ul li,
#discography ul li img { margin: 0 0 .1in; }


/* =tags
--------------------------------------------------------- */
p {
	line-height: 1.6;
	margin: 0 0 .25in;
	padding: 0;
	}

img {
	vertical-align: top;
	max-width: 6in;
	}

ul,ol,dl {
	margin: 0 0 .2in;
	padding: 0;
	}

li,dt,dd {
	line-height: 1.6;
	margin: 0;
	list-style-type: none;
	}


/* =link
--------------------------------------------------------- */
a {
	color: #009;
	text-decoration: none;
	}

	#content a:after {
		content: "（" attr(href) "）";
		font-family: Helvetica, Arial, sans-serif;
		font-size: 8pt;
		}

	a img { border: none; }


/* EOF
--------------------------------------------------------- */

