﻿@charset "utf-8";

html{
}
body {
	/* 全体の背景指定 */
	background: url(../images/bg_loop.png) repeat left top #fff;
}
#wrapper #contents { width: 1000px; }
#wrapper{
	width: 1000px;
	height: 100%;
	margin: 0 auto;


	/* ipatの右端切れるハック */
	position: relative;
	_display: inline;
	_zoom: 1;
}
@media print{
	body {display:none;}
}


/*	anchor
------------------*/
#wrapper a,
#wrapper .article{
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}
#wrapper a:hover {
	text-decoration: none;
	-moz-opacity:0.6;
	opacity:0.6;
}

/*	NAVIめーる半透明回避
------------------*/
#wrapper #contents #side #banner_navimail a:hover {
	-moz-opacity:1;
	opacity:1;
}

/*	PC用上部広告固定用
------------------*/
#global_nav {
	min-height: 28px;
}
#topad {
	padding-bottom:5px;
	min-height: 91px;
}

/*	#main
------------------*/
#main {
	width: 675px;
	padding: 0 0 50px 0;
}

/*	#side
------------------*/
#side { padding: 10px 0px 0px;}
#side .box{
	/* border-radius */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#wrapper #contents #side .box .title {
	background: rgb(218,225,229); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(218,225,229,1)), color-stop(100%,rgba(238,241,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#dce2e6',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* W3C */
}
#wrapper #contents #side #oa .info a,
#wrapper #contents #side #blog .info a{
	background-color: rgba(153,153,153,0.5);
	/* box-shadow */
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
}

/*	SNSエリア
------------------*/
#btn-sbm {
	text-align: right;
	position: relative;
	top: 10px;
	z-index: 200;
	margin: 0 0 0 0;
}
#btn-sbm li {
	display: inline-block;
}
*html #btn-sbm li { display: inline; } /* for IE6 */
*+html #btn-sbm li { display: inline; } /* for IE7 */
#btn-sbm li a { margin: 0px; }
#btn-sbm .btnFaceBook { width: 110px; }
#btn-sbm .btnHatenaBookmark { margin-right: 10px; }
#btn-sbm .btnGoogleCalendar { margin-right: 10px; }


/*	テキスト指定
------------------*/
#article {
	font-size: 120%;
	line-height: 1.5;
}

/*　編集エリア - ここから
-----------------------------------*/
#main_bg{
	width: 100%;
	height: 884px;
	margin: 0 auto -884px auto;
	background: url(../images/bg.png) repeat-x center -130px;
}
#cnts #main_bg{
	width: 100%;
	height: 992px;
	margin: 0 auto -992px auto;
	background: url(../images/bg_cnts.png) repeat-x center top;
}


#top #main {
	width: 675px;
	padding: 0 0 20px 0;
}

/* #header */
#main #article #header {
	margin: 0 0 0 0;
	position: relative;
	z-index: 1;
}

#side,
#pc {
	position: relative;
	z-index: 10;
}


#top #header h1 {
	text-indent: -9999px;
	width: 675px;
	height: 507px;
	background: url(../images/main.png) no-repeat center top #fff;
}

#cnts #header *{
	display: none;
}

#cnts #header h1 {
	text-indent: -9999px;
	width: 675px;
	height: 354px;
	display: block;
	background: url(../images/contents_main.png) no-repeat center top;
}

#cnts #header h1 a{
	width: 675px;
	height: 210px;
	display: block;
}


#top #header p#onair-date{
	display: none;
}


#top #contents_main{
	margin: 0 0 0 0;
	position: relative;
	z-index: 10;
	background-color: #fff;
}

.main_section{
	width: 675px;
	min-height: 500px;
	background: url(../images/section_base_center.png) repeat-y center top;
}

#cnts .main_section{
	padding: 0 0 30px 0;
}

#top #section_top{
	margin: -20px auto 0 auto;
}


#section_top{
	width: 653px;
	height: 60px;
	text-indent: -9999px;
	background: url(../images/section_base_top.png) no-repeat left top;
	margin: 0 auto;
}

#section_bottom{
	width: 653px;
	height: 57px;
	text-indent: -9999px;
	background: url(../images/section_base_bottom.png) no-repeat left top;
	margin: 0 auto;
}


#top div#whats{
	width: 675px;
	height: 200px;
	margin: -60px auto 0 auto;
	background: url(../images/whats_bg.png) no-repeat left top;
}

#top div#whats h2{
	display: none;
}

#top dl#whats_main{
	width: 470px;
	height: 120px;
	position: relative;
	top: 44px;
	left: 180px;
	color: #25001e;
	line-height: 180%;
	overflow: auto;
}

#top dl#whats_main dt{
	font-weight: bold;
	width: 110px;
	float: left;
	font-size: 14px;
}

#top dl#whats_main dd{
	width: 340px;
	float: left;
	font-size: 14px;
}

#top dl#whats_main a{
	color: #ffffff;
	text-decoration: none;
	background-color: #be1c9e;
	padding: 0 2px;
}

#menu{
	width: 664px;
	margin: -30px auto 0 auto;
	position: relative;
	z-index: 100;
}

#cnts #menu{
	width: 664px;
	margin: 0 auto -150px auto;
	position: relative;
	top: -150px;
	z-index: 100;
}


#menu h2{
	display: none;
}

#menu ul li{
	text-indent: -9999px;
	display: block;
	width: 166px;
	height: 155px;
	float: left;
}

#menu ul li a{
	display: block;
	width: 166px;
	height: 155px;
}

#menu ul li#menu_01 a{
	background: url(../images/menu_01.png) no-repeat left top;
}
#menu ul li#menu_02 a{
	background: url(../images/menu_02.png) no-repeat left top;
}
#menu ul li#menu_03 a{
	background: url(../images/menu_03.png) no-repeat left top;
}
#menu ul li#menu_04 a{
	background: url(../images/menu_04.png) no-repeat left top;
}
#menu ul li#menu_05 a{
	background: url(../images/menu_05.png) no-repeat left top;
}
#menu ul li#menu_06 a{
	background: url(../images/menu_06.png) no-repeat left top;
}
#menu ul li#menu_07 a{
	background: url(../images/menu_07.png) no-repeat left top;
}
#menu ul li#menu_08 a{
	background: url(../images/menu_08_on.png) no-repeat left top;
	opacity: 0.3;
	pointer-events: none;
}



#top #pr_aria{
	width: 675px;
	display: block;
	clear: both;
}

#top #twitter{
	width: 306px;
	height: 431px;
	background: url(../images/twitter_bg.png) no-repeat left top;
	float: left;
	display: block;
	position: relative;
	z-index: 10;
	top: -20px;
	left: -10px;
	margin: 0 0 -20px 0;
}

#top #twitter h2{
	text-indent: -9999px;
	width: 306px;
	height: 85px;
}

#top #twitter #twitter-widget{
	position: relative;
	width: 270px;
	left: 32px;
}


#top #movie_line{
	width: 362px;
	float: left;
	display: block;
}


#top #movie_line #movie{
	width: 362px;
	height: 250px;
	background: url(../images/movie_bg.png) no-repeat left top;
	margin: 13px 0 5px 0;
}

#top #movie_line #movie h2{
	display: none;
}

#top #movie_line #movie p#top_movie{
	width: 353px;
	height: 204px;
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
	position: relative;
	top: 43px;
}

#top #movie_line #movie p#top_movie a{
	width: 353px;
	height: 204px;
	display: block;
	background: url(../images/top_movie.png) no-repeat left top;
}

#movie_line div#tokikake_line h2{
	display: none;
}

#movie_line div#tokikake_line #line_banner{
	width: 362px;
	height: 140px;
	background: url(../images/line_bg.png) no-repeat center top;
}

#movie_line div#tokikake_line #line_banner li{
	display: none;
}


/* 改修後 */

#top #movie_wide{
	width: 647px;
	height: 356px;
	background: url(../images/movie_bg_wide.png) no-repeat left top;
	margin: 13px 0 5px 0;
}

#top #movie_wide h2{
	display: none;
}

#top #movie_wide p#top_movie{
	width: 467px;
	height: 279px;
	display: block;
	text-indent: -9999px;
	margin: 0;
	position: relative;
	top: 74px;
	left: 110px;
}

#top #movie_wide p#top_movie a{
	width: 467px;
	height: 279px;
	display: block;
	background: url(../images/top_movie_wide.png) no-repeat left top;
}

#top #twitter_wide{
	width: 426px;
	height: 344px;
	background: url(../images/twitter_bg_02.png) no-repeat left top;
	float: left;
	display: block;
	position: relative;
	z-index: 10;
	top: -38px;
	left: -10px;
	margin: 0 0 -38px 0;
}

#top #twitter_wide h2{
	text-indent: -9999px;
	width: 426px;
	height: 85px;
}

#top #twitter_wide p#btn_follow{
	text-indent: -9999px;
	width: 90px;
	height: 30px;
	display: block;
	position: relative;
	top: -38px;
	left: 326px;
	margin: 0 0 -30px 0;
}

#top #twitter_wide p#btn_follow a{
	width: 90px;
	height: 30px;
	display: block;
	background: url(../images/btn_follow.png) no-repeat left top;
}

#top #twitter_wide #twitter-widget{
	position: relative;
	width: 380px;
	left: 32px;
}


div#tokikake_line_02 {
	width: 227px;
	float: left;
}

div#tokikake_line_02 h2{
	display: none;
}

div#tokikake_line_02 #line_banner{
	width: 227px;
	height: 307px;
	background: url(../images/line_bg_02.png) no-repeat center top;
}

div#tokikake_line_02 #line_banner li{
	display: none;
}


p#line_close {
	width: 227px;
	height: 307px;
	display: block;
	float: left;
	text-indent: -9999px;
	background: url(../images/line_close.png) no-repeat center top;
}


p#banner_present_original{
	width: 636px;
	height: 116px;
	display: block;
	text-indent: -9999px;
	position: relative;
	z-index: 100;
	margin: 15px auto;
}

p#banner_present_original a{
	width: 636px;
	height: 116px;
	display: block;
	background: url(../images/banner_present_original.png) no-repeat center top;
}

p#banner_present_edtheme{
	width: 636px;
	height: 116px;
	display: block;
	text-indent: -9999px;
	position: relative;
	z-index: 100;
	margin: 15px auto 0 auto;
}

p#banner_present_edtheme a{
	width: 636px;
	height: 116px;
	display: block;
	background: url(../images/banner_present_edtheme.png) no-repeat center top;
}

p#banner_present_themesong{
	width: 640px;
	height: 118px;
	display: block;
	text-indent: -9999px;
	position: relative;
	z-index: 100;
	margin: 15px auto 0 auto;
}

p#banner_present_themesong a{
	width: 640px;
	height: 118px;
	display: block;
	background: url(../images/banner_present_themesong.png) no-repeat center top;
}


ul#present_banner{
	width: 640px;
	height: 129px;
	margin: 15px auto 0 auto;
	position: relative;
	z-index: 100;
}

li#present_disc{
	width: 325px;
	height: 129px;
	display: block;
	text-indent: -9999px;
	margin: 0;
	float: left;
}

li#present_disc a{
	width: 315px;
	height: 129px;
	display: block;
	background: url(../images/banner_present_bddvd.png) no-repeat center top;
}

li#present_soundtrack{
	width: 315px;
	height: 129px;
	display: block;
	text-indent: -9999px;
	margin: 0;
	float: left;
}

li#present_soundtrack a{
	width: 315px;
	height: 129px;
	display: block;
	background: url(../images/banner_present_soundtrack.png) no-repeat center top;
}


p#banner_data{
	width: 653px;
	height: 119px;
	display: block;
	text-indent: -9999px;
	position: relative;
	z-index: 100;
	margin: 15px 0;
}

p#banner_data a{
	width: 653px;
	height: 119px;
	display: block;
	background: url(../images/banner_data.png) no-repeat center top;
}

p#banner_quiz{
	width: 653px;
	height: 126px;
	display: block;
	text-indent: -9999px;
	position: relative;
	z-index: 100;
	margin: 15px auto;
}

p#banner_quiz a{
	width: 653px;
	height: 126px;
	display: block;
	background: url(../images/banner_quiz.png) no-repeat center top;
}


p#banner_disc{
	width: 653px;
	height: 126px;
	display: block;
	text-indent: -9999px;
	position: relative;
	z-index: 100;
	margin: 15px auto;
}

p#banner_disc a{
	width: 653px;
	height: 126px;
	display: block;
	background: url(../images/banner_disc.png) no-repeat center top;
}


ul#sp_contents{
	width: 622px;
	margin: 0 auto 20px auto;
	position: relative;
	z-index: 1000;
}
ul#sp_contents li{
	width: 194px;
	height: 192px;
	display: block;
	float: left;
	text-indent: -9999px;
}

ul#sp_contents li a{
	width: 194px;
	height: 192px;
	display: block;
}

ul#sp_contents li#sp_01 a{
	background: url(../images/banner_sp_01.png) no-repeat center top;
}

ul#sp_contents li#sp_02{
	width: 234px;
}
ul#sp_contents li#sp_02 a{
	margin: 0 auto;
	background: url(../images/banner_sp_02.png) no-repeat center top;
}

ul#sp_contents li#sp_03{
	background: url(../images/banner_sp_03.png) no-repeat center top;
}

ul#sp_contents li#sp_03.on{
	background: none;
}

ul#sp_contents li#sp_03 a {
	background: url(../images/banner_sp_03_on.png) no-repeat center top;
}



/*　contents
-----------------------------------*/
#cnts #contents_main{
	position: relative;
	top: -170px;
	padding: 160px 0 0 0;
	margin: 0 auto -170px auto;
	background-color: #ffffff;
}

#cnts .main_section h2{
	text-indent: -9999px;
	display: block;
	width: 675px;
	margin: 0 0 -30px 0;
	position: relative;
	z-index: 50;
}


/*　introduction
-----------------------------------*/
#cnts #introduction h2{
	height: 193px;
	background: url(../images/introduction/title.png) no-repeat center #ffffff;
}

#cnts #introduction #intro_main *{
	display: none;
}

#cnts #introduction #intro_main{
	width: 675px;
	height: 1346px;
	margin: 0 0 0 0;
	display: block;
	background: url(../images/introduction/intro.png) no-repeat center top;
}


#cnts #introduction #comment_section h3{
	text-indent: -9999px;
	width: 675px;
	height: 90px;
	margin: 50px 0 30px 0;
	display: block;
	background: url(../images/introduction/midashi_comment.png) no-repeat center top;
}

#cnts #introduction #comment_section .comment *{
	display: none;
}

#cnts #introduction #comment_section .comment{
	width: 675px;
	display: block;
	margin: 0 auto 30px auto;
}

#cnts #introduction #comment_section #comment_01{
	height: 697px;
	background: url(../images/introduction/comment_01.png) no-repeat center top;
}
#cnts #introduction #comment_section #comment_02{
	height: 967px;
	background: url(../images/introduction/comment_02.png) no-repeat center top;
}
#cnts #introduction #comment_section #comment_03{
	height: 675px;
	background: url(../images/introduction/comment_03.png) no-repeat center top;
}
#cnts #introduction #comment_section #comment_04{
	height: 656px;
	background: url(../images/introduction/comment_04.png) no-repeat center top;
}
#cnts #introduction #comment_section #comment_05{
	height: 1200px;
	background: url(../images/introduction/comment_05.png) no-repeat center top;
}
#cnts #introduction #comment_section #comment_06{
	height: 680px;
	background: url(../images/introduction/comment_06.png) no-repeat center top;
}


/*　story
-----------------------------------*/
#cnts #story h2{
	height: 193px;
	background: url(../images/story/title.png) no-repeat center #ffffff;
}

#story .story_section p{
	color: #212121;
	line-height: 180%;
	font-size: 108%;
}

#story .story_section p strong{
	color: #be1c9e;
}

#story .story_section h3{
	width: 669px;
	height: 399px;
	margin: 0 auto 30px auto;
	text-indent: -9999px;
}

#story #s_01 h3{
	background: url(../images/story/s_01.png) no-repeat center;
}
#story #s_02 h3{
	background: url(../images/story/s_02.png) no-repeat center;
}
#story #s_03 h3{
	background: url(../images/story/s_03.png) no-repeat center;
}
#story #s_04 h3{
	background: url(../images/story/s_04.png) no-repeat center;
}
#story #s_05 h3{
	background: url(../images/story/s_05.png) no-repeat center;
}


#story .story_section .story_text_flat,
#story .story_section .photo_r,
#story .story_section .photo_l{
	width: 614px;
	margin: 0 auto 30px auto;
}

#story .story_section .photo_r .photo{
	width: 320px;
	height: 222px;
	float: right;
	text-indent: -9999px;
}

#story .story_section .photo_r .story_text{
	width: 290px;
	float: right;
}

#story .story_section .photo_l .photo{
	width: 320px;
	height: 222px;
	float: left;
	text-indent: -9999px;
}

#story .story_section .photo_l .story_text{
	width: 290px;
	float: left;
}

#story #s_01 #photo_01{
	background: url(../images/story/photo_01_01.png) no-repeat right top;
}
#story #s_01 #photo_02{
	background: url(../images/story/photo_01_02.png) no-repeat left top;
}
#story #s_01 #photo_03{
	background: url(../images/story/photo_01_03.png) no-repeat right top;
}

#story #s_02 #photo_01{
	background: url(../images/story/photo_02_01.png) no-repeat right top;
}
#story #s_02 #photo_02{
	background: url(../images/story/photo_02_02.png) no-repeat left top;
}
#story #s_02 #photo_03{
	background: url(../images/story/photo_02_03.png) no-repeat right top;
}

#story #s_03 #photo_01{
	background: url(../images/story/photo_03_01.png) no-repeat right top;
}
#story #s_03 #photo_02{
	background: url(../images/story/photo_03_02.png) no-repeat left top;
}
#story #s_03 #photo_03{
	background: url(../images/story/photo_03_03.png) no-repeat right top;
}

#story #s_04 #photo_01{
	background: url(../images/story/photo_04_01.png) no-repeat right top;
}
#story #s_04 #photo_02{
	background: url(../images/story/photo_04_02.png) no-repeat left top;
}
#story #s_04 #photo_03{
	background: url(../images/story/photo_04_03.png) no-repeat right top;
}

#story #s_05 #photo_01{
	background: url(../images/story/photo_05_01.png) no-repeat right top;
}
#story #s_05 #photo_02{
	background: url(../images/story/photo_05_02.png) no-repeat left top;
}
#story #s_05 #photo_03{
	background: url(../images/story/photo_05_03.png) no-repeat right top;
}

#story #story_backnumber {
	width: 675px;
	padding: 0 0 30px 0;
}

#story #story_backnumber h4{
	text-indent: -9999px;
	width: 304px;
	height: 83px;
	background: url(../images/story/midashi_backnumber.png) center;
	margin: 20px 0 0 160px;
}

#story #story_backnumber li{
	text-indent: -9999px;
	position: relative;
	display: block;
}
#story #story_backnumber li a{
	display: block;
}

#story #story_backnumber li#b_01{
	width: 184px;
	height: 217px;
	position: relative;
	top: -20px;
	left: 40px;
	float: left;
}

#story #story_backnumber li#b_01 a{
	width: 184px;
	height: 217px;
	background: url(../images/story/b_01.png) left top;
}

#story #story_backnumber li#b_02{
	width: 169px;
	height: 205px;
	position: relative;
	top: -20px;
	left: 60px;
	float: left;
}

#story #story_backnumber li#b_02 a{
	width: 169px;
	height: 205px;
	background: url(../images/story/b_02.png) left top;
}

#story #story_backnumber li#b_03{
	width: 160px;
	height: 198px;
	position: relative;
	top: -40px;
	left: 90px;
	float: left;
}

#story #story_backnumber li#b_03 a{
	width: 160px;
	height: 198px;
	background: url(../images/story/b_03.png) left top;
}

#story #story_backnumber li#b_04{
	width: 173px;
	height: 209px;
	position: relative;
	top: 0px;
	left: -210px;
	float: left;
}

#story #story_backnumber li#b_04 a{
	width: 173px;
	height: 209px;
	background: url(../images/story/b_04.png) left top;
}

#story #story_backnumber li#b_05{
	width: 178px;
	height: 212px;
	position: relative;
	top: -212px;
	left: 370px;
	float: left;
	margin: 0 0 -212px 0;
}

#story #story_backnumber li#b_05 a{
	width: 178px;
	height: 212px;
	background: url(../images/story/b_05.png) left top;
}


/*　chart
-----------------------------------*/
#cnts #chart h2{
	height: 193px;
	background: url(../images/chart/title.png) no-repeat center #ffffff;
}

#cnts #chart p#chart-main{
	width: 672px;
	height: 1552px;
	margin: 0 auto;
	background: url(../images/chart/chart.png) no-repeat left top;
	position: relative;
	z-index: 100;
}

#cnts #chart p#btn_class{
	width: 246px;
	height: 86px;
	text-indent: -9999px;
	display: block;
	position: relative;
	top: -160px;
	left: 320px;
	z-index: 1000;
	margin: 0 0 -80px 0;
}

#cnts #chart p#btn_class a{
	width: 246px;
	height: 86px;
	text-indent: -9999px;
	display: block;
	background: url(../images/chart/btn_class.png) no-repeat left top;
}

/*　cast-staff
-----------------------------------*/
#cnts #cast-staff h2{
	height: 193px;
	background: url(../images/cast-staff/title.png) no-repeat center #ffffff;
}

#cnts #cast-staff #cast *{
	display: none;
}

#cnts #cast-staff #cast{
	width: 675px;
	height: 964px;
	margin: 10px 0 0 0;
	display: block;
	background: url(../images/cast-staff/cast.png) no-repeat 255px top;
}

#cnts #cast-staff #staff *{
	display: none;
}

#cnts #cast-staff #staff{
	width: 675px;
	height: 962px;
	display: block;
	background: url(../images/cast-staff/staff.png) no-repeat 70px center;
}

/*　original
-----------------------------------*/
#cnts #original h2{
	height: 193px;
	background: url(../images/original/title.png) no-repeat center #ffffff;
}

#cnts #original #original_info{
	width: 675px;
	height: 402px;
	text-indent: -9999px;
	margin: 0 0 50px 0;
	display: block;
	background: url(../images/original/original_info.png) no-repeat center top;
}

#cnts #original #profile *{
	display: none;
}

#cnts #original #profile{
	width: 675px;
	height: 812px;
	margin: 0 0 0 0;
	display: block;
	background: url(../images/original/profile.png) no-repeat center top;
}

/*　music
-----------------------------------*/
#cnts #music h2{
	height: 193px;
	background: url(../images/music/title.png) no-repeat center #ffffff;
}

#cnts #music #music_info *{
	display: none;
}

#cnts #music #music_info{
	width: 675px;
	height: 761px;
	text-indent: -9999px;
	margin: 20px 0 150px 0;
	display: block;
	background: url(../images/music/music.png) no-repeat center top;
}

#cnts #music #themesong *{
	display: none;
}

#cnts #music #themesong{
	width: 675px;
	height: 204px;
	text-indent: -9999px;
	margin: 0 0 150px 0;
	display: block;
	background: url(../images/music/themesong.png) no-repeat center top;
}


#cnts #music #endingtheme *{
	display: none;
}

#cnts #music #endingtheme{
	width: 675px;
	height: 1064px;
	text-indent: -9999px;
	margin: 0 0 50px 0;
	display: block;
	background: url(../images/music/ending.png) no-repeat center top;
}


/*　trailer
-----------------------------------*/
#cnts #trailer h2{
	height: 193px;
	background: url(../images/trailer/title.png) no-repeat center #ffffff;
}

#trailer .pr_movie {
	width: 654px;
	height: 443px;
	display:  block;
	margin: 0 auto 60px;
	background: url(../images/trailer/movie_base.png) no-repeat left top;

}

#trailer .pr_movie .entry_para{
	width: 611px;
	height: 344px;
	display:  block;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

#trailer .pr_movie h3{
	width: 572px;
	height: 51px;
	margin: 10px auto 30px auto;
	text-indent: -9999px;
}

#trailer #movie_01 h3{
	background: url(../images/trailer/m_01.png) no-repeat center;
}
#trailer #movie_02 h3{
	background: url(../images/trailer/m_02.png) no-repeat center;
}
#trailer #movie_03 h3{
	background: url(../images/trailer/m_03.png) no-repeat center;
	height: 62px;
}
#trailer #movie_04 h3{
	background: url(../images/trailer/m_04.png) no-repeat center;
	height: 62px;
}
#trailer #movie_05 h3{
	background: url(../images/trailer/m_05.png) no-repeat center;
	height: 62px;
}
#trailer #movie_06 h3{
	background: url(../images/trailer/m_06.png) no-repeat center;
	height: 62px;
}
#trailer #movie_07 h3{
	background: url(../images/trailer/m_07.png) no-repeat center;
	height: 62px;
}
#trailer #movie_08 h3{
	background: url(../images/trailer/m_08.png) no-repeat center;
	height: 62px;
}
#trailer #movie_09 h3{
	background: url(../images/trailer/m_09.png) no-repeat center;
	height: 62px;
}
#trailer #movie_10 h3{
	background: url(../images/trailer/m_10.png) no-repeat center;
	height: 62px;
}
#trailer #movie_11 h3{
	background: url(../images/trailer/m_11.png) no-repeat center;
	height: 62px;
}
#trailer #movie_12 h3{
	background: url(../images/trailer/m_12.png) no-repeat center;
	height: 62px;
}


#trailer #trailer_backnumber {
	width: 675px;
	padding: 0 0 50px 0;
}

#trailer #trailer_backnumber h4{
	text-indent: -9999px;
	width: 240px;
	height: 125px;
	background: url(../images/trailer/midashi_backnumber.png) center;
	margin: 20px 0 0 10px;
}

#trailer #trailer_backnumber ul{
	margin: 0 0 0 12px;
}

#trailer #trailer_backnumber li{
	text-indent: -9999px;
	position: relative;
	display: block;
	width: 220px;
	height: 180px;
	float: left;
}

#trailer #trailer_backnumber li a{
	display: block;
	width: 207px;
	height: 160px;
}

#trailer #trailer_backnumber li#b_01 a{
	background: url(../images/trailer/b_01.png) left top;
}
#trailer #trailer_backnumber li#b_02 a{
	background: url(../images/trailer/b_02.png) left top;
}
#trailer #trailer_backnumber li#b_03 a{
	background: url(../images/trailer/b_03.png) left top;
}
#trailer #trailer_backnumber li#b_04 a{
	background: url(../images/trailer/b_04.png) left top;
}
#trailer #trailer_backnumber li#b_05 a{
	background: url(../images/trailer/b_05.png) left top;
}
#trailer #trailer_backnumber li#b_06 a{
	background: url(../images/trailer/b_06.png) left top;
}
#trailer #trailer_backnumber li#b_07 a{
	background: url(../images/trailer/b_07.png) left top;
}
#trailer #trailer_backnumber li#b_08 a{
	background: url(../images/trailer/b_08.png) left top;
}
#trailer #trailer_backnumber li#b_09 a{
	background: url(../images/trailer/b_09.png) left top;
}
#trailer #trailer_backnumber li#b_10 a{
	background: url(../images/trailer/b_10.png) left top;
}
#trailer #trailer_backnumber li#b_11 a{
	background: url(../images/trailer/b_11.png) left top;
}
#trailer #trailer_backnumber li#b_12 a{
	background: url(../images/trailer/b_12.png) left top;
}



/*　data
-----------------------------------*/
#cnts #data h2{
	height: 193px;
	background: url(../images/data/title.png) no-repeat center #ffffff;
}

#cnts #data #text_top *{
	display: none;
}

#cnts #data #text_top{
	display: block;
	width: 654px;
	height: 255px;
	padding: 0 0;
	margin: 0 auto;
	background: url(../images/data/text_top.png) no-repeat center;
}

#cnts #data #data_image{
	text-indent: -9999px;
	display: block;
	width: 662px;
	height: 416px;
	background: url(../images/data/image.png) no-repeat center;
	margin: 0 auto;
}

#cnts #data p#btn_entry{
	text-indent: -9999px;
	display: block;
	width: 311px;
	height: 112px;
	margin: 0 auto 10px auto;
}

#cnts #data p#btn_entry a{
	text-indent: -9999px;
	display: block;
	width: 311px;
	height: 112px;
	background: url(../images/data/btn_entry.png) no-repeat center;
}

#cnts #data p#btn_entry_off{
	text-indent: -9999px;
	display: block;
	width: 311px;
	height: 112px;
	margin: 0 auto 10px auto;
	background: url(../images/data/btn_entry_off.png) no-repeat center;
	-moz-opacity:0.5;
	opacity:0.5;
}

#cnts #data p#btn_entry_close{
	text-indent: -9999px;
	display: block;
	width: 311px;
	height: 112px;
	margin: 0 auto 10px auto;
	background: url(../images/data/btn_entry_close.png) no-repeat center;
}


#cnts #data p#deadline{
	color: #ff0000;
	text-align: center;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#cnts #data p.form_oshirase{
	color: #597f90;
	text-align: center;
	font-size: 90%;
}


#cnts #data #step *{
	display: none;
}

#cnts #data #step{
	display: block;
	width: 643px;
	height: 583px;
	padding: 20px 0;
	margin: 20px auto 0 auto;
	background: url(../images/data/step.png) no-repeat center;
}


#cnts #data #caution{
	width: 643px;
	margin: 0 auto 50px auto;
}

#cnts #data #caution h4{
	text-indent: -9999px;
	display: block;
	width: 139px;
	height: 40px;
	background: url(../images/data/midashi_caution.png) no-repeat center;
	margin: 0 0 20px 0;
}

#cnts #data #caution ul li{
	color: #3b2502;
	margin: 0 0 0 15px;
	line-height: 180%;
}


/*　goods
-----------------------------------*/
#cnts #goods h2{
	height: 193px;
	background: url(../images/goods/title.png) no-repeat center #ffffff;
}

#cnts #goods .goods_section *{
	display: none;
}

#cnts #goods .goods_section{
	display: block;
	width: 648px;
	margin: 0 auto 30px auto;
}

#cnts #goods #goods_01{
	height: 467px;
	background: url(../images/goods/goods_01.png) no-repeat center;
}

#cnts #goods #goods_02{
	height: 392px;
	background: url(../images/goods/goods_02.png) no-repeat center;
}

#cnts #goods #goods_03{
	height: 442px;
	background: url(../images/goods/goods_03.png) no-repeat center;
}

#cnts #goods #goods_04{
	height: 418px;
	background: url(../images/goods/goods_04.png) no-repeat center;
	margin: 0 auto 50px auto;
}

#cnts #goods p#webshop{
	text-indent: -9999px;
	display: block;
	width: 563px;
	height: 120px;
	margin: 0 auto 50px auto;
}

#cnts #goods p#webshop a{
	display: block;
	width: 563px;
	height: 120px;
	background: url(../images/goods/btn_webshop.png) no-repeat center;
}

#cnts #goods div#shop_list h4{
	text-indent: -9999px;
	display: block;
	width: 412px;
	height: 20px;
	margin: 0 auto 20px auto;
	background: url(../images/goods/shop_text.png) no-repeat center;
}

#cnts #goods div#shop_list ul{
	width: 562px;
	height: 142px;
	margin: 0 auto 20px auto;
}


#cnts #goods div#shop_list ul li#nittereya{
	width: 297px;
	height: 133px;
	text-indent: -9999px;
	display: block;
	float: left;
}

#cnts #goods div#shop_list ul li#nittereya a{
	width: 267px;
	height: 133px;
	display: block;
	background: url(../images/goods/btn_nittereya.png) no-repeat center;
}

#cnts #goods div#shop_list ul li#tree_vilalge{
	width: 265px;
	height: 132px;
	text-indent: -9999px;
	display: block;
	float: left;
	background: url(../images/goods/banner_treevillage.png) no-repeat center;
}

/*　special_01
-----------------------------------*/
#cnts #special_01 h2{
	height: 193px;
	background: url(../images/special_01/title.png) no-repeat center #ffffff;
}
#cnts #special_01 h3{
	width: 379px;
	height: 111px;
	background: url(../images/special_01/midashi.png) no-repeat center #ffffff;
	text-indent: -9999px;
}

#cnts #special_01 .book_wrapper#book_01 {
	background: url(../images/special_01/bg_01.png) no-repeat center right;
	margin-top: 20px;
}
#cnts #special_01 .book_wrapper#book_02 {
	background: url(../images/special_01/bg_02.png) no-repeat center right;
}
#cnts #special_01 .book_wrapper#book_03 {
	background: url(../images/special_01/bg_03.png) no-repeat center right;
}

#cnts #special_01 #book_01 .open_btn {
	background: url(../images/special_01/m_01.png) no-repeat center;
}
#cnts #special_01 #book_02 .open_btn {
	background: url(../images/special_01/m_02.png) no-repeat center;
}
#cnts #special_01 #book_03 .open_btn {
	background: url(../images/special_01/m_03.png) no-repeat center;
}

/*----------*/

#cnts #special_01 .book_wrapper {
	width: 675px;
	height: 440px;
	margin: 20px auto 0;
	position: relative;
}
#cnts #special_01 .open_btn {
	width: 265px;
	height: 152px;
    cursor: pointer;
    pointer-events: auto;
	position: absolute;
}
#cnts #special_01 .left .open_btn {
    top: 150px;
    left: 84px;
}
#cnts #special_01 .right .open_btn {
	top: 158px;
	right: 46px;
}
#cnts #special_01 .left ul.book_container {
	-webkit-transform-origin: 50% 120% 0px;
	-webkit-transform: translate(0px) rotate(6deg) scale(0.8,0.8);
	-moz-transform-origin: 50% 120% 0px;
	-moz-transform: translate(0px) rotate(6deg) scale(0.8,0.8);
	-ms-transform-origin: 50% 120% 0px;
	-ms-transform: translate(0px) rotate(6deg) scale(0.8,0.8);
	transform-origin: 50% 120% 0px;
	transform: translate(0px) rotate(6deg) scale(0.8,0.8);
	right: 75px;
}
#cnts #special_01 .right ul.book_container {
	-webkit-transform-origin: 50% 120% 0px;
	-webkit-transform: translate(0px) rotate(-6deg) scale(0.8,0.8);
	-moz-transform-origin: 50% 120% 0px;
	-moz-transform: translate(0px) rotate(-6deg) scale(0.8,0.8);
	-ms-transform-origin: 50% 120% 0px;
	-ms-transform: translate(0px) rotate(-6deg) scale(0.8,0.8);
	transform-origin: 50% 120% 0px;
	transform: translate(0px) rotate(-6deg) scale(0.8,0.8);
	left: 125px;
}
#cnts #special_01 .close_btn {
	width: 125px;
	height: 56px;
	background: blue;
    cursor: pointer;
    pointer-events: auto;
	z-index: 9999;
	display: none;
	background: url(../images/special_01/close.png) no-repeat center;
	position: absolute;
    bottom: -10px;
    right: -213px;
}
#cnts #special_01 ul.zoom {
	transition: transform 500ms linear 0ms;
}
#cnts #special_01 ul.book_container {
    width: 264px;
    height: 440px;
    margin: 0 auto 30px;
    padding: 0;
    list-style-type: none;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

	position: absolute;
	top: -90px;
}
#cnts #special_01 ul.book_container.left {
	right: 90px;
}
#cnts #special_01 ul.book_container.right {
	left: 85px;
}
#cnts #special_01 ul.book_container li {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#cnts #special_01 ul.book_container .cover {
	z-index: 1010;
	-webkit-transform-origin: 50% 120% 0px;
	-webkit-transition: transform 500ms linear 0ms;
	-webkit-transform: translate(0px) rotate(0deg);
	-moz-transform-origin: 50% 120% 0px;
	-moz-transition: transform 500ms linear 0ms;
	-moz-transform: translate(0px) rotate(0deg);
	-ms-transform-origin: 50% 120% 0px;
	-ms-transition: transform 500ms linear 0ms;
	-ms-transform: translate(0px) rotate(0deg);
	transform-origin: 50% 120% 0px;
	transition: transform 500ms linear 0ms;
	transform: translate(0px) rotate(0deg);
}
#cnts #special_01 ul.book_container .bookmark {
	z-index: 1001;
	-webkit-transform-origin: 50% 185% 0px;
	-webkit-transition: transform 500ms linear 0ms;
	-webkit-transform: translate(0px) rotate(0deg);
	-moz-transform-origin: 50% 185% 0px;
	-moz-transition: transform 500ms linear 0ms;
	-moz-transform: translate(0px) rotate(0deg);
	-ms-transform-origin: 50% 185% 0px;
	-ms-transition: transform 500ms linear 0ms;
	-ms-transform: translate(0px) rotate(0deg);
	transform-origin: 50% 185% 0px;
	transition: transform 500ms linear 0ms;
	transform: translate(0px) rotate(0deg);
}
#cnts #special_01 ul.book_container .cover img {
	position: absolute;
	bottom: 0;
}
#cnts #special_01 ul.book_container .bookmark img {
	position: absolute;
	bottom: 35px;
	right: 10px;
}
#cnts #special_01 ul.book_container.on .cover {
	-webkit-transform-origin: 50% 120% 0px;
	-webkit-transition: all 500ms linear 0ms;
	-webkit-transform: translate(0px) rotate(-6deg) !important;
	-moz-transform-origin: 50% 120% 0px;
	-moz-transition: transform 500ms linear 0ms;
	-moz-transform: translate(0px) rotate(-6deg) !important;
	-ms-transform-origin: 50% 120% 0px;
	-ms-transition: transform 500ms linear 0ms;
	-ms-transform: translate(0px) rotate(-6deg) !important;
	transform-origin: 50% 120% 0px;
	transition: transform 500ms linear 0ms;
	transform: translate(0px) rotate(-6deg) !important;
}
#cnts #special_01 ul.book_container.on .bookmark {
	-webkit-transform-origin: 50% 185% 0px;
	-webkit-transition: all 500ms linear 0ms;
	-webkit-transform: translate(0px) rotate(15deg) !important;
	-moz-transform-origin: 50% 185% 0px;
	-moz-transition: transform 500ms linear 0ms;
	-moz-transform: translate(0px) rotate(15deg) !important;
	-ms-transform-origin: 50% 185% 0px;
	-ms-transition: transform 500ms linear 0ms;
	-ms-transform: translate(0px) rotate(15deg) !important;
	transform-origin: 50% 185% 0px;
	transition: transform 500ms linear 0ms;
	transform: translate(0px) rotate(15deg) !important;
}


/*　class
-----------------------------------*/
#cnts #class h2{
	height: 193px;
	background: url(../images/class/title.png) no-repeat center #ffffff;
}

#cnts #class p#class-main{
	width: 660px;
	height: 977px;/* +20px */
	margin: 0 auto;
	background: url(../images/class/zaseki.png) no-repeat center top;
}


/*　present_original
-----------------------------------*/
#cnts #present_original h2{
	height: 193px;
	background: url(../images/present_original/title.png) no-repeat center #ffffff;
}

#cnts #present_original h3{
	width: 675px;
	height: 70px;
	text-indent: -9999px;
	margin: 0 0 30px 0;
	display: block;
	background: url(../images/present_original/midashi.png) no-repeat center top;
}


#cnts #present_original #text_top{
	width: 675px;
	height: 58px;
	text-indent: -9999px;
	margin: 0 0 50px 0;
	display: block;
	background: url(../images/present_original/text_top.png) no-repeat center top;
}


#cnts #present_original #original_image{
	width: 675px;
	height: 318px;
	text-indent: -9999px;
	margin: 0 0 50px 0;
	display: block;
	background: url(../images/present_original/image.png) no-repeat center top;
}


#cnts #present_original #atesaki *{
	display: none;
}

#cnts #present_original #atesaki{
	width: 675px;
	height: 336px;
	text-indent: -9999px;
	margin: 0 0 50px 0;
	display: block;
	background: url(../images/present_original/atesaki.png) no-repeat center top;
}

/*　present_endingtheme
-----------------------------------*/
#cnts #present_endingtheme h2{
	height: 193px;
	background: url(../images/present_endingtheme/title.png) no-repeat center #ffffff;
}

#cnts #present_endingtheme h3{
	width: 675px;
	height: 86px;
	text-indent: -9999px;
	margin: 0 0 30px 0;
	display: block;
	background: url(../images/present_endingtheme/midashi.png) no-repeat center top;
}


#cnts #present_endingtheme #text_top{
	width: 675px;
	height: 131px;
	text-indent: -9999px;
	margin: 0 0 50px 0;
	display: block;
	background: url(../images/present_endingtheme/text_top.png) no-repeat center top;
}


#cnts #present_endingtheme #atesaki *{
	display: none;
}

#cnts #present_endingtheme #atesaki{
	width: 675px;
	height: 366px;
	text-indent: -9999px;
	margin: 0 0 50px 0;
	display: block;
	background: url(../images/present_endingtheme/atesaki.png) no-repeat center top;
}

/*　present_themesong
-----------------------------------*/
#cnts #present_themesong h2{
	height: 193px;
	background: url(../images/present_themesong/title.png) no-repeat center #ffffff;
}

#cnts #present_themesong h3{
	width: 675px;
	height: 86px;
	text-indent: -9999px;
	margin: 0 0 30px 0;
	display: block;
	background: url(../images/present_themesong/midashi.png) no-repeat center top;
}


#cnts #present_themesong #text_top{
	width: 675px;
	height: 94px;
	text-indent: -9999px;
	margin: 0 0 50px 0;
	display: block;
	background: url(../images/present_themesong/text_top.png) no-repeat center top;
}

#cnts #present_themesong #themesong_image{
	width: 675px;
	height: 352px;
	text-indent: -9999px;
	margin: 0 0 50px 0;
	display: block;
	background: url(../images/present_themesong/image.png) no-repeat center top;
}


#cnts #present_themesong #atesaki *{
	display: none;
}

#cnts #present_themesong #atesaki{
	width: 675px;
	height: 366px;
	text-indent: -9999px;
	margin: 0 0 50px 0;
	display: block;
	background: url(../images/present_themesong/atesaki.png) no-repeat center top;
}


/*　disc
-----------------------------------*/
#cnts #disc h2{
	height: 193px;
	background: url(../images/disc/title.png) no-repeat center #ffffff;
}

#cnts #disc div#text_top *{
	display: none;
}
#cnts #disc div#text_top{
	width: 675px;
	height: 113px;
	text-indent: -9999px;
	margin: 0 0 30px 0;
	display: block;
	background: url(../images/disc/text_top.png) no-repeat center top;
}

#cnts #disc #box_image{
	width: 675px;
	height: 383px;
	text-indent: -9999px;
	margin: 0 0 30px 0;
	display: block;
	background: url(../images/disc/box_image.png) no-repeat center top;
}

#cnts #disc #disc_info *{
	display: none;
}

#cnts #disc #disc_info{
	width: 675px;
	height: 390px;
	text-indent: -9999px;
	margin: 0 0 20px 0;
	display: block;
	background: url(../images/disc/disc_info.png) no-repeat center top;
}

#cnts #disc .disc_section *{
	display: none;
}

#cnts #disc #bd{
	width: 675px;
	height: 320px;
	text-indent: -9999px;
	margin: 0 0 20px 0;
	display: block;
	background: url(../images/disc/bd.png) no-repeat center top;
}

#cnts #disc #dvd{
	width: 675px;
	height: 373px;
	text-indent: -9999px;
	margin: 0 0 50px 0;
	display: block;
	background: url(../images/disc/dvd.png) no-repeat center top;
}

#cnts #disc .disc_section p.btn_buy{
	display: block;
	width: 348px;
	height: 84px;
	text-indent: -9999px;
	margin: 0 auto;
	position: relative;
	top: 212px;
}

#cnts #disc .disc_section p.btn_buy a{
	display: block;
	width: 348px;
	height: 84px;
	background: url(../images/disc/btn_buy.png) no-repeat center top;
}


/*　quiz
-----------------------------------*/
#cnts #quiz h2{
	height: 193px;
	background: url(../images/quiz/title.png) no-repeat center #ffffff;
}
#cnts #quiz #quiz_info{
	height: 496px;
	background: url(../images/quiz/text_01.png) no-repeat center;
	text-indent: -9999px;
}
#cnts #quiz #text_area{
	height: 562px;
	background: url(../images/quiz/text_02.png) no-repeat 20px center;
	text-indent: -9999px;
}

#cnts #quiz #quiz_area{
	width: 613px;
	height: 280px;
	background: url(../images/quiz/quiz.png) no-repeat center top;
	text-indent: -9999px;
	margin: 60px auto;
}

#cnts #quiz #quiz_area_03{
	width: 613px;
	height: 280px;
	background: url(../images/quiz/quiz_03.png) no-repeat center top;
	text-indent: -9999px;
	margin: 60px auto;
}

#cnts #quiz #quiz_area_04{
	width: 613px;
	height: 280px;
	background: url(../images/quiz/quiz_04.png) no-repeat center top;
	text-indent: -9999px;
	margin: 60px auto;
}

#cnts #quiz #quiz_area p,
#cnts #quiz #quiz_area_03 p,
#cnts #quiz #quiz_area_04 p {
	display: none;
}

#cnts #quiz #quiz_area .anser{
	width: 575px;
	height: 84px;
	margin: 0 auto;
	background: url(../images/quiz/btn_off.png) no-repeat center;
	text-indent: -9999px;
	position: relative;
	top: 185px;
}

#cnts #quiz #quiz_area p#btn,
#cnts #quiz #quiz_area_03 p#btn{
	width: 575px;
	height: 84px;
	display: block;
	margin: 0 auto;
	text-indent: -9999px;
	position: relative;
	top: 185px;
}

#cnts #quiz #quiz_area p#btn a,
#cnts #quiz #quiz_area_03 p#btn a{
	width: 575px;
	height: 84px;
	display: block;
	background: url(../images/quiz/btn.png) no-repeat center;
}

#cnts #quiz #quiz_area_coming{
	width: 613px;
	height: 280px;
	background: url(../images/quiz/quiz_02.png) no-repeat center top;
	text-indent: -9999px;
	margin: 60px auto;
}

#cnts #quiz #quiz_area_coming p {
	display: none;
}

#cnts #quiz #quiz_area_coming .anser{
	width: 575px;
	height: 84px;
	margin: 0 auto;
	background: url(../images/quiz/btn_off.png) no-repeat center;
	text-indent: -9999px;
	position: relative;
	top: 185px;
}


/*　編集エリア - ここまで
-----------------------------------*/
.innerlink-head {
	text-indent: -9999px;
	width: 234px;
	height: 104px;
	display: block;
	position: relative;
    left: 500px;
	display: none;
}
.innerlink-head a {
	width: 234px;
	height: 104px;
	display: block;
	background: url(../images/pagetop.png) no-repeat left center;
}
.section {
	margin-bottom: 20px;
	padding: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

.clearboth{
	clear: both;
}
