@charset"utf-8";

/* CSSリセット
-------------------------------------------- */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/* 基本設定
-------------------------------------------- */
html{
	height:100%;
}
body{
	height:100%;
	margin:0;
	padding:0;
	font:12px Sans-Serif;
	color:#000000;
	background:#ffffff;
}
section,nav,header,footer{
	display:block;
}
a{
	outline:none;
}
.illust{
	color:#ff6600;
}
.goods{
	color:#ffff00;
}
.design{
	color:#ff0066;
}
.music{
	color:#0f2daa;
}
.band{
	color:#66ccff;
}


/* ページの枠組み
-------------------------------------------- */
header{
	height:200px;
}
#wrap{
	height:100%;
}
#page{
	margin:0 auto;
	width:980px;
}
#footerwrap{
	position:relative;
	margin-top:-170px;
	height:170px;
	clear:both;
}
#pageup{
	margin:0 auto;
	width:980px;
}
footer{
	height:70px;
	width:100%;
	background:#000000;
	clear:both;
}

/* ヘッダー
-------------------------------------------- */
header #line{
	width:100%;
	height:20px;
	background:#000000;
}
header #inner{
	margin:0 auto;
	width:980px;
}
header h1{
	float:left;
	margin:10px 0 0 20px;
}
nav{
	float:left;
	font-size:15px;
	margin-left:120px;
}
nav li{
	display:block;
	float:left;
	width:100px;
	height:100px;
	text-align:center;
}
nav a{
	color:#000000;
	text-decoration:none;
	vertical-align:-45px;
}
nav p{
	display:inline;
	vertical-align:-45px;
}
nav a:hover{
	color:#999999;
}
nav #current{
	background:#000000;
}
nav #current a {
	color:#ffffff;
}
header .deco{
	float:right;
	margin-right:20px;
}

/* フッター
-------------------------------------------- */
#pageup img{
	float:right;
	display:block;
	margin:60px 20px 0 0;
	vertical-align:bottom;
}
footer #inner{
	margin:0 auto;
	width:980px;
	text-align:right;
	padding:20px 0 6px 0;
}
footer #footerlink{
	margin-right:30px;
	color:#ffffff;
}
footer #footerlink a,footer #footerlink p{
	color:#ffffff;
	text-decoration:none;
}
footer #footerlink a:hover{
	color:#999999;
}
footer small{
	display:block;
	margin:15px 0 0 20px;
	text-align:left;
	font-size:10px;
	color:#ffffff;
}

/* home
-------------------------------------------- */

/* お知らせ
-------------------------------------------- */
#info{
	float:left;
	width:480px;
}
#info section{
	margin:0 0 20px 100px;
	width:370px;
	border:1px solid #000000;
	padding:0 0 10px 0;
}
#info h2{
	margin:10px 0 10px 10px;
	padding:5px;
	color:#ffffff;
	background:#000000;
	float:left;
}
#info p{
	clear:both;
	margin:0 0 0 10px;
}
#info #title{
	font-weight:bold;
	font-size:20px;
}
#info #title2{
	font-weight:bold;
	font-size:15px;
}
#info #text{
	font-size:15px;
}
#info p span{
	font-weight:bold;
}
a{
	color:#000000;
	text-decoration:none;
}
a:hover{
	color:#999999;
}

/* メインビジュアル
-------------------------------------------- */
#mainvisual{
	float:left;
	width:500px;
}
#mainvisual img{
	margin:60px 0 0 30px;
}

/* about
-------------------------------------------- */
#about{
	float:left;
	width:980px;
	padding:0 100px;
}
#about section{
	margin-bottom:20px;
}
#about h2{
	margin-bottom:10px;
	padding:5px;
	color:#ffffff;
	background:#000000;
	float:left;
}
#about p{
	clear:both;
}
#about img{
	display:block;
	clear:both;
	margin-bottom:5px;
}

/* main
-------------------------------------------- */
#main{
	float:left;
	width:780px;
	margin:0 100px 0 100px;
}
#main section{
	margin-bottom:15px;
}
#main h2{
	margin-bottom:10px;
	padding:5px;
	color:#ffffff;
	background:#000000;
	float:left;
}
#main .sp{
	clear:both;
}
#main img{
	margin:0 5px 5px 0;
}