@charset "UTF-8";

/*--------------------------------------
	Basic
---------------------------------------*/


* {
	margin: 0;
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
li,
img {
	margin: 0;
	padding: 0;
	border: 0;
}

li {list-style: none;}

a			{ color: #; text-decoration: none; }
a:hover 	{ color: #; text-decoration: underline;}
/*a:visited	{ color: #; }*/
address		{ font-style: normal; }

.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
  overflow:visible;
}
/* End hide from IE-mac */

body {
	background-color: #FFFFFF;
        background: url(/shared/images/aug/background.gif) top center repeat-y;
	font-size: 88%;
	line-height: 1.5;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック";
	text-align: center;
}

#container {
	width: 860px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	height: 150px;
	margin-bottom: 0px;
}

#header h1 {
	position: absolute;
	top: 20px;
	left: 30px;
}

#header #mf_mark {
	position: absolute;
	top: 50px;
	left: 30px;
}

#header #head_ad {
	position: absolute;
	top: 47px;
	right: 10px;
}

/*--------------------------------------
	Navigation
---------------------------------------*/

#nav {
	background: url(../../images/nav/nav_back.gif) left top no-repeat;
	width: 860px;
	height: 36px;
	margin: 0 auto 5px;
}

#nav li {
	float: left;
	margin-right: 1px;
}

/*--------------------------------------
	special header
---------------------------------------*/

#special_header {
        margin-bottom: 10px;
}

/*--------------------------------------
	main content
---------------------------------------*/

.live_artist_first {
    background-color: #F8F8F8;
    border-bottom: 1px dotted #CCCCCC;
    margin-bottom: 5px;
}

.live_artist {
    background-color: #FAFAFA;
    float: left;
    height: 190px;
    margin-bottom: 5px;
    width: 285px;
}

.live_artist_inner {
    padding-left: 5px;
    width: 280px;
}

.live_artist h2 {
    color: #FF6600;
    font-size: 78%;
    font-weight: 200;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
}

.live_artist p {
    color: #333333;
    font-size: 83%;
    margin-bottom: 10px;
    padding: 5px;
}

.live_artist img.live_image {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    margin: 0 5px 5px 0;
    width: 99%;
}

#pageList {
    clear: both;
    margin-bottom: 50px;
    padding-top: 20px;
    text-align: center;
}

#pageList .current_page {
    background-color: #B1BDB4;
    color: #FFFFFF;
    font-size: 78%;
    margin-right: 1px;
    padding: 3px 5px;
}

#pageList .link_page {
    color: #666666;
    font-size: 78%;
    margin-right: 1px;
    padding: 3px 5px;
}

.link_next, .link_before {
    background-color: #B1BDB4;
    color: #FFFFFF;
    font-size: 78%;
    margin-right: 1px;
    padding: 3px 5px;
}

#recommend_interview p {
    font-size: 93%;
    color: #333333;
    border: solid 3px #ff6600;
    margin-bottom: 15px;
    padding: 10px;
}

#new_release {
    margin-bottom: 15px;
    padding:5px;
}

#info_area {
    font-size: 88%;
    padding:5px;
}

#youtube {
    display: inline;
    float: left;
    width: 420px;
    text-align: center;
}

#youtube h2 {
    margin-bottom: 10px;
}

#youtube object {
    margin-bottom: 10px;
}

#release_info {
    display: inline;
    float: right;
    width: 410px;
    border: solid 2px #ff6600;
}

.imageList {
    padding: 5px;
}

.amazon_cd {
    margin-bottom: 20px;
    padding: 5px;
}

#recommend_live {
    clear: both;
}

#recommend_live p {
    font-size: 93%;
    color: #333333;
    border: solid 3px #ff6600;
    margin-bottom: 15px;
    padding: 10px;
}

#recommend_profile {
    margin-bottom: 15px;
}

#recommend_profile p {
    font-size: 93%;
    color: #333333;
    border: solid 3px #ff6600;
    margin-bottom: 15px;
    padding: 10px;
}

#excerpt {
    padding: 10px;
    color: #330066;
    margin-bottom: 15px;
}



#footer {
    background-color: #1E1E1F;
    clear: both;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    width: 870px;
}

#footer address {
    color: #FFFFFF;
    font-size: 78%;
}