@charset "utf-8";
/*--------------------------------------------------------------------------
	[ manekineko css ]
	--------------------------------------------------------------------------
	author: Lampros co.,ltd. Kenji nomura
	url:http://www.lampros.co.jp/
	making day: 2010-03-29
	-------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------*/
/* まねきねこ テーマソング 元気だしてこーか
---------------------------------------------------------------------------*/

div#title {}
div#year_comment {
	margin-top: 30px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
div#genki_poster {
	margin-top: 20px;
	width: 300px;
	padding-left: 8px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	float: left;
}
div#movie_serif {
	float: left;
	margin-top: 28px;
	margin-left: 32px;
}
/* 動画部分 */
div#movieContentArea {
	margin-top: 10px;
	text-align: center;
	width: 390px;
	margin-left: 2px;
	float: left;
	text-align: left;
}
div#movieContent p {
	text-align: center;
}
/* 歌詞の部分 */
div#genki_song {
	margin-top: 20px;
	clear: left;
}
div#genki_song img {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/*-------------------------------------------------------------------------*/
/* まねきねこ プロフィール
---------------------------------------------------------------------------*/

div#profile_subtitle {
	margin-top: 20px;
	text-align: left;
}
div#profile_story {
	margin-top: 30px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
div#profile_story img {
	display: block;
}
div#character_title {
	margin-top: 30px;
}
div#character_profileArea {
	width: 700px;
	float: left;
	margin-bottom: 20px;
}
ul#character_profile li {
	float: left;
	margin-left: 7px;
	margin-top: 30px;
	display: inline; /*IE6対策*/
}
ul#character_profile li img {
	display: block;
}


/*-------------------------------------------------------------------------*/
/* まねきねこ モバイル
---------------------------------------------------------------------------*/

div#mobile_question,
div#mobile_answer {
	margin-top: 20px;
}
div#mobile_pointArea {
	width: 700px;
	float: left;
	margin-bottom: 20px;
}
ul#mobile_point li {
	float: left;
	margin-left: 21px;
	margin-top: 30px;
	display: inline; /*IE6対策*/
}
ul#mobile_point li img {
	display: block;
}


/*-------------------------------------------------------------------------*/
/* ハンドルキーパー宣言
---------------------------------------------------------------------------*/

div#handle_request {
	margin-top: 30px;
	height: 312px;
	background: url(../_img/information/keeper_neko.jpg) no-repeat 410px 0px;
}
div#handle_request img {
	margin-left: 80px;
}
div#handle_request p {
	width: 385px;
	height: 70px;
	margin-top: 15px;
	margin-left: 15px;
	display: block; /*IE6対策*/
}
div#handle_subtitle {
	margin-top: 30px;
}
div#handle_comment {
	width: 670px;
	margin-top: 15px;
	margin-left: 15px;
	display: block; /*IE6対策*/
}




/* クリアフィックス
---------------------------------------------------------------------------*/
div#character_profile:after,
div#poster_movieBloc:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div#character_profile,
div#poster_movieBloc {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac */
* html div#character_profile,
* html div#poster_movieBloc {
	height: 1%;
}
div#character_profile,
div#poster_movieBloc  {
	display: block;
}
/* End hide from IE-mac */



