﻿@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline; }


#wrapper {
  width: 1060px;
  margin: 0 auto;
  background-color: #fff;
  background-image: url("image/haikei06.png");
  background-repeat: repeat-y;
  background-position: 0px 680px;

}

body {
	font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
        background: linear-gradient(-135deg, #9fecff, #ffa0d8);
}

header {
  margin-bottom: 10px;
  margin-left: 20px;
}

footer {
  height: 50px;
  color: #f26091;
  text-align: center;
  padding-top: 30px;
}


h1 {
}

/* グローバルナビ */

.globalNavi ul li {
  list-style: none;
  float: left;
}

h2 {
  margin-left: 30px;
}
h2:hover {
  opacity: 0.8;
}
h3{
  margin-top: 30px;
}

#main {
 padding-bottom: 50px;
}

.leftBox {
  float: left;
  width: 300px;
  margin-left: 20px;
  padding-left: 18px;
}

.rightBox {
  float: left;
  width: 680px;
  padding-left:20px;
  padding-bottom: 10px;
}
.rightBox p{
  padding: 10px;
}
.rightBox ul  {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 150px;
}
.rightBox ul li {
  width: 600px;
  list-style: none;
  float: left;
  padding: 5px;
}

.profile{
  width: 500px;
  float: left;
}

#sityou{
  padding: 30px 0px 0px 0px;
}

.artist_img {
  width: 150px;
  float: left;
  margin-top: 30px;
  margin-right: 30px;

}



a:link {
	color: #f26091;
        text-decoration: none;
}
a:visited, a:hover {
	color: #ff085b;
	text-decoration: none;
}
a:active, a:focus {
	text-decoration: none;
}


hr {
  border:none;
  border-top:dashed 2px #f26091;
  height:1px;
  width: 650px;
  text-align: center;
}



.clearfloat {
	clear: both;
	height: 0;
	line-height: 0px;
}

