body,div,p,h1,h2,h3,h4,h5,ul,li,table,tr,th,td,img{
	margin:0;
	border:0;
	padding:0;
	color: #333;
	font-size: 8pt;
}

body{
	background-image: url(./images/bg.jpg);
	background-repeat:no-repeat;
}

div,p{
	line-height: 1.5em;
}

/* CLEARFIX */
.wrapper:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.wrapper {
  min-height: 1px;
}

* html .wrapper {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.left{ float:left; }
.right{ float:right; }


#container{
	width: 800px;
	margin: 50px 20px 0;
}
#leftcolumn{
	float: left;
	width: 200px;
}
#centercolumn{
	float: right;
	width: 595px;
}

.footerbar{
	clear:both;
	margin-top: 2em;
	width: 800px;
	text-align: center;
}

.bnr{
	margin-bottom: 1em;
}


/* CENTER C */
.centerCblockTitle{
	margin-bottom: 0.5em;
}
.item{
	border-bottom: 1px dotted #666;
	padding-bottom: 0.5em;
}
.itemTitle{
	font-weight: bold;
}

.bar{
	margin-bottom: 0.5em;
}

/* LIST CONTENTS */
.pico_list_contents .item{
	margin-bottom: 1em;
}
.list_content_subject{
	font-weight: bold;
	font-size: 1.2em;
}
.list_content_body{
	margin-left: 14px;
}

/* ARTIST */
.artist_name{
	font-weight:bold;
	font-size: 1.4em;
	margin-bottom: 0.5em;
}
.artist_photo{
	float:left;
	width: 170px;
}
.artist_photo img{
	border: 5px solid #666;
}
.artist_photo a:hover img{
	border: 5px solid #03C;
}
.artist_text{
	float:right;
	width: 415px;
}

/* */
.arrow_green{
	padding-left: 14px;
	background-image:url(images/arrow_green.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

/* TOTOP */
#totop{
	float: right;
	position: fixed;
	width: 80px;
	height: 93px;
	bottom: 10%;
	left: 825px;
}


.leftblockContent p{
	margin-bottom: 5px;
	margin-left: 17px;
}
