/*
 * File      : styles-site.css
 * Version   : 5.06
 * Update    :
 * 2.00 2005.09.01: Update for Movable Type 3.2.
 * 2.01 2005.09.03: add font-size to content-nav.
 * 2.02 2005.09.27: correct the capital letter to the small letter.
 * 2.03 2005.10.13: add ul and ol type selectors to .entry class selector.
 * 2.04 2005.11.26: fixed typo.
 * 2.05 2006.01.26: comment out the specification of the background image.
 * 2.06 2006.02.26: delete font-weight property from all name selector and add h type selectors
 *                            and brouzght property for the title together.
 * 2.07 2006.06.01: add .archive-list class selector.
 * 3.00 2006.06.27: Update for Movable Type 3.3.
 * 3.01 2006.07.07: correct class selector.
 * 4.00 2007.05.11: XHTML 1.0 Strict.
 * 4.01 2007.06.16: Update for Movable Type 4.
 * 4.02 2007.11.12: add div.page class selector.
 * 5.00 2008.02.01: Update for Movable Type 4.1.
 * 5.01 2008.08.18: Update for Movable Type 4.2.
 * 5.02 2008.09.02: change liquid-layout footer.
 * 5.03 2008.09.17: change border and footer height.
 * 5.04 2008.10.09: add .search-results-header class selector.
 * 5.05 2008.10.22: add z-index property for liquid style.
 * 5.06 2008.10.28: add status-indicator class selector.
 *
 * Copyright (C) 2005-2008 www.koikikukan.com All rights reserved.
 */

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}
body {
    font-size: 100%;
    background: url(http://www.hocuspocustattoo.com/makoto_music/images/back25.jpg);
    background-repeat: repeat;
    background-position: top;
    background-attachment:;    
}
html>body {
    font-size: 12pt;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* リンク */
a,
a:link,
a:visited {
    color: #111111;
    text-decoration: none;
}
a:hover {
    color: #993333;
    text-decoration: none;
}
a:active {}

/* リンクつき画像 */
a img {
    border: none;
}

/* フォーム */
form {
    margin: 0px;
}
#search-options,
input,
textarea {
    padding: 1px;
}
#search {
    width: 140px;
    height: 20px;
}
html > body #search {
    height: 15px;
}

/* ヘッダ */
#header {
  
    border-bottom: none;
    background: url(http://www.hocuspocustattoo.com/makoto_music/images/head6.jpg) no-repeat;
    tent-indent:-9999px;
    outline-width:0;
     height: 180px;
         width: 850px;
    overflow: hidden; /* 表示領域を超えた画像を非表示にする */
}
#header a,
#header a:link,
#header a:visited {
    color: #8AAAA3;
    background: #D0C5AA;
    font-size: 20px;
    text-decoration: none;
}

/* ナビ　*/

#navi {
    border-top:  none;
    border-bottom: none;
    background: url(http://www.hocuspocustattoo.com/makoto_music/images/navi3.jpg) repeat-x;
}
#navi dt {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}
#navi dd {
    width: 850px;
    border-left: none;
}
html > body #navi dd {
    margin: 0 auto;
}
#navi dd ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#navi dd ul li {
    float:left;
    border-right: none;
    width: 105px;
    letter-spacing: 0.1em;
}
#navi dd ul li a {
    display: block;
    color: #F1EDC8;
    font-size: 65%;
    text-align: center;
    line-height: 2.2;
    text-decoration: none;
}
#navi dd ul li a:link,
#navi dd ul li a:visited {
    background: url(http://www.hocuspocustattoo.com/makoto_music/images/navi3.png) repeat-x;
}
#navi dd ul li a:hover {
    background: url(http://www.hocuspocustattoo.com/makoto_music/images/navi4.jpg) repeat-x;
}
#navi, /* for ie7 */
#navi dd ul li a { /* for ie6 */
    height: 50px;
    background: url(http://www.hocuspocustattoo.com/makoto_music/images/navi3.jpg) repeat-x;
}



/* タイトルバナー下の説明 */
.blog-description {
    color: #fff;
    background: transparent;
    font-size: 12px;
}

/* ブログ記事日付 */
.date {
    margin: 8px 0;
}

/* ブログ記事日付・各タイトル */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header,
.search-header {
    padding-left: 16px;
    color: #423139;
    background: url(http://www.hocuspocustattoo.com/makoto_music/images/navi3r.jpg)
repeat;
    font-size: 75%;
    font-weight: bold;
    line-height: 1.3;
}

/* ブログ記事タイトル */
.entry-header {
    margin: 15px 0 0;
    padding-left: 5px;
    border-left: none;
    font-size: 120%;
    font-weight: bold;
}

/* ブログ記事 */
.entry {
    width: auto;
    margin: 0 3px 15px;
    padding-left: 8px;
    color: #18120b;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #7F9B9F;
    background: url(http://www.hocuspocustattoo.com/makoto_music/images/tibetan_.jpg) repeat;
    font-size: 70%;
    line-height:1.5;
    word-break: break-all;
}

/* 段落 */
.entry p {
    margin: 15px 0;
}

/* 順序なしリスト */
.entry ul,
.entry ol {
    padding-left: 16px;
}
.entry ul li {
    list-style-type: circle;
}

/* 定義リスト */
.entry dl {}
.entry dt {}
.entry dd {
    padding-left: 8px;
}

/* テキストエリア */
.entry textarea {
    width: 97%;
}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0;
    padding: 10px;
    border: none;
    background: #f6f6f6;
    font-size: 83.3%;
    line-height: 1.5;
}
.quotetitle { /* 引用文タイトル */
    font-size: 83.3%;
    border-bottom: none;
    padding: 3px;
}

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: none;
    font-size: 83.3%;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 87%;
}

/* 追記 */
.entry.extended {}

/* 投稿者 */
.entry-footer {
    margin: 10px 0 0;
    padding-top: 3px;
    border-top: none;
    font-size: 83.3%;
    text-align: right;
}

/* タグ */
.entry-tags {
    margin-bottom: 5px;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 100%;
}
.entry-tags-list { 
    list-style:none;
    padding-left: 5px;
}

/* Typekeyコメンタ－画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* ウェブページ */
div.page {
    margin-top: -5px;
}

/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
}

/* アーカイブテンプレートの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 83.3%;
}

/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #333;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
#calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
#calendar th {
    padding-bottom: 3px;
    font-size: 8px;
    width: 23px;
}
#calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}
span.day {
    text-align: center;
    font-size: 9px;
}
span.saturday {
    color: blue;
}
span.sunday {
    color: #e50003;
}
td.today {
    display: block;
    border: none;
}

#links-left-box dl,
#links-right-box dl {
    margin: 0;
    padding: 0;
}
#links-left-box dd,
#links-right-box dd {
    font-size: 75%;
}

.side dt,
.side dd {
    margin: 0;
    padding: 0;
}

/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    border: none;
    color: #FDFDFC;
    background: url(http://www.hocuspocustattoo.com/makoto_music/images/fire_.jpg) no-repeat;
    text-align: center;
    font-size: 65%;
    line-height: 2.0;
}

/* サイドメニュー */
.side {
    margin: 3px 0 20px;
    background: url(http://www.hocuspocustattoo.com/makoto_music/images/bolg_b.jpg) repeat;
    border: 3px solid #7F9B9F;
    color: #111111;
    font-size: 45%;
    line-height: 1.5;
}
.side ul,
.side ol {
    padding-left: 16px;
    padding-top: 5px;
}
.side ul li {
    list-style-type: circle;
}
.side ul li ul {
    padding-left: 0px;
}
.side li li {
    list-style-type: none;
}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 16px;
}
.side #categories ul ul {
    padding-left: 10px;
}
.side #categories li {
    list-style-type: circle;
}

/* サイドメニュー(タグクラウド用) */
ul#tags {
    margin-top: 5px;
    padding-left: 0;
    list-style: none;
}
ul#tags .module-list-item {
    display: inline;
}
ul#tags li.taglevel1 {
    font-size: 125%;
    font-weight: bold;
}
ul#tags li.taglevel2 {
    font-size: 125%;
}
ul#tags li.taglevel3 {
    font-size: 116.6%;
}
ul#tags li.taglevel4 {
    font-size: 108.3%;
}
ul#tags li.taglevel5 {
    font-size: 100%;
}
ul#tags li.taglevel6 {
    font-size: 91.6%;
}

/* 検索 */
fieldset {
    border: none;
}

/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: none;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.syndicate img {
    border: none;
}

/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.powered img {
    margin-top: 3px;
}
.powered ul,
.powered li {
    list-style: none;
}
.module-powered {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
    border: none;
    background-color: #271D12;
    text-align: center;
}

/* コメント・トラックバック */
#trackbacks,
#comments {
    margin: 10px 0;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0 2px;
    padding: 0;
    font-size: 83.3%;
    line-height: 1.5;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    margin-right: 2px;
    padding-top: 3px;
    border-top: none;
    font-size: 66.6%;
    text-align: right;
}

#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
    font-weight: bold;
}
#comment-author, #comment-email, #comment-url {
    width: 220px;
    height: 20px;
}
html > body #comment-author,
html > body #comment-email,
html > body #comment-url {
    height: 15px;
}
#comment-text {
    width: 400px;
    height: 150px;
}
#comment-bake-cookie {
    margin-left: 2px;
    vertical-align: middle;
}
#comments-open-footer {
    margin-top: 15px;
    text-align: center;
}
.comments-open label {
    display: block;
}
#comment-reply-label {
  display: inline;
}
#comment-form-reply {
  margin-bottom: 8px;
}

.status-indicator {
    display: inline;
    height: 20px;
    width: 20px;
    background: url(http://www.hocuspocustattoo.com/mt/mt-static/images/indicator-login.gif) no-repeat 0 0;
    padding: 2px 7px;
}

/* 検索結果画面 */
#search-form {
    font-size: 83.3%;
}
.search-header {
    margin: 15px 0;
}
.search-results-header {
    margin: 8px 0 15px;
    font-size: 120%;
}

/* カラム切り替え */
body.layout-three-column,
body.layout-three-column-right,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
}
.layout-three-column #container,
.layout-three-column-right #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-one-column #container {
    margin-bottom: 0;
}

/* 固定レイアウト共通 */
.layout-three-column #box,
.layout-three-column-right #box,
.layout-two-column-left #box,
.layout-two-column-right #box,
.layout-one-column #box {
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 25px 0;
    border-bottom: none;
    border-left:;
    border-right:;
    text-align: left;
    background: url(http://www.hocuspocustattoo.com/makoto_music/images/sideback.jpg) repeat;
}

/* 3カラム固定レイアウト幅 */
.layout-three-column-right #box,
.layout-three-column #box {
    width: 850px;
}

/* 2カラム固定レイアウト幅 */
.layout-two-column-left #box,
.layout-two-column-right #box {
    width: 850px;
}

/* 1カラム固定レイアウト幅 */
.layout-one-column #box {
    width: 478px;
}

/* 3カラム固定レイアウト */
.layout-three-column #content {
    float: left;
    width: 478px;
    border-bottom: none;
    border-left:;
    border-right:;
}
.layout-three-column #links-left-box,
.layout-three-column #links-right-box {
    float: left;
    width: 185px;
}
.layout-three-column #links-left,
.layout-three-column #links-right {
    padding: 15px 15px 0 15px;
}

/* 3カラム固定レイアウト（右サイドバー） */
.layout-three-column-right #content {
    float: left;
    width: 478px;
    border-bottom: 1px solid #669;
    border-right: 1px solid #669;
}
.layout-three-column-right #links-left-box {
    float: left;
    width: 185px;
}
.layout-three-column-right #links-right-box {
    float: left;
    width: 185px;
}
.layout-three-column-right #links-left {
    padding: 15px 5px 0 15px;
}
.layout-three-column-right #links-right {
    padding: 15px 15px 0 15px;
}

/* 2カラム固定レイアウト(右サイドバー) */
.layout-two-column-right #content {
    float: left;
    width: 610px;
    border-bottom: none;
    border-right: none;
}
.layout-two-column-right #links-right-box {
    float: left;
    width: 238px;
}
.layout-two-column-right #links-right {
    padding: 15px 15px 0;
}

/* 2カラム固定レイアウト(左サイドバー) */
.layout-two-column-left #content {
    float: left;
    width: 610px;
    border-bottom: none;
    border-left: none;
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 238px;
}
.layout-two-column-left #links-left {
    padding: 15px 15px 0;
}

/* 1カラム固定レイアウト */
.layout-one-column #content {}

/* 3カラム固定レイアウト(ブログ記事全体) */
.layout-three-column-right .blog,
.layout-three-column .blog {
    padding: 10px 15px;
}

/* 2カラム固定レイアウト(左サイドバー:ブログ記事全体) */
.layout-two-column-left .blog {
    padding: 10px 15px;
}

/* 2カラム固定レイアウト(右サイドバー:ブログ記事全体) */
.layout-two-column-right .blog {
    padding: 10px 15px;
}

/* 1カラム固定レイアウト(ブログ記事全体) */
.layout-one-column .blog {
    padding: 10px 15px 0;
}

/* リキッドレイアウト共通 */
.layout-three-column-liquid #content,
.layout-three-column-liquid-right #content,
.layout-two-column-liquid-right #content,
.layout-three-column-liquid #links-left-box,
.layout-three-column-liquid #links-right-box,
.layout-three-column-liquid-right #links-left-box,
.layout-three-column-liquid-right #links-right-box,
.layout-two-column-liquid-right #links-right-box {
    position: relative;
    display: inline;
    float: left;
}
.layout-three-column-liquid .blog,
.layout-three-column-liquid-right .blog,
.layout-two-column-liquid-right .blog,
.layout-three-column-liquid #links-left,
.layout-three-column-liquid #links-right,
.layout-three-column-liquid-right #links-left,
.layout-three-column-liquid-right #links-right,
.layout-two-column-liquid-right #links-right {
    position: static;
}
.layout-three-column-liquid #content,
.layout-three-column-liquid-right #content,
.layout-two-column-liquid-right #content,
.layout-three-column-liquid #links-left,
.layout-three-column-liquid #links-right,
.layout-three-column-liquid-right #links-left,
.layout-three-column-liquid-right #links-right,
.layout-two-column-liquid-right #links-right,
.layout-three-column-liquid .entry,
.layout-three-column-liquid-right .entry,
.layout-two-column-liquid-right .entry {
    overflow-x: hidden;
}

/* ネガティブマージンで選択やクリックできない不具合の対処 */
.layout-three-column-liquid #links-left {
    position: relative;
    z-index: 2;
}

/* 3カラムリキッド */
.layout-three-column-liquid #content {
    width: 100%;
    margin: 0 -200px;
    height: 100%; /* for IE6 リサイズで中央カラムが右寄りになるのを防止 */
}
.layout-three-column-liquid .blog {
    margin: 0 200px;
    padding: 18px 15px 10px;
    border-bottom: 1px solid #669;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
    height: 100%; /* for IE6 */
}
html>body.layout-three-column-liquid .blog {
    padding: 10px 15px;
}

/* 3カラムリキッド(右サイドバー) */
.layout-three-column-liquid-right #content {
    width: 100%;
    margin-right: -385px;
    /* height: 100%; *//* for IE6 リサイズで中央カラムが右寄りになるのを防止 */
}
.layout-three-column-liquid-right .blog {
    margin-right: 385px;
    padding: 18px 15px 10px;
    border-bottom: none;
    border-right: none;
    height: 100%; /* for IE6 */
}
html>body.layout-three-column-liquid-right .blog {
    padding: 10px 15px;
}

/* 2カラムリキッド(右サイドバー) */
.layout-two-column-liquid-right #content {
    width: 100%;
    margin-right: -200px;
    /* height: 100%; *//* for IE6 リサイズで中央カラムが右寄りになるのを防止 */
}
.layout-two-column-liquid-right .blog {
    margin-right: 200px;
    padding: 18px 15px 10px;
    border-bottom: 1px solid #669;
    border-right: 1px solid #669;
    height: 100%; /* for IE6 */
}
html>body.layout-two-column-liquid-right .blog {
    padding: 10px 15px;
}

/* for IE7 */
*:first-child+html .layout-three-column-liquid-right .blog,
*:first-child+html .layout-three-column-liquid .blog,
*:first-child+html .layout-two-column-liquid-right .blog {
    padding-top: 18px;
}

/* リキッドレイアウト・サイドバー */
.layout-three-column-liquid #links-left-box {
    top: 15px;
    left: 0px;
    width: 200px;
}
.layout-three-column-liquid-right #links-left-box {
    top: 15px;
    right: 0px;
    width: 185px;
}
.layout-three-column-liquid #links-right-box,
.layout-three-column-liquid-right #links-right-box,
.layout-two-column-liquid-right #links-right-box {
    top: 15px;
    right: 0px;
    width: 200px;
}
.layout-three-column-liquid #links-left,
.layout-three-column-liquid #links-right,
.layout-two-column-liquid-right #links-right {
    padding: 0 15px;
    height: 95%; /* for IE6 */
}
.layout-three-column-liquid-right #links-left {
    padding: 0 0 0 15px;
    height: 95%; /* for IE6 */
}
.layout-three-column-liquid-right #links-right {
    padding: 0 15px;
    height: 95%; /* for IE6 */
}

/* リキッドレイアウト・フッタ */
.layout-three-column-liquid #footer,
.layout-three-column-liquid-right #footer,
.layout-two-column-liquid-right #footer {
    margin-top: 25px;
    border-top: 1px solid #669;
    height: 60px;
    color: #fff;
    background: #8fabbe;
    font-size: 12px;
    text-align: center;
    line-height: 5.0;
}
/* for IE7 */
*:first-child+html .layout-three-column-liquid #footer,
*:first-child+html .layout-three-column-liquid-right #footer,
*:first-child+html .layout-two-column-liquid-right #footer {
    width: 100%; /* for IE7 フッタのレイアウト崩れを防止 */
}

/* 1カラムリキッド(ブログ記事全体) */
.layout-one-column-liquid .blog {
    padding: 15px;
}

/* 1カラムリキッド */
.layout-one-column-liquid #content {
    margin: 0 100px;
    border-bottom: 1px solid #669;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
    background: #fff;
}
/* 1カラムリキッド */
/* タイトルバナー */
.layout-one-column-liquid #header {
    margin-right: 100px;
    margin-left : 100px;
    border-left: none;
    border-right: none;
}

/* 1カラム用 */
body.layout-one-column-liquid {
    background: #36414d;
}

/* フッタ */
.layout-one-column #footer,
.layout-three-column #footer,
.layout-three-column-right #footer,
.layout-two-column-left #footer,
.layout-two-column-right #footer,
.layout-one-column-liquid #footer {
    margin-right: auto;
    margin-left: auto;
    border-left: none;
    border-right: none;
    border-bottom: none;
    height: 42px;
    color: #ffffff;
    background: #7F9B9F;
    font-size: 12px;
    text-align: center;
    line-height: 3.5;
}
.layout-three-column #footer,
.layout-three-column-right #footer {
    width: 850px;
}
.layout-two-column-left #footer,
.layout-two-column-right #footer {
    width: 850px;
}
.layout-one-column #footer {
    width: 478px;
}
.layout-one-column-liquid #footer {
    margin-right: 100px;
    margin-left : 100px;
}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

.clearfix:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


<div class="entryhpt">
<h2>HELLYEAH</a></h2>
<div>はい。毎度，毎度の放置プレイでした。</div><div>最近これ聞いてます。</div><div>Panteraのドラマーと Mudvyneのヴォーカルが</div><div>メンバーですが、両バンドの変則的な部分はあまり</div><div>なくて、結構ストレートな事やってます。</div><div>でも，あのヘヴィーさは残っているので</div><div>両バンドの変則的な部分が苦手な人にはお勧めです。<center></div><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/CN53BLdsWWk&amp;hl=ja_JP&amp;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/CN53BLdsWWk&amp;hl=ja_JP&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></object> 
</div>

<div class="entryhpt">
<h2>THE PRODIGY「Smack My Bitch Up」の作り方</a></h2>
<center style="text-align: left;">これすごい！</center><center style="text-align: left;">DTMの人にはお勧めです。</center><center style="text-align: left;"><br /></center><center><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/eU5Dn-WaElI&amp;hl=ja_JP&amp;fs=1&amp;" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/eU5Dn-WaElI&amp;hl=ja_JP&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></object></center>
</div>

<div class="entryhpt">
<h2>Nothingface</a></h2>
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="es.jpeg" src="http://www.hocuspocustattoo.com/makoto_music/images/es.jpeg" width="118" height="118" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></span><div><br class="webkit-block-placeholder" /></div><div><br class="webkit-block-placeholder" /></div><div><br class="webkit-block-placeholder" /></div><div><br class="webkit-block-placeholder" /></div><div><br class="webkit-block-placeholder" /></div><div><br class="webkit-block-placeholder" /></div><div><br class="webkit-block-placeholder" /></div><div><br class="webkit-block-placeholder" /></div><div><br class="webkit-block-placeholder" /></div><div><br class="webkit-block-placeholder" /></div><div>すっかり放置プレイしてました</div><div><div><span class="mt-enclosure mt-enclosure-image" style="display: inline;">スンマソン。</span></div><div><br class="webkit-block-placeholder" /></div><div><div><span class="mt-enclosure mt-enclosure-image" style="display: inline; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; font-weight: normal; ">最近のマイブームのバンドです。</span></div><div><span class="mt-enclosure mt-enclosure-image" style="display: inline; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; font-weight: normal; ">スタジオでしつこいくらいに聴いて</span></div><div>他のメンバーに迷惑かけてます。</div><div>毎度の事ですが。</div><div><br class="webkit-block-placeholder" /></div></div><div><span class="mt-enclosure mt-enclosure-image" style="display: inline;">十数年前にちょこちょこ聞いてたバンドで</span></div><div><span class="mt-enclosure mt-enclosure-image" style="display: inline;">忘れていましたが、いつのまにやら他のアルバム</span></div><div><span class="mt-enclosure mt-enclosure-image" style="display: inline;">を出してました。</span></div><div><br class="webkit-block-placeholder" /></div><div>少し誰か風な,ところもありますけど</div><div>僕の好きな,適度に変拍子を入れて曲を</div><div>作るタイプのバンドで,かっこいいです。</div><div><br class="webkit-block-placeholder" /></div><div><br class="webkit-block-placeholder" /></div><div><br class="webkit-block-placeholder" /></div><div><br /></div><div><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><br /></span></div><div><br class="webkit-block-placeholder" /></div></div>
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/7IjqytIfoDo&amp;hl=ja&amp;fs=1&amp;" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/7IjqytIfoDo&amp;hl=ja&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></object>
<br /><br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/UxSskiqTVu0&amp;hl=ja&amp;fs=1&amp;" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/UxSskiqTVu0&amp;hl=ja&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></object>
<br /><br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/gkQ1KeWErTU&amp;hl=ja&amp;fs=1&amp;" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/gkQ1KeWErTU&amp;hl=ja&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></object>
</div>

<div class="entryhpt">
<h2>The Qemists</a></h2>
<img src="http://ecx.images-amazon.com/images/I/515CLot4FDL._SL160_AA115_.jpg" class="" border="0" alt="" width="115" height="115" /> <div>Join The Q</div><div><br class="webkit-block-placeholder" /></div><div><span class="Apple-style-span" style="color: rgb(0, 136, 0); font-family: verdana; font-size: 11px; line-height: 17px; "><a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewProfile&friendID=83439892">www.myspace.com/qemists</a></span></div><div><br class="webkit-block-placeholder" /></div><div>今年の１月にデビューしたバンドです。ドラムンベースxロックかな？</div><div>rage against machine とかにも影響を受けてるらしいこともあって、それ風の</div><div>リフがでてきます。個人的にはFaith No Moreのマイクパットンが</div><div>ヴォーカルで参加しているLost Weekendという曲が好きです。</div><div>Crystal Method とかProdigy が好きな人ならハマると思います。</div><div>クリップはビミョーです。音聴いて下さい。</div><div><br class="webkit-block-placeholder" /></div><div><br /></div>
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/QxBvCU1QAFs&amp;hl=ja&amp;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/QxBvCU1QAFs&amp;hl=ja&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></object>
<div><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/eEiu2Kzd0KU&amp;hl=ja&amp;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/eEiu2Kzd0KU&amp;hl=ja&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></object>
</div>
</div>

<div class="entryhpt">
<h2>Pitchshifter</a></h2>
<img src="http://ecx.images-amazon.com/images/I/51ERT0E9JZL._SL500_SS100_.jpg" border="0" height="100" width="100" alt="" id="purchaseShvlImg0" /> <div>www . pitchshifter . com</div><div><br class="webkit-block-placeholder" /></div><div>このバンドは生音と、デジタル音の割合がかっこ良くて</div><div>大好きなイギリスのバンドです。</div><div>ヴォーカルもジョニーライドン（ロットン？）ばりの歌い方で</div><div>うまい事ミックスさせてます。</div><div><br class="webkit-block-placeholder" /></div><div><span class="Apple-style-span" style="color: rgb(0, 136, 0); font-family: verdana; font-size: 11px; line-height: 17px;"><span class="Apple-style-span" style="color: rgb(255, 255, 255); font-family: arial; line-height: normal; "><span style="font-family: arial, arial, 'times new roman'; color: rgb(255, 255, 255); font-weight: normal; font-style: normal; background-color: transparent; "><a href="http://www.myspace.com/pitchshifterband" style="outline-style: none; outline-width: initial; outline-color: initial; font-family: arial, arial, 'times new roman'; color: rgb(255, 102, 0); font-size: 8pt; font-weight: normal; text-decoration: none; font-style: normal; ">www.myspace.com/pitchshifterband</a></span>  </span></span></div><div><br class="webkit-block-placeholder" /></div>
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/sGcdcVblZ-8&amp;hl=ja&amp;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/sGcdcVblZ-8&amp;hl=ja&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></object>
</div>

<div class="entryhpt">
<h2>Clutch</a></h2>
<p><img src="http://ecx.images-amazon.com/images/I/51ZW3HPBWQL._SL160_AA115_.jpg" class="" border="0" alt="" width="115" height="115" /> </p><div>Pure rock Fury</div><div><br class="webkit-block-placeholder" /></div><div>このバンドもよく聞くバンドの中の一つです。</div><div>完全な男バンドです。</div><div>stoner系の中ではqueen of the stone age より好きです。</div><div>Clutchはアルバムがたくさんでていますけど、このアルバムと</div><div>Blast tyrantをよく聴きます。</div><div>海外では知名度があるのに日本では全然知られていない昔の</div><div>ZZ TOPの状態の様なバンドです。（音でなく）</div><div>いつかこのバンドのカヴァーバンドやりたいす。</div><div>音はかっこいいけどburning beardのビデオクリップは変です。</div><div><br class="webkit-block-placeholder" /></div><div><span class="Apple-style-span" style="color: rgb(176, 166, 128); font-family: Verdana; font-size: 14px; font-weight: bold; "><span style="font-family: Verdana; font-size: 14px; color: rgb(176, 166, 128); font-weight: bold; font-style: normal; text-decoration: none; "><a href="http://www.myspace.com/clutchband" style="font-family: verdana, arial, sans-serif, helvetica; font-size: 8pt; outline-style: none; outline-width: initial; outline-color: initial; color: rgb(0, 114, 108); font-weight: bold; font-style: normal; text-decoration: none; ">www.myspace.com/clutchband</a></span></span></div><div><p></p></div><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/2eepsCXpLY4&amp;hl=ja&amp;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/2eepsCXpLY4&amp;hl=ja&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></object><div><br class="webkit-block-placeholder" /></div><div>Blast Tylant からもう一発
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/Z78PjvfCVTQ&amp;hl=ja&amp;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/Z78PjvfCVTQ&amp;hl=ja&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></object>
</div>
</div>

<div class="entryhpt">
<h2>Blue King Brown</a></h2>
<p><img src="http://ec2.images-amazon.com/images/I/21A28D27GZL._SL500_SS75_.jpg" alt="Stand up" width="75" height="75" border="0" /></p><div>Stand Up<br /><div><br /> <div>僕は普段はあまりレゲエは聴きませんが、ファンキーな曲や</div><div>ポリリズムなんかも使っていろいろやっていて、面白いのでこの</div><div>バンドはしょっちゅう聴きます。</div><div>オーストラリアのバンドで、ヴォーカルの女の人はアボリジニの</div><div>血が混じってます。</div><div>僕は昔、一年ほどオーストラリアを旅して回った事があるので、親近感を</div><div>覚えるバンドです。</div><div><br class="webkit-block-placeholder" /></div><div><a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewProfile&amp;friendID=51656742">Myspace</a>  </div><div><br class="webkit-block-placeholder" /></div><div>  <object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/qJVoslo_xdM&amp;hl=ja&amp;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/qJVoslo_xdM&amp;hl=ja&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></object></div></div></div><p></p>
</div>

<div class="entryhpt">
<h2>Midimilitz</a></h2>
<img src="http://ec2.images-amazon.com/images/I/41YE3CGTCRL._AA75_.jpg" width="75" alt="The Delta" height="75" border="0" /> <div>Non Standarda</div><div><br class="webkit-block-placeholder" /></div><div>トランスはこんな感じの重たい（インダストリアルっていうのかな？）</div><div>無機質なヤツが好きです。</div><div>でも、トランス系のアーティスト名は、みんな難しすぎてすぐ忘れます。</div><div><br class="webkit-block-placeholder" /></div>
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/XkidRUzL5GY&amp;hl=ja&amp;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/XkidRUzL5GY&amp;hl=ja&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></object>

</div>

<div class="entryhpt">
<h2>Zeke</a></h2>
<img src="http://ec2.images-amazon.com/images/I/51P4ASA628L._SL500_SS75_.jpg" alt="Til the Livin' End" width="75" height="75" border="0" id="bxgy_img_a" /> <div>Til the livin' end</div><div><br class="webkit-block-placeholder" /></div><div>男臭いバンドです！曲短いです！</div><div>china town って言う曲が，モーターヘッドっぽくってかっこいい！</div><div><br class="webkit-block-placeholder" /></div><div><span class="Apple-style-span" style="color: rgb(0, 136, 0); font-family: verdana; font-size: 11px; line-height: 17px;"><span class="Apple-style-span" style="color: rgb(255, 255, 255); line-height: normal; "><a href="http://www.myspace.com/zeke" style="font-family: verdana, arial, sans-serif, helvetica; font-size: 8pt; font-weight: bold; outline-style: none; outline-width: initial; outline-color: initial; text-decoration: none; color: rgb(0, 51, 153); ">www.myspace.com/zeke</a></span></span></div><div><br class="webkit-block-placeholder" /></div><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/M9sAB3sK_XA&amp;hl=ja&amp;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/M9sAB3sK_XA&amp;hl=ja&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></object>
</div>

<div class="entryhpt">
<h2>Massive Attack</a></h2>
<img src="http://ec2.images-amazon.com/images/I/51RE5JM9D2L._SL500_SS75_.jpg" alt="Mezzanine" width="75" height="75" border="0" id="bxgy_img_a" /><div>Mzzanine</div><div><br class="webkit-block-placeholder" /></div><div>Chill系です。このアルバムは,まったりしたいときには最高のアルバムで、</div><div>今も昔も僕の中でchill系では，No 1 アルバムです。</div><div>特にTeardropという曲ではコクトーツインズのボーカルがゲストで参加していて</div><div>歌詞に意味のない自分自身で作った言葉で、メロディーを歌っていて</div><div>すごいです。Cocteau Twinsもそんな感じのバンドですけど。</div><div>inertia creepsって言う曲もインドっぽくて好きです。</div><div><br class="webkit-block-placeholder" /></div><div><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: verdana; font-size: 11px; "> <span><a href="http://www.myspace.com/massiveattack" style="font-family: verdana, arial, sans-serif, helvetica; font-size: 8pt; font-weight: bold; outline-style: none; outline-width: initial; outline-color: initial; text-decoration: none; color: rgb(17, 17, 17); ">www.myspace.com/massiveattack</a></span> </span></div><div><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: verdana; font-size: 11px;"><br class="webkit-block-placeholder" /></span></div><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/fG8eQBSp9Ao&amp;hl=ja&amp;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/fG8eQBSp9Ao&amp;hl=ja&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></object>
</div>

<div class="entryhpt">
<h2>Stevie Ray Vaughan</a></h2>
<p><img src="http://ec2.images-amazon.com/images/I/51WHDY75J4L._SL500_SS75_.jpg" alt="Texas Flood" width="75" height="75" border="0" id="bxgy_img_a" /> </p><div>Texas Flood</div><div><br /></div><div>懐かしい！（笑）１０代の頃はめちゃめちゃコピーした！ブルースロックの中では</div><div>最高傑作です。</div><div>ジョニーウインターよりはスティービー派だった影響で、いまだに僕のギターは</div><div>ゲージ52セットのぶっとい弦が張ってあります。久しぶりに弾くと指が痛い。。</div><div><br class="webkit-block-placeholder" /></div><div><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: verdana; font-size: 11px; "> <span><a href="http://www.myspace.com/stevierayvaughan" style="font-family: verdana, arial, sans-serif, helvetica; font-size: 8pt; font-weight: bold; outline-style: none; outline-width: initial; outline-color: initial; text-decoration: none; color: rgb(0, 51, 153); ">www.myspace.com/stevierayvaughan</a></span></span></div><br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/FMX09jAGgTM&amp;hl=ja&amp;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/FMX09jAGgTM&amp;hl=ja&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="400" ></object><p></p>
</div>

<div class="entryhpt">
<h2>Filter</a></h2>
<img src="http://www.google.com/images?q=tbn:K9VOmuEsT9rKuM::i13.tinypic.com/4q7tief.jpg" align="middle" alt="http://www.renslt.org/musik/1389424-filter-title-record.html" border="1" height="80" title="http://www.renslt.org/musik/1389424-filter-title-record.html" width="81" /><div><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-weight: bold; line-height: 19px; ">Title of Record</span></div><div> <div><br class="webkit-block-placeholder" /></div><div>こっち系の音楽ではかなり好きなバンド。始めの曲もインパクトあるし、とにかく</div><div>ヴォーカルがめちゃくちゃうまい！ヴォーカルは,stone temple pilots のメンバーと</div><div>army of anyone　って言うバンドをやってましたが、Filterが復活して止めたみたい。</div><div>また今度紹介します。</div><div><br class="webkit-block-placeholder" /></div><div><a href="http://www.myspace.com/filter1">Myspace</a>    <a href="http://www.youtube.com/watch?v=KNdtMA18lNE">Youtube</a></div><div><br class="webkit-block-placeholder" /></div></div>
</div>

<div class="entryhpt">
<h2>Metallica</a></h2>
<p><img src="http://ec2.images-amazon.com/images/I/619VGtLZxRL._SL500_SS75_.jpg" alt="Death Magnetic" width="75" height="75" border="0" id="bxgy_img_a" /> </p><div> 取りあえず一発目はメタリカのニューアルバム。</div><div>スタジオでも外でもしょっちゅう聴いてる最近マイブームなアルバムです。</div><div>録音もビンテージ機材を使っているそうで洗い音っぽく聞かせて、きちっとまとめる。</div><div>みたいな。こういう音の録り方は難しそうだなー。</div><div>このアルバムはより初期のメタリカの近い楽曲ですが、昔は良かった、みたいな</div><div>オヤジ的姿勢じゃない要所要所に毎回新しい事をする所が好きです。</div><div><br class="webkit-block-placeholder" /></div><div><a href="http://www.myspace.com/metallica">MYSPACE PAGE</a></div><div><br class="webkit-block-placeholder" /></div><p></p>
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/SqjFvlUmPy0&hl=ja&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/SqjFvlUmPy0&hl=ja&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="400"></embed></object>
</div>
