@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;
	font-size: 88%;
	line-height: 1.5;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック";
	text-align: center;
}

#container {
	width: 980px;
	margin: 0 auto;
	height: 300px;
	text-align: left;
}

/*--------------------------------------
	ヘッダ
---------------------------------------*/

#header {
	position: relative;
	background-color: #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 10px 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

}

#header h1 {
	font-size: 88%;
	color: #666666;
	font-weight: 100;
	margin-top: 5px;
	margin-bottom: 12px;
	margin-left: 5px;
}

#header #logo {
	background: url(../images/logo.gif) left top no-repeat;
	margin-left: 5px;
	text-indent: -9999px;
}

#logo a {
	display: block;
	width: 261px;
	height: 49px;
}

#search {
	position: absolute;
	top: 60px;
	right: 10px;
}

#searchform {
	width: 200px;
	background: url(../images/input.gif) left top no-repeat; 
	display: block;
	height: 24px;
	position: relative;
}

#keywords	{
	width: 156px;
	position: absolute;
	top: 5px;
	left: 12px;
	border: 1px solid #ffffff;
}

#searchBtn	{
	position: absolute;
	top: 5px;
	left: 174px;
}

/*--------------------------------------
	グローバルナビゲーション
---------------------------------------*/

#nav {
	background: url(../images/menu_bg.jpg) left top no-repeat;
	width: 980px;
	height: 26px;
	margin-bottom: 5px;
}

#nav ul {
	text-align: center;
}

#nav ul li {
	display: -moz-inline-box;
	display: inline-block;
}

* html #nav ul li{  
	display: inline;
	margin-right: 3px;
	zoom: 1;
}
*+html #nav ul li {  
	display: inline;
	margin-right: 3px;
	zoom: 1;
}
#nav ul li a {
	display: block;
	text-decoration: none;
}

/*--------------------------------------
	コンテンツ
---------------------------------------*/

#content {
	width: 970px;
	background-color: #edebe5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 5px;
	padding: 5px;
	position: relative;
}

#content_inner {
	width: 970px;
}

#content h2 {
	margin-bottom: 5px;
}

#leftContent {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 320px;

}

#message {
	margin-bottom: 10px;
}

#flasharea p {
	color: #333333;
	font-size: 83%;
}

.live_artist {
	margin-bottom: 1px;
	
	background-color: #ffffff;
}

.live_artist img {
    /*Flexible image size with border*/
	background:#ffffff;
	width: 98%;
	margin: 0;
	padding: 1%;
	display: block;

	-ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
}

#mainContent {
	float: left;
	width: 400px;
	margin-left: 325px;
	display: inline;
}

.main_artist {
	margin-bottom: 1px;
	background-color: #ffffff;
}

.main_artist img.topArtist {
    /*Flexible image size with border*/
	width: 98%;  /*Took 1% off of the width to prevent IE6 bug*/
	padding: 1%;
	background:#ffffff;
	margin: 0 0 5px 0;
	display: block;

	-ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
}

.main_artist p {
	color: #333333;
	font-size: 88%;
	padding: 10px;
}

.archive_artist {
	width: 194px;
	float: left;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	display: inline;
}

.archive_artist img {
    /*Flexible image size with border*/
	width: 98%;  /*Took 1% off of the width to prevent IE6 bug*/
	padding: 1%;
	background:#ffffff;
	margin: 0 0 5px 0;
	display: block;
	float: left;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
}

#feature_topics {
	width: 240px;
	background-color: #ffffff;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#feature_entry {
	margin-top: 10px;
	padding: 5px;
}

#feature_entry img {
    /*Flexible image size with border*/
	width: 49%;  /*Took 1% off of the width to prevent IE6 bug*/
	padding: 1%;
	background:#ffffff;
	border: solid 1px #cccccc;
	margin: 0 5px 10px 5px;
	display: block;
	float: left;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
}

#feature_entry h3 {
	font-size: 85%;
	color: #ff3300;
	margin-left: 5px;
}

#feature_entry p {
	font-size: 80%;
	color: #000000;
	padding: 5px;
}

#entry_more {
	text-align: right;
	margin-right: 10px;
}

#rightContent {
	float: right;
	width: 240px;
	background-color: #fafafa;
	display: inline;
}

#topics {
	margin-bottom: 5px;
}

#topics ul {
	width: 230px;
	padding: 0 5px;
}

#topics ul li {
	background: url(../images/arrow.gif) left 0.5em no-repeat;
	margin-bottom: 15px;
	padding-left: 15px;
}

#topics ul li a {
	font-size: 78%;
	color: #000000;
}

.entry_more {
	text-align: right;
	margin-right: 10px;
}

.new {
	color: #ffffff;
	background-color: #d40d12;
	font-size: 68%;
	padding: 1px 6px;
}

#banner {
	margin: 5px 0;
}

/*--------------------------------------
	サブコンテンツ
---------------------------------------*/

#subContent {
	clear: both;
	width: 970px;
	background-color: #edebe5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 5px;
	padding: 5px 5px 10px 5px;
	text-align: center;
}

#subContent h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
}

#itunesarea, #itunes_album_area {
	margin-bottom: 30px;
}

#footer {
    clear: both;
	width: 970px;
	background-color: #edebe5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 5px;
	padding: 5px;
	text-align: center;
}

#footer address {
	color: #333333;
	font-size: 75%;
}

/*--------------------------------------
	コンタクト
---------------------------------------*/

#formContent {
	width: 725px;
	float: left;
	display: inline;
}

#contact h3 {
	color: #000000;
	font-size: 83%;
	margin-top: 13px;
}

#contact .information {
	padding: 5px 0;
}

#contact p {
	color: #333333;
	font-size: 88%;
	background-color: #ffffff;
	margin-bottom: 10px;
	padding: 8px;
}

#contact .red {
	color: #ff0000;
}

#contact form {
	margin-bottom: 30px;
}

#contact input {
	border: solid 1px #999999;
}

#contact .formInput1 {
	margin-bottom: 10px;
	border: solid 1px #999999;
}

#search-results {
	width: 725px;
	float: left;
	display: inline;
}

/*--------------------------------------
	バナー
---------------------------------------*/

#present_banner {
	margin-bottom: 5px;
}