/*!
 * JavaScript File
 * slider.js ver 1.0
 * http://www.kosei-do.com/
 *
 * Copyright 2010, kosei-do
 *
 * Date: Sun Sep 26 09:45:20 2010
 */
$(function() {
	// パンくずリスト
    $("#breadcrumbs_list a").hover(function() {
        $el = $(this);
        // マウスオーバー時の文字色とアニメーションの速さ
        $el.stop().animate({color: "#70C" }, 150);
    }, function() {
        $el = $(this);
        // マウスオーバー後の文字色とアニメーションの速さ
        $el.stop().animate({color: "#fff" }, 2000);
    });
    // 宿
    $("#newsrelease_info_content_tb a").hover(function() {
        $el = $(this);
        // マウスオーバー時の文字色とアニメーションの速さ
        $el.stop().animate({color: "#70C" }, 150);
    }, function() {
        $el = $(this);
        // マウスオーバー後の文字色とアニメーションの速さ
        $el.stop().animate({color: "#fff" }, 2000);
    });
    // 宿曜27宿
    $("#list_27yado a").hover(function() {
        $el = $(this);
        // マウスオーバー時の文字色とアニメーションの速さ
        $el.stop().animate({color: "#70C" }, 150);
    }, function() {
        $el = $(this);
        // マウスオーバー後の文字色とアニメーションの速さ
        $el.stop().animate({color: "#fff" }, 2000);
    });
    // 宿曜をもっと詳しく
    $("#detail_27yado a").hover(function() {
        $el = $(this);
        // マウスオーバー時の文字色とアニメーションの速さ
        $el.stop().animate({color: "#70C" }, 150);
    }, function() {
        $el = $(this);
        // マウスオーバー後の文字色とアニメーションの速さ
        $el.stop().animate({color: "#fff" }, 2000);
    });
    // 光晴堂の使い方
    $("#how_to_use a").hover(function() {
        $el = $(this);
        // マウスオーバー時の文字色とアニメーションの速さ
        $el.stop().animate({color: "#70C" }, 150);
    }, function() {
        $el = $(this);
        // マウスオーバー後の文字色とアニメーションの速さ
        $el.stop().animate({color: "#fff" }, 2000);
    });
    // サイト構成
    $("#site_outline a").hover(function() {
        $el = $(this);
        // マウスオーバー時の文字色とアニメーションの速さ
        $el.stop().animate({color: "#70C" }, 150);
    }, function() {
        $el = $(this);
        // マウスオーバー後の文字色とアニメーションの速さ
        $el.stop().animate({color: "#fff" }, 2000);
    });
    // よくある質問
    $("#faq a").hover(function() {
        $el = $(this);
        // マウスオーバー時の文字色とアニメーションの速さ
        $el.stop().animate({color: "#70C" }, 150);
    }, function() {
        $el = $(this);
        // マウスオーバー後の文字色とアニメーションの速さ
        $el.stop().animate({color: "#fff" }, 2000);
    });
    // 相性について
    $("#aisyou a").hover(function() {
        $el = $(this);
        // マウスオーバー時の文字色とアニメーションの速さ
        $el.stop().animate({color: "#70C" }, 150);
    }, function() {
        $el = $(this);
        // マウスオーバー後の文字色とアニメーションの速さ
        $el.stop().animate({color: "#fff" }, 2000);
    });
    // 占星盤について
    $("#senseiban a").hover(function() {
        $el = $(this);
        // マウスオーバー時の文字色とアニメーションの速さ
        $el.stop().animate({color: "#70C" }, 150);
    }, function() {
        $el = $(this);
        // マウスオーバー後の文字色とアニメーションの速さ
        $el.stop().animate({color: "#fff" }, 2000);
    });
    // 診断の概要
    $("#uranai_outline a").hover(function() {
        $el = $(this);
        // マウスオーバー時の文字色とアニメーションの速さ
        $el.stop().animate({color: "#70C" }, 150);
    }, function() {
        $el = $(this);
        // マウスオーバー後の文字色とアニメーションの速さ
        $el.stop().animate({color: "#fff" }, 2000);
    });
    // 診断の流れ
    $("#uranai_flow a").hover(function() {
        $el = $(this);
        // マウスオーバー時の文字色とアニメーションの速さ
        $el.stop().animate({color: "#70C" }, 150);
    }, function() {
        $el = $(this);
        // マウスオーバー後の文字色とアニメーションの速さ
        $el.stop().animate({color: "#fff" }, 2000);
    });
    // プロフィールaisyou_of_27syuku
    $("#profile a").hover(function() {
        $el = $(this);
        // マウスオーバー時の文字色とアニメーションの速さ
        $el.stop().animate({color: "#70C" }, 150);
    }, function() {
        $el = $(this);
        // マウスオーバー後の文字色とアニメーションの速さ
        $el.stop().animate({color: "#fff" }, 2000);
    });
    // 27宿相性
    $("#aisyou_of_27syuku a").hover(function() {
        $el = $(this);
        // マウスオーバー時の文字色とアニメーションの速さ
        $el.stop().animate({color: "#70C" }, 150);
    }, function() {
        $el = $(this);
        // マウスオーバー後の文字色とアニメーションの速さ
        $el.stop().animate({color: "#fff" }, 2000);
    });
    // 雑誌
    $("#magazines a").hover(function() {
        $el = $(this);
        // マウスオーバー時の文字色とアニメーションの速さ
        $el.stop().animate({color: "#70C" }, 150);
    }, function() {
        $el = $(this);
        // マウスオーバー後の文字色とアニメーションの速さ
        $el.stop().animate({color: "#fff" }, 2000);
    });
    // 出版書籍
    $("#info_table a").hover(function() {
        $el = $(this);
        // マウスオーバー時の文字色とアニメーションの速さ
        $el.stop().animate({color: "#70C" }, 150);
    }, function() {
        $el = $(this);
        // マウスオーバー後の文字色とアニメーションの速さ
        $el.stop().animate({color: "#fff" }, 2000);
    });
    // 有料診断依頼送信完了ページ
    $("#uranai_request_gototop a").hover(function() {
        $el = $(this);
        // マウスオーバー時の文字色とアニメーションの速さ
        $el.stop().animate({color: "#70C" }, 150);
    }, function() {
        $el = $(this);
        // マウスオーバー後の文字色とアニメーションの速さ
        $el.stop().animate({color: "#fff" }, 2000);
    });
	// フッタ
    $("#footer_wrapper a").hover(function() {
        $el = $(this);
        // マウスオーバー時の文字色とアニメーションの速さ
        $el.stop().animate({color: "#70C" }, 150);
    }, function() {
        $el = $(this);
        // マウスオーバー後の文字色とアニメーションの速さ
        $el.stop().animate({color: "#fff" }, 2000);
    });
});

