@charset "UTF-8";

/*--------------------------------------------------------------*/
/* キャラクターズ
/*--------------------------------------------------------------*/

#main{
	padding-top: 155px;
}

#intro h2{
	position: absolute;
	width: 252px;
	height: 46px;
	top: 80px;
	left: 70px;
	z-index: 10;
}


/*--------------------------------*/

#rand_chara{
	position: relative;
	width: 410px;
	margin-left: 45px;
	float: left;
}

#rand_chara li{
	margin: 0 14px 12px 0;
	float: left;
	list-style: none;
}

#rand_chara li img{
	padding: 2px 4px 2px 3px;
	background-image: url(../img/thumb_bg_g.png);
	background-repeat: no-repeat;
	background-position: top left;
}


/*--------------------------------*/

#search{
	position: relative;
	width: 395px;
	height: 259px;
	margin: 20px 45px 50px 0;
	background-image: url(../img/characters/search_bg.png);
	background-repeat: no-repeat;
	float: right;
}

#search h3{
	position: absolute;
	width: 178px;
	height: 37px;
	top: 8px;
	left: 15px;
}

#search p.chara{
	position: absolute;
	width: 259px;
	height: 81px;
	top: 30px;
	left: 50px;
}

#search p.button{
	position: absolute;
	width: 128px;
	height: 35px;
	bottom: 15px;
	left: 150px;
}

#search p.form{
	margin-top: 167px;
	text-align: center;
}

#search p.form input{
	padding: 3px;
	width: 230px;
}


/*--------------------------------*/

#tag{
	position: relative;
	width: 785px;
	margin: 0 auto;
	padding: 85px 10px 25px 10px;
	background-image: url(../img/characters/tag_bg.png);
	background-repeat: repeat-y;
	clear: both;
	z-index: 15;
}

#tag div.tag_top{
	position: absolute;
	width: 805px;
	height: 90px;
	top: 0;
	left: 0;
	background-image: url(../img/characters/tag_top.png);
	background-repeat: no-repeat;
}

#tag h3{
	position: absolute;
	width: 137px;
	height: 34px;
	top: 10px;
	left: 15px;
}

#tag p.chara{
	position: absolute;
	width: 259px;
	height: 81px;
	top: -16px;
	right: 0;
}

#tagcloud li{
	margin-left: 15px;
	display: inline;
	line-height: 1.4em;
	white-space: nowrap;
}
#tagcloud li.pop_level1{ font-size: 185%; }
#tagcloud li.pop_level2{ font-size: 160%; }
#tagcloud li.pop_level3{ font-size: 135%; }
#tagcloud li.pop_level4{ font-size: 110%; }
#tagcloud li.pop_level5{ font-size: 85%; }

#tagcloud a, #tagcloud a:link, #tagcloud a:visited{	text-decoration: none; }
#tagcloud a.reg_level1, #tagcloud a.reg_level1:link, #tagcloud a.reg_level1:visited{ color: #F74D22; }
#tagcloud a.reg_level2, #tagcloud a.reg_level2:link, #tagcloud a.reg_level2:visited{ color: #F09100; }
#tagcloud a.reg_level3, #tagcloud a.reg_level3:link, #tagcloud a.reg_level3:visited{ color: #69AD16; }
#tagcloud a.reg_level4, #tagcloud a.reg_level4:link, #tagcloud a.reg_level4:visited{ color: #44949F; }
#tagcloud a.reg_level5, #tagcloud a.reg_level5:link, #tagcloud a.reg_level5:visited{ color: #797979; }

#tagcloud a:hover{
	color: #FF9B60;
	font-weight: bold;
}

#tag div.tag_bottom{
	position: absolute;
	width: 805px;
	height: 15px;
	bottom: 0;
	left: 0;
	background-image: url(../img/characters/tag_bottom.png);
	background-repeat: no-repeat;
}


/*--------------------------------*/

#goto_request{
	position: relative;
	width: 426px;
	height: 93px;
	margin: 30px auto 10px auto;
	z-index: 20;
}

#goto_request p.image a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 426px;
	height: 93px;
	text-indent: -9999px;
	background-image: url(../img/characters/goto_request.png);
	background-repeat: no-repeat;
	background-position: left top;
	outline: none;
}
#goto_request p.image a:hover{ background-position: left bottom; }


/*--------------------------------*/
/* ミニキャラ */
/*--------------------------------*/

#ch01{	position: absolute;	top: 50px; 		right: 60px;		z-index: 99; }
#ch02{	position: absolute;	top: -102px; 	left: 100px;			z-index: 98; }


/*--------------------------------*/
