@charset "UTF-8";
/* CSS Document */

body
    {
     margin:0px;          /* ページ全体のmargin */
     padding:0px;         /* ページ全体のpadding */
     text-align:center;   /* 下記のautoに未対応用のセンタリング */
	 font-family: "AGaramondPro-Regular","KozMinPro-ExtraLight","ヒラギノ明朝 Pro W3";
	 font-size: 13px;
	 line-height: 150%;
    }

#main
    {
     margin-left:auto;    /* 左側マージンを自動的に空ける */
     margin-right:auto;   /* 右側マージンを自動的に空ける */
     text-align:left;     /* 中身を左側表示に戻す */
     width:945px;         /* 幅を決定する */
    }

#footer
    {
     margin-left:auto;    /* 左側マージンを自動的に空ける */
     margin-right:auto;   /* 右側マージンを自動的に空ける */
     text-align:left;     /* 中身を左側表示に戻す */
	 background-image:url(image/footer.jpg);
	 background-repeat:no-repeat;
	 clear:both;

    }

.text a:link,
.text a:visited,
.text a:active  { color: #1E1515; text-decoration: none; outline:none; padding: 2px;}
.text a:hover   { color: #FFFFFF; text-decoration: none; outline:none; background-color: #1E1515; border: solid 2px #1E1515; padding: 0px;}

.text2 a:link,
.text2 a:visited,
.text2 a:active  { color: #1E1515; text-decoration: none; outline:none; padding: 2px;}
.text2 a:hover   { color: #FFFFFF; text-decoration: none; outline:none; background-color: #1E1515; border: solid 2px #1E1515; padding: 0px;}

.mini a:link,
.mini a:visited,
.mini a:active  { color: #1E1515; text-decoration: none; outline:none; padding: 2px;}
.mini a:hover   { color: #FFFFFF; text-decoration: none; outline:none; background-color: #1E1515; border: solid 2px #1E1515; padding: 0px;}

.title a:link,
.title a:visited,
.title a:active  { color: #1E1515; text-decoration: none; outline:none; padding: 2px;}
.title a:hover   { color: #FFFFFF; text-decoration: none; outline:none; background-color: #1E1515; border: solid 2px #1E1515; padding: 0px;}

.white-text a:link,
.white-text a:visited,
.white-text a:active  { color: #FFFFFF; text-decoration: none; outline:none; padding: 2px;}
.white-text a:hover   { color: #1E1515; text-decoration: none; outline:none; background-color: #FFFFFF; border: solid 2px #FFFFFF; padding: 0px;}

.white-title a:link,
.white-title a:visited,
.white-title a:active  { color: #FFFFFF; text-decoration: none; outline:none; padding: 2px;}
.white-title a:hover   { color: #1E1515; text-decoration: none; outline:none; background-color: #FFFFFF; border: solid 2px #FFFFFF; padding: 0px;}

.text {
font-size: 13px;
line-height: 150%;
}

.text2 {
font-size: 13px;
line-height: 180%;
}

.title {
font-size: 18px;
line-height: 150%;
margin: 5px 0px 5px 0px;
}

.copy {
font-size: 36px;
line-height: 150%;
}

.white-text {
font-size: 13px;
color:#FFFFFF;
line-height: 150%;
}

.white-title {
font-size: 18px;
color:#FFFFFF;
line-height: 150%;
margin: 5px 0px 5px 0px;
}

.white-textmini {
font-size: 12px;
color:#FFFFFF;
line-height: 135%;
}

.white-textmini a:link,
.white-textmini a:visited,
.white-textmini a:active  { color: #1985b5;}
.white-textmini a:hover   { color: #1985b5;}

.mini {
font-size: 12px;
padding-bottom: 3px;
}

.date {
font-size: 12px;
padding-bottom: 3px;
border-bottom: 1px solid #1E1515;
width:600px;
}

.date2 {
font-size: 12px;
padding-bottom: 3px;
border-bottom: 1px solid #1E1515;
width:945px;
}

.ruby {
font-size: 10px;
line-height: 100%;
}

.pict {
border-width: 1px;
border-style: solid;
border-color: #1E1515;
}
table.top_release {
	width:465;
	border-collapse:collapse;
}
table.top_release th,table.top_release td{
	border-top:1px dotted #FFF;
	padding-top:4px;
	padding-bottom:4px;
}
table.top_release td{
	display:block;
	width:395px;
}
table.top_release th {
width:70px;
padding-left:4px;
}
#newsAll {
	text-align:right;
	margin-right:8px;
	margin-top:2px;
	margin-bottom:2px;
}


	
.news_date {
	float:left;
	width:70px;
	padding-left:4px;
}
.news_date, .news {
	margin-top:4px;
	margin-bottom:4px;
}

#top_news {
	width:465;
	color:#FFF;
	font-size:12px;

}
.news_wrap {
	border-top:1px dotted #FFF;
}
.news_top_wrap {
	border-top:0px none;
}
.news a {
	display:block;
	color:#FFF;
	text-decoration:none;
}
.news a:hover {
	background-color:#666;
	display:block;
}
#left-side {
	float:left;
	text-align:right;

}
#main-box {
	width:945px;
	float:right;
}

.text28 {
font-size: 28px;
line-height: 150%;
}

