@media all{

/*--------------------------------------------------------
1、サイト全体の横幅
--------------------------------------------------------*/

html,
body,
#container,
#top,
#header,
#global-menu,
#breadcrumbs,
#main,
#footer,
#footer-banner{
	width: 100%;
	min-width: 1000px;
}


#page-top,
#top-in,
#header-in,
#breadcrumbs ol,
#global-menu ul,
#main-in,
#footer-in,
#footer-banner ul{
	margin: auto;
	width: 1000px;
}



/*--------------------------------------------------------
2、サイト全体の背景設定（初期設定ではコメントアウト）
------------------------------------------------------*/

/*
#container{ background-color: #000; }
*/



/*--------------------------------------------------------
3、サイト全体の基本文字色
-------------------------------------------------------*/

body,pre{ color: #666; }


/*リンク文字*/
a{ text-decoration: underline; }
a:link{ color: #03f; }
a:visited{ color: #03f; }
a:hover{ color: #c60; }
a:active{ color: #c60; }



/*--------------------------------------------------------
4、エリアの設定
--------------------------------------------------------*/

/*--------------------------------------------------------
トップ
--------------------------------------------------------*/

#top{
	position: absolute;
	top: 0;
	height: 30px;
	line-height: 29px;
	background-color: #c23838;
	border-bottom: 1px solid #b9c4dc;
	font-size: 1.2em;
	color: #fff;
}

#top-in{ position: relative; }


/*●トップメニュー*/
#top-menu{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	height: 29px;
	padding-left: 16px;
}

#top-menu li{
	float: left;
	margin-right: 22px;
	line-height: 29px;
}

/*メニューの最後の要素には「end」のクラスを付加*/
#top-menu li a{
	padding: 2px 0;
	padding-left: 20px;
	background: url(../images/icon/icon-arrow.gif) left center no-repeat;
}

#top-menu li a:link,
#top-menu li a:visited{ color: #666; }

#top-menu li a:hover,
#top-menu li a:active{ color: #c60; }


#top-menu li.sitemap a{
	padding-left: 28px;
	background: url(../images/icon/icon-sitemap.gif) left center no-repeat;
}

#top-menu li.contact a{
	padding-left: 28px;
	background: url(../images/icon/icon-contact.gif) left center no-repeat;
}


/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/

#header{
	position: absolute;
	top: 30px;
	height: 94px;
	font-size: 1.2em;
}

#header-in{
	position: relative;
	padding-top: 17px;/*▲ページ最上部からの距離*/
}


/*●ヘッダーロゴ*/
#header-logo{
	position: absolute;
	top: 41px;
}


/*●ヘッダーロゴテキスト*/
#header-logo #logo-text{ font-size: 20pt; }
#header-logo #logo-text a{ text-decoration: none; }
#header-logo #logo-text a:link{ color: #666; }
#header-logo #logo-text a:visited{ color: #666; }
#header-logo #logo-text a:hover{ color: #c60; }
#header-logo #logo-text a:active{ color: #c60; }


/*●ヘッダーテキスト*/
#header-in #header-text{
	position: absolute;
	top: 20px;
	right: 0;
	width: 500px;
	text-align: left;
}


/*--------------------------------------------------------
グローバルメニュー
--------------------------------------------------------*/

#global-menu{
	position: absolute;
	top: 116px;/*▲ページ最上部からの距離*/
	left: 0;
}


#global-menu ul{
	margin-top: 4px;
	margin-bottom: 4px;
	border-top: 3px solid #c23838;
	border-right: 1px solid #c7cacf;
	border-bottom: 3px solid #c23838;
	border-left: 1px solid #c7cacf;
}


#global-menu li{
	float: left;
	height: 26px;
	overflow: hidden;
	border-right: 1px solid #c7cacf;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.2;
}


#global-menu li a{
	display: block;
	padding: 6px 66px 6px 24px;
	background: url(../images/icon/icon-arrow02_off.gif) 12px 10px no-repeat #fff;
	text-decoration: none;
	color: #666;
}

/*IE6対策*/
* html #global-menu ul li a{ height: auto; }


/*グローバルメニューを幅指定にする場合は下記を使用）*/
/*#global-menu ul li a{ padding: 6px 24px 6px 24px; }*/


/*各エリアの幅を指定します。合計が全体のサイズ-5pxになるようにして下さい
（例：140+300+200+200+155 = 1000-5）*/
/*#global-menu li.menu01{ width: 150px; }
#global-menu li.menu02{ width: 160px; }
#global-menu li.menu03{ width: 215px; }
#global-menu li.menu04{ width: 160px; }*/


#global-menu ul li a:hover{
	height: 31px;
	background: url(../images/icon/icon-arrow02_on.gif) 12px 10px no-repeat #f89838;
	color: #fff;
}

/*IE6対策*/
* html #global-menu ul li a:hover{ height: auto; }


/*--------------------------------------------------------
パン屑ナビ
--------------------------------------------------------*/

#breadcrumbs{
	position: absolute;
	top: 290px;/*165px;/*▲ページ最上部からの距離*/
	left: 0;
}


#breadcrumbs li{
	float: left;
	padding-right: 10px;
	padding-left: 15px;
	background: url(../images/icon/icon-breadcrumbs.gif) left 5px no-repeat;
	font-size: 1.2em;
}

/*パン屑ナビの先頭*/
#breadcrumbs li.first{
	padding-left: 0;
	background: none;
}


/*--------------------------------------------------------
コンテンツ全体
--------------------------------------------------------*/

#main{
	padding-top: 330px;/*235px;/*▲ページ最上部からの距離*/
	height: 100%;
}

#main-and-sidebar1{
	float: left;
	width: 785px;
}


/*メインイメージ（TOPのみ）*/
#main-image{
	display: block;
	position: relative;
	width: 570px;
	height: 260px;
	margin-bottom: 20px !important;
}


/*--------------------------------------------------------
サイドバー
--------------------------------------------------------*/

#sidebar1{
	float: left;
	width: 200px;
}

#sidebar2{
	float: right;
	width: 200px;
}

#sidebar-in1,
#sidebar-in2{
	width: 200px;
	font-size: 1.2em;
}


/*H3*/
#sidebar1 h3,
#sidebar2 h3{
	clear: both;
	padding: 6px 4px 6px 20px;
	background: url(../images/title/bg-sidebar-h3.gif) 4px 10px no-repeat;
	border-top: 3px solid #c23838;
	border-bottom: 3px solid #c23838;
	color: #555;
	font-weight: bold;
	margin-bottom:7px;
}

#sidebar1 h3 small,
#sidebar2 h3 small{
	display: block;
	padding-top: 2px;
	border-top: 1px solid #d1d1d1;
	font-size: 0.768em;
}


/*●検索ボックス*/
#sidebar1 dl.search-box,
#sidebar2 dl.search-box{
	margin: 0 0 20px 0;
	width: 200px;
}

#sidebar1 dl.search-box dt,
#sidebar2 dl.search-box dt{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#sidebar1 dl.search-box dt input,
#sidebar2 dl.search-box dt input{
	padding: 2px;
	width: 92px;
	height: 20px;
	border: 1px solid #777;
}

/*IE6対策*/
* html dl.search-box dt input{ height: auto; }

/*IE7対策*/
*+html dl.search-box dt input{ height: auto; }

#sidebar1 dl.search-box dd,
#sidebar2 dl.search-box dd{
	float: right;
	margin: 0;
	padding: 0;
	width: 98px;
}


/*●お問い合わせ*/
#sidebar1 p.contact img,
#sidebar2 p.contact img{
	float: left;
	padding: 0 10px 10px 0;
}


/*●コンテンツ*/
#sidebar1 div.contents,
#sidebar2 div.contents{
	margin-bottom: 20px;
	padding: 0 8px;
}

#sidebar1 div.menu,
#sidebar2 div.menu{
	margin-bottom: 20px;
	padding: 0 8px;
}


/*●サイドメニュー*/
#sidebar1 ul.side-menu,
#sidebar2 ul.side-menu{
	margin-bottom: 20px;
	border-bottom: 2px solid #b3b3b3;
}


.side-menu ul{ border-bottom: none; }

#sidebar1 ul.side-menu li,
#sidebar2 ul.side-menu li{
	width: 184px;
	border-bottom: 1px dotted #b3b3b3;
}

#sidebar1 ul.side-menu li a,
#sidebar2 ul.side-menu li a{
	display: block;
	padding: 9px 20px 9px 16px;
	width: 148px;
	background: url(../images/icon/icon-arrow_off.png) 4px 15px no-repeat #fff;
}

/*--IE7対策--*/
*+html ul.side-menu li a{ background: url(../images/icon/icon-arrow_off.png) 6px 15px no-repeat #fff; }

/*--IE6対策--*/
* html ul.side-menu li a{ background: url(../images/icon/icon-arrow_off.png) 6px 15px no-repeat #fff; }

#sidebar1 ul.side-menu li li,
#sidebar2 ul.side-menu li li{
	padding-left: 25px;
	margin-bottom: 0;
	width: 158px;
	background: #fff;
	border: 0;
}

#sidebar1 ul.side-menu li li a,
#sidebar2 ul.side-menu li li a{
	padding: 7px 20px;
	width: 118px;
	background: url(../images/icon/icon-menu02.gif) 4px 12px no-repeat #fff;
	border-left: none;
}


/*マウスオーバー時の背景の設定*/
#sidebar1 ul.side-menu li a:active,
#sidebar1 ul.side-menu li a:hover,
#sidebar2 ul.side-menu li a:active,
#sidebar2 ul.side-menu li a:hover{
	color: #fff;
	background: url(../images/icon/icon-arrow_on.png) 4px 15px no-repeat #f93;
}

/*--IE7対策--*/
*+html ul.side-menu li a:active,
*+html ul.side-menu li a:hover{ background: url(../images/icon/icon-arrow_on.png) 6px 15px no-repeat #f93; }

/*--IE6対策--*/
* html ul.side-menu li a:active,
* html ul.side-menu li a:hover{ background: url(../images/icon/icon-arrow_on.png) 6px 15px no-repeat #f93; }

#sidebar1 ul.side-menu li li a:active,
#sidebar1 ul.side-menu li li a:hover,
#sidebar2 ul.side-menu li li a:active,
#sidebar2 ul.side-menu li li a:hover{ background: url(../images/icon/icon-menu02_on.gif) 4px 12px no-repeat #f93; }

/*--IE7対策--*/
*+html ul.side-menu li li a:active,
*+html ul.side-menu li li a:hover{ background: url(../images/icon/icon-menu02_on.gif) 4px 12px no-repeat #f93; }

/*--IE6対策--*/
* html ul.side-menu li li a:active,
* html ul.side-menu li li a:hover{ background: url(../images/icon/icon-menu02_on.gif) 4px 12px no-repeat #f93; }



/*●バナーエリア*/
#sidebar1 .banner li,
#sidebar2 .banner li{
	margin-bottom: 18px;
	width: 184px;
	list-style: none;
	text-align: center;
}

#sidebar1 .banner li a,
#sidebar2 .banner li a{
	display: block;
	margin: auto;
	width: 160px;
}

#sidebar1 .banner li a img,
#sidebar2 .banner li a img{ display: block; }


/*●ランキング*/

#sidebar1 ul.ranking li,
#sidebar2 ul.ranking li{
	margin-bottom: 20px;
	padding: 0;
	border-bottom: 1px dotted #7070ba;
	background: none;
	font-weight: normal;
}

#sidebar1 ul.ranking p,
#sidebar2 ul.ranking p{ margin: 0 0 10px 0; }


.no1,.no2,.no3{
	padding: 0 0 0 30px!important;
	font-size: 1.2em!important;
	font-weight: bold!important;
	color: #ff0000!important;
}

.no1,.no2,.no3,.no4,.no5,.no6,.no7,.no8,.no9,.no10{
	/*height: 34px!important;*/
	padding: 0 0 0 30px!important;
}

/*●王冠画像*/
.no1{ background: url(../images/icon/icon-rank01-01.png) left top no-repeat; }
.no2{ background: url(../images/icon/icon-rank01-02.png) left top no-repeat; }
.no3{ background: url(../images/icon/icon-rank01-03.png) left top no-repeat; }
.no4{ background: url(../images/icon/icon-rank01-04.png) left top no-repeat; }
.no5{ background: url(../images/icon/icon-rank01-05.png) left top no-repeat; }
.no6{ background: url(../images/icon/icon-rank01-06.png) left top no-repeat; }
.no7{ background: url(../images/icon/icon-rank01-07.png) left top no-repeat; }
.no8{ background: url(../images/icon/icon-rank01-08.png) left top no-repeat; }
.no9{ background: url(../images/icon/icon-rank01-09.png) left top no-repeat; }
.no10{ background: url(../images/icon/icon-rank01-10.png) left top no-repeat; }

ul.ranking li a{
	text-decoration:none;
	display:block;
}
ul.ranking li a span{
	display:block;
}
ul.ranking li a:hover span{
	color:#03C!important;
}
ul.ranking li a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/

#main-contents{
	float: right;
	width: 570px;
	font-size: 1.4em;
}


/*H1、H2*/
#main-contents h1,
#main-contents h2{
	clear: both;
	margin-bottom: 25px;
	padding: 6px 19px;
	background: url(../images/title/bg-contents-h2.gif) left top repeat-y;
	border-bottom: 1px double #6b6b6b;
	font-size: 1.385em;
	line-height: 1.0;
	color: #555;
	font-weight: bold;
}


/*H3*/
#main-contents h3{
	clear: both;
	margin: 0 16px;
	/*margin-bottom: 14px;*/
	padding: 10px;
	border: 1px solid #999;
	font-size: 1.286em;
	font-weight: bold;
}


/*H4*/
#main-contents h4{
	clear: both;
	margin: 0 3px;
	margin-bottom: 14px;
	padding: 6px;
	border-bottom: 3px double #999;
	font-size: 0.858em;
	font-weight: bold;
}


/*線*/
#main-contents hr{
	clear: both;
	margin: 0.5em 0 1.7em 0;
	padding: 0;
	font-size: 1.0em;
	line-height: 1.0em;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
	height: 1px;
	color: #ccc;
}
* html #main-contents hr{ margin: 0 0 1.2em; }
*:first-child+html #main-contents hr{ margin: 0 0 1.2em; }


/*リストタグ*/
#main-contents ul,
#main-contents ol{
	list-style-position: outside;
	margin: 0 10px 1.4em 20px;
	-moz-border-radius: 8px;/*Firefoxのみ角丸になる*/
}
#main-contents ul{ list-style-type: disc; }
#main-contents li{ line-height: 1.8em; }

#main-contents li.end{
	border: none!important; 
	margin-bottom: 0!important;
}



/*引用タグ*/
#main-contents q,
#main-contents blockquote{
	overflow: auto;
	margin: 0 10px 1.4em 10px;
	padding: 10px;
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
	background: #eee;
	color: #444;
}


/*テーブルタグ*/
#main-contents table.table-style{
	margin: 10px 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 90%;
}

#main-contents table.table-style th,
#main-contents table.table-style td{
	padding: 0.8em;
	border: 1px solid #aaa;
	vertical-align: top;
}

#main-contents table.table-style th{
	font-style: normal;
	font-weight: bold;
	text-align: left;
}


/*●コンテンツ*/
#main-contents .contents{
	margin-bottom: 55px;
	padding: 0 15px;
}

#main-contents .contents p{
	margin-bottom: 1em;
	line-height: 1.5;
}


/*●最新情報（リストタグ）*/
#main-contents ul.news{
	list-style-type: none;
	list-style-position: outside;
	margin-left: 10px!important;
	padding: 15px 15px 0 15px;
	border: 1px solid #999;
}

#main-contents ul.news li{
	margin-bottom: 1.2em;
	padding-bottom: 1.2em;
	border-bottom: 1px dotted #999;
	line-height: 1.4em!important;
}



/*●最新情報（定義タグ）*/
#main-contents dl.news{
	margin: 0;
	padding: 0;
}

#main-contents dl.news dt{
	float: left;
	margin: 0;
	padding: 0;
	width: 186px;
	position: relative;
}

#main-contents dl.news dd{
	margin: 0 0 10px 0;
	padding: 0 0 10px 193px;
	border-bottom: 1px dotted #aaa;
}


/*アイコン画像*/
#main-contents dl.news dt span{
	display: block;
	position: absolute;
	top: 2px;
	right: 0;
	overflow: hidden;
	margin-right: 10px;
	width: 60px;
	height: 18px;
	text-align: center;
	font-size: 0.715em;
	line-height: 18px;
	color: #fff;
}

#main-contents span.color01{ background: url(../images/icon/icon-color01.gif) center center no-repeat #0649d1; }
#main-contents span.color02{ background: url(../images/icon/icon-color02.gif) center center no-repeat #b71a0e; }
#main-contents span.color03{ background: url(../images/icon/icon-color03.gif) center center no-repeat #14982a; }
#main-contents span.color04{ background: url(../images/icon/icon-color04.gif) center center no-repeat #b9ad26; }
#main-contents span.color05{ background: url(../images/icon/icon-color05.gif) center center no-repeat #c46506; }



/*●チェックリスト（リストタグ）*/
#main-contents ul.checklist{
	list-style-type: none;
	list-style-position: outside;
	padding: 15px;
	border: 1px solid #999;
}

#main-contents ul.checklist li{
	padding-left: 24px;
	background: url(../images/icon/icon-check02-blue.png) no-repeat 0 8px;
	line-height: 2.5em;
}


/*●定義タグ スタイル01*/
* html body #main-contents dl.dl-style01 dd div{ display: inline-block; }

#main-contents dl.dl-style01{ border-bottom: 1px solid #999; }
#main-contents dl.dl-style01 dt{
	float: left;
	margin: 0;
	padding-top: 20px;
	width: 15em;
	border-top: 1px solid #999;
	font-weight: bold;
}

#main-contents dl.dl-style01 dd{
	margin-left: 15em;
	padding: 20px 10px 20px 0;
	border-top: 1px solid #999;
}


/*●定義タグ スタイル02*/
#main-contents .contents dl.dl-style02{
	margin-bottom: 1.2em;
	padding: 0;
	border: 1px solid #777;
	border-top: none;
	background: #ddd;
}

#main-contents .contents dl.dl-style02 dt{
	margin: 0;
	padding: 0.5em;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	font-weight: bold;
	color: #444;
}

#main-contents .contents dl.dl-style02 dd{
	margin: 0;
	padding: 0.8em 1.0em;
	background: #fff;
}


/*●戻る＆進むリンク*/
.link-back,
.link-next{
	clear: both;
	margin-top: 1.2em;
	font-size: 120%;
	font-weight: bold;
}

.link-back{ text-align: left; }
.link-next{ text-align: right; }

.link-next a{
	padding-left: 15px;
	background: url(../images/icon/icon-menu01-r-black.png) 0 3px no-repeat;
}
.link-back a{
	padding-left: 15px;
	background: url(../images/icon/icon-menu01-l-black.png) 0 3px no-repeat;
}


/*●ボックスエリア*/
#main-contents div.box{
	margin: 0;
	border: 1px solid #aaa;
}

#main-contents .box .title{ background: #999 }
#main-contents .box .title p{
	margin: 0 10px;
	padding: 5px 0;
	font-weight: bold;
	color: #fff;
}

#main-contents .box ul,
#main-contents .box ol{
	margin: 5px 10px;
}

#main-contents .box ol{ padding-left: 15px!important; }
#main-contents .box li{
	list-style-position: outside;
	margin: 15px!important;
	line-height: 1.2em;
}


/*●ランキング（リストタグ）*/
#main-contents ul.ranking li{
	list-style-type: none;
	margin-bottom: 10px!important;
	padding-bottom: 10px;
	border-bottom: 1px dotted #7070ba;
	background: none;
	font-weight: normal;
}

#main-contents ul.ranking p{ margin: 10px 0; }


/*●サイトマップ（リストタグ）*/
.sitemap li{
	padding: 3px 0 3px 24px;
	list-style-type: none;
	font-weight: bold;
}

.sitemap li li{ border-left: 1px solid #555; }
.sitemap ul li{ background: url(../images/li.gif) 0 12px no-repeat; }
.sitemap ul ul li{
	background:  url(../images/li.gif) 0 12px no-repeat;
	font-weight: normal;
}



/*--------------------------------------------------------
ページの先頭へ戻る
--------------------------------------------------------*/

#page-top p{
	margin-top: 10px;
	margin-left: auto;
	width: 200px;
	height: 30px;
}


/*--------------------------------------------------------
フッター
--------------------------------------------------------*/

#footer{
	border-top: 3px solid #c23838;
}


#footer-in{
	padding: 30px 0 15px 0;
	font-size: 1.2em;
}


/*H3*/
#footer-in h3{
	margin-bottom: 15px;
	padding: 2px 5px;
	border-left: 4px solid #c23838;
	border-bottom: 1px solid #999;
	font-size: 1.4em;
	font-weight: bold;
}


/*●アクセスマップ*/
div.access p{ margin-bottom: 1em; }

p.accessmap{
	padding-left: 22px;
	background: url(../images/icon/icon-access.png) left center no-repeat;
}


/*●左右のエリア（幅の合計が970pxになるように）*/

#area01{ width: 362px; }
#area02{ width: 608px; }

#area01,
#area02{
	overflow:hidden;
	float: left;
	margin-bottom: 20px;
}
#area01{ margin-right: 30px; }


/*●フッターメニュー*/
div.footer-menu{ padding: 0; }

div.footer-menu ul{
	float: left;
	margin-right: 30px;
}
* html div.footer-menu ul{ width: 200px; }

div.footer-menu li{
	display: block;
	margin-bottom: 5px;
	padding-left: 22px;
	background: url(../images/icon/icon-arrow_off.png) left 5px no-repeat;
}


/*●フッターバナー*/
#footer-banner{
	clear: both;
	padding: 11px 0;
	border-top: 1px solid #999;
}

#footer-banner li{
	float: left;
	list-style: none;
	margin-right: 5px;
}


/*●コピーライト*/
.copyright{
	padding: 18px 0;
	background-color: #c23838;
	text-align: center;
	font-size: 1.2em;
	color: #666;
}


/*------------------------------------------------------------
　template created by web-rider
-------------------------------------------------------------*/

/*●ソーシャルボタン横並び*/
#snsBtn li {
	margin-right: 5px;
	float: left;
	list-style: none;
}
/*キャプチャー*/
#sidebar ul.side-menu li.capture01 a,
#sidebar ul.side-menu li.capture02 a{
	padding: 15px 19px 15px 0;
}
#sidebar ul.side-menu li.capture01 a:active,
#sidebar ul.side-menu li.capture02 a:active,
#sidebar ul.side-menu li.capture01 a:hover,
#sidebar ul.side-menu li.capture02 a:hover{
	background-color: #ffccb9;
}
#sidebar ul.side-menu .capture01 a,
#sidebar ul.side-menu .capture01 a:active,
#sidebar ul.side-menu .capture01 a:hover{
	background: url(../images/common/cap01.jpg) 170px  no-repeat;
}

#sidebar ul.side-menu .capture02 a,
#sidebar ul.side-menu .capture02 a:active,
#sidebar ul.side-menu .capture02 a:hover{
	background: url(../images/common/cap02.jpg) 170px  no-repeat;
}
/*アドセンス*/
.adContents {
	clear: both;
	margin-top: 50px;
	margin-bottom: 50px;
}
#main-contents .adContents{
	border:1px solid #999;
	padding:5px;
}

#main-contents .adContents h3 {
	border:none;
	padding:3px 7px; 
}
.adBox {
	padding:7px;
}	/*テキスト内google広告*/

.a8banner a img{
	display:block;
	margin:0 auto;
}
.a8banner a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}	/*A8横長バナー*/

#areaAd {
	width: 950px;
	min-width: 950px;
	margin: 0 auto;
	font-size: 1.3em;
	font-weight: normal;
}
#areaAd .adContents h3 {
	margin-bottom: 15px;
	padding: 5px 5px 5px 18px;
	font-size: 1.2em;
	background: url(../images/title/bg-sidebar-h3.gif) 5px top no-repeat #000;
}
}
#snsBtn .clearfix li #rssFeeds {
	margin-top: -5px;
}
