
/*---News-----------------------------------------------------------------*/
/*タイトル*/
#toppage #news h2{
 background: url(../img/top/title01.gif) no-repeat;
 width: 680px;
 height: 40px;
 text-indent: -9999px;
 display: block;
 margin: 0;
 }
@media screen and (max-width: 768px) {
#toppage #news h2{
 background: none;
	background:-webkit-gradient(linear,center top, center bottom, from(#d4e9ef), to(#e5f3f7));
	background:-moz-linear-gradient(top, #d4e9ef, #e5f3f7);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffd4e9ef', endColorstr='#ffe5f3f7');
	background: linear-gradient(to bottom, #d4e9ef, #e5f3f7);
 width: auto;
 height: auto;
 text-indent: 0;
 display: block;
 margin: 0;
 padding: 5px 5px;
 }
}
/*----内容--------*/
#toppage #news dl{
 width: 670px;
 margin: 5px auto;
 }

/*日付*/
#toppage #news dt{
 background: url(../img/common/line_orange.gif) no-repeat 4px 0.2em;
 font-size: 13px;
 padding: 0 0 0 14px;
 float: left;
 width: 100px;
 line-height: 1.7;
 }
/*日付 IE hack*/
*html #toppage #news dt{
 background: url(../img/common/line_orange.gif) no-repeat 4px 0.2em;
 font-size: 13px;
 padding: 0 0 0 14px;
 float: left;
 width: 120px;
 line-height: 1.7;
 }

/*テキスト*/
#toppage #news dd{
 font-size: 13px;
 float: right;
 width: 540px;
 line-height: 1.7;
 }
/*テキスト IE hack*/
*html #toppage #news dd{
 font-size: 13px;
 float: left;
 width: 500px;
 line-height: 1.7;
 }

/*下線*/
#toppage #news .border{
 border-bottom: 1px dotted #000000;
 margin: 0 0 5px 0;
 padding: 0;
 height: 3px;
 clear: both;
 width: 670px;
 }

/*下線 IE7 hack*/
*:first-child+html #toppage #news .border{
 border-bottom: 0px;
 margin: 0;
 padding: 0;
 height: 0;
 width: auto;
 }

/*下線 IE hack*/
*html #toppage #news .border{
 border-bottom: 0px;
 margin: 0;
 padding: 0;
 height: 0;
 width: auto;
 }
@media screen and (max-width: 768px) {
/*----内容--------*/
#toppage #news dl{
 width: auto;
 margin: 5px auto;
 }

/*日付*/
#toppage #news dt{
 background: url(../img/common/line_orange.gif) no-repeat 4px 0.2em;
 font-size: 13px;
 padding: 0 0 0 14px;
 float: left;
 width: 100px;
 line-height: 1.7;
 }
/*日付 IE hack*/
*html #toppage #news dt{
 background: url(../img/common/line_orange.gif) no-repeat 4px 0.2em;
 font-size: 13px;
 padding: 0 0 0 14px;
 float: none;
 width: auto;
 line-height: 1.7;
 }

/*テキスト*/
#toppage #news dd{
 font-size: 13px;
 float: none;
 width: auto;
 line-height: 1.7;
 }
/*テキスト IE hack*/
*html #toppage #news dd{
 font-size: 13px;
 float: none;
 width: auto;
 line-height: 1.7;
 }

/*下線*/
#toppage #news .border{
 border-bottom: 1px dotted #000000;
 margin: 0 0 5px 0;
 padding: 0;
 height: 3px;
 clear: both;
 width: auto;
 }

/*下線 IE7 hack*/
*:first-child+html #toppage #news .border{
 border-bottom: 0px;
 margin: 0;
 padding: 0;
 height: 0;
 width: auto;
 }

/*下線 IE hack*/
*html #toppage #news .border{
 border-bottom: 0px;
 margin: 0;
 padding: 0;
 height: 0;
 width: auto;
 }

}

/*---TOPICS A-----------------------------------------------------------------*/
/*タイトル*/
#toppage #topics h2{
 background: url(../img/top/topics_title.gif) no-repeat;
 width: 680px;
 height: 55px;
 text-indent: -9999px;
 display: block;
 margin: 0;
 }

/*背景*/
#toppage #topics .body{
 width: 670px;
 height:490px;
 overflow-y:scroll;
 background-color: #E7F4F8;
 padding: 10px 0 10px 10px;
 }
/*firefox*/
#toppage #topics .body:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
*html #toppage #topics .body{
    height: 1em;
}
/*firefox*/

/*----内容--------*/
#toppage #topics .body dl{
 width: 655px;
 margin: 5px auto;
 }

/*日付*/
#toppage #topics .body dt{
 background: url(../img/common/line_orange.gif) no-repeat 4px 0.2em;
 font-size: 13px;
 padding: 0 0 0 14px;
 float: left;
 width: 150px;
 line-height: 1.7;
 }
/*日付 IE hack*/
*html #toppage #topics .body dt{
 background: url(../img/common/line_orange.gif) no-repeat 4px 0.2em;
 font-size: 13px;
 padding: 0 0 0 14px;
 float: left;
 width: 150px;
 line-height: 1.7;
 }

/*テキスト*/
#toppage #topics .body dd{
 font-size: 13px;
 float: right;
 width: 480px;
 line-height: 1.7;
 }
/*テキスト IE hack*/
*html #toppage #topics .body dd{
 font-size: 13px;
 float: left;
 width: 480px;
 line-height: 1.7;
 }

/*下線*/
#toppage #topics .body .border{
 border-bottom: 1px dotted #000000;
 margin: 0 0 5px 0;
 padding: 0;
 height: 3px;
 clear: both;
 }

/*下線 IE7 hack*/
*:first-child+html #toppage #topics .body .border{
 border-bottom: 0px;
 margin: 0;
 padding: 0;
 height: 0;
 width: auto;
 }


/*下線 IE6 hack*/
*html #toppage #topics .body .border{
 border-bottom: 0px;
 margin: 0;
 padding: 0;
 height: 0;
 width: auto;
 }

/*フッター*/
#toppage #topics .footer{
 background: url(../img/top/topics_footer.gif) no-repeat;
 width: 680px;
 height: 5px;
 text-indent: -9999px;
 display: block;
 margin: 0;
 }
@media screen and (max-width: 768px) {
#toppage #topics h2{
 background: none;
	background:-webkit-gradient(linear,center top, center bottom, from(#d4e9ef), to(#e5f3f7));
	background:-moz-linear-gradient(top, #d4e9ef, #e5f3f7);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffd4e9ef', endColorstr='#ffe5f3f7');
	background: linear-gradient(to bottom, #d4e9ef, #e5f3f7);
 width: 98%;
 height: auto;
 text-indent: 0;
 display: block;
 margin: 0;
 padding: 10px 1%;
 font-size: 16px;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #9cc4d2;

 }


/*背景*/
#toppage #topics .body{
 width: 98%;
 height:200px;
 overflow-y:scroll;
 background-color: #E7F4F8;
 padding: 10px 1%;
 }
/*firefox*/
#toppage #topics .body:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
*html #toppage #topics .body{
    height: 1em;
}
/*firefox*/

/*----内容--------*/
#toppage #topics .body dl{
 width: auto;
 margin: 5px auto;
 }

/*日付*/
#toppage #topics .body dt{
 background: url(../img/common/line_orange.gif) no-repeat 4px 0.2em;
 font-size: 13px;
 padding: 0 0 0 14px;
 float: none;
 width: auto;
 line-height: 1.7;
 }
/*テキスト*/
#toppage #topics .body dd{
 font-size: 13px;
 float: none;
 width: auto;
 line-height: 1.7;
 }
/*テキスト IE hack*/
*html #toppage #topics .body dd{
 font-size: 13px;
 float: none;
 width: auto;
 line-height: 1.7;
 }

/*下線*/
#toppage #topics .body .border{
 border-bottom: 1px dotted #000000;
 margin: 0 0 5px 0;
 padding: 0;
 height: 3px;
 clear: both;
 }

/*下線 IE7 hack*/
*:first-child+html #toppage #topics .body .border{
 border-bottom: 0px;
 margin: 0;
 padding: 0;
 height: 0;
 width: auto;
 }


/*下線 IE6 hack*/
*html #toppage #topics .body .border{
 border-bottom: 0px;
 margin: 0;
 padding: 0;
 height: 0;
 width: auto;
 }

/*フッター*/
#toppage #topics .footer{
	display: none;
 }



}

/*---TOPICS B-----------------------------------------------------------------*/
/*タイトル*/
#toppage #topicsB h2{
 background: url(../../info/img/title_b.gif) no-repeat;
 width: 680px;
 height: 55px;
 display: block;
 text-indent: -9999px;
 margin: 0;
 }

/*背景*/
#toppage #topicsB .body{
 width: 660px;
 background-color: #E7F4F8;
 padding: 10px;
 font-size: 13px;
 }
/*firefox*/
#toppage #topicsB .body:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
*html #toppage #topicsB .body{
    height: 1em;
}
/*firefox*/


/*----内容--------*/
#toppage #topicsB .body dl{
 width: 650px;
 margin: 5px auto;
 }

/*日付*/
#toppage #topicsB .body dt{
 background: url(../img/common/line_orange.gif) no-repeat 4px 0.2em;
 font-size: 13px;
 padding: 0 0 0 14px;
 float: left;
 width: 100px;
 line-height: 1.7;
 }
/*日付 IE hack*/
*html #toppage #topicsB .body dt{
 background: url(../img/common/line_orange.gif) no-repeat 4px 0.2em;
 font-size: 13px;
 padding: 0 0 0 14px;
 float: left;
 width: 120px;
 line-height: 1.7;
 }

/*テキスト*/
#toppage #topicsB .body dd{
 font-size: 13px;
 float: right;
 width: 530px;
 line-height: 1.7;
 }
/*テキスト IE hack*/
*html #toppage #topicsB .body dd{
 font-size: 13px;
 float: left;
 width: 490px;
 line-height: 1.7;
 }

/*下線*/
#toppage #topicsB .body .border{
 border-bottom: 1px dotted #000000;
 margin: 0 0 5px 0;
 padding: 0;
 height: 3px;
 clear: both;
 }

/*下線 IE7 hack*/
*:first-child+html #toppage #topicsB .body .border{
 border-bottom: 0px;
 margin: 0;
 padding: 0;
 height: 0;
 width: auto;
 }

/*下線 IE6 hack*/
*html #toppage #topicsB .body .border{
 border-bottom: 0px;
 margin: 0;
 padding: 0;
 height: 0;
 width: auto;
 }

/*フッター*/
#toppage #topicsB .footer{
 background: url(../img/top/topics_footer.gif) no-repeat;
 width: 680px;
 height: 5px;
 text-indent: -9999px;
 display: block;
 margin: 0;
 }

@media screen and (max-width: 768px) {
/*tablet*/
}
/*---Schedule-----------------------------------------------------------------*/
#toppage #schedule{
 float: left;
 }
/*タイトル*/
#toppage #schedule h2{
 background: url(../img/top/news_title01.gif) no-repeat;
 width: 330px;
 height: 55px;
 text-indent: -9999px;
 display: block;
 margin: 0;
 }

/*背景*/
#toppage #schedule .body{
 width: 320px;
 height:150px;
 overflow-y:scroll;
 background-color: #E7F4F8;
 padding: 10px 0 10px 10px;
 }
/*firefox*/
#toppage #schedule .body:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
*html #toppage #schedule .body{
    height: 1em;
}
/*firefox*/

/*----内容--------*/
#toppage #schedule .body dl{
 width: 300px;
 margin: 5px auto;
 }

/*日付*/
#toppage #schedule .body dt.icon01{
 background: url(../img/common/icon01.gif) no-repeat 4px 0;
 font-size: 13px;
 line-height: 16px;
 padding: 0 0 0 20px;
 float: left;
 width: 120px;
 line-height: 1.7;
 }
/*日付 IE hack*/
*html #toppage #schedule .body dt.icon01{
 background: url(../img/common/icon01.gif) no-repeat 4px 0;
 font-size: 13px;
 line-height: 16px;
 padding: 0 0 0 20px;
 float: left;
 width: 120px;
 line-height: 1.7;
 }
/*日付*/
#toppage #schedule .body dt.icon02{
 background: url(../img/common/icon02.gif) no-repeat 4px 0;
 font-size: 13px;
 line-height: 16px;
 padding: 0 0 0 20px;
 float: left;
 width: 120px;
 line-height: 1.7;
 }
/*日付 IE hack*/
*html #toppage #schedule .body dt.icon02{
 background: url(../img/common/icon02.gif) no-repeat 4px 0;
 font-size: 13px;
 line-height: 16px;
 padding: 0 0 0 20px;
 float: left;
 width: 120px;
 line-height: 1.7;
 }
/*日付*/
#toppage #schedule .body dt.icon03{
 background: url(../img/common/icon03.gif) no-repeat 4px 0;
 font-size: 13px;
 line-height: 16px;
 padding: 0 0 0 20px;
 float: left;
 width: 120px;
 line-height: 1.7;
 }
/*日付 IE hack*/
*html #toppage #schedule .body dt.icon03{
 background: url(../img/common/icon03.gif) no-repeat 4px 0;
 font-size: 13px;
 line-height: 16px;
 padding: 0 0 0 20px;
 float: left;
 width: 120px;
 line-height: 1.7;
 }


/*テキスト*/
#toppage #schedule .body dd{
 font-size: 13px;
 float: right;
 width: 150px;
 line-height: 1.7;
 }
/*テキスト IE hack*/
*html #toppage #schedule .body dd{
 font-size: 13px;
 float: left;
 width: 150px;
 line-height: 1.7;
 }

/*下線*/
#toppage #schedule .body .border{
 border-bottom: 1px dotted #000000;
 margin: 0 0 5px 0;
 padding: 0;
 height: 3px;
 clear: both;
 }

/*下線 IE7 hack*/
*:first-child+html #toppage #schedule .body .border{
 border-bottom: 0px;
 margin: 0;
 padding: 0;
 height: 0;
 width: auto;
 }

/*下線 IE hack*/
*html #toppage #schedule .body .border{
 border-bottom: 0px;
 margin: 0;
 padding: 0;
 height: 0;
 width: auto;
 }

/*フッター*/
#toppage #schedule .footer{
 background: url(../img/top/news_footer.gif) no-repeat;
 width: 330px;
 height: 5px;
 text-indent: -9999px;
 display: block;
 margin: 0;
 }

/*----アイコンの説明--------*/
#toppage #schedule .iconDesc ul{
 list-style: none;
 width: 330px;
 }

#toppage #schedule .iconDesc li{
 margin: 5px 20px 0 0;
 list-style: none;
 float: left;
 }

*html #toppage #schedule .iconDesc li{
 margin: 0 20px 0 0;
 list-style: none;
 float: left;
 }

#toppage #schedule .iconDesc li.icon01{
 background: url(../img/common/icon01.gif) no-repeat 4px 0;
 font-size: 11px;
 line-height: 16px;
 padding: 0 0 0 20px;
 }
#toppage #schedule .iconDesc li.icon02{
 background: url(../img/common/icon02.gif) no-repeat 4px 0;
 font-size: 11px;
 line-height: 16px;
 padding: 0 0 0 20px;
 }
#toppage #schedule .iconDesc li.icon03{
 background: url(../img/common/icon03.gif) no-repeat 4px 0;
 font-size: 11px;
 line-height: 16px;
 padding: 0 0 0 20px;
 }
@media screen and (max-width: 768px) {
#toppage #schedule{
 float: none;
 }
/*タイトル*/
#toppage #schedule h2{
 background: none;
	background:-webkit-gradient(linear,center top, center bottom, from(#d4e9ef), to(#e5f3f7));
	background:-moz-linear-gradient(top, #d4e9ef, #e5f3f7);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffd4e9ef', endColorstr='#ffe5f3f7');
	background: linear-gradient(to bottom, #d4e9ef, #e5f3f7);
 width: 98%;
 height: auto;
 text-indent: 0;
 display: block;
 margin: 0;
 padding: 10px 1%;
 font-size: 16px;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #9cc4d2;
 }

/*背景*/
#toppage #schedule .body{
 width: 98%;
 height:150px;
 overflow-y:scroll;
 background-color: #E7F4F8;
 padding: 10px 1%;
 }
/*firefox*/
#toppage #schedule .body:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
*html #toppage #schedule .body{
    height: 1em;
}
/*firefox*/

/*----内容--------*/
#toppage #schedule .body dl{
 width: auto;
 margin: 5px auto;
 }

/*日付*/
#toppage #schedule .body dt.icon01{
 background: url(../img/common/icon01.gif) no-repeat 4px 0;
 font-size: 13px;
 line-height: 16px;
 padding: 0 0 0 20px;
 float: none;
 width: 100px;
 line-height: 1.7;
 }
/*日付 IE hack*/
*html #toppage #schedule .body dt.icon01{
 background: url(../img/common/icon01.gif) no-repeat 4px 0;
 font-size: 13px;
 line-height: 16px;
 padding: 0 0 0 20px;
 float: none;
 width: auto;
 line-height: 1.7;
 }
/*日付*/
#toppage #schedule .body dt.icon02{
 background: url(../img/common/icon02.gif) no-repeat 4px 0;
 font-size: 13px;
 line-height: 16px;
 padding: 0 0 0 20px;
 float: none;
 width: auto;
 line-height: 1.7;
 }
/*日付 IE hack*/
*html #toppage #schedule .body dt.icon02{
 background: url(../img/common/icon02.gif) no-repeat 4px 0;
 font-size: 13px;
 line-height: 16px;
 padding: 0 0 0 20px;
 float: left;
 width: 120px;
 line-height: 1.7;
 }
/*日付*/
#toppage #schedule .body dt.icon03{
 background: url(../img/common/icon03.gif) no-repeat 4px 0;
 font-size: 13px;
 line-height: 16px;
 padding: 0 0 0 20px;
 float: none;
 width: auto;
 line-height: 1.7;
 }
/*日付 IE hack*/
*html #toppage #schedule .body dt.icon03{
 background: url(../img/common/icon03.gif) no-repeat 4px 0;
 font-size: 13px;
 line-height: 16px;
 padding: 0 0 0 20px;
 float: none;
 width: auto;
 line-height: 1.7;
 }


/*テキスト*/
#toppage #schedule .body dd{
 font-size: 13px;
 float: none;
 width: auto;
 line-height: 1.7;
 }
/*テキスト IE hack*/
*html #toppage #schedule .body dd{
 font-size: 13px;
 float: none;
 width: auto;
 line-height: 1.7;
 }

/*下線*/
#toppage #schedule .body .border{
 border-bottom: 1px dotted #000000;
 margin: 0 0 5px 0;
 padding: 0;
 height: 3px;
 clear: both;
 }

/*下線 IE7 hack*/
*:first-child+html #toppage #schedule .body .border{
 border-bottom: 0px;
 margin: 0;
 padding: 0;
 height: 0;
 width: auto;
 }

/*下線 IE hack*/
*html #toppage #schedule .body .border{
 border-bottom: 0px;
 margin: 0;
 padding: 0;
 height: 0;
 width: auto;
 }

/*フッター*/
#toppage #schedule .footer{
	display: none;
 }

/*----アイコンの説明--------*/
#toppage #schedule .iconDesc ul{
 list-style: none;
 width: 330px;
 }

#toppage #schedule .iconDesc li{
 margin: 5px 20px 0 0;
 list-style: none;
 float: none;
 }

*html #toppage #schedule .iconDesc li{
 margin: 0 20px 0 0;
 list-style: none;
 float: none;
 }

#toppage #schedule .iconDesc li.icon01{
 background: url(../img/common/icon01.gif) no-repeat 4px 0;
 font-size: 11px;
 line-height: 16px;
 padding: 0 0 0 20px;
 }
#toppage #schedule .iconDesc li.icon02{
 background: url(../img/common/icon02.gif) no-repeat 4px 0;
 font-size: 11px;
 line-height: 16px;
 padding: 0 0 0 20px;
 }
#toppage #schedule .iconDesc li.icon03{
 background: url(../img/common/icon03.gif) no-repeat 4px 0;
 font-size: 11px;
 line-height: 16px;
 padding: 0 0 0 20px;
 }
}
/*---paper-----------------------------------------------------------------*/
#toppage #paper{
 float: right;
 }
/*タイトル*/
#toppage #paper h2{
 background: url(../img/top/news_title02.gif) no-repeat;
 width: 330px;
 height: 55px;
 text-indent: -9999px;
 display: block;
 margin: 0;
 }

/*背景*/
#toppage #paper .body{
 width: 310px;
 height:150px;
 background-color: #E7F4F8;
 padding: 10px;
 }
/*firefox*/
#toppage #paper .body:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
*html #toppage #paper .body{
    height: 1em;
}
/*firefox*/

/*----会報内容--------*/
#toppage #paper .body .images{
 float: left;
 width: 95px;
 }
#toppage #paper .body .areaText{
 float: right;
 width: 215px;
 font-size: 13px;
 }
#toppage #paper .body .areaText p{
 padding-left: 10px;
 }
#toppage #paper .body .areaText p.strong{
 font-size: 16px;
 font-weight: bold;
 line-height: 1.5;
 color: #009944;
 }

/*資料DLボタン*/
#toppage #paper .body .areaText .downLoad a{
 background: url(../img/common/bot_dl.png) no-repeat;
 text-indent: -9999px;
 display: block;
 width: 213px;
 height: 27px;
 float: right;
 margin-top: 10px;
 }

/*フッター*/
#toppage #paper .footer{
 background: url(../img/top/news_footer.gif) no-repeat;
 width: 330px;
 height: 5px;
 text-indent: -9999px;
 display: block;
 margin: 0;
 }


@media screen and (max-width: 768px) {
#toppage #paper{
 float: none;
 }
/*タイトル*/
#toppage #paper h2{
 background: none;
	background:-webkit-gradient(linear,center top, center bottom, from(#d4e9ef), to(#e5f3f7));
	background:-moz-linear-gradient(top, #d4e9ef, #e5f3f7);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffd4e9ef', endColorstr='#ffe5f3f7');
	background: linear-gradient(to bottom, #d4e9ef, #e5f3f7);
 width: 98%;
 height: auto;
 text-indent: 0;
 display: block;
 margin: 0;
 padding: 10px 1%;
 font-size: 16px;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #9cc4d2;
 }

/*背景*/
#toppage #paper .body{
 width: 98%;
 height:150px;
 background-color: #E7F4F8;
 padding: 10px 1%;
 }
/*firefox*/
#toppage #paper .body:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
*html #toppage #paper .body{
    height: 1em;
}
/*firefox*/

/*----会報内容--------*/
#toppage #paper .body .images{
 float: none;
 width: auto;
 }
#toppage #paper .body .areaText{
 float: none;
 width: auto;
 font-size: 13px;
 }
#toppage #paper .body .areaText p{
 padding-left: 10px;
 }
#toppage #paper .body .areaText p.strong{
 font-size: 16px;
 font-weight: bold;
 line-height: 1.5;
 color: #009944;
 }

/*資料DLボタン*/
#toppage #paper .body .areaText .downLoad a{
 background: url(../img/common/bot_dl.png) no-repeat;
 text-indent: -9999px;
 display: block;
 width: 213px;
 height: 27px;
 float: none;
 margin-top: 10px;
 }

/*フッター*/
#toppage #paper .footer{
	display: none;
 }
}