@charset "UTF-8";

html {
  font-size: 62.5%;
/*  overflow-y:scroll; */
}

/* --- reset --- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,a {
  margin:0;
  padding:0;
} 

table {
  border-collapse:collapse;
  border-spacing:0;
}

fieldset,img { border:0; }

address,caption,th {
  font-style:normal;   
  font-weight:normal;   
}
ol,ul { list-style:none; } 
caption,th { text-align:left; }
q:before,q:after { content:''; } 
abbr,acronym { border:0; }


h1,h2,h3,h4,h5,h6 {  
  font-size:1em;   
  font-weight:normal;   
}

/* a:focus { outline:none } firefox link outline disable */


body {
  background:        #fff url(./img/dtm_02.gif) repeat-x;
  color:             #676767;
  font-size:         1.2em;
  text-align:        center;
  padding:           42px 0 0 0;
}

img { vertical-align: top; }

  body,input,textarea{
    font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","Osaka",sans-serif;
  }

  /* for IE7 */
    *+html body,input,textarea {
    font-family: 'ＭＳ Ｐゴシック';
    font-size:         1.2em;   
  }
  
  /* for IE6 */
    * html body,input,textarea {
    font-family:'ＭＳ Ｐゴシック';
  }

  /* for IE6 フォントの違いを吸収 */
    * html body {
  }

/* --A-- */  
a {
cursor:pointer;
}

a:hover {
text-decoration:underline;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display:block;
  clear:both;
  visibility: hidden;
  height: 0;
}

  /* for IE6 */
  * html .clearfix {
    display:inline-block;
  }

  /* for IE7 */
  *+html .clearfix {
    display:inline-block;
  }


/* ----- 汎用的なスタイル ----- */

.al-bottom {
  vertical-align: bottom;
}

#right a:hover {
  filter: Alpha(Opacity=60);opacity:.60;
  background-color:transparent;
}



/* ==================================================================
         以下 各サイトごとの固有の設定
   ================================================================== */

/* リンクテキスト  ★ */

a:link    { color: #610364; }
a:visited { color: #610364; }
a:hover   { color: #FF2A6D; } 
a:active  { color: #FF2A6D; }

.normal-color a:link    { color: #676767; text-decoration: none;}
.normal-color a:visited { color: #676767; text-decoration: none;}
.normal-color a:hover   { color: #676767; text-decoration: underline;} 
.normal-color a:active  { color: #676767; text-decoration: underline;}

/* ===================================
       基本ブロック
   =================================== */


/* 大外の枠/コンテナー
-------------------------------------------------------------- */

div#container {
  background: url(./images/background-pink.gif) repeat-x top;
}

/* ヘッダー
-------------------------------------------------------------- */
div#header {
  width: 999px;
  min-height: 100px;
  height: auto !important;
  height: 100px;
  margin: auto;
  text-align: left;
  background: #fff url(./img/dtm_03.gif) no-repeat top;
}


/* コンテンツ
-------------------------------------------------------------- */
div#content {
  width: 998px;
  margin: 0 auto;
  padding: 0 0 50px 0;
  text-align: left;
  background: #fff;
  border-top: 1px solid #D2D2D2;
  border-left: 1px solid #D2D2D2;
  border-right: 1px solid #D2D2D2;
}


/* サブ
-------------------------------------------------------------- */
div#sub {
  float: left;
  width: 160px;
  text-align: left;
  border-bottom: 1px solid #D2D2D2;
}


/* メイン
-------------------------------------------------------------- */
div#main {
  float: left;
  width: 535px;
  padding: 0 0 5px 0;
  text-align: left;
  background: #fff;
  border: 1px solid #D2D2D2;
  border-top: none;
}


/* ライト
-------------------------------------------------------------- */
div#right {
  float: left;
  width: 300px;
  text-align: left;
  background: #fff;
  border-bottom: 1px solid #D2D2D2;
}

*html div#right {
  width: 204px;
}


/* ===================================
       各ページ共通の設定
   =================================== */

h1 {
  float: left;
  padding: 20px 0 0 20px ;
}

h2 {
  clear: both;
  width: 350px;
  padding: 8px 0 8px 20px;
  color: #fff;
  letter-spacing: 0.3em;
}

#header p{
  clear: both;
  width: 350px;
  padding: 8px 0 8px 20px;
  color: #fff;
  letter-spacing: 0.3em;
}

ul.search-box {
  padding: 15px 10px 15px 15px;
}

ul.search-box li input{
  width: 120px;
  font-size: 1.2em;
  border: 1px solid #000;
}

ul.search-box li{
  padding: 3px;
}

ul.manu-box {
  padding: 15px 10px 30px 15px;
  border-top: 1px solid #D2D2D2;
}

ul.manu-box li{
  padding: 3px;
}

#right table {
  width: 280px;
  font-size: 1.0em;
}

#right table th {
  padding: 4px 11px;
  vertical-align: top; 
}

#right table td {
  padding: 9px 4px 4px 4px;
  line-height: 1.5;
  vertical-align: top; 
}

p.mar-auto {
  margin: 10px 9px;
  padding: 10px 0 0 5px;
  border-top: 1px solid #D2D2D2;
}

p.link-twitter a{
  display: block;
  margin: 10px 9px;
  padding: 10px 0 0 5px;
  border-top: 1px solid #D2D2D2;
}


/* ブログ部分指定
-------------------------------------------------------------- */

/* news-dtm */
div.news-dtm {
  float: left;
  width: 268px;
  padding: 9px;
  border-right: 1px solid #D2D2D2;
  overflow: hidden;
}
div.news-dtm h3 a {
  display: block;
  width: 268px;
  height: 28px;
  background: url(./img/dtm4_16.gif) no-repeat;
  text-indent: -9999px;
  font-size: 0;
}
div.news-dtm h3 a:hover{
  background: url(./img/dtm3_1.gif) no-repeat;
}

/* news-music */
div.news-music {
  width: 230px;
  float: left;
  padding: 9px;
  overflow: hidden;
}
div.news-music h3 a {
  display: block;
  width: 224px;
  height: 28px;
  background: url(./img/dtm3_19.gif) no-repeat;
  text-indent: -9999px;
  font-size: 0;
}
div.news-music h3 a:hover {
  background: url(./img/dtm4_18.gif) no-repeat;
}

div.main-news {
  clear: both;
  border-top: 1px solid #D2D2D2;
  padding: 20px 10px 0 10px;
}

ul.news-list {
  padding: 5px 8px;
}

ul.news-list li{
  padding: 3px 0;
}

.main-news dl {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #D2D2D2;
}

.news-img {
	float: left;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

dd.news-text {
  float: left;
  width: 270px;
  padding: 55px 0 0 0;
}

dd.news-text2 {
  float: left;
  width: 270px;
  padding: 10px 0 0 0;
}

h3.news_title {
  clear: both;
  margin: 15px 0 0 0;
  padding: 15px;
  font-weight: bold;
  font-size: 1.4em;
  color: #000; 
}

dd.next-page {
  width: 290px;
  padding: 0 25px 20px 0;
  float: right;
  text-align: right;
  font-weight: bold;
}

ul.reporter {
  width: 500px;
  padding: 8px ;
  border-bottom: 1px solid #D2D2D2;
}

*html ul.reporter {
  width: 513px;
}

ul.reporter li{
  float: left;
}

ul.reporter li.name {
  padding: 3px 25px 0 10px;
}

/* social */
#social {
	height: 65px;
	width: 273px;
	margin-left: 14px;
	background-image: url(img/dtm_44.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
}
#social dl {
	padding-left: 20px;
}
#social dt {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
}
#social dd {
	font-size: 12px;
	line-height: 18px;
}
#social dd a {
	vertical-align: top !important;
	font-size: 12px;
	line-height: 18px;
}
#social dd img {
	vertical-align: top !important;
}

/* twitter */
#twitter_div {
	height: 270px;
	width: 270px;
	padding-left: 15px;
}
#twitter_div .twitter_body {
	background-image: url(img/twitter_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 235px;
	width: 270px;
	padding-top: 35px;
}
#twitter_div .twitter_body ul {
	display: block;
	width: 175px;
	margin-right: 35px;
	margin-left: 60px;
	height: 100px;
	margin-bottom: 100px;
}
#twitter_div .twitter_body li {
	font-size: 12px;
	line-height: 18px;
}
#twitter_div .twitter_body li a {
	font-size: 12px;
	line-height: 18px;
}
#twitter_div .twitter_body p.follow {}


/* micro専用フッタ
-------------------------------------------------------------- */
#link {
	clear: both;
	background-image: url(../img/link_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #EAEAEA;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D2D2D2;
}

/* link_inner */
#link .link_inner {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#link .link_inner ul {
	width: 875px;
	overflow: hidden;
}
#link .link_inner li {
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 20px;
	display: inline;
	font-size: 10px;
}
#link .link_inner li a {
	padding-right: 10px;
	color: #333;
	font-size: 10px;
	font-weight: normal;
}

#footer {
background-color:#7F7F7F;
}
#footer .footer_inner {
color:#FFFFFF;
margin-left:auto;
margin-right:auto;
overflow:hidden;
padding-bottom:10px;
text-align:left;
width:875px;
}
#footer .footer_inner p {
display:block;
float:left;
height:15px;
line-height:15px;
padding-right:10px;
padding-top:10px;
}
#footer .footer_inner p.logo {
height:30px;
line-height:30px;
padding-top:10px;
}
#footer .footer_inner address {
display:block;
float:left;
padding-top:5px;
width:735px;
}


/* 空き指定
-------------------------------------------------------------- */
.mar-10            { margin: 9px 0 9px 12px; }




/* テキストラインナップ
-------------------------------------------------------------- */
.basic-text01 {
  width: 620px;
  margin: 0 10px 10px 10px;
}

#footer a {
	color: #fff;
}

/*Main End*/
