@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:#333366; 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,"ＭＳ Ｐゴシック", "UD Shin Go NT Regular";
	text-align: center;
        word-break: break-all;
}

#container {
	width: 984px;
	background: url(/shared/images/home/background.gif) top left repeat-y;
	margin: 0 auto;
	text-align: left;
}

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

#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: 50px;
}

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

#nav {
	
	width: 960px;
	height: 36px;
	margin: 0 auto 5px;
}

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

#nav_sns {
        position: absolute;
        top: 170px;
        right: 106px;
}

#nav_sns img {
        margin-right: 14px;
}

/*--------------------------------------
	Main Contents
---------------------------------------*/

#mainContent {
	float: left;
	width: 730px;
        margin-bottom: 20px;
	margin-left: 13px;
	display: inline;
}

/*--------------------------------------
	Special Area
---------------------------------------*/

#specialContent {
	float: left;
	width: 730px;
	margin-bottom: 5px;
        display: none;
}

#special {
	float: left;
	width: 405px;
        height:245px;
	margin-right: 5px;
	display: inline;
        position:relative;
}

#view {
	position: absolute;
	width:405px;
	height:245px;
	top:0;
	left:0;
	overflow:hidden;
}

#view a {
	position: absolute;
	width:405px;
	height:200px;
	top:0;
	left:0;
}

#thumbBtn {
	position:absolute;
	top:200px;
	left:0px;
	width: 405px;
	background-color: #010203;
}

#thumbBtn li {
	margin-right: 1px;
	padding: 1px;
	float:left;
	text-align:right;	
	cursor:pointer;
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";	
}

#thumbBtn li.active {
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

#thumbBtn li img {
	border: solid 1px #000000;
}

#message {
	float: left;
	width: 320px;
        height: 245px;
	display: inline;
        background-color: #000000;
}

/*--------------------------------------
	Interview & Live Report
---------------------------------------*/

#interview_live {
	clear: both;
	background: url(/shared/images/home/top_banner_panel.gif) top left no-repeat;
	width: 730px;
	height: 150px;
	margin-bottom: 10px;
	position: relative;
}

/*--------------------------------------
	Contents
---------------------------------------*/

#content {
	width: 730px;
	margin-bottom: 30px;
        padding-bottom: 30px;
	border-bottom: dotted 1px #161f35;
}

/*--------------------------------------
	News Area
---------------------------------------*/

#news_area {
	float: left;
	width: 470px;
	background: url(/shared/images/home/top_news_middle.gif) top left repeat-y;
	display: inline;
}

#feature_entry {
	padding: 10px;
}

#feature_entry h3 {
	font-size: 88%;
}

#feature_entry h3 a {
	color: #333366;
}

#feature_entry .excerpt {
	font-size: 83%;
        color: #666666;
}

#feature_entry img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    display: block;
    float: left;
    margin: 0 5px 10px;
    padding: 1%;
    width: 29%;
}

#topics {
	background: url(/shared/images/home/top_news_bottom.gif) left bottom no-repeat;
	padding: 5px;
}

#topics ul {
	padding: 0px;
}

#topics ul li {
	background: url(/shared/images/home/news_arrow.gif) 5px 15px no-repeat;
	font-size: 93%;
	margin-bottom: 1px;
	padding: 10px 5px 10px 20px;
}

#topics ul li a {
	color: #333366;
}

#topics ul li.odd {
	background-color: #ffffff;
}

#topics ul li.even {
	background-color: #f7f7f7;
}

/*--------------------------------------
	Content Side
---------------------------------------*/

#content_side {
	float: left;
	width: 250px;
	margin-left: 10px;
	display: inline;
}

#mainContent_side {
    background-color: #ffffff;
    display: inline;
    float: right;
    width: 242px;
    margin-right: 5px;
    padding:4px
}
#interview h2, #album h2 {
    margin-bottom: 3px;
}

#live_report h2 {
    margin-bottom: 3px;
}

.inBox {
    margin-bottom: 2px;
    width: 242px;
}

.inBox img {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    margin: 0;
    width: 99%;
}

.liveBox {
    margin-bottom: 2px;
    width: 242px;
}
.liveBox img {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    margin: 0;
    width: 99%;
}

.alBox {
    margin-bottom: 14px;
    width: 242px;
}
.alBox img {
    display: block;
    float: left;
    margin-right: 5px;
    width: 29%;
}
.alBox h3 {
    display: block;
    margin: 5px 0 0 0;
}
.alBox h3 a {
    color: #336699;
    font-size: 70%;
}
.alBox h4 {
    font-size: 70%;
}
.alBox p.excerpt {
    font-size: 65%;
}


/*--------------------------------------
	Column
---------------------------------------*/

/*--------------------------------------
	Disk Review
---------------------------------------*/

#disk_review {
	background: url(/shared/images/home/top_review_middle.gif) left top repeat-y;
	margin-bottom: 15px;
}

.diskBox {
	padding: 10px;
}

.diskBox h3 {
	font-size: 78%;
    display: block;
    margin: 5px 0 0 0;
}

.diskBox h4 {
    font-size: 70%;
}

.diskBox h3 a {
	color: #333366;
}

.diskBox img {
    border: 1px solid #CCCCCC;
    display: block;
    float: left;
    margin-right: 5px;
    padding: 2px;
    width: 29%;
}

#disk_bottom {
	background: url(/shared/images/home/top_review_bottom.gif) top left no-repeat;
}

/*--------------------------------------
	SNS
---------------------------------------*/

#sns_area {
	clear: both;
	width: 730px;
}

#twitter_area {
	float: left;
	width: 360px;
	display: inline;
}

#twitter_area h2 {
	margin-bottom: 15px;
}

#facebook_area {
	float: right;
	width: 360px;
	display: inline;
}

/*--------------------------------------
	Right Contents
---------------------------------------*/

#rightContent {
	float: right;
	width: 220px;
	margin-right: 12px;
        margin-bottom: 20px;
	display: inline;
}

#search {
	margin-bottom: 15px;
}

#itunes {
	margin-bottom: 5px;
}

#access_rank {
	background: url(/shared/images/home/top_access_middle.gif) left top repeat-y;
}

#access_rank ul {
	background: url(/shared/images/home/top_access_bottom.gif) left bottom no-repeat;
	padding: 5px;
}

#access_rank ul li {
	font-size: 88%;
	margin-bottom: 8px;
	padding-left: 26px;
}

#access_rank ul li a {
	color: #333366;
}

.access_1 {
	background: url(/shared/images/home/access1.gif) 3px top no-repeat;
}

.access_2 {
	background: url(/shared/images/home/access2.gif) 3px top no-repeat;
}

.access_3 {
	background: url(/shared/images/home/access3.gif) 3px top no-repeat;
}

.access_4 {
	background: url(/shared/images/home/access4.gif) 3px top no-repeat;
}

.access_5 {
	background: url(/shared/images/home/access5.gif) 3px top no-repeat;
}

/*--------------------------------------
	Footer
---------------------------------------*/

#foot_memu {
    background-color: #354037;
    clear: both;
    margin: 20px auto 0;
    padding: 10px;
    width: 940px;
}

#footnav {
    color: #ffffff;
    font-size: 83%;
    margin: 20px 0 30px;
    text-align: center;
}

#footnav a {
    color: #ffffff;
}

#twitter {
    margin-bottom: 30px;
    padding-bottom: 0;
}

#twitter ul {
    text-align: center;
}

#twitter ul li {
    display: inline;
    margin-right: 10px;
}

#footer {
    background-color: #354037;
    margin: 0 auto;
    padding: 10px;
    width: 940px;
}

#footer address {
    clear: both;
    color: #FFFFFF;
    font-size: 73%;
}

/*--------------------------------------
	Easy Slider
---------------------------------------*/

#slider {
	position: absolute;
	top: 38px;
	left: 34px;
}

#slider2 {
	position: absolute;
	top: 32px;
	right: 32px;
}

#slider ul, #slider li,
#slider2 ul, #slider2 li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider li, #slider2 li {
	width: 300px;
}
	
#slider1next, #slider1prev {
	display: block;
	width: 16px;
	height: 32px;
	position: absolute;
	left: 17px;
	top: 67px;
	z-index: 1000;
}

#slider2next, #slider2prev {
	display: block;
	width: 16px;
	height: 32px;
	position: absolute;
	right: 333px;
	top: 67px;
	z-index: 1000;
}
	
#slider1next {
	left: 335px;
}

#slider2next {
	right: 15px;
}
														
#slider1prev a, #slider2prev a {
	display: block;
	position: relative;
	width: 16px;
	height: 32px;
	background: url(/shared/images/home/btnPrev.gif) no-repeat 0 0;
	text-indent: -9999px;
}	

#slider1next a, #slider2next a {
	display: block;
	position: relative;
	width: 16px;
	height: 32px;
	background: url(/shared/images/home/btnNext.gif) no-repeat 0 0;
	text-indent: -9999px;
}

/*--------------------------------------
	Privacy
---------------------------------------*/

.explane {
    margin-bottom: 30px;
}

.explane p {
    font-size: 88%;
    margin-bottom: 10px;
    padding: 6px 0;
}

.explane h3 {
    font-size: 88%;
}

.explane dt {
    font-size: 83%;
}

.explane dd {
    font-size: 78%;
    margin-bottom: 20px;
}

#page_top {
    clear: both;
    padding-right: 20px;
    text-align: right;
}

#ad_1, #ad_2 {
    margin-bottom: 5px;
}


.readmore {
    text-align: right;
    padding: 10px 10px 10px 0;
    background-color: #f7f7f7;
}

.new {
    padding: 1px 5px;
    color: #ffffff;
    font-size: 78%;
    background-color: #ff6600;
}

#foot_ilust {
    text-align: center;
}

#ad_3 {
    margin-bottom: 5px;
}

#recommend {
    margin-bottom: 15px;
    border: solid 3px #F7F7F7;
}

.blog {
    padding: 10px 5px;
}

.blog p {
    font-size: 83%;
    color: #666666;
}

.blogtitle {
    background: url(/shared/images/home/b_arrow.gif) no-repeat left 0.5em;
    padding-left: 10px;
}


.list-item {
    width: 220px;
}

.app-ranking {
    background-color: #FDFFF9;
    margin-bottom: 5px;
    width: 220px;
    clear: both;
    font-family: 'Helvetica Neue', Helvetica, Arial, Roboto, 'Droid Sans', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

.leftside {
    width: 40px;
    float: left;
    display: inline;
}

.app-number {
    width: 40px;
    height: 30px;
    text-align: center;
    background-color: #AAA2A1;
    color: #FFFFFF;
    font-size: 18px;
}

.rank {
    line-height: 30px;
}

.store {
    width: 36px;
    height: 16px;
    text-align: center;
    background-color: #FFFFFF;
    border: solid 2px #AAA2A1;
    line-height: 12px;
}

.store a {
    color: #666666;
    font-size: 10px;
}

.app-info {
    width: 180px;
    float: left;
    display: inline;
    background-color: #EDEEEF;
}

.jkt {
    float: left;
    width: 50px;
}

.info {
    float: left;
    width: 120px;
    padding: 0 5px;
}

.songtitle {
    line-height: 5px;
    margin-bottom: 6px;
}

.songtitle a {
    font-size: 11px;
    color: #333333;
    font-weight: bold;
}

.artistname {
    font-size: 10px;
    color: #333333;
}

.artistname a {
    color: #336699;
}

.app-price {
    font-size: 9px;
    color: #333333;
}


.banners img:hover {
    opacity: 0.6;
}