@charset "utf-8";

/* -----------------------------------------------------------------------------------------
	Asriel official website
	Style Sheet for Basic Setting
	Date: 2010-05
	All content (c) Asriel
----------------------------------------------------------------------------------------- */

/* =reset（デフォルトスタイルのリセット）
----------------------------------------------------------------------------------------- */
html,body,div,
dl,dt,dd,
h1,h2,h3,h4,h5,h6,
p,address,blockquote,
fieldset {
	font-size: 1em;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
	vertical-align: top;
	}


/* =html5（html5基本タグの設定）
----------------------------------------------------------------------------------------- */
header,nav,section,article,aside,footer,hgroup {
	display: block;
	}


/* =page structure（レイアウトの基本設定）
----------------------------------------------------------------------------------------- */
html {
	min-width: 980px;
	}

body {
	font: 10px/1 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	color: #CCC;
	background: #666 url("../../imglib/ui/bg.png") repeat-x 0 0; 
	}

#wrapper {
	width: 980px;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 4em;
	background: url("../../imglib/ui/bg_body.png") no-repeat 50% 0; 
	border-bottom: 1px solid #353535;
	}

#content {
	width: 920px;
	margin: 0 auto;
	overflow: hidden;
	}

#masthead {
	width: 980px;
	height: 245px;
	overflow: hidden;
	}


/* =heading（見出しの設定）
----------------------------------------------------------------------------------------- */
h1 {
	font-size: 2em;
	line-height: 1.5;
	margin: 1.5em 0;
	}

h2 {
	font-size: 2em;
	line-height: 1.2;
	margin: 0 0 1.5em;
	border-bottom: 1px solid #333;
	}

h3 {
	font-size: 1.4em;
	line-height: 1.2;
	color: #FEFEFE;
	margin: 0 0 1em;
	}

h4 {
	font-size: 1.2em;
	line-height: 1.2;
	color: #FEFEFE;
	margin: 0 0 1em;
	}

h5 {
	font-size: 1.2em;
	line-height: 1.2;
	color: #FEFEFE;
	margin: 0 0 1em;
	}


/* =tags（各タグの基本設定）
----------------------------------------------------------------------------------------- */
p {
	font-size: 1.1em;
	line-height: 1.5;
	margin: 0 0 3em;
	}

p.note {
	text-align: right;
	}

p.account {
	font-size: 1.2em;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,sans-serif;
	margin: 0 0 1em;
	}

ul,ol,dl {
	text-align: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

ol {
	margin: 0 0 1em;
	padding: 0;
	list-style-type: none;
	}

dl {
	margin: 0 0 1em;
	}

li,dt,dd {
	font-size: 1.1em;
	line-height: 1.7;
	}

	ol li {
		line-height: 2.5;
		}

		ol li img {
			vertical-align: middle;
			margin: 0 0 0 5px;
			}

dt {
	font-weight: bold;
	}

img {
	vertical-align: top;
	}

small {
	font: .9em/1.2 "Lucida Sans Unicode","Lucida Grande",Verdana,sans-serif;
	}

span {
	text-transform: uppercase;
	}

ul#howtobuy_menu { 
	margin:0px;	padding:0px;
	position:absolute; 
}

/* =id（各IDの設定）
----------------------------------------------------------------------------------------- */
#warning {
	width: 900px;
	text-align: left;
	color: #FEFEFE;
	margin: 2em auto;
	padding: 2em 25px;
	background: #000;
	border: 4px solid #900;
	}

	#warning p {
		font-size: 1.2em;
		margin: 0;
		}

#pageTop {
	position: absolute;
	top: 0;
	left: -9999em;
	}

p#gotop {
	clear: both;
	width: 100%;
	font-size: 1.1em;
	text-align: right;
	line-height: 1;
	margin: 0;
	overflow: hidden;
	}

	p#gotop a {
		display: block;
		width: 11em;
		float: right;
		text-align: center;
		color: #FEFEFE;
		text-shadow: 0 -1px 1px rgba(0,0,0,0.25), -2px 0 1px rgba(0,0,0,0.25); 
		padding: 1em 0 .5em;
		background: #988C8B url("../../imglib/ui/bg_gotop.gif") repeat-x 0 0;
		}

p#vtip {
	display: none;
	position: absolute;
	font: 1.2em/1.5 "Lucida Sans Unicode","Lucida Grande",Verdana,sans-serif;
	padding: 1em 1.2em;
	left: 5px;
	color: #FFF;
	background-color: #000;
	border: 1px solid #999;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	z-index: 9999;
	}


/* =links（リンクの設定）
----------------------------------------------------------------------------------------- */
a {
	vertical-align: baseline;
	}
 
	a:link {
		color: #F90;
		}

	a:visited {
		color: #F90;
		}

	a:hover {
		color: #FC0;
		}

	a img {
 		border: none;
		}


/* =#masthead （ヘッダーの設定）
----------------------------------------------------------------------------------------- */
#masthead h1#siteID {
	position: absolute;
	width: 350px;
	height: 235px;
	font-size: 1em;
	line-height: 1;
	margin: 10px 0 0 6px;
	background: url("../../imglib/ui/logo.png") no-repeat 0 0;
	}

	#masthead h1#siteID a {
		position: absolute;
		display: block;
		width: 350px;
		height: 235px;
		text-indent: -9999px;
		outline: none;
		}

#masthead nav {
	display: inline;
	width: 561px;
	height: 34px;
	float: right;
	margin: 110px 30px 0 0;
	}

	#masthead nav li {
		height: 34px;
		float: left;
		font-size: 1em;
		line-height: 1;
		}

		#masthead nav li#navHome {
			width: 68px;
			}

		#masthead nav li#navProfile {
			width: 87px;
			}

		#masthead nav li#navDiscography {
			width: 131px;
			}

		#masthead nav li#navSpecial {
			width: 84px;
			}

		#masthead nav li#navBlog {
			width: 62px;
			}

		#masthead nav li#navStore {
			width: 129px;
			}

			#masthead nav li a {
				display: block;
				height: 34px;
				text-indent: -9999px;
				background: url("../../imglib/ui/gnav.png") no-repeat 0 0;
				outline: none;
				}

				#masthead nav li#navHome a {
					width: 68px;
					}

				#masthead nav li#navProfile a {
					width: 87px;
					background-position: -68px 0;
					}

				#masthead nav li#navDiscography a {
					width: 131px;
					background-position: -155px 0;
					}

				#masthead nav li#navSpecial a {
					width: 84px;
					background-position: -286px 0;
					}

				#masthead nav li#navBlog a {
					width: 62px;
					background-position: -370px 0;
					}

				#masthead nav li#navStore a {
					width: 129px;
					background-position: -432px 0;
					}

				#masthead nav li#navHome a:hover,
				#masthead nav li#navHome.current a {
					background-position: 0 -34px;
					}

				#masthead nav li#navProfile a:hover,
				#masthead nav li#navProfile.current a {
					width: 87px;
					background-position: -68px -34px;
					}

				#masthead nav li#navDiscography a:hover,
				#masthead nav li#navDiscography.current a {
					width: 131px;
					background-position: -155px -34px;
					}

				#masthead nav li#navSpecial a:hover,
				#masthead nav li#navSpecial.current a {
					width: 84px;
					background-position: -286px -34px;
					}

				#masthead nav li#navBlog a:hover,
				#masthead nav li#navBlog.current a {
					width: 62px;
					background-position: -370px -34px;
					}

				#masthead nav li#navStore a:hover,
				#masthead nav li#navStore.current a {
					width: 129px;
					background-position: -432px -34px;
					}


/* =#mainScreen
----------------------------------------------------------------------------------------- */
#mainScreen {
	margin: 0 0 4em;
	}

	#mainScreen p {
		margin: 0 30px 100px;
		}

	#mainScreen p#frame {
		position: absolute;
		width: 970px;
		height: 468px;
		margin: -37px 0 0;
		z-index: 9999;
		}

		#mainScreen p#frame a,
		#mainScreen p#frame strong {
			display: block;
			width: 970px;
			height: 468px;
			text-indent: -9999em;
			background: url("../../imglib/ui/frame.png") no-repeat 0 0;
			outline: none;
			}


/* =#article（メインコンテンツの設定）
----------------------------------------------------------------------------------------- */
#article {
	width: 540px;
	float: left;
	}

article {
	margin: 0 0 4em;
	}

	#news article {
		margin: 0 0 3em;
		padding: 0 0 4em;
		background: url("../../imglib/tmp/border.png") no-repeat 50% 100%;
		}

	#news article p.date {
		font: 1.1em/1.5 "Lucida Sans Unicode","Lucida Grande",Verdana,sans-serif;
		margin: 0 0 .5em;
		}

	#news article div {
		font-size: 1.1em;
		line-height: 1.5;
		margin: 0 0 1em;
		}

		#news article div img {
			margin: .5em 0;
			}

	#news article dl{
		overflow: hidden;
		}

		#news article dt{
			width: 70px;
			float: left;
			}

		#news article dd{
			width: 470px;
			float: left;
			}

.member h3 {
	margin: 0 0 .25em;
	}



/* =#aside（サイドバーの設定）
----------------------------------------------------------------------------------------- */
aside {
	width: 350px;
	float: right;
	}

aside ul {
	margin: 0 0 2em;
	}

#qr {
	margin: 0 0 4em;
	padding: 25px 34px;
	background: url("../../imglib/tmp/bg_qr.png") no-repeat 50% 50%;
	overflow: hidden;
	}

	#qr .detail {
		width: 165px;
		float: left;
		color: #FEFEFE;
		}

	#qr p {
		margin: 0;
		}

		#qr p.pics {
			width: 100px;
			float: right;
			}

	#qr h2 {
		font-size: 1.2em;
		line-height: 1.5;
		margin: 0;
		padding: 0;
		border: none;
		background: none;
		}

#twitter {
	margin: 0 0 4em;
	padding: 0 0 46px;
	background: url("../../imglib/tmp/bg_twitter.png") no-repeat 50% 100%;
	}

	#twitter h2 {
		margin: 0;
		}

	.tweet ul.tweet_list,
	.query ul.tweet_list {
		overflow: hidden;
		margin: 0;
		}

		.tweet .tweet_list li,
		.query .tweet_list li {
			margin: 0;
			padding: .7em 0 .5em;
			overflow-y: auto;
			overflow-x: hidden;
			border-bottom: 1px solid #333;
			}

			.tweet .tweet_list li,
			.query .tweet_list li {
				font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,sans-serif;
				}

		.tweet .tweet_list .tweet_even,
		.query .tweet_list .tweet_even {
			}

		.tweet .tweet_list .tweet_avatar,
		.query .tweet_list .tweet_avatar {
			float: left;
			margin-right: 10px;
			}

			.tweet .tweet_list .tweet_avatar img,
			.query .tweet_list .tweet_avatar img {
				margin-top: .3em;
				}

	#twitter span {
		text-transform: inherit;
		}


/* =#colophon（奥付の設定）
----------------------------------------------------------------------------------------- */
#colophon {
	clear: both;
	width: 940px;
	margin: 4em auto 0;
	padding: 4em 0;
	background: url("../../imglib/ui/bg_colophon.png") no-repeat 50% 50%;
	overflow: hidden;
	}

	#colophon ul {
		overflow: hidden;
		width: 426px;
		float: right;
		margin: 3em 0 3em 40px;
		}

		#colophon ul li {
			font: 1em/1.5 "Lucida Sans Unicode","Lucida Grande",Verdana,sans-serif;
			float: left;
			margin: 0 0 0 1em;
			}

			#colophon ul li#gotop {
				margin: 0 0 0 20px;
				padding: 0 0 0 20px;
				border-left: 1px solid #CCC;
				}

	#colophon footer {
		width: 286px;
		float: left;
		padding: 2em 0 2em 160px;
		background: url("../../imglib/ui/logo_s.png") no-repeat 40px 50%;
		}

		#colophon footer p {
			margin: 0;
			}

			#colophon footer p a {
				font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,sans-serif;
				}


/* =#special（特設ページの設定）
----------------------------------------------------------------------------------------- */
body#special {
	color: #FEFEFE;
	background: #000 url("../../imglib/ui/bg_special.gif") repeat-x 0 0;
	}

body.album10th #wrapper {
	background-image: url("../../imglib/ui/bg_special_10th.png");
	}

body.maxi01st #wrapper {
	background-image: url("../../imglib/ui/bg_special_maxi01st.png");
	}

body.album09th #wrapper {
	background-image: url("../../imglib/ui/bg_special_09th.png");
	}

	body#special article {
		margin: 0 0 3em;
		padding: 0 0 4em;
		background: url("../../imglib/tmp/point.png") no-repeat 50% 100%;
		overflow: hidden;
		}

		body#special article h2 {
			text-align: center;
			border: none;
			}

		body#special hgroup {
			margin: 0 0 3em;
			padding: 0 0 4em;
			background: url("../../imglib/tmp/point.png") no-repeat 50% 100%;
			}

			body#special article hgroup h2 {
				margin: .5em;
				}

			body#special article hgroup h3 {
				font-size: 2em;
				text-align: center;
				margin: 0;
				}

		body#special article .audition,
		body#special article .rolls {
			width: 460px;
			float: left;
			}

		body#special article dl {
			margin: 0 0 3em;
			padding: 0 0 4em;
			background: url("../../imglib/tmp/point.png") no-repeat 50% 100%;
			overflow: hidden;
			}

			body#special article dt,
			body#special article dd {
				width: 455px;
				font-size: 1.2em;
				font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,sans-serif;
				}

			body#special article dt {
				float: left;
				font-weight: normal;
				text-align: right;
				clear: both;
				}

			body#special article dd {
				float: right;
				}

			body#special article .rolls dl {
				margin: 0;
				padding: 0;
				background: none;
				}

				body#special article .rolls dt,
				body#special article .rolls dd {
					width: 225px;
					font-size: 1.1em;
					}

		body#special article ol {
			margin: 0 0 3em;
			}

			body#special article ol li {
				width: 460px;
				font-size: 1.2em;
				text-align: center;
				}

				body#special article ol li img {
					margin: 0 0 0 5px;
					}

	body#special aside {
		width: 920px;
		float: none;
		margin: 0 0 3em;
		padding: 0 0 4em;
		background: url("../../imglib/tmp/point.png") no-repeat 50% 100%;
		}

		body#special aside ul {
			text-align: center;
			}

			body#special aside ul li {
				margin: 0 0 .5em;
				}

	body#special ul#pageNav {
		width: 920px;
		overflow: hidden;
		}

		body#special ul#pageNav li#next,
		body#special ul#pageNav li#preview {
			width: 450px;
			font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,sans-serif;
			}

		body#special ul#pageNav li#next {
			float: left;
			text-align: right;
			}

		body#special ul#pageNav li#preview {
			float: right;
			padding: 0 0 0 9px;
			border-left: 1px solid #F90;
			}

		body#special ul#pageNav li.end {
			color: #333;
			}


/* =#discography（「Discography」の設定）
----------------------------------------------------------------------------------------- */
body#discography {
	background-image: url("../../imglib/ui/bg_l.png"); 
	}

	body#discography #wrapper {
		background-image: url("../../imglib/ui/bg_body_l.png"); 
		}


.menu_list {
	margin: 0 0 4em;
	}

	.menu_head {
		clear: both;
		display: block;
		margin: 0;
		cursor: pointer;
		position: relative;
		}

		.menu_head h4 {
			font-weight: normal;
			font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,sans-serif;
			color: #F90;
			text-align: right;
			text-transform: uppercase;
			text-decoration: underline;
			}

			.menu_head h4:hover {
				color: #FC0;
				}

	.menu_body {
		display: none;
		}

		.menu_body ol {
			margin: 0 0 2em;
			}

			.menu_body ol li strong {
				font-weight: normal;
				color: #FEFEFE;
				margin-right: 10px;
				}

			.menu_body ol li img {
				margin: 0 0 0 5px;
				}

		.menu_body ul {
			margin: 0 0 1em;
			}

			.menu_body ul li {
				display: inline;
				margin: 0 4px 5px 0;
				padding: 0 7px 0 0;
				border-right: 1px solid #F90; 
				}

			.menu_body ul li.end {
				margin-right: 0;
				padding: 0;
				border: none;
				}

.pkg {
	margin: 0 0 2em;
	padding: 0 0 1em;
	border-bottom: 1px dotted #333;
	overflow: hidden;
	}

p.jac {
	width: 140px;
	float: left;
	line-height: 1;
	margin: 0;
	}

.detail {
	width: 380px;
	float: right;
	}

	.detail dl{
		overflow: hidden;
		}

		.detail dt {
			width: 50px;
			float: left;
			font-size: 1.1em;
			}

		.detail dd{
			width: 330px;
			float: left;
			font-size: 1.1em;
			}

.off {
		padding: 0 0 2em;
		}

	.off .detail h3,
	.off .detail dt,
	.off .detail dd {
		color: #333;
		}

ul.mjac {
	width: 350px;
	margin: 0 0 4em;
	overflow: hidden;
	}

ul.mjac li {
	float: left;
	margin: 0 7px 10px 0;
	}


/* =#banners（「バナー一覧」の設定）
----------------------------------------------------------------------------------------- */
#banners {
	margin: 0 0 4em;
	}

	#banners h2,
	#banners h3 {
		width: 920px;
		margin-left: 30px;
		margin-right: 30px;
		}

	#banners ul {
		width: 930px;
		margin: 0 30px 4em 20px;
		overflow: hidden;
		}

		#banners ul.large {
			width: 956px;
			margin: 0 17px 4em 7px;
			}

		#banners ul li {
			display: inline;
			float: left;
			margin: 0 0 .5em 10px;
			}


/* =.error（各エラーページの設定）
----------------------------------------------------------------------------------------- */
html.error {
	min-width: inherit;
	}

html.error body {
	text-align: left;
	padding: 20px;
	background: #666 url("../../imglib/ui/bg.jpg") repeat-x 0 0; 
	}

html.error #wrapper {
	width: auto;
	margin: 0;
	padding: 170px 0 0;
	background: url("../../imglib/ui/bg_error.png") no-repeat 0 0; 
	border: none;
	}

html.error h1 {
	margin: 0 0 .5em 110px;
	}

	html.error body#maintenance h1 {
		margin-bottom: 40px;
		}

html.error p {
	font-size: 1.2em;
	margin: 0;
	}

	html.error p#message {
		margin: 0 0 5em 110px;
		}

	html.error body#maintenance p {
		margin: 0 0 5em 110px;
		}

html.error nav {
	width: 561px;
	height: 34px;
	margin-left: -10px;
	}

	html.error nav li {
		height: 34px;
		float: left;
		font-size: 1em;
		line-height: 1;
		}

		html.error nav li#navHome {
			width: 68px;
			}

		html.error nav li#navProfile {
			width: 87px;
			}

		html.error nav li#navDiscography {
			width: 131px;
			}

		html.error nav li#navSpecial {
			width: 84px;
			}

		html.error nav li#navBlog {
			width: 62px;
			}

		html.error nav li#navStore {
			width: 129px;
			}

			html.error nav li a {
				display: block;
				height: 34px;
				text-indent: -9999px;
				background: url("../../imglib/ui/gnav.png") no-repeat 0 0;
				outline: none;
				}

				html.error nav li#navHome a {
					width: 68px;
					}

				html.error nav li#navProfile a {
					width: 87px;
					background-position: -68px 0;
					}

				html.error nav li#navDiscography a {
					width: 131px;
					background-position: -155px 0;
					}

				html.error nav li#navSpecial a {
					width: 84px;
					background-position: -286px 0;
					}

				html.error nav li#navBlog a {
					width: 62px;
					background-position: -370px 0;
					}

				html.error nav li#navStore a {
					width: 129px;
					background-position: -432px 0;
					}

				html.error nav li#navHome a:hover,
				html.error nav li#navHome.current a {
					background-position: 0 -34px;
					}

				html.error nav li#navProfile a:hover {
					width: 87px;
					background-position: -68px -34px;
					}

				html.error nav li#navDiscography a:hover {
					width: 131px;
					background-position: -155px -34px;
					}

				html.error nav li#navSpecial a:hover {
					width: 84px;
					background-position: -286px -34px;
					}

				html.error nav li#navBlog a:hover {
					width: 62px;
					background-position: -370px -34px;
					}

				html.error nav li#navStore a:hover {
					width: 129px;
					background-position: -432px -34px;
					}


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

