@charset "UTF-8";

/* 基本設定
----------------------------------------------- */
*{
	/*今回は設定しない*/
}
body{
	margin			:	0px;
	padding			:	0px;
	font-family		:	"ＭＳ ゴシック", "Osaka－等幅", verdana;
	font-size		:	12px;
	color			:	#333333;
	line-height		:	1.7;
	background		:	#FFFFFF;
}
h1, h2, h3, h4, h5{
	margin			:	0px;
	padding			:	0px;
	font-size		:	12px;
}
div, p, table, form{
	margin			:	0px;
	padding			:	0px;
}
ul, ol, dl{
	margin			:	0px;
	padding			:	0px;
}
li, dt, dd{
	margin			:	0px;
	padding			:	0px;
	list-style		:	outside;
	list-style-type	:	none;
}
a:link{
	color			:	#0099CC;
	text-decoration	:	underline;
}
a:visited{
	color			:	#0099CC;
	text-decoration	:	underline;
}
a:hover, a:active{
	color			:	#006699;
	text-decoration	:	underline;
}
a img{
	border			:	0px;
}

/* ページ全体
----------------------------------------------- */
#Container{
	margin			:	30px auto;
	width			:	810px;
}

/* ヘッダー
----------------------------------------------- */
#Header{
	padding-top		:	15px;
	padding-left	:	15px;
	width			:	795px;
	height			:	110px;
	background		:	url(../images/bg_header.jpg) no-repeat;
}
#Header a{
	display			:	block;
	width			:	200px;
	height			:	102px;
	text-indent		:	-9999px;
	overflow		:	hidden;
}

/* ボディ
----------------------------------------------- */
#Body{
	padding			:	10px 15px;
	width			:	780px;
	background		:	url(../images/bg_body.jpg) repeat-y;
	overflow		:	hidden;
}
#Body #Left{
	margin-right	:	10px;
	width			:	200px;
	float			:	left;
}
#Body #Right{
	width			:	570px;
	float			:	right;
}

/* メニュー
----------------------------------------------- */
#Menu{
	margin-bottom	:	10px;
	font-weight		:	bold;
}
#Menu h3{
	display			:	none;
}
#Menu li.topSelect{
	padding-top		:	3px;
	display			:	block;
	width			:	200px;
	height			:	33px;
	color			:	#FF0;
	text-indent		:	25px;
	line-height		:	33px;
	background		:	url(../images/img_menu_top_over.gif) no-repeat;
}
#Menu li.midSelect{
	display			:	block;
	width			:	200px;
	height			:	31px;
	color			:	#FF0;
	text-indent		:	25px;
	line-height		:	31px;
	background		:	url(../images/img_menu_mid_over.gif) no-repeat;
}
#Menu li.botSelect{
	padding-bottom	:	4px;
	display			:	block;
	width			:	200px;
	height			:	32px;
	color			:	#FF0;
	text-indent		:	25px;
	line-height		:	32px;
	background		:	url(../images/img_menu_bot_over.gif) no-repeat;
}
#Menu li a{
	display			:	block;
	width			:	200px;
	height			:	31px;
	color			:	#006;
	text-indent		:	25px;
	line-height		:	31px;
	background		:	url(../images/img_menu_mid.gif) no-repeat;
	text-decoration	:	none;
}
#Menu li a:hover{
	background		:	url(../images/img_menu_mid_over.gif) no-repeat;
}
#Menu li.top a{
	padding-top		:	3px;
	display			:	block;
	width			:	200px;
	height			:	33px;
	text-indent		:	25px;
	line-height		:	33px;
	background		:	url(../images/img_menu_top.gif) no-repeat;
}
#Menu li.top a:hover{
	background		:	url(../images/img_menu_top_over.gif) no-repeat;
}
#Menu li.bot a{
	padding-bottom	:	4px;
	display			:	block;
	width			:	200px;
	height			:	32px;
	text-indent		:	25px;
	line-height		:	32px;
	background		:	url(../images/img_menu_bot.gif) no-repeat;
}
#Menu li.bot a:hover{
	background		:	url(../images/img_menu_bot_over.gif) no-repeat;
}

/* 検索
----------------------------------------------- */
#Search{
	margin-bottom	:	10px;
}
#Search h3{
	display			:	none;
}
#Search form{
	padding			:	8px;
	width			:	184px;
	height			:	22px;
	background		:	url(../images/img_search.gif) no-repeat;
	overflow		:	hidden;
}
#Search input#search{
	width			:	126px;
	float			:	left;
}
#Search input#search-submit{
	width			:	50px;
	height			:	22px;
	background		:	url(../images/img_searchbtn.gif) no-repeat;
	float			:	right;
}

/* バナー
----------------------------------------------- */
#Banner{
	margin-bottom	:	10px;
}
#Banner h3{
	display			:	none;
}
#Banner li{
	margin-bottom	:	5px;
	overflow		:	hidden;
}
#Banner li.bn_01 a{
	display			:	block;
	width			:	200px;
	height			:	45px;
	text-indent		:	-9999px;
	background		:	url(../images/img_banner1.gif) no-repeat;
}
#Banner li.bn_01 a:hover{
	background		:	url(../images/img_banner1_over.gif) no-repeat;
}
#Banner li.bn_02 a{
	display			:	block;
	width			:	200px;
	height			:	45px;
	text-indent		:	-9999px;
	background		:	url(../images/img_banner2.gif) no-repeat;
}
#Banner li.bn_02 a:hover{
	background		:	url(../images/img_banner2_over.gif) no-repeat;
}

/* ナビ
----------------------------------------------- */
#Navi{
	margin-bottom	:	10px;
	width			:	570px;
	overflow		:	hidden;
}
#Navi li{
	width			:	190px;
	float			:	left;
}
#Navi li a{
	color			:	#333;
	text-indent		:	20px;
	line-height		:	35px;
	text-decoration	:	none;
}
#Navi li a:hover{
	color			:	#F03;
}
#Navi li.left a{
	display			:	block;
	width			:	190px;
	height			:	35px;
	background		:	url(../images/img_navi_left.gif) no-repeat;
}
#Navi li.center a{
	display			:	block;
	width			:	190px;
	height			:	35px;
	background		:	url(../images/img_navi_center.gif) no-repeat;
}
#Navi li.right a{
	display			:	block;
	width			:	190px;
	height			:	35px;
	background		:	url(../images/img_navi_right.gif) no-repeat;
}
#Navi li.left a:hover,
#Navi li.center a:hover,
#Navi li.right a:hover{
	background-position:0px -35px;
}
/* フッター
----------------------------------------------- */
#FBanner{
	padding			:	0px 20px;
	width			:	770px;
	background		:	url(../images/bg_body.jpg) repeat-y;
}
#Footer{
	width			:	810px;
	height			:	60px;
	//text-indent	:	-9999px;
	text-align		:	center;
	color			:	#333;
	background		:	url(../images/bg_foot.jpg) no-repeat;
}

/* ページ設定（TOP）
----------------------------------------------- */
#Top h2{
	margin-bottom	:	10px;
	width			:	570px;
	height			:	150px;
	text-indent		:	-9999px;
	background		:	url(../images/top_image.jpg) no-repeat;
}
#Top div.news{
	margin-bottom	:	10px;
	padding-bottom	:	10px;
	background		:	url(../images/img_box_foot.gif) no-repeat bottom;
}
#Top div.news h3{
	width			:	570px;
	height			:	45px;
	color			:	#FFF;
	font-weight		:	bold;
	line-height		:	45px;
	text-indent		:	10px;
	background		:	url(../images/img_box_head.gif) no-repeat;
}
#Top div.news h3 a{
	color			:	#009;
	font-size		:	12px;
	font-weight		:	normal;
}
#Top div.news div.body{
	background		:	url(../images/img_box_body.gif) repeat;
	width			:	570px;
	overflow		:	hidden;
}
#Top div.news div.left{
	padding			:	10px 0px 5px 10px;
	width			:	360px;
	float			:	left;
	overflow		:	hidden;
}
#Top div.news div.left span{
	color			:	#6cc;
	font-size		:	12px;
	line-height		:	1.2;
}
#Top div.news div.left h4 a{
	display			:	block;
	font-size		:	14px;
	font-weight		:	bold;
	line-height		:	1.2;
}
#Top div.news div.left	p{
	padding-bottom	:	10px;
	line-height		:	1.5;
}
#Top div.news div.right{
	padding			:	10px;
	width			:	180px;
	float			:	right;
	text-align		:	center;
}
#Top div.sbox{
	width			:	570px;
	overflow		:	hidden;
}
#Top div.bandai,
#Top div.guren{
	width			:	281px;
	margin-bottom	:	10px;
	padding-bottom	:	10px;
	background		:	url(../images/img_sbox_foot.gif) no-repeat bottom;
	float			:	left;
}
#Top div.stage,
#Top div.kageki{
	width			:	281px;
	margin-bottom	:	10px;
	padding-bottom	:	10px;
	background		:	url(../images/img_sbox_foot.gif) no-repeat bottom;
	float			:	right;
}
#Top div.bandai h3,
#Top div.stage h3,
#Top div.guren h3,
#Top div.kageki h3{
	width			:	281px;
	height			:	40px;
	color			:	#FFF;
	font-weight		:	bold;
	line-height		:	40px;
	text-indent		:	10px;
	background		:	url(../images/img_sbox_head.gif) no-repeat;
}
#Top div.bandai h3 a,
#Top div.stage h3 a,
#Top div.guren h3 a,
#Top div.kageki h3 a{
	color			:	#009;
	font-size		:	12px;
	font-weight		:	normal;
}
#Top div.bandai div.box,
#Top div.stage div.box,
#Top div.guren div.box,
#Top div.kageki div.box{
	height			:	70px;
	background		:	url(../images/img_sbox_body.gif) repeat;
}
#Top div.bandai div.body,
#Top div.stage div.body,
#Top div.guren div.body,
#Top div.kageki div.body{
	padding			:	10px 10px 0px;
	width			:	261px;
	overflow		:	hidden;
}
#Top div.bandai div.left,
#Top div.stage div.left,
#Top div.guren div.left,
#Top div.kageki div.left{
	width			:	65px;
	float			:	left;
}
#Top div.bandai div.right,
#Top div.stage div.right,
#Top div.guren div.right,
#Top div.kageki div.right{
	float			:	right;
	height			:	60px;
	overflow		:	hidden;
}
#Top div.bandai span,
#Top div.stage span,
#Top div.guren span,
#Top div.kageki span{
	color			:	#6cc;
	font-size		:	12px;
	line-height		:	1.5;
}
#Top div.bandai p a,
#Top div.stage p a,
#Top div.guren p a,
#Top div.kageki p a{
	display			:	block;
	width			:	195px;
	font-weight		:	bold;
	overflow		:	hidden;
	line-height		:	1.2;
}

/* ページ設定（About）
----------------------------------------------- */
#About h2{
	margin-bottom	:	10px;
	width			:	570px;
	height			:	150px;
	text-indent		:	-9999px;
	background		:	url(../images/about_image.jpg) no-repeat;
}
#About div.greeting,
#About div.has,
#About div.todo{
	margin-bottom	:	10px;
	padding-bottom	:	10px;
	background		:	url(../images/img_box_foot.gif) no-repeat bottom;
}
#About div.greeting h3,
#About div.has h3,
#About div.todo h3{
	width			:	570px;
	height			:	45px;
	color			:	#FFF;
	font-weight		:	bold;
	line-height		:	45px;
	text-indent		:	10px;
	background		:	url(../images/img_box_head.gif) no-repeat;
}
#About div.greeting dl,
#About div.has dl,
#About div.todo dl{
	padding			:	10px 20px 0px;
	width			:	530px;
	background		:	url(../images/img_box_body.gif) repeat-y;
	overflow		:	hidden;
}
#About div.greeting dt,
#About div.has dt,
#About div.todo dt{
	padding-bottom	:	10px;
	width			:	530px;
	font-size		:	14px;
	font-weight		:	bold;
	overflow		:	hidden;
}
#About div.greeting dt p,
#About div.has dt p,
#About div.todo dt p{
	border-bottom	:	1px dotted #333;
}
#About div.greeting dt span,
#About div.has dt span,
#About div.todo dt span{
	font-size		:	12px;
	line-height		:	26px;
	
}
#About div.greeting dd,
#About div.has dd,
#About div.todo dd{
	padding-bottom	:	10px;
	line-height		:	1.5;
}

/* ページ設定（Voice）
----------------------------------------------- */
#Voice h2{
	margin-bottom	:	10px;
	width			:	570px;
	height			:	150px;
	text-indent		:	-9999px;
	background		:	url(../images/voice_image.jpg) no-repeat;
}
#Voice div.course,
#Voice div.instructor,
#Voice div.workshop{
	margin-bottom	:	10px;
	padding-bottom	:	10px;
	background		:	url(../images/img_box_foot.gif) no-repeat bottom;
}
#Voice div.course h3,
#Voice div.instructor h3,
#Voice div.workshop h3{
	width			:	570px;
	height			:	45px;
	color			:	#FFF;
	font-weight		:	bold;
	line-height		:	45px;
	text-indent		:	10px;
	background		:	url(../images/img_box_head.gif) no-repeat;
}
#Voice div.course dl,
#Voice div.workshop dl{
	padding			:	10px 20px 0px;
	width			:	530px;
	background		:	url(../images/img_box_body.gif) repeat-y;
	overflow		:	hidden;
}
#Voice div.course dt,
#Voice div.workshop dt{
	padding-bottom	:	10px;
	font-size		:	14px;
	font-weight		:	bold;
}
#Voice div.course dt p,
#Voice div.workshop dt p{
	border-bottom	:	1px dotted #333;
}
#Voice div.course dd,
#Voice div.workshop dd{
	padding-bottom	:	10px;
	line-height		:	1.5;
}
#Voice div.instructor dl{
	padding			:	10px 20px 0px;
	width			:	530px;
	background		:	url(../images/img_box_body.gif) repeat-y;
	overflow		:	hidden;
}
#Voice div.instructor dt{
	padding-bottom	:	10px;
	font-size		:	14px;
	font-weight		:	bold;
}
#Voice div.instructor dt p{
	border-bottom	:	1px dotted #333;
}
#Voice div.instructor dd.left{
	padding-bottom	:	10px;
	width			:	120px;
	float			:	left;
	overflow		:	hidden;
}
#Voice div.instructor dd.right{
	padding-bottom	:	10px;
	width			:	400px;
	line-height		:	1.5;
	float			:	right;
	overflow		:	hidden;
}

/* ページ設定（Idol）
----------------------------------------------- */
#Idol h2{
	margin-bottom	:	10px;
	width			:	570px;
	height			:	150px;
	text-indent		:	-9999px;
	background		:	url(../images/idol_image.jpg) no-repeat;
}
#Idol div.course,
#Idol div.instructor,
#Idol div.workshop{
	margin-bottom	:	10px;
	padding-bottom	:	10px;
	background		:	url(../images/img_box_foot.gif) no-repeat bottom;
}
#Idol div.course h3,
#Idol div.instructor h3,
#Idol div.workshop h3{
	width			:	570px;
	height			:	45px;
	color			:	#FFF;
	font-weight		:	bold;
	line-height		:	45px;
	text-indent		:	10px;
	background		:	url(../images/img_box_head.gif) no-repeat;
}
#Idol div.course dl,
#Idol div.workshop dl{
	padding			:	10px 20px 0px;
	width			:	530px;
	background		:	url(../images/img_box_body.gif) repeat-y;
	overflow		:	hidden;
}
#Idol div.course dt,
#Idol div.workshop dt{
	padding-bottom	:	10px;
	font-size		:	14px;
	font-weight		:	bold;
}
#Idol div.course dt p,
#Idol div.workshop dt p{
	border-bottom	:	1px dotted #333;
}
#Idol div.course dd,
#Idol div.workshop dd{
	padding-bottom	:	10px;
	line-height		:	1.5;
}
#Idol div.instructor dl{
	padding			:	10px 20px 0px;
	width			:	530px;
	background		:	url(../images/img_box_body.gif) repeat-y;
	overflow		:	hidden;
}
#Idol div.instructor dt{
	padding-bottom	:	10px;
	font-size		:	14px;
	font-weight		:	bold;
}
#Idol div.instructor dt p{
	border-bottom	:	1px dotted #333;
}
#Idol div.instructor dd.left{
	padding-bottom	:	10px;
	width			:	120px;
	float			:	left;
	overflow		:	hidden;
}
#Idol div.instructor dd.right{
	padding-bottom	:	10px;
	width			:	400px;
	line-height		:	1.5;
	float			:	right;
	overflow		:	hidden;
}

/* ページ設定（Faq）
----------------------------------------------- */
#Faq h2{
	margin-bottom	:	10px;
	width			:	570px;
	height			:	150px;
	text-indent		:	-9999px;
	background		:	url(../images/top_image.jpg) no-repeat;
}
#Faq div.faq{
	margin-bottom	:	10px;
	padding-bottom	:	10px;
	background		:	url(../images/img_box_foot.gif) no-repeat bottom;
}
#Faq div.faq h3{
	width			:	570px;
	height			:	45px;
	color			:	#FFF;
	font-weight		:	bold;
	line-height		:	45px;
	text-indent		:	10px;
	background		:	url(../images/img_box_head.gif) no-repeat;
}
#Faq div.faq dl{
	padding			:	10px 20px 0px;
	width			:	530px;
	background		:	url(../images/img_box_body.gif) repeat-y;
	overflow		:	hidden;
}
#Faq div.faq dt{
	font-size		:	14px;
	font-weight		:	bold;
	border-bottom	:	1px dotted #333;
	width			:	530px;
	overflow		:	hidden;
}
#Faq div.faq dd{
	padding			:	5px 0px 10px;
	line-height		:	1.5;
	width			:	530px;
	overflow		:	hidden;
}

/* ページ設定（Job）
----------------------------------------------- */
#Job h2{
	margin-bottom	:	10px;
	width			:	570px;
	height			:	150px;
	text-indent		:	-9999px;
	background		:	url(../images/faq_image.jpg) no-repeat;
}
#Job div.job{
	margin-bottom	:	10px;
	padding-bottom	:	10px;
	background		:	url(../images/img_box_foot.gif) no-repeat bottom;
}
#Job div.job h3{
	width			:	570px;
	height			:	45px;
	color			:	#FFF;
	font-weight		:	bold;
	line-height		:	45px;
	text-indent		:	10px;
	background		:	url(../images/img_box_head.gif) no-repeat;
}
#Job div.job dl{
	padding			:	10px 20px 0px;
	width			:	530px;
	background		:	url(../images/img_box_body.gif) repeat-y;
	overflow		:	hidden;
}
#Job div.job dt{
	font-size		:	14px;
	font-weight		:	bold;
	border-bottom	:	1px dotted #333;
	width			:	530px;
	overflow		:	hidden;
}
#Job div.job dd{
	padding			:	5px 0px 10px;
	line-height		:	1.5;
	width			:	530px;
	overflow		:	hidden;
}

/* ページ設定（Access）
----------------------------------------------- */
#Access div.map{
	margin-bottom	:	10px;
	padding-bottom	:	10px;
	background		:	url(../images/img_box_foot.gif) no-repeat bottom;
}
#Access div.map h3{
	width			:	570px;
	height			:	45px;
	color			:	#FFF;
	font-weight		:	bold;
	line-height		:	45px;
	text-indent		:	10px;
	background		:	url(../images/img_box_head.gif) no-repeat;
}
#Access div.map p{
	padding-top		:	20px;
	text-align		:	center;
	background		:	url(../images/img_box_body.gif) repeat-y;
}
/* ページ設定（Document）
----------------------------------------------- */
#Document div.form{
	margin-bottom	:	10px;
	padding-bottom	:	10px;
	background		:	url(../images/img_box_foot.gif) no-repeat bottom;
}
#Document div.form h3{
	width			:	570px;
	height			:	45px;
	color			:	#FFF;
	font-weight		:	bold;
	line-height		:	45px;
	text-indent		:	10px;
	background		:	url(../images/img_box_head.gif) no-repeat;
}
#Document div.form p{
	padding-top		:	10px;
	text-align		:	center;
	background		:	url(../images/img_box_body.gif) repeat-y;
}

/* ページ設定（Result）
----------------------------------------------- */
#Result{
	margin-bottom	:	10px;
	padding-bottom	:	10px;
	background		:	url(../images/img_box_foot.gif) no-repeat bottom;
}
#Result h2{
	width			:	570px;
	height			:	45px;
	color			:	#FFF;
	font-weight		:	bold;
	line-height		:	45px;
	text-indent		:	10px;
	background		:	url(../images/img_box_head.gif) no-repeat;
}
#Result dl{
	padding			:	10px 20px 0px;
	width			:	530px;
	background		:	url(../images/img_box_body.gif) repeat-y;
	overflow		:	hidden;
}
#Result dt{
	padding-bottom	:	5px;
	font-size		:	14px;
	font-weight		:	bold;
	background		:	url(../images/img_dot.gif) repeat-x;
}
#Result dd{
	padding-bottom	:	10px;
	line-height		:	1.5;
}

/* ページ設定（Archive）
----------------------------------------------- */
.entry{
	margin-bottom	:	10px;
	padding-bottom	:	10px;
	background		:	url(../images/img_box_foot.gif) no-repeat bottom;
}
.entry h3{
	width			:	570px;
	height			:	45px;
	color			:	#FFF;
	font-weight		:	bold;
	line-height		:	45px;
	text-indent		:	10px;
	background		:	url(../images/img_box_head.gif) no-repeat;
}
.entry h3 a:link{
	color			:	#FFFFFF;
	text-decoration	:	underline;
	font-size		:	12px;
	font-weight		:	bold;
}
.entry h3 a:visited{
	color			:	#FFFFFF;
	text-decoration	:	underline;
}
.entry h3 a:hover, a:active{
	color			:	#FF0000;
	text-decoration	:	underline;
}
.entry-body{
	background		:	url(../images/img_box_body.gif) repeat;
	width			:	550px;
	overflow		:	hidden;
	padding			:	10px;
}
#Archive div.navi{
	margin-bottom	:	10px;
	width			:	570px;
	overflow		:	hidden;
	text-align		:	center;
}
#Archive div.navi a{
	color			:	#FFF;
}

/* ページ設定（各コース）
----------------------------------------------- */
#Course h2.part1{
	margin-bottom	:	10px;
	width			:	570px;
	height			:	150px;
	text-indent		:	-9999px;
	background		:	url(../images/voiceactor_jr.jpg) no-repeat;
}
#Course h2.part2{
	margin-bottom	:	10px;
	width			:	570px;
	height			:	150px;
	text-indent		:	-9999px;
	background		:	url(../images/music.jpg) no-repeat;
}
#Course h2.part3{
	margin-bottom	:	10px;
	width			:	570px;
	height			:	150px;
	text-indent		:	-9999px;
	background		:	url(../images/entertainment.jpg) no-repeat;
}
#Course h2.part4{
	margin-bottom	:	10px;
	width			:	570px;
	height			:	150px;
	text-indent		:	-9999px;
	background		:	url(../images/kyouka.jpg) no-repeat;
}
#Course div.course,
#Course div.instructor,
#Course div.workshop{
	margin-bottom	:	10px;
	padding-bottom	:	10px;
	background		:	url(../images/img_box_foot.gif) no-repeat bottom;
}
#Course div.course h3,
#Course div.instructor h3,
#Course div.workshop h3{
	width			:	570px;
	height			:	45px;
	color			:	#FFF;
	font-weight		:	bold;
	line-height		:	45px;
	text-indent		:	10px;
	background		:	url(../images/img_box_head.gif) no-repeat;
}
#Course div.course dl,
#Course div.workshop dl{
	padding			:	10px 20px 0px;
	width			:	530px;
	background		:	url(../images/img_box_body.gif) repeat-y;
	overflow		:	hidden;
}
#Course div.course dt,
#Course div.workshop dt{
	padding-bottom	:	10px;
	font-size		:	14px;
	font-weight		:	bold;
}
#Course div.course dt p,
#Course div.workshop dt p{
	border-bottom	:	1px dotted #333;
}
#Course div.course dd,
#Course div.workshop dd{
	padding-bottom	:	10px;
	line-height		:	1.5;
}
#Course div.instructor dl{
	padding			:	10px 20px 0px;
	width			:	530px;
	background		:	url(../images/img_box_body.gif) repeat-y;
	overflow		:	hidden;
}
#Course div.instructor dt{
	padding-bottom	:	10px;
	font-size		:	14px;
	font-weight		:	bold;
}
#Course div.instructor dt p{
	border-bottom	:	1px dotted #333;
}
#Course div.instructor dd.left{
	padding-bottom	:	10px;
	width			:	120px;
	float			:	left;
	overflow		:	hidden;
}
#Course div.instructor dd.right{
	padding-bottom	:	10px;
	width			:	400px;
	line-height		:	1.5;
	float			:	right;
	overflow		:	hidden;
}

.chuuki {
	font-size		:	10px;
}

.tpimg {
	padding-bottom		:	10px;
}

