/*
 リセットスタイル
 */
body {
    background-color: #FFFFFF;
    color: #010101;
    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    line-height: 1.1em;
    text-align: center;
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

a, a:link, a:visited, a:hover, a:active {
    outline: 0;
    text-decoration: none;
}

/*
 汎用クラス
 */
.Clr {
    clear: both;
}

/* ================================================================
 This copyright notice must be untouched at all times.
 
 The original version of this stylesheet and the associated (x)html
 is available at http://www.cssplay.co.uk/menu/solar_map.html
 Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
 This stylesheet and the associated (x)html may be modified in any
 way to fit your requirements.
 =================================================================== */
#map {
    position: relative;
    margin: 0 auto;
    width: 900px;
    height: 528px;
}

/*IE7用*/ 
*:first-child + html #map {
    text-align: center;
}

#map img#back {
    margin: 0 auto;
}

#map ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
}

#map ul li {
    position: absolute;
}

/*イメージマップ座標（長いです。）*/
#map ul li#Number01 {
    width: 137px;
    height: 49px;
    top: 456px;
    left: 26px;
}

#map ul li#Number02 {
    width: 61px;
    height: 65px;
    top: 399px;
    left: 39px;
}

#map ul li#Number03 {
    width: 63px;
    height: 63px;
    top: 354px;
    left: 75px;
}

#map ul li#Number04 {
    width: 76px;
    height: 73px;
    top: 392px;
    left: 121px;
}

#map ul li#Number05 {
    width: 51px;
    height: 75px;
    top: 375px;
    left: 296px;
}

#map ul li#Number06 {
    width: 78px;
    height: 44px;
    top: 460px;
    left: 518px;
}

#map ul li#Number07 {
    width: 51px;
    height: 75px;
    top: 364px;
    left: 609px;
}

#map ul li#Number08 {
    width: 51px;
    height: 75px;
    top: 294px;
    left: 649px;
}

#map ul li#Number09 {
    width: 50px;
    height: 72px;
    top: 433px;
    left: 827px;
}

#map ul li#Number10 {
    width: 79px;
    height: 81px;
    top: 16px;
    left: 807px;
}

#map ul li#Number11 {
    width: 71px;
    height: 84px;
    top: 15px;
    left: 629px;
}

#map ul li#Number12 {
    width: 65px;
    height: 61px;
    top: 99px;
    left: 727px;
}

#map ul li#Number13 {
    width: 53px;
    height: 58px;
    top: 140px;
    left: 734px;
}

#map ul li#Number14 {
    width: 66px;
    height: 82px;
    top: 22px;
    left: 556px;
}

#map ul li#Number15 {
    width: 63px;
    height: 212px;
    top: 11px;
    left: 318px;
}

#map ul li#Number16 {
    width: 37px;
    height: 35px;
    top: 23px;
    left: 270px;
}

#map ul li#Number17 {
    width: 37px;
    height: 35px;
    top: 61px;
    left: 270px;
}

#map ul li#Number18 {
    width: 37px;
    height: 35px;
    top: 99px;
    left: 270px;
}

#map ul li#Number19 {
    width: 56px;
    height: 51px;
    top: 21px;
    left: 17px;
}

#map ul li#Number20 {
    width: 111px;
    height: 82px;
    top: 300px;
    left: 355px;
}

#map ul li#Number21 {
    width: 111px;
    height: 82px;
    top: 400px;
    left: 355px;
}

#map ul li#Number22 {
    width: 111px;
    height: 64px;
    top: 271px;
    left: 9px;
}

#map ul li#Number23 {
    width: 129px;
    height: 82px;
    top: 336px;
    left: 717px;
}

/*IE6対応*/
/* remove the absolute position from the list items for lte IE6 */ 
* html #map ul li {
    position: static;
}

/* and give the absolute position to the links for lte IE6 */ 
* html #map ul li a.tl {
	position: absolute;
	left: 363px;
	top: 314px;
	width: 151px;
	height: 59px;
}
* html #map ul li#Number01 a.tl {
    top: 456px;
    left: 26px;
}
* html #map ul li#Number02 a.tl {
    top: 399px;
    left: 39px;
}
* html #map ul li#Number03 a.tl {
    top: 354px;
    left: 75px;
}
* html #map ul li#Number04 a.tl {
    top: 392px;
    left: 121px;
}
* html #map ul li#Number05 a.tl {
    top: 375px;
    left: 296px;
}
* html #map ul li#Number06 a.tl {
    top: 460px;
    left: 518px;
}
* html #map ul li#Number07 a.tl {
    top: 364px;
    left: 609px;
}
* html #map ul li#Number08 a.tl {
    top: 294px;
    left: 649px;
}
* html #map ul li#Number09 a.tl {
    top: 433px;
    left: 827px;
}
* html #map ul li#Number10 a.tl {
    top: 16px;
    left: 807px;
}
* html #map ul li#Number11 a.tl {
    top: 15px;
    left: 629px;
}
* html #map ul li#Number12 a.tl {
    top: 99px;
    left: 727px;
}
* html #map ul li#Number13 a.tl {
    top: 140px;
    left: 734px;
}
* html #map ul li#Number14 a.tl {
    top: 22px;
    left: 556px;
}
* html #map ul li#Number15 a.tl {
    top: 11px;
    left: 318px;
}
* html #map ul li#Number16 a.tl {
    top: 23px;
    left: 270px;
}
* html #map ul li#Number17 a.tl {
    top: 61px;
    left: 270px;
}
* html #map ul li#Number18 a.tl {
    top: 99px;
    left: 270px;
}
* html #map ul li#Number19 a.tl {
    top: 21px;
    left: 17px;
}

* html #map ul li#Number20 a.tl {
    top: 300px;
    left: 355px;
}

* html #map ul li#Number21 a.tl {
    top: 400px;
    left: 355px;
}

* html #map ul li#Number22 a.tl {
    top:271px;
    left: 9px;
}

* html #map ul li#Number23 a.tl {
    top: 336px;
    left: 717px;
}

#map ul li a {
    text-decoration: none;
}

#map ul li a.tl {
    display: block;
    text-indent: -9999px;
    background: url(images/transparent.gif);
}

#map ul li a.tl:hover, #map ul li:hover {
    z-index: 500;
}

/*Number01スタイル*/
#map ul li#Number01 a.tl {
    width: 137px;
    height: 49px;
}

#map ul li#Number01 a.tl:hover, #map ul li#Number01:hover {
    background: url(images/Number01.gif);
}

/*Number02スタイル*/
#map ul li#Number02 a.tl {
    width: 61px;
    height: 65px;
}

#map ul li#Number02 a.tl:hover, #map ul li#Number02:hover {
    background: url(images/Number02.gif);
}

/*Number03スタイル*/
#map ul li#Number03 a.tl {
    width: 63px;
    height: 63px;
}

#map ul li#Number03 a.tl:hover, #map ul li#Number03:hover {
    background: url(images/Number03.gif);
}

/*Number04スタイル*/
#map ul li#Number04 a.tl {
    width: 76px;
    height: 73px;
}

#map ul li#Number04 a.tl:hover, #map ul li#Number04:hover {
    background: url(images/Number04.gif);
}

/*Number05スタイル*/
#map ul li#Number05 a.tl {
    width: 51px;
    height: 75px;
}

#map ul li#Number05 a.tl:hover, #map ul li#Number05:hover {
    background: url(images/Number05.gif);
}

/*Number06スタイル*/
#map ul li#Number06 a.tl {
    width: 78px;
    height: 44px;
}

#map ul li#Number06 a.tl:hover, #map ul li#Number06:hover {
    background: url(images/Number06.gif);
}

/*Number07スタイル*/
#map ul li#Number07 a.tl {
    width: 51px;
    height: 75px;
}

#map ul li#Number07 a.tl:hover, #map ul li#Number07:hover {
    background: url(images/Number07.gif);
}

/*Number08スタイル*/
#map ul li#Number08 a.tl {
    width: 51px;
    height: 75px;
}

#map ul li#Number08 a.tl:hover, #map ul li#Number08:hover {
    background: url(images/Number08.gif);
}

/*Number09スタイル*/
#map ul li#Number09 a.tl {
    width: 50px;
    height: 72px;
}

#map ul li#Number09 a.tl:hover, #map ul li#Number09:hover {
    background: url(images/Number09.gif);
}

/*Number10スタイル*/
#map ul li#Number10 a.tl {
    width: 79px;
    height: 81px;
}

#map ul li#Number10 a.tl:hover, #map ul li#Number10:hover {
    background: url(images/Number10.gif);
}

/*Number11スタイル*/
#map ul li#Number11 a.tl {
    width: 71px;
    height: 84px;
}

#map ul li#Number11 a.tl:hover, #map ul li#Number11:hover {
    background: url(images/Number11.gif);
}

/*Number12スタイル*/
#map ul li#Number12 a.tl {
    width: 65px;
    height: 61px;
}

#map ul li#Number12 a.tl:hover, #map ul li#Number12:hover {
    background: url(images/Number12.gif);
}

/*Number13スタイル*/
#map ul li#Number13 a.tl {
    width: 53px;
    height: 58px;
}

#map ul li#Number13 a.tl:hover, #map ul li#Number13:hover {
    background: url(images/Number13.gif);
}

/*Number14スタイル*/
#map ul li#Number14 a.tl {
    width: 66px;
    height: 82px;
}

#map ul li#Number14 a.tl:hover, #map ul li#Number14:hover {
    background: url(images/Number14.gif);
}

/*Number15スタイル*/
#map ul li#Number15 a.tl {
    width: 63px;
    height: 212px;
}

#map ul li#Number15 a.tl:hover, #map ul li#Number15:hover {
    background: url(images/Number15.gif);
}

/*Number16スタイル*/
#map ul li#Number16 a.tl {
    width: 37px;
    height: 35px;
}

#map ul li#Number16 a.tl:hover, #map ul li#Number16:hover {
    background: url(images/Number16.gif);
}

/*Number17スタイル*/
#map ul li#Number17 a.tl {
    width: 37px;
    height: 35px;
}

#map ul li#Number17 a.tl:hover, #map ul li#Number17:hover {
    background: url(images/Number17.gif);
}

/*Number18スタイル*/
#map ul li#Number18 a.tl {
    width: 37px;
    height: 35px;
}

#map ul li#Number18 a.tl:hover, #map ul li#Number18:hover {
    background: url(images/Number18.gif);
}

/*Number19スタイル*/
#map ul li#Number19 a.tl {
    width: 56px;
    height: 51px;
}

#map ul li#Number19 a.tl:hover, #map ul li#Number19:hover {
    background: url(images/Number19.gif);
}

/*Number20スタイル*/
#map ul li#Number20 a.tl {
    width: 111px;
    height: 82px;
}

#map ul li#Number20 a.tl:hover, #map ul li#Number20:hover {
    background: url(images/Number20.gif);
}

/*Number21スタイル*/
#map ul li#Number21 a.tl {
    width: 111px;
    height: 82px;
}

#map ul li#Number21 a.tl:hover, #map ul li#Number21:hover {
    background: url(images/Number21.gif);
}

/*Number22スタイル*/
#map ul li#Number22 a.tl {
    width: 111px;
    height: 64px;
}

#map ul li#Number22 a.tl:hover, #map ul li#Number22:hover {
    background: url(images/Number22.gif);
}

/*Number23スタイル*/
#map ul li#Number23 a.tl {
    width: 129px;
    height: 82px;
}

#map ul li#Number23 a.tl:hover, #map ul li#Number23:hover {
    background: url(images/Number23.gif);
}

#map ul li .xsnazzy, #map ul li a .xsnazzy {
    visibility: hidden;
}

/* For IE6 to work */ * html #map ul li a.tl:hover {
    border: 0;
}
* html #map ul li a:hover .xsnazzy {
    visibility: visible;
}

#map ul li:hover .xsnazzy {
    visibility: visible;
}

/* For IE7 to keep the :hover over .xsnazzy - goodness knows why? */
#map ul li:hover .xsnazzy {
    background: url(http://www.cssplay.co.uk/menu/transparent.gif);
}

.xsnazzy {
    display: block;
    position: absolute;
    height: auto;
    text-align: center;
}

/* 吹き出しスタイル、表示位置 */
#Number01 .xsnazzy {
    left: 60px;
    top: -260px;
    width: 200px;
}

#Number02 .xsnazzy {
    left: 35px;
    top: -260px;
    width: 200px;
}

#Number03 .xsnazzy {
    left: 45px;
    top: -200px;
    width: 200px;
}

#Number04 .xsnazzy {
    left: 40px;
    top: -220px;
    width: 200px;
}

#Number05 .xsnazzy {
    left: 25px;
    top: -210px;
    width: 200px;
}

#Number06 .xsnazzy {
    left: 30px;
    top: -250px;
    width: 200px;
}

#Number07 .xsnazzy {
    left: 25px;
    top: -190px;
    width: 200px;
}

#Number08 .xsnazzy {
    left: 30px;
    top: -160px;
    width: 200px;
}

#Number09 .xsnazzy {
    left: -170px;
    top: -295px;
    width: 200px;
}

#Number10 .xsnazzy {
    left: -205px;
    top: -10px;
    width: 200px;
}

#Number11 .xsnazzy {
    left: -100px;
    top: 60px;
    width: 200px;
}

#Number12 .xsnazzy {
    left: -200px;
    top: 10px;
    width: 200px;
}

#Number13 .xsnazzy {
    left: -210px;
    top: -10px;
    width: 200px;
}

#Number14 .xsnazzy {
    left: -213px;
    top: -10px;
    width: 200px;
}

#Number15 .xsnazzy {
    left: 50px;
    top: -10px;
    width: 200px;
}

#Number16 .xsnazzy {
    left: 20px;
    top: -10px;
    width: 200px;
}

#Number17 .xsnazzy {
    left: 20px;
    top: -10px;
    width: 200px;
}

#Number18 .xsnazzy {
    left: 20px;
    top: -10px;
    width: 200px;
}

#Number19 .xsnazzy {
    left: 18px;
    top: 20px;
    width: 200px;
}

#Number20 .xsnazzy {
    left: 60px;
    top: -80px;
    width: 200px;
}

#Number21 .xsnazzy {
    left: 75px;
    top: -190px;
    width: 200px;
}

#Number22 .xsnazzy {
    left: 75px;
    top: -80px;
    width: 200px;
}

#Number23 .xsnazzy {
    left: -210px;
    top: -150px;
    width: 200px;
}

/* 枠内番号画像 */
.xsnazzy img.Number {
    margin: 0 6px 0 6px;
    display: block;
    float: left;
	width:36px;
}

/*IE6対応*/
* html .xsnazzy img.Number {
    margin-left: 4px;
}

.xsnazzy h3, .xsnazzy p {
    margin: 0 10px;
}

.xsnazzy h3 {
	width:140px;
	float:left;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    color: #444;
    border-bottom: 1px solid #ffffce;
    margin: 0 6px 6px 0px;
}

.xsnazzy p {
    padding-bottom: 0.5em;
    color: #666;
    font-size: 10px;
    text-align: left;
}

.xsnazzy em {
    font-size: 10px;
    font-style: normal;
    color: #009411;
}

.xsnazzy span {
    color: #f46a01;
}

.xsnazzy {
    background: transparent;
    margin: 1em;
}

.xb1, .xb2, .xb3, .xb4, .xb5, .xb6, .xb7 {
    display: block;
    font-size: 0;
    overflow: hidden;
}

.xb1, .xb2, .xb3, .xb4, .xb5, .xb6 {
    height: 1px;
}

.xb4, .xb5, .xb6, .xb7 {
    background: #ccc;
    border-left: 1px solid #ffffce;
    border-right: 1px solid #ffffce;
}

.xb1 {
    margin: 0 8px;
    background: #ffffce;
}

.xb2 {
    margin: 0 6px;
    background: #ffffce;
}

.xb3 {
    margin: 0 4px;
    background: #ffffce;
}

.xb4 {
    margin: 0 3px;
    background: #ffffce;
    border-width: 0 5px;
}

.xb5 {
    margin: 0 2px;
    background: #ffffce;
    border-width: 0 4px;
}

.xb6 {
    margin: 0 2px;
    background: #ffffce;
    border-width: 0 3px;
}

.xb7 {
    margin: 0 1px;
    background: #ffffce;
    border-width: 0 3px;
    height: 2px;
}

.xboxcontent {
    display: block;
    background: #ffffce;
    border: 3px solid #ffffce;
    border-width: 0 3px;
}

.xboxcontent a, .xboxcontent a:visited {
    display: block;
    color: #ff0;
    font-weight: bold;
    font-size: 12px;
    text-indent: 0;
    padding: 4px;
}

#map ul li a:hover .xsnazzy .xboxcontent a:hover {
    color: #eee;
}

#map ul li:hover .xsnazzy .xboxcontent a:hover {
    color: #eee;
}

/* Btn-style */
.button-box {
    text-align: center;
    margin: 5px 0;
}

a.btn {
    height: 20px;
    background: url(images/btn_detail.gif) no-repeat 0 0;
    margin: 0 auto;
    width: 148px;
}

a.btn:hover {
    background-position: 0 -28px;
}

#header {
    background: url(images/keyVisual_back.jpg) repeat-x;
    height: 280px;
}

#keyVisual {
    background: url(images/keyVisual_02.jpg) no-repeat center top;
}

#footer {
    margin: 20px auto;
}

#footer span {
    margin: 20px 0;
    font-size: 10px;
    color: #aaa;
}

