* {
	margin: 0;
	padding: 0;
}

body {
	margin:0;
	padding:0;
	width:100%;
	background:#ccc;
	min-width:948px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
/*	line-height:1.2em;*/
}

img, div, input{behavior:url('/iepngfix.htc');}

h1 {
	margin: .3em 0;
	padding:0 0 3px 4px;
   font-size:.9em;
   border-left:6px solid #CC0000;
   border-bottom:1px solid #CC0000;
}
h2 {
    margin:3px;
	padding:4px;
   font-size:15px;
   border-left:6px solid #CC0000;
   border-bottom:1px solid #CC0000;
      border:1px solid #FFAAAA;
   border-left:5px solid #CC0000;
   border-right:5px solid #CC0000;
   background-color:#EEDDDD;
   background-image:url('/img/gradient-white.png');
   background-repeat:repeat;

}
h3 {
    margin:3px 0;
	padding:4px;
   font-size:12px;
   border:1px solid #FFAAAA;
   border-left:5px solid #CC0000;
   border-right:5px solid #CC0000;
   background-color:#EEDDDD;
   background-image:url('/img/gradient-white.png');
   background-repeat:repeat;
}


h4 {
    margin:3px 0;
	padding:3px;
   font-size:12px;
   border:1px solid #FFAAAA;
   border-left:5px solid #CC0000;
   border-right:5px solid #CC0000;
   background-color:#FFEEEE;
   background-image:url('/img/gradient-white.png');
   background-repeat:repeat;
}



p {
	margin:.4em 0 .8em 0;
	padding:0;
}

a, a:link, a:visited{
 text-decoration:none;
}

a:hover{
 text-decoration:underline;
 color:#CC0000;
}

img{border:0;}

input, select{
 font-size:80%;
}

#header {
   float:left;
	margin:0;
   margin-left:auto;
   margin-right:auto;
	width:100%;
	padding:0;
	border-bottom:1px solid #000;
   background-color:#CC0000;
   background-image:url('/img/header_red.jpg');
   background-repeat:repeat-y;
}
#header p {
	padding:.5em 15px .2em 15px;
	margin:0;
}
#header h1 {
   display:inline;
   float:left;
	padding:.3em 25px;
	margin:0;
}

#header span {
   float:left;
   margin:.5em;
   font-size:24px;
}

#header a{
 text-decoration:none;
}

#header h1 img{
	margin:8px 10px;
	border:0;
}

#header h2  {
	padding:.2em 15px	.7em 15px;
	margin:0;
}

#navigation{
   float:left;
	margin:0;
	width:100%;
	padding:0;
	border-bottom:4px solid #CC0000;
   background-color:#CC0000;
   color:#ffffff;
   background-image:url('/img/gradient-white.png');
   background-repeat:repeat-x;

}
#centeredmenu {
   float:left;
   width:100%;
   background:#fff;
   border-top:3px solid #333;
   border-bottom:4px solid #333;
   overflow:hidden;
   position:relative;
   background-image:url('/img/gradient-white.png');
   background-repeat:repeat-x;

}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style-type:none;
   margin:0;
   padding:0;
   position:relative;
   left:450px;
   text-align:center;
   background-image:url('/img/gradient-white.png');
   background-repeat:repeat-x;

}
#centeredmenu ul li {
   display:block;
   float:left;
   margin:0;
   padding:0;
   position:relative;
   right:50%;

}
#centeredmenu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   background:#ddd;
   color:#000;
   text-decoration:none;
   line-height:1.3em;
   background-image:url('/img/gradient-white.png');
   background-repeat:repeat-x;

}
#centeredmenu ul li a:hover {
   background:#369;
   color:#fff;
   background-image:url('/img/gradient-white.png');
   background-repeat:repeat-x;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:#fff;
   background:#333;
   font-weight:bold;
   background-image:url('/img/gradient-white.png');
   background-repeat:repeat-x;

}

#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	/* float:left;*/
   margin-left:auto;
   margin-right:auto;
	width:97%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background:#fff;		/* Left column background colour */
   border-top:6px solid #ddd;
   border-bottom:6px solid #ddd;
}
#colmid {
	float:left;
	width:200%;
	position:relative;
	left:200px;
	background:#fff;    	/* Centre column background colour */
    border-left:3px solid #ddd;
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-400px;
	background:#fff;    	/* Right column background colour */
   border-left:3px solid #ddd;
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 15px 0 415px;
	overflow:hidden;
}
#col1 {
	width:100%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:166px;
	position:relative;
	margin-left:-50%;
	left:208px;
	overflow:hidden;
}
#col3 {
	float:left;
	width:166px;
	position:relative;
	left:10px;
	overflow:hidden;
}
#footer {
	clear:both;
/*	float:left;*/
	margin:0;
   margin-left:auto;
   margin-right:auto;
   text-align:center;

	width:100%;
   background-color:#BBBBBB;
    border-top:3px solid #888888;
    border-bottom:3px solid #888888;
}
#footer p {
/*   float:left;*/
   padding:.3em 5px;
   margin-left:auto;
   margin-right:auto;
   text-align:center;
   font-size:10px;
}

#footer a{
 color:#333;
}

#footer a:hover{
 color:#333;
 text-decoration:underline;
}


/* 以下各個別パーツ */
#diary ul{
 margin-left:8px;

}
#diary ul li {
 font-size: .8em;
}

.diarydate{
 font-size: .8em;
 color:#996666;
 margin-top:4px;
 list-style-type:none
}
.diaryEntry{
 font-size: .8em;
 margin-left:2px;
 margin-bottom:4px;
list-style-type:none;
}


#NewsTopics {
 width:170px;
}

.newsnote{
 font-size: .7em;
}

.newssmallnote{
 font-size: .6em;
}


#diary p {
text-align:right;
}


/* newstopics 画像付き*/
#newstopicsimage {
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

#newstopicsimage ul{
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}


#newstopicsimage li {
  display:inline;
  margin:3px 3px;
}

#newstopicsimage table{
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  width:85%;
}

#newstopicsimage table tr td{
  margin:1px;
  padding:1px;
  font-size:.9em;
  border-top:1px solid #CC0000;
  border-bottom:1px solid #CC0000;
}


#newsdetailtop{
 width:100%;
 margin: 0 auto;
 background-color:#EEEEEE;
}


/* INTERview */
#interview {
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

#interview ul{
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}


#interview li {display:inline;margin:3px 3px;}

#interview table{
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  width:90%;
}

#interview table tr td.sub {
  font-size:.9em;
  margin:1px;
  padding:1px;
  border-top:1px solid #CC0000;
  border-bottom:1px solid #CC0000;
}
#interview table tr td.alb {
  font-size:.9em;
  margin:1px;
  padding:1px;
  background-color:#FFEFEF;
  border-top:1px solid #CC0000;
  border-bottom:1px solid #CC0000;
}


#interviewdetail{
   line-height:1.25em;
   margin-left:auto;
   margin-right:auto;
}

#interview_top
{
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  background:#DDDDDD;

}

#interview_1
{
  width:45%;
  float:right;
  padding:5px 0;
  margin:auto auto;
  border:8px solid #FFF;
  text-align:center;
  background:#EEEEEE;
}

#interview_2
{
  display:block;
  width:45%;
  height:182px;
  float:left;
  padding:5px 5px;
  border:8px solid #FFF;
  text-align:center;
  background:#EEEEEE;
}

#interview_2 img{
  height:auto;
  border:1px solid #FFF;
  vertical-align:middle;
}




/* style="  width:100%;padding:2px 0;margin:auto auto;text-align:center;background-image:url("");background-image-alpha:60;background:#EEEEEE;"*/

#discInfo {
  float:left;
  width:40%;
  text-align:center;
}

#discInfo ul{
   list-style-type:none;
}


#discography {
  width:98%;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}


#discography ul{
  margin-left:2%;
  margin-right:1%;
  width:95%;
}

#discography li{
  float:left;
  display:block;
  text-align:center;
  width:160px;
  height:250px;
  margin-left:10px;
  margin-bottom:15px;
  font-size:.8em;
}

.discoTitle{
  text-align:center;
  width:160px;
  height:3.2em;
  font-size:.8em; 
}


/*rounded コーナー のための部品*/

/* 検索入力テーブル */
#searchDetail table{
 margin-left:auto;
 margin-right:auto;
 width:97%;
}

#searchLyrics {
 width:100%;
 text-align:center;
 font-size:0.9em;
}

#initialSearch h4{
 border-left:solid 4px #F88;
 border-right:solid 4px #F88;
 text-align:center;
 margin-left:auto;
 margin-right:auto;
 margin-top:8px;
 margin-bottom:8px;
 font-size:.9em;
}

#initialSearch table{
 margin-left:auto;
 margin-right:auto;
 width:90%;
}

#initialSearch table tr td {
 margin-left:auto;
 margin-right:auto;
 text-align:center;
  border:dashed 1px #F88;

}


#searchLyrics table{
 margin-left:auto;
 margin-right:auto;
 width:85%;
}

#searchLyrics table tr th{
 color:#FFF;
 font-weight:800;
 text-align:center;
 font-size:1.2em;
 width:40%;
 height:32px; 
 background:url("./img/background1.jpg") repeat-x;
 background-color:#FF8888;
}

#searchLyrics table tr td {
 margin-left:auto;
 margin-right:auto;
 width:55%;
}


#searchLyrics table tr td input{
 width:100%;
 height:32px; 
 font-size:24px;
 border:solid 1px #888;
}

#searchDetail table{
 margin-left:auto;
 margin-right:auto;
}


#searchLyricsSide {
 width:99%;
 text-align:center;
 font-size: .8em;
}

#searchLyricsSide table{
 margin-left:auto;
 margin-right:auto;
 width:162px;
}

#searchLyricsSide table tr th{
 background-color:#FF8888;
 color:#111;
 font-weight:normal;
 background:url("./img/background1.jpg") repeat-x;
 text-align:center;
 width:48%;

}

#searchLyricsSide table tr td {
 margin-left:auto;
 margin-right:auto;
 width:51%;
}


#searchLyricsSide table tr td input{
 width:98%;
 height:16px; 
 font-size:10px;
}


#addCondition
{
  width:98%;
  margin-top:5px;
  margin-bottom:5px;
  margin-left:auto;
  margin-right:auto;
}

#addConditionMain
{
  width:95%;
  margin-top:5px;
  margin-bottom:5px;
  margin-left:auto;
  margin-right:auto;
}

#addCondition input
{
 font-size: 11px;
}


#addConditionMain input
{
 font-size:11px;
}

#submitButton
{
 margin-top:5px;
 border:solid 2px #888;
 
}

#submitSideButton
{
 margin-top:5px;
 border:solid 2px #888;
 font-size:1em;
}

/* 検索結果のアーティスト一覧 */
#artistList{
 font-size:.8em;
}

#artistList a{
 margin-left:1px;
}

#artistList a:hover{
 color:#CC0000;
 text-decoration:underline;
 font-weight:900;
}


/* 検索結果テーブル */

#searchResult {
 width:100%;
}

#searchResult table{
 margin-left:auto;
 margin-right:auto;
 width:95%;
 font-size:0.8em;
 text-align:center;
}

#searchResult table tr th{
 text-align:center;
 color:#333;
 background:url("./img/background1.jpg") repeat-x;
 background-color:#FF8888;
}

#searchResult table tr.even{
 background-color:#FFEEEE;
 text-align:center;
}

#searchResult table tr.odd{
 background-color:#FFFFFF;
 text-align:center;
}


#searchResult table tr td{
 text-align:center;
 padding: .6em 0;
}

.trackName{
 font-size:1.4em;
 font-weight:bold;
}

/* 歌詞表示関連 */
#lyrics{
 float:left;
 margin-top: 8px;
 margin-left:8px;
 margin-bottom: 24px;
 line-height:160%;
 font-size:.88em;
}



#trackTitle{
   margin: 2px 0 0px 0;
   padding:4px 0 4px 10px;
   font-size:1.2em;
   border-left:6px solid #CC0000;
   border-bottom:1px solid #CC0000;
}

#artistTitle{
   margin: 0px 0 0px 0;
   padding:4px 0 4px 10px;
   font-size:1.2em;
   border-left:6px solid #CC0000;
   border-bottom:1px solid #CC0000;
}


.songInfo{
 margin:0 auto;
 width:98%;
 padding: 1px 5px 0 0;
 text-align:right;
 border-top:1px solid #CC0000;
 border-right:6px solid #CC0000;
 font-size:.9em;
}

.lmkInfo{
 margin:0 auto;
 padding: 1px 5px 0 0;
 text-align:right;
 border-bottom:1px solid #CC0000;
 border-right:6px solid #CC0000;
 border-top:0;
 border-left:0;
 font-size:.8em;
}
.smkInfo{
 margin:0 auto;
 padding: 1px 5px 0 0;
 text-align:right;
 border-bottom:1px solid #CC0000;
 border-right:6px solid #CC0000;
 border-top:0;
 border-left:0;
 font-size:.8em;
}


.alignRight{
 text-align:right;
 }
.alignLeft{
 text-align:left;width:97%;
}

.ranking{
 font-size:.8em;
 width:99%;
}

h5 img{
 margin-top:10px;
}

.ranking table tr{
}
.ranking table th{
 width:5%;
 font-size:1.1em;
 color:#FFF;
 background-color:#f55;
}
.ranking table td{
 width:90%;
 margin:0;
 text-align:center;
 text-valign:middle;
}

.ranking table td.top{
 width:90%;
 margin:0;
 text-align:center;
 border-top:1px solid #e88;
 border-bottom:1px solid #e88;
}
.ranking table td.bottom{
 width:90%;
 margin:0;
 text-align:center;
 border-bottom:1px solid #e88;
}


.ranking ol {
  list-style-type:none;
  margin-top:2px;
  margin-bottom:3px;
  margin-left:3px;
}

.ranking ol li{
  margin-bottom:6px;
  margin-left:3px;
}

.rankingDetail{
 font-size:1em;
 width:98%;
}

.rankingDetail ol {
  list-style-type:none;
  list-style-position:inside;
  margin-top:2px;
  margin-bottom:3px;
  margin-left:20px;
  margin-right:10px;
}

.rankingDetail ol li{
  font-size:10px;
  float:left;
  width:112px;
  height:160px;
  margin:8px 5px;
  line-height:1em;
}
.rankingTitle{
  text-align:left;
  width:112px;
  height:3em;
  font-size:.9em; 
  
}


.rankingDetail a:hover{
 color:#CC0000;
 text-decoration:underline;
 font-weight:900;
}

#rankingLink{
  width:99%;
  margin-left:auto;
  margin-right:auto;
  text-align:center;

}

#rankingLink h3{
	margin: 1em 0 .3em 0;
	padding:0 0 3px 4px;
   font-size:1em;
   border-left:6px solid #CC0000;
   border-right:6px solid #CC0000;
   border-top:1px solid #CC0000;
   border-bottom:1px solid #CC0000;

}

#rankingLink table{
  width:99%;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  text-valign:middle;
}

#rankingLink table th{
 color:#FFFFFF;
 background:url("./img/background1.jpg") repeat-x;
 background-color:#FF8888;
 border:solid 1px #F00;
}
#rankingLink table td{
 color:#FFFFFF;
 text-valign:middle;
 vertical-align:middle;
 border:solid 1px #F00;
}


/* 静的コンテンツページ */
#petitlyrics {
 font-size:.9em;
}

#petitlyrics ul{
 margin-left:25px;
}


#faq dl dt{
   margin: .6em 0 .3em 0;
   padding:3px 3px 3px 6px;
   font-size:1em;
   border-left:4px solid #CC0000;
   border-top:2px solid #CC0000;
   border-right:1px solid #CC0000;
   border-bottom:1px solid #CC0000;
}


#faq dl dd{
   margin: .3em 0 .6em .4em;
   padding:3px 3px 3px 3px;
   font-size:.9em;
   border-bottom:1px solid #CC0000;
   border-right:1px solid #CC0000;
   border-left:1px solid #CC0000;

}


#youtube{
 width:99%;
 text-align:center;
 margin-left:auto;
 margin-right:auto;
}

#youtube ul{
 width:99%;
 text-align:center;
 margin-left:auto;
 margin-right:auto; 
 font-size:.7em;
}

#youtube ul li{
  width:145px;
  height:210px;
  margin-left:3px;
  float:left;
  display:block;
}

.ads{
 width:99%;
 margin-top:5px;
 margin-bottom:5px;
 margin-left:auto;
 margin-right:auto;
 text-align:center;
}

/* お問合せ関連 */
#inquiryName {
 margin-bottom:30px;
 }
#inquiryName table{
  width:94%;
   margin:5px auto;
}

#inquiryName table th{
 width:40%;
 background-color:#FFDDDD;
}
#inquiryName table td{
 width:46%;
}
#inquiryName table input{
 width:98%;
}

#AmendLyrics{
  display:block;
}
#AmendLyrics table{
  width:94%;
   margin:5px auto;
}
#AmendLyrics table th{
 width:40%;
 background-color:#DDDDDD;
}
#AmendLyrics table td{
 width:46%;
}
#AmendLyrics table input{
 width:98%;
}

#RequestLyrics{
  display:none;
}
#RequestLyrics table{
  width:94%;
   margin:5px auto;
}
#RequestLyrics table th{
 width:40%;
 background-color:#DDDDDD;
}
#RequestLyrics table td{
 width:46%;
}
#RequestLyrics table input{
 width:98%;
}

#InquiryService{
  display:none;
}

#InquiryService table{
  width:94%;
   margin:5px auto;
}
#InquiryService table th{
 width:40%;
 background-color:#DDDDDD;
}
#InquiryService table td{
 width:46%;
}
#InquiryService table textarea{
 width:98%;
 height:10em;
}

#InquiryOther{
  display:none;
}

#InquiryOther table{
  width:94%;
   margin:5px auto;
}
#InquiryOther table th{
 width:40%;
 background-color:#DDDDDD;
}
#InquiryOther table td{
 width:46%;
}
#InquiryOther table textarea{
 width:98%;
 height:10em;
}

.alert{
 color:#DD1111;
 font-size:.9em;
}

#confirmInq table{
  width:94%;
   margin:5px auto;
}
#confirmInq table th{
 width:40%;
 background-color:#DDDDDD;
}
#confirmInq table td{
 width:46%;
}
#confirmInq table textarea{
 width:100%;
}

/*--------------------------------------------------
Common styles
--------------------------------------------------*/
.adOverture {
position: relative;
overflow: hidden;
margin: 0;
padding: 0;
letter-spacing: normal !important;
font-family: "Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Geneva,Arial,Verdana,sans-serif !important;
text-align: left !important;
}
.adOverture a:link,
.adOverture a:visited,
.adOverture a:hover,
.adOverture a:active {
text-decoration: none;
}
body div.adOverture dl dt a:link,
body div.adOverture dl dt a:visited,
body div.adOverture dl dt a:hover,
body div.adOverture dl dt a:active,
body div.adOverture dl dd.adTitle a:link,
body div.adOverture dl dd.adTitle a:visited,
body div.adOverture dl dd.adTitle a:hover,
body div.adOverture dl dd.adTitle a:active{
text-decoration:underline;
}
body div.adOverture dl dt.adThumb a:link,
body div.adOverture dl dt.adThumb a:visited,
body div.adOverture dl dt.adThumb a:hover,
body div.adOverture dl dt.adThumb a:active{
text-decoration:none;
}
.adOverture p {
margin: 0;
padding: 0;
}
.adOverture img {
margin: 0;
padding: 0;
border: 0;
}
.adOverture dl {
margin: 0px;
padding: 2px 1px;
}
.adOverture dl dt {
margin: 0px;
padding:0 0 1px;
font-size: 12px;
font-weight: bold;
}
.adOverture dl dd {
margin: 0px;
padding: 0px;
font-size: 12px;
text-indent: 0;
}
.adOverture dl dd.adBody {
padding: 0 0 1px;
line-height: 1.1 !important;
}
.adOverture dl dd.adFooter {
word-break: break-all;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
word-wrap: break-word;
line-height: 100%;
}
.adOverture p.adLogo {
position: absolute;
right: 1px;
bottom: 1px;
width: 82px;
height: 14px;
margin: 0;
padding: 0;
border: 0;
}
.adOverture p.adLogo a img {
border: 0;
}
.adOverture .clear {
clear: both;
}

/*--------------------------------------------------
色指定
--------------------------------------------------*/
body div.adOverture {
border: 1px solid #FF0000;/* ボーダー色 */
background: #FFFFFF;/* 全体背景色 */
}
body div.adOverture p.adLogo {
background: #FF3333 /* ロゴの背景色 */;
}
body div.adOverture dl dt,
body div.adOverture dl dt a{
color: #FF3333;/* 見出しの色 */
}
body div.adOverture dl dd.adBody,
body div.adOverture dl dd.adBody a {
color: #333333;/* 本文色 */
}
body div.adOverture dl dd.adFooter,
body div.adOverture dl dd.adFooter a {
color: #FF3333;/* URLの色 */
}
body div.adOverture dl dd.adFooter,
body div.adOverture dl dd.adFooter a {
color: #FF3333;/* URLの色 */
}

/*--------------------------------------------------
インタレストマッチラベル adoverture　1列
--------------------------------------------------*/
body div.adOverture ul.overtureim {
clear: both;
background: #FF3333;
list-style: none;
text-align: right;
}
body div.adOverture ul.overtureim,
body div.adOverture ul.overtureim li ,
body div.adOverture ul.overtureim li a {
font-size:12px;
height:14px;
margin:0;
padding:2px;
white-space:nowrap;
line-height:14px;
}
body div.adOverture ul.overtureim li {
display: inline;
}
body div.adOverture ul.overtureim li,
body div.adOverture ul.overtureim a {
color: #f8fafd;
}
body div.adOverture ul.overtureim a:link,
body div.adOverture ul.overtureim a:visited {
text-decoration: underline;
}

/*--------------------------------------------------
インタレストマッチラベル adoverture　2列
--------------------------------------------------*/
body div.adOverture ul.overtureimHeight {
clear: both;
background: #FF3333;
list-style: none;
text-align: center;
height:29px;
padding:2px;
}
body div.adOverture ul.overtureimHeight,
body div.adOverture ul.overtureimHeight li ,
body div.adOverture ul.overtureimHeight li a {
font-size:12px;
margin:0;
white-space:nowrap;
line-height:14px;
}
body div.adOverture ul.overtureimHeight li {
display: block;
}
body div.adOverture ul.overtureimHeight li,
body div.adOverture ul.overtureimHeight a {
color: #f8fafd;
}
body div.adOverture ul.overtureimHeight a:link,
body div.adOverture ul.overtureimHeight a:visited {
text-decoration: underline;
}

/*--------------------------------------------------
ビッグバナー （728x120）
--------------------------------------------------*/
body div.adBigBanner {
width: 726px;
height:108px;
}
body div.adBigBanner dl{
float:left;
height:86px;
padding-left:1px;
width:178px;
}
body div.adBigBanner dl dd{
font-size: 12px !important;
}

/*--------------------------------------------------
バナー （728x80）
--------------------------------------------------*/
body div.adBanner {
width: 466px;
height: 78px;
margin:0 auto;
}
body div.adBanner dl {
width: 231px;
float: left;
height:56px;
}
body div.adBanner dl dt{
padding: 0 0 1px 0;
}

/*--------------------------------------------------
ハーフバナー （234x80）
--------------------------------------------------*/
body div.adHalfBanner {
width: 232px;
height: 78px;
}
body div.adHalfBanner dl {
height:56px;
}

/*--------------------------------------------------
スカイスクレイパー （120x600）
--------------------------------------------------*/
body div.adSkyScraper {
width: 118px;
height:597px;
}
body div.adSkyScraper dl {
width: 116px;
height:137px;
}
body div.adSkyScraper dl dt{
padding: 0px 3px !important;
}
body div.adSkyScraper dl dd{
padding: 0px 3px !important;
}
body div.adSkyScraper dl dd.adBody {
line-height: 1.5 !important;
}

/*--------------------------------------------------
ワイド スカイスクレイパー （160x600）
--------------------------------------------------*/
body div.adSkyScraperW {
width: 158px;
height:597px;
}
body div.adSkyScraperW div.adWrapper {
margin: 0 2px;
}
body div.adSkyScraperW dl {
height: 137px;
}
body div.adSkyScraperW dl dt {
margin: 0 0 5px;
}
body div.adSkyScraperW dl dd.adBody {
font-size: 12px;
line-height: 1.5;
}

/*--------------------------------------------------
ワイド スカイスクレイパーサムネイル有り （160x600）
--------------------------------------------------*/
body div.adSkyScraperWthumb {
width: 158px;
height:617px;
}
body div.adSkyScraperWthumb div.adWrapper {
margin: 0 2px;
}
body div.adSkyScraperWthumb dl {
height: 190px;
margin-bottom:3px;
padding:1px 1px;
}
body div.adSkyScraperWthumb dl dt {
margin: 0px;
height: 100px;
text-align: center;
}
body div.adSkyScraperWthumb dl dd.adTitle {
font-size: 13px;
font-weight: bold;
margin-bottom:1px;
}
body div.adSkyScraperWthumb dl dd.adBody {
font-size: 12px;
line-height: 1.5;
}

/*--------------------------------------------------
ボタン （125x150）
--------------------------------------------------*/
body div.adButton {
width: 123px;
height:149px;
}
body div.adButton dl {
height:102px;
margin:2px 2px 8px;
}

/*--------------------------------------------------
レクタングル （小） （180x150）
--------------------------------------------------*/
body div.adRectangle {
width: 178px;
height: 149px;
}
body div.adRectangle dl {
height:92px;
margin:15px 2px 5px;
}
body div.adRectangle dl dd.adBody {
font-size: 12px;
}

/*--------------------------------------------------
レクタングル （中） （300x280）
--------------------------------------------------*/
body div.adRectangleM {
width: 298px;
height: 278px;
}
body div.adRectangleM dl {
height:58px;
margin:0 3px 3px;
}
body div.adRectangleM dl dd.adBody {
margin: 0;
line-height: 115%;
}
body div.adRectangleM ul.overtureim {
text-align: center;
}

/*--------------------------------------------------
レクタングル （大） （336x280）
--------------------------------------------------*/
body div.adRectangleL {
width: 334px;
height: 278px;
}
body div.adRectangleL dl {
height:58px;
margin:0 3px 3px;
}
body div.adRectangleL dl dd.adBody {
margin: 0;
}
body div.adRectangleL ul.overtureim {
text-align: center;
}

/*--------------------------------------------------
バナー （縦） （120x270）
--------------------------------------------------*/
body div.adBannerV {
width: 118px;
height: 267px;
}
body div.adBannerV dl {
height: 106px;
margin: 5px 2px;
}
body div.adBannerV dl dt {
font-size: 11px;
}
body div.adRectangleL dl dd.adBody {
margin: 0;
}

/*--------------------------------------------------
スクエア（小）（200x200）
--------------------------------------------------*/
body div.adSquareS {
width: 198px;
height: 197px;
}
body div.adSquareS dl {
height:71px;
margin: 5px 2px;
}
body div.adSquareS dl dt {
font-size: 11px;
}
body div.adSquareS dl dd.adBody {
margin: 0;
}

/*--------------------------------------------------
スクエア （250x250）
--------------------------------------------------*/
body div.adSquare {
width: 248px;
height: 248px;
}
body div.adSquare dl {
height: 66px;
margin: 5px 2px;
}
body div.adSquare dl dd.adBody {
margin: 0;
}
body div.adSquare ul.overtureim {
text-align: center;
}

/*--------------------------------------------------
CMking Common styles
--------------------------------------------------*/
body div.adCmking {
position: relative;
overflow: hidden ;
margin: 0;
padding: 0;
font-size: 11px;
zoom: 1;
}
body div.adCmking table {
width: 100%;
margin: 0;
padding: 0;
border: none;
border-collapse: collapse;
}
body div.adCmking table tr td {
margin: 0;
padding: 0;
border: none;
vertical-align: top;
overflow: hidden;
}
body div.adCmking dl {
padding: 0;
}
body div.adCmking dl a {
text-decoration: none;
}
body div.adCmking dl dt {
padding: 0;
font-size: 12px;
font-weight: bold;
text-decoration: underline;
text-align: left;
}
body div.adCmking dl dd {
margin: 0;
padding: 0;
font-size: 12px;
text-align: left;
text-indent: 0;
}
body div.adCmking dl dd.adCmkingBody {
line-height: 125%;
}
body div.adCmking dl dd.adCmkingFooter {
word-break: break-all;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
word-wrap: break-word;
line-height: 100%;
display:block;
padding:1px 0 0;;
}
body div.adCmking p.adCmkingLogo {
position: absolute;
right: 1px;
bottom: 1px;
width: 82px;
height: 14px;
margin: 0;
padding: 0;
border: 0;
}
body div.adCmking p.adCmkingLogo a img {
border: 0;
}


/*--------------------------------------------------
CMking 色設定
--------------------------------------------------*/
body div.adCmking {
border: 1px solid #C0C0C0;/* ボーダー色 */
background: #FFFFFF;/* 全体背景色 */
}
body div.adCmking p.adLogo {
background: #333333 /* ロゴの背景色 */;
}
body div.adCmking dl dt,
body div.adCmking dl dt a{
color: #0000FF;/* 見出しの色 */
text-decoration:underline;
}
body div.adCmking dl dd.adCmkingBody,
body div.adCmking dl dd.adCmkingBody a {
color: #333333;/* 本文色 */
}
body div.adCmking dl dd.adCmkingFooter,
body div.adCmking dl dd.adCmkingFooter a {
color: #009999;/* URLの色 */
}
body div.adCmking dl dd.adCmkingFooter,
body div.adCmking dl dd.adCmkingFooter a {
color: #009999;/* URLの色 */
}

/*--------------------------------------------------
CMking インタレストマッチラベル adoverture　1列
--------------------------------------------------*/
body div.adCmking ul.overtureim {
clear: both;
background: #009390;
list-style: none;
text-align: right;
}
body div.adCmking ul.overtureim,
body div.adCmking ul.overtureim li ,
body div.adCmking ul.overtureim li a {
margin: 0;
padding: 0;
font-size: 12px;
white-space: nowrap;
padding:3px 2px 2px;
line-height:14px;
}
body div.adCmking ul.overtureim li {
display: inline;
}
body div.adCmking ul.overtureim li,
body div.adCmking ul.overtureim a {
color: #f8fafd;
}
body div.adCmking ul.overtureim a:link,
body div.adCmking ul.overtureim a:visited {
text-decoration: underline;
}

/*--------------------------------------------------
CMking バナー(Ex01,02)共通部分
--------------------------------------------------*/
body div.adCmkingLogo {
height:auto;
width:auto;
padding:0;
}

/*--------------------------------------------------
CMking バナー （Ex01）
--------------------------------------------------*/
body div.adCmkingEx02 dl {
height:29px;
margin:3px 2px 5px;
}
body div.adCmkingEx02 dl dt,
body div.adCmkingEx02 dl dd.adCmkingBody {
display: inline;
}
body div.adCmkingEx02 dl dd.adCmkingFooter {
display: block;
padding: 2px 0 0;
}

/*--------------------------------------------------
CMking バナー （Ex02）
--------------------------------------------------*/
body div.adCmkingEx03 dl {
height:29px;
margin:3px 2px 5px;
}
*html body div.adCmkingEx03 dl{
margin:3px 2px 4px;
}/* IE6ハック */
body div.adCmkingEx03 dl dt,
body div.adCmkingEx03 dl dd.adCmkingFooter {
display: inline;
}
body div.adCmkingEx03 dl dd.adCmkingBody {
display: block;
padding: 2px 0 0;
}

/* hotspot 
   --------------------------------------------- */
ul.randomSelect_ul {
font-family: "Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Geneva,Arial,Verdana,sans-serif !important;
text-align: left !important;
width: 590px;
margin:0;
padding:0;
list-style-type:none;
display:inline;
}

ul.randomSelect_ul li {
margin:5px 5px;
display: inline;
}

ul.randomSelect_ul li a:link { 
margin:5px 5px;
color: #6699ff;
display: inline;
} 

ul.randomSelect_ul li a:visited { 
margin:5px 5px;
color: #6699ff;
display: inline;
} 



