@charset "utf-8";


/* CSS Document */

/*----------------------------------
	import
----------------------------------*/
@import url("common_css.php");/* ブラウザリセット・基本設定用CSS */
@import url("base_css.php");/* 共通設定・共通レイアウト用CSS */
@import url("advanced_css.php");/* 拡張用CSS */


/*----------------------------------
	character
----------------------------------*/

/* tab --------------------------------------------*/
#main #main_mid #tab{
	width: 670px;
    height: 84px;
    margin: 0px auto 0px;
}

#main #main_mid #tab li{
	float: left;
}

#main #main_mid div.index{	background: url(/terry3ds/img/character_12061401/index/tab_bg.png) repeat-y;}
#main #main_mid div.index li.index{ margin: 10px 0 0 45px;}
#main #main_mid div.index li.new_monster{ margin: 14px 0 0 20px;}

#main #main_mid div.new_monster{ background: url(/terry3ds/img/character_12061401/new_monster/tab_bg.png) repeat-y;}
#main #main_mid div.new_monster li.index{ margin: 10px 0 0 20px;}
#main #main_mid div.new_monster li.new_monster{ margin: 14px 0 0 45px;}



/* index */
#main #section00{
	background: url(/terry3ds/img/character_12061401/index/section00_bg.png) no-repeat;
    height: 1903px;
    margin-top: -20px!important;
}

#main #section00 .cha{
	position: absolute;
}

#main #section00 #cha_terry{
	width: 323px;
    height: 432px;
	top: 88px;
    left: 15px;
}

#main #section00 #cha_mireille{
	width: 323px;
    height: 558px;
	top: 122px;
    left: 332px;
}

#main #section00 #cha_watabou{
	width: 326px;
    height: 291px;
	top: 557px;
    left: 18px;
}


#main #section00 #cha_king{
	width: 323px;
    height: 358px;
	top: 704px;
    left: 332px;
}


#main #section00 #cha_granfa{
	width: 323px;
    height: 491px;
	top: 882px;
    left: 25px;
}

#main #section00 #cha_maruta{
	width: 338px;
    height: 595px;
	top: 1215px;
    left: 332px;
    z-index: 2;
}

#main #section00 #cha_kareki{
	width: 384px;
    height: 491px;
	top: 1410px;
    left: 25px;
    z-index: 1;
}

/* new_monster */

#main #section01{
    margin-top: -17px!important;
}

#main #section01 a.link_text{
    position: absolute;
    top: 11px;
    left: 101px;
}

#main #section01 a.link_text:hover{
	background: url(/terry3ds/img/character_12061401/new_monster/section01_03_mo.png) no-repeat;
}





