@charset "utf-8";

@import url("reset.css");
@import url("common.css");


/* -----------------------------------------------------------
	Basic Settings
----------------------------------------------------------- */
body {
	background:#d99d00;
	font-family:sans-serif;
	background:url(../images/home/akira_pattern.png) repeat;
}

body#home {
	font-family:sans-serif;
	background:url(../images/home/title_bg_dote_1920x850.jpg) no-repeat center top fixed;
}


/* -----------------------------------------------------------
	トップ画像
----------------------------------------------------------- */
div#topimg_wrap {
	height:824px;
	text-align: center;
	border-bottom: 5px solid #fff;
}

div#topimg{
	width:960px;
	height:824px;
	position:relative;
	margin: 0 auto;
}

div#topimg h1{
	top:123px;
	left:174px;
	position:absolute;
}

a#btn_dvd {
	text-indent: -9999px;
	width: 244px;
	height: 263px;
	background: transparent url(../images/home/btn_dvd_onsale.png) no-repeat 0 0;
	top:139px;
	right:1px;
	position:absolute;
}

a#btn_dvd:hover {
	background-position: 0 -263px;
}

a#btn_shindan {
	text-indent: -9999px;
	width: 229px;
	height: 115px;
	background: transparent url(../images/home/btn_shindan.png) no-repeat 0 0;
	top: 694px;
	left: 1px;
	position: absolute;
}

a#btn_shindan:hover {
	background-position: 0 -115px;
}

ul#social_buttons{
	top:137px;
	left:1px;
	position:absolute;
}

ul#social_buttons li{
	text-align:center;
	float: left;
	margin: 0 4px 0 0;
}

ul#social_buttons a {
display: block;
} 


/* -----------------------------------------------------------
	Wrapper
----------------------------------------------------------- */
div#wrap{
	margin:0 auto;
	background:url(../images/home/akira_pattern.png) repeat;
}

div#contents_wrap{
	width:960px;
	margin:0 auto;
	background:url(../images/global/bg.png);
	/*padding-top: 5px;*/
}



/* -----------------------------------------------------------
	グローバルナビ
----------------------------------------------------------- */
#gnavi{
	width:960px;
	height:118px;
	margin:0 auto;
	position:relative;
	background:url(../images/navi/bg_navi.png) top left no-repeat;
}
#gnavi #nav01{
	position:absolute;
	top:49px;
	left:31px;
}
#gnavi #nav02{
	position:absolute;
	top:49px;
	left:158px;
}
#gnavi #nav03{
	position:absolute;
	top:49px;
	left:320px;
}
#gnavi #nav04{
	position:absolute;
	top:49px;
	left:479px;
}
#gnavi #nav05{
	position:absolute;
	top:49px;
	left:612px;
}
#gnavi #nav06{
	position:absolute;
	top:51px;
	left:753px;
}
#gnavi #btn_contact{
	position:absolute;
	top:6px;
	left:732px;
}
#gnavi #btn_contact2{
	position:absolute;
	top:6px;
	left:562px;
}


/* -----------------------------------------------------------
	めざましバナー画像
----------------------------------------------------------- */
div#bn_tv{
	position:absolute;
	top:199px;
	left:0px;
}

/* -----------------------------------------------------------
	トップページ
----------------------------------------------------------- */
div#top_inner{
	width:930px;
	margin:0 auto;
	overflow:hidden;
}

div.bg_top_box{
	width:610px;
	overflow:hidden;
	background:url(../images/home/bg_top_box.png) bottom no-repeat;
	padding:0 10px 10px 10px;
}

/* 左カラム */
div#top_inner div#left_column{
	width:630px;
	float:left;
}

dl.bg_top_news{
	width:590px;
	padding:5px 10px 0 10px;
	background:url(../images/home/bg_top_news.gif) top repeat-y;
	font-size:14px;
	line-height:1.2;
	height:270px;
	overflow:auto;
}

div.bg_top_news_top img{
	vertical-align:bottom;
}

dl.bg_top_news dt{
	color:#f5f500;
	font-weight:bold;
}

dl.bg_top_news dd{
	color:#fff;
	padding-bottom:17px;
}

dl.bg_top_news dd a{
	color:#fff;
}

div.bg_top_box2{
	width:290px;
	background:url(../images/home/bg_top_box2.png) bottom no-repeat;
	padding:10px;
}
div.bg_top_box3{
	width:290px;
	background:url(../images/home/bg_top_box2.png) bottom no-repeat;
	padding:0 10px 10px;
}

div.bg_top_box2 .twt{
	margin:10px 0 0;
}

/*.top_movie_box{
	width:290px;
	height:165px;
	overflow:hidden;
}*/



/* 2013.09.11追加・修正 */
div.bg_box2_top{
	width:610px;
	background:url(../images/home/bg_box2_top.jpg) left top no-repeat;
	padding:1px 10px 0;
}
div.bg_top_box2{
	width:630px;
	background:url(../images/home/bg_top_box2.png) bottom no-repeat;
	padding:0 0 10px;
}
div.bg_top_box3{
	width:610px;
	background:url(../images/home/bg_top_box.png) bottom no-repeat;
	padding:0 10px 10px;
}

div.bg_top_box2 .twt iframe{
	width:610px !important;
}

.top_movie_box{
	/*float:left;*/
	margin-bottom: 10px;
	width:610px;
	height:350px;
	overflow:hidden;
}
.top_movie_box02{
	/*float:right;*/
	width:610px;
	height:380px;
	overflow:hidden;
}


/* ムービーリンク */

#movie_link{
	margin:0;
	float:right;
}

#movie_link a {
	font-size:15px;
	color: #8A0808;
	text-decoration: none;
}

#movie_link a:hover {
	font-size:15px;
	color: #8A0808;
	text-decoration: underline;
}

#movie_link a:active {
	font-size:15px;
	color: #3B0B0B;
	text-decoration: underline;
}


/* ムービーリンク2 */

#movie_link2{
	margin:0;
	float:right;
}

#movie_link2 a {
	font-size:14px;
	color: #8A0808;
	text-decoration: underline;
}

#movie_link2 a:hover {
	font-size:14px;
	color: #3B0B0B;
	text-decoration: underline;
}

#movie_link2 a:active {
	font-size:14px;
	color: #3B0B0B;
	text-decoration: underline;
}




/* 右カラム */
div#top_inner div#right_column{
	width:290px;
	float:right;
}

#bana_box{
	width:270px;
	background:url(../images/home/bana_bg4.png) bottom no-repeat;
	padding:0 10px 27px;
}
#bana_box ul{
	margin:0;
	padding:0;
}
#bana_box ul li{
	list-style:none;
	width:270px;
	padding:5px 0 4px;
	height:60px;
	overflow:hidden;
}

#bana_img {
	list-style:none;
	width:270px;
	padding:5px 0 4px;
	height:150px;
	overflow:hidden;
}

form.tags{
	background:#f59a00/* url(../img/tag.gif) no-repeat*/;
	text-align:center;
	padding:1px;
	font-size:11px;
	border:1px;
	vertical-align: text-top;
}

form.tags span{
	font-size:12px;
	color: #fff;
	font-weight:bold;
}

form.tags input{
	width:136px;
}

/*-----------------*/
div#right_column2{
	width:290px;
	float:right;
}

#bana_box2{
	width:270px;
	padding:10px 10px 10px;
	text-align:center;
}

#bana_box2 ul{
	margin:0;
	padding:0;
}
#bana_box2 ul li{
	list-style:none;
	width:270px;
	padding:5px 0 0;
	overflow:hidden;
}

/*-----------------*/
div#right_column3{
	width:290px;
	float:right;
}

#bana_box3{
	width:270px;
	background:url(../images/home/bana_bg4.png) bottom no-repeat;
	padding:0 10px 27px;
}

#bana_box3 ul{
	margin:0;
	padding:0;
}
#bana_box3 ul li{
	list-style:none;
	width:270px;
	padding:5px 0 4px;
	height:80px;
	overflow:hidden;
}

/* -----------------------------------------------------------
	下層ページ共通
----------------------------------------------------------- */
/* 全体枠 */
div#wrap_local{
	width:960px;
	margin:0 auto;
	background:#edbb14;
	position: relative;
}
div#inner_local{
	width:910px;
	margin:0 auto;
	overflow:hidden;
}
div#inner_local h1{
	margin:0;
	padding:0;
}
div#inner_local h2{
	margin:0 0 10px;
	padding:0;
}
#local_cont_box{
	background:url(../images/global/local_cont_box.png) left top repeat-y;
	width:840px;
	padding:0 35px;
}

/* ヘッダー */
div#header_local{
	width:960px;
	margin:0 auto;
	overflow:hidden;
	height:145px;
}

/* コンテンツ背景 */


/*-- 下層ページ共通ここまで --*/

/*---------------------
	dvd情報
	----------------------*/

div.dvd_btnarea ul{
	width:726px;
	margin:0 auto;	
}
div.dvd_btnarea li.dvd_btnarea_tit{
	text-align:center;
	width:100%;
	height:45px;
}
div.dvd_btnarea li.dvd_btnarea_l{
	float:left;
	width:234px;
	padding-right:12px;
	height:45px;
	overflow:hidden;
}
div.dvd_btnarea li.dvd_btnarea_r{
	float:left;
	width:234px;
	height:45px;
	overflow:hidden;
}
div.dvd_btnarea li.dvd_btnarea_c{
	text-align:center;
	width:100%;
	height:45px;
}

div.dvd_btnarea li.dvd_btnarea_c2{
	text-align:center;
	vertical-align:text-top;
	width:100%;
	height:65px;
}

p.btnshop {
	margin: 16px 8px 0;
	padding-top: 2px;
	background: #4EBD00;
	border:3px solid #8BE600;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	width: 350px;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	float: left;
}

p.btnshopc {
	margin: 16px auto 0;
	padding-top: 2px;
	background: #4EBD00;
	border:3px solid #8BE600;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	width: 350px;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}

p.btnshop a ,p.btnshopc a{
	display: block;
	padding: 8px 0 12px;
	color: #fff;
}

p.btnshop a:hover ,p.btnshopc a:hover{
	color: #FFDC00;
}

/*--------0912追加---------*/

#aff_01 {
	margin-bottom:10px;
	position: relative;
	width: 800px;
	height: 200px;
	background:url(../images/dvd/dvd_bg_01.jpg) left top no-repeat;
}

#aff_01 a {
	font-size:14px;
	color: #8A0808;
	text-decoration: underline;
	position: absolute;
	top: 151px;
	left: 273px;
}

#aff_01 a:hover{
	font-size:14px;
	color: #3B0B0B;
	text-decoration: underline;	
}

#aff_01 a:active {
	font-size:14px;
	color: #3B0B0B;
	text-decoration: underline;
}


#aff_02 {
	margin-bottom:10px;
	position: relative;
	width: 800px;
	height: 200px;
	background:url(../images/dvd/dvd_bg_02.jpg) left top no-repeat;
}

#aff_02 a {
	font-size:14px;
	color: #8A0808;
	text-decoration: underline;
	position: absolute;
	top: 151px;
	left: 273px;
}


#aff_02 a:hover{
	font-size:14px;
	color: #3B0B0B;
	text-decoration: underline;	
}

#aff_02 a:active {
	font-size:14px;
	color: #3B0B0B;
	text-decoration: underline;
}



#aff_03 {
	paccing-bottom:10px;
	position: relative;
	width: 800px;
	height: 200px;
	background:url(../images/dvd/dvd_bg_03.jpg) left top no-repeat;
}

#aff_03 a {
	font-size:14px;
	color: #8A0808;
	text-decoration: underline;
	position: absolute;
	top: 151px;
	left: 273px;
}


#aff_03 a:hover{
	font-size:14px;
	color: #3B0B0B;
	text-decoration: underline;	
}

#aff_03 a:active {
	font-size:14px;
	color: #3B0B0B;
	text-decoration: underline;
}


#dvd_txt{
	font-size:12px;
	color: #8A0808;
	text-align:center;
}


#campaign_banner {
	width: 726px;
	height:;
	margin: 10px 57px 10px 57px;
	text-align:center;
}


/*---------------------
	紙兎ロペとは？
	----------------------*/
#about .about_box {
	margin: 0 57px;
	padding: 0;
	width: 726px;
}

#about .about_box p{
	font-size:100%;
	line-height: 150%;
	margin-bottom: 1.5em;
	color: #333;
}

#about .story_box {
	margin: 0 57px 30px 57px;
	padding: 0;
	width: 726px;
}

#about .story_box p{
	font-size:100%;
	line-height: 150%;
	margin-bottom: 1.5em;
	color: #333;
}

div.about_txt_l {
	margin: 0 20px 0 0;
	width: 420px;
	float: left;
}

div.about_txt_r {
	margin: 0;
	width: 286px;
	float: right;
}

div.about_txt_r img {
	clear:both;
	margin-bottom: 50px;
}

div.about_img_box .about_img_l {
	margin: 0 10px 15px 0;
	width: 235px;
	float: left;
}

div.about_img_box .about_img_c {
	margin: 0 10px 15px 0;
	width: 236px;
	float: left;
}

div.about_img_box .about_img_r {
	margin: 0 0 15px 0;
	width: 235px;
	float: left;
}

/*----プロジェクトの展開-----*/

div.about_project{
	width: 726px;
	margin: 0;
	text-align: center;	
}



/*-----スタッフ------*/

#staff_box{
	margin: 30px 57px 0px 57px; 
	padding: 0;
	width: 726px;
	text-align: center;	
}




/*---------------------
	ムービー
	----------------------*/
#movie h1 img {
	margin: -2px 0 0 0;
}
	
#movie .movie_box {
	margin: 11px 57px 0 57px;
	width: 726px;
}

div.movie_box .movie_img_l {
	margin: 0 12px 2px 0;
	width: 234px;
	height: 170px;
	float: left;
}

div.movie_box .movie_img_r {
	margin: 0 0 2px 0;
	width: 234px;
	height: 170px;
	float: left;
}

#movie .movie_box_2 {
	margin: 10px 57px 0 57px;
	width: 726px;
}

div.movie_box_2 .movie_img_l {
	margin: 0 10px 0 0;
	width: 358px;
	float: left;
}

div.movie_box_2 .movie_img_r {
	margin: 0;
	width: 358px;
	float: left;
}

div.movie_box_3 {
	margin: 0 57px;
	width: 726px;
}

div.movie_box_3 .movie_txt {
	margin: 0 10px 0 0;
	width: 358px;
	float: left;
}

div.movie_box_3 .movie_txt_r {
	margin: 0;
	width: 358px;
	float: left;
}

div.movie_box_3 form.tags{
	background:#f59a00/;
	text-align:left;
	padding:1px;
	font-size:11px;
	border:1px;
	vertical-align: text-top;
}

div.movie_box_3 form.tags span{
	font-size:10px;
	color: #fff;
	font-weight:bold;
}

div.movie_box_3 form.tags input{
	width:90px;
}




#movie_content {
/*	display: block;
*//*	height: 40px;
	padding: 0 0 40px 0;
*/}



#yokoku{
	margin: 16px 57px 0 57px;
	width: 726px;
}

/* ＤＶＤリンク */

#DVD_link{
	width: 726px;
	margin: 16px 57px 0 57px;
	text-align:right;
}

#DVD_link a {
	font-size:14px;
	color: #8A0808;
	text-decoration: underline;
}

#DVD_link a:hover {
	font-size:14px;
	color: #3B0B0B;
	text-decoration: underline;
}

#DVD_link a:active {
	font-size:14px;
	color: #3B0B0B;
	text-decoration: underline;
}


#Channel_banner {
	width: 726px;
	height:;
	margin: 10px 57px 30px 57px;
	text-align:center;
}

#Channel{
	position: relative;
	top: 15px;
	right: 60px;
	
}

/*---------------------
	キャラクター
	----------------------*/
#character h1 img {
	margin: 0;
}
	
#character .character_box {
	margin: -10px 57px 0 57px;
	padding: 0;
	width: 726px;
	background: #fff;
}
#character .character_box img{
	margin:0;
	padding: 0;
}

div.character_box .character_img_l {
	margin: 0;
	padding: 0;
	width: 343px;
	float: left;
}

div.character_box .character_img_r {
	margin: 0;
	padding: 0;
	width: 383px;
	float: left;
}

div.character_box .character_img_c {
	margin: 0;
	padding: 0;
	width: 726px;
	clear: both;
}



/*---------------------
	ダウンロード
	----------------------*/
#present div.present_box {
	margin: 0 47px;
	padding: 0;
	width: 746px;
}

div.present_box #present_left {
	width: 358px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}

div.present_box #present_right {
	width: 358px;
	margin: 0 0 0 0;
	padding: 0;
	float: right;
}

div.present_box #present_center {
	width: 746px;
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
}

div.present_center1 {
	width: 746px;
	margin: 26px 0 36px 0;
	padding: 0;
	float: left;
	line-height: 0;
}

div.present_center {
	width: 746px;
	margin: 0 0 36px 0;
	padding: 0;
	float: left;
	line-height: 0;
}

div.present_left {
	width: 358px;
	margin: 0 30px 0 0;
	padding: 0;
	float: left;
}

div.present_right {
	width: 358px;
	margin: 0 0 36px 0;
	padding: 0;
	float: left;
}

div.present_right2 {
	width: 358px;
	margin: 0;
	padding: 0;
	float: left;
}

div.present_btnarea {
	margin: 0 0 -3px 0;
}

div.present_btnarea .present_btnarea_l {
	margin: 0 6px 0 0;
	width: 176px;
	float: left;
}

div.present_btnarea .present_btnarea_r {
	width: 176px;
	float: left;
}

#present_img {
	padding: 0 0 40px 0;
}

.dl_bt_navi {
	margin-bottom: 12px;
	text-align: center;
	background-color: #ffffff;
}

.dl_bt_navi img{
	margin: 6px 3px 0 3px;
}

.text_red{
	color: #e63200;
}

.text_redbold{
	color: #e63200;
	font-weight: bold;
}


/* -----------年賀状-------------- */

#nenga_box {
	width: 726px;
	margin: 30px 0px 60px 57px;
	padding: 0;
}

#nenga_box .txt{
	margin: 26px 0 20px 0;
}

#nenga_box .left{
	width: 240px;
	margin-left:38px;
	text-align: center;
	float: left;
}

#nenga_box .right{
	width: 355px;
	margin:114px 38px 0 0;
	text-align: center;
	float: right;
}

#nenga_box .thumb{
	margin-bottom: 8px;
}

#nenga_box .new{
	margin-bottom: 3px;
}

/* -------------アプリ--------------- */

div.app_box{
	margin: 0 57px 60px 57px;
	padding: 0;
	width: 726px;
}

div.app_left {
	width: 622px;
	margin: 0 0 0 0;
	padding: 0;
	float:left; 
}

div.app_right {
	width: 104px;
	margin: 0 0 0 0;
	float:right; 
}


div.app_name{
	margin: 26px 0 12px 0;
}


div.app_icon{
	width: 120px;
	margin: 0 16px 0 2px;
	float:left; 
}

div.app_comment{
	width: 468px;
	margin: 0 0 0 0;
	float:left; 
}

div.app_image{
	width: 104px;
	margin: 0 0 0 0;
	float:left;  
}

div.app_download{
	width: 622px;
	margin: 20px 0 0 2px;
	float:left;
}


/* -----------LINEスタンプ・着せかえ-------------- */

#stamp_box {
	width: 726px;
	margin: 30px 0px 20px 57px;
	padding: 0;
}

#stamp_logo_l {
	margin: 0 20px 0 0;
	width: 80px;
	height:80px;
	float: left;
}

#stamp_txt_r {
	margin: 0;
	width: 626px;
	height:70px;
	float: right;
}

#stamp_box02 {
	width: 718px;
	margin: 30px 0px 30px 57px;
	padding: 0;
}

#stamp_box02 .b_title{
	margin: 20px auto;
}

#stamp_box02 .b_title_k{
	margin: 16px auto;
}

#stamp_box02 .cont_left{
	width: 480px;
	float: left;
}

#stamp_box02 .cont_left img{
	padding-top: 5px;
}

#stamp_box02 .cont_right{
	width: 238px;
	padding-top: 56px;
	text-align: center;
	font-size: 15px;
	float: right;
}

#stamp_box02 .cont_right_new{
	width: 238px;
	padding-top: 36px;
	text-align: center;
	font-size: 15px;
	float: right;
}

#stamp_box02 .cont_right_text{
	width: 238px;
	padding-top: 70px;
	text-align: center;
	font-size: 15px;
	float: right;
}

#stamp_box02 .cont_right_newtext{
	width: 238px;
	text-align: center;
	font-size: 15px;
	float: right;
}

#stamp_box02 .cont_right_newtext_nonnew{
	width: 238px;
	padding-top: 22px;
	text-align: center;
	font-size: 15px;
	float: right;
}

#stamp_box02 .cont_right_saihan{
	width: 238px;
	padding-top: 35px;
	text-align: center;
	font-size: 15px;
	float: right;
}

#stamp_box02 .kisekae{
	padding: 10px 0 20px;
	text-align: center;
	font-size: 15px;
}

#stamp_box02 .kisekae .att{
	font-size: 13px;
	padding-top: 3px;
}

#stamp_box02 .kisekae .capture{
	padding-bottom: 20px;
}


/* -----------LINE占い-------------- */

#uranai_box {
	width: 726px;
	margin: 30px 0px 20px 57px;
	padding: 0;
}

#uranai_logo_l {
	margin: 0 20px 0 0;
	width: 80px;
	height:80px;
	float: left;
}

#uranai_txt_r {
	margin: 0;
	width: 626px;
	height:70px;
	float: right;
}

#uranai_box02 {
	width: 718px;
	margin: 30px 0px 30px 57px;
	padding: 0;
}

#uranai_box02 .uranai{
	padding: 10px 0 20px;
	text-align: center;
	font-size: 15px;
}

#uranai_box02 .uranai .att{
	font-size: 13px;
	padding-top: 3px;
}

#uranai_box02 .uranai .capture{
	padding-bottom: 20px;
}

#uranai_box02 .b_title{
	text-align: center;
}


/* -----------aillis-------------- */

#aillis_box {
	width: 726px;
	margin: 30px 0 0 57px;
	padding: 0;
}

#aillis_logo_l {
	margin: 0 20px 0 0;
	width: 80px;
	height:80px;
	float: left;
}

#aillis_txt_r {
	margin: 0;
	width: 626px;
	height:90px;
	float: right;
}

#aillis_box02 {
	width: 718px;
	margin: 0 0 30px 57px;
	padding: 0;
}

#aillis_box02 .b_title{
	text-align: center;
}

#aillis_box02 .aillis{
	padding: 10px 0 20px;
	text-align: center;
	font-size: 15px;
	line-height: 1.6em;
}

#aillis_box02 .aillis .capture{
	padding-bottom: 20px;
}


/* -----------ココッパ-------------- */

#cocoppa_box1 {
	width: 726px;
	margin: 30px 0px 0px 57px;
	padding: 0;
}

#cocoppa_box2 {
	width: 726px;
	margin: 0px 0px 10px 57px;
	font-size: 15px;
	line-height: 2.2em;
}

#cocoppa_img01{
	margin: 30px 0px 50px 10px;
	width: 340px;
	float: left;
	text-align:center;
}

#cocoppa_img02{
	margin: 30px 10px 50px 0px;
	width: 340px;
	float: right;
	text-align:center;
}

#cocoppa_logo_l {
	margin: 0 20px 0 0;
	width: 80px;
	height:80px;
	float: left;
}

#cocoppa_txt {
	margin: 0;
	width: 626px;
	height:90px;
	float: right;
}

#cocoppa_txt a {
	color: #8A0808;
	text-decoration: none;
}

#cocoppa_txt a:hover {
	color: #8A0808;
	text-decoration: underline;
}

#cocoppa_txt a:active {
	color: #3B0B0B;
	text-decoration: underline;
}




/* -----------------------------------------------------------
キャンペーン
----------------------------------------------------------- */
#campaign_txt{
	font-size:14px;
	color: #8A0808;
	text-align:center;
	margin: 5px  0  0  0;
}


/* -----------------------------------------------------------
	商標など
----------------------------------------------------------- */
#footer_navi{
	margin: 0;
	text-align: center;
	font-size:12px;
	color: #8A0808;
	text-decoration: none;	
}


/* #notice_link{
	margin: 0;
	text-align: center;
}*/

#notice_link a {
	font-size:12px;
	color: #8A0808;
	text-decoration: none;
}

#notice_link a:hover {
	font-size:12px;
	color: #8A0808;
	text-decoration: underline;
}

#notice_link a:active {
	font-size:12px;
	color: #3B0B0B;
	text-decoration: underline;
}



/* -----------------------------------------------------------
	back-top
----------------------------------------------------------- */
#back-top {
	position: fixed;
	bottom: 140px;
	margin-left:800px;
}
#back-top a {
	width: 40px;
	height:40px;
	overflow:hidden;
	display: block;
}
/* arrow icon (span tag) */
#back-top span {
	width: 40px;
	height: 40px;
	display: block;
	background-image:url(../images/global/btn_top.png);
	background-position:left top;
	background-repeat:no-repeat;
}
#back-top a:hover span {
	background-position:left bottom;
}



/* -----------------------------------------------------------
	フッター
----------------------------------------------------------- */
#footer{
	padding:0;
	text-align:center;
}
#home #footer{
	padding:0 0 10px 0;
	text-align:center;
}

/* -----------------------------------------------------------
	なぞなぞバナー
----------------------------------------------------------- */
#rope-LINE_banner{
	padding:20px 0px 4px 0px;
	text-align:center;
}

#rope-jinjya_banner{
	padding:20px 0px 4px 0px;
	text-align:center;
}

#top_banner{
	padding:15px 5px 4px 5px;
	text-align:center;
}

#campaign_movie_box{
	width:610px;
	height:380px;
	overflow:hidden;
	text-align:center;
}
