@charset "utf-8";

/* CSS Document */

/* ------------------------------------------------------------ */
/* 基本指定 */
/* ------------------------------------------------------------ */
html{
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); /* これで一瞬砂時計が出るのを回避（IE Only） */
}
ul,
li{
	list-style:none;
	margin:0;
	padding:0;
}
p{
	margin:0 0 1em 0;
	padding:0;
}
body{
	margin:0;
	padding:0;
	font-size:12px;
	line-height:18px;
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ',  Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#000;
	background-color:#FFF;
}
table{
	font-size:12px;
	border:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}

td,th{
 border:none;
}

fieldset{
	color:#000;
	background-color:#FFF;
}
legend
{
	border-radius:4px;
	background-color:#000;
	color:#fff;
	font-size:16px;
}

div.linespace { height: 1em; }

/* ボックスシャドウ */
.shadow {
	-webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.25);
	-moz-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.25);
	box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.25);
}

/* ------------------------------------------------------------ */
/* リンク色指定 */
/* ------------------------------------------------------------ */
a{ color: #002C53; text-decoration: none;}
a:visit{ color: #002C53; text-decoration: none;}
a:focus,a:hover{ color: #5783B9; text-decoration: underline;}
a:active{ color: #5783B9; text-decoration: underline;}
a:focus { outline:1px dotted; }
a:hover,a:active { outline:0; }

/* ------------------------------------------------------------ */
/* ヘッダ */
/*  ロゴ、ページ解説、書人ネットロゴ、(login/logout/設定変更...)
/* ------------------------------------------------------------ */
div#container{
	/*background: url(bg_container.gif) ;*/
	/*height:80px; 2019.10 cut  何故必要かわからないので*/
}
div#header{
background: url(bg_header.gif) repeat-x center 0;}
div#header a img{
	border:none;
}
div#header_logo{
	/*background:url(bg_title.gif) right  no-repeat;*/
	width:960px;
	height:80px;
	position:relative;
	margin:0 auto;
}
div#header_siteimg {
	position:absolute;
	top:0px;
	width:960px;
	height:80px;
	margin:0 auto;
}
div#header_sitename {
	position:absolute;
	line-height:12px;
	font-size:12px;
	color:#000;
	top:2px;
	right:1px;
	text-align:right;
}
div#header_contact{
	position:absolute;
	line-height:16px;
	font-size:16px;
	color:#833;
	bottom:2px;
	right:1px;
	text-align:right;
}
div#header_contact a{
	text-decoration:none;
	color:#833;
}
div#header_contact a:hover{
	color:#C33;
}

/* ------------------------------------------------------------ */
/* カバー画像  */
/* ------------------------------------------------------------ */
div#cover{
	text-align:center;
	position:relative;
	margin:0 auto;
	background-color: #acd598;
}

div#image-navigation {
background-color : #acd598;}
/* ------------------------------------------------------------ */
/* メインメニュー */
/* ------------------------------------------------------------ */
#mainmenu{
	height:33px;
	margin:0px auto;
	padding:0;
	list-style:none;
background: url(bg_menubar.gif) repeat-x;}
#mainmenu ul{
	width:960px;
	height:33px;
	margin:0px auto;
	padding:0 1px;
	list-style:none;
	vertical-align:middle;
}
#mainmenu li{
	float:left;
	line-height:1;
	text-decoration:none;
background:url(bg_menu.gif) no-repeat top;
}
#mainmenu li a{
	padding:8.5px 0 0 0;
	margin-top:0px;
	width:120px;
	height:33px;
	text-align:center;
	color:#fff;
	font-size:16px;
	display:block;
	text-decoration:none;
}
#mainmenu li  strong a  {
	color:#8dd;
	background:url(bg_menu_current.gif) repeat-x center top;
}
#mainmenu li a:hover {
	color:#8dd;
	background:url(bg_menu_current.gif) repeat-x center top;
}

/* ------------------------------------------------------------ */
/* システムメニュー */
/* ------------------------------------------------------------ */
div#systemcontainer {
	height:20px;
	padding:0px;
	margin:0px auto;
	list-style:none;
	background: #fff;
	color: #000;
}
#systemcontainer ul{
	line-height:25px;
	list-style:none;
	margin:0;
	padding:0;
}

div#header_systembutton{
	position:absolute;
	top:0px;
	left:20px;
	width:76px;
	height:60px;
	font-size:12px;
}

div#header_homebutton{
	position:absolute;
	top:0px;
	right:0px;
	width:120px;
	height:60px;
	font-size:12px;
}

div#header_description{
	text-align:center;
	position:absolute;
	font-weight:bold;
	top:0px;
	left:160px;
	height:16px;
	width:800px;
	font-size:12px;
}

#sysmenu_contents{
	width:100px;
	height:60px;
	padding:0px;
	margin:0px auto;
	list-style:none;
}
ul.sysmenu li{
	margin:0;
	padding:0px 0px 3px 3px;
	float:left;
	width:20px;
	height:16px;
	position:relative;
}
* html ul.sysmenu li{
	display:inline;
	zoom:1;
}
*+html ul.sysmenu li{
	display:inline;
	zoom:1;
}
ul.sysmenu li a{
	display:block;
	line-height:25px;
	text-align:left;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	position:relative;
}
ul.sysmenu li a:hover{
	color:#44a
}
ul.sysmenu{
	zoom:1;
}
ul.sysmenu:after {
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
/* ------------------------------------------------------------ */
/* ページメニュー */
/* ------------------------------------------------------------ */
#pagemenu_contents{
	height:32px;
	margin:0px auto;
	padding:0px;
	list-style:none;
	background:url(bg_pagemenu.gif) repeat-x center top;
}
ul.pagemenu li{
	margin:0;
	padding:0;
	float:left;
	width:160px;
	height:32px;
	position:relative;
	background:url("bg_pagemenu.gif");
}
* html ul.pagemenu li{
	display:inline;
	zoom:1;
}
*+html ul.pagemenu li{
	display:inline;
	zoom:1;
}
ul.pagemenu li a{
	display:block;
	line-height:32px;
	text-align:center;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	position:relative;
}
ul.pagemenu li a:hover{
	background:url("bg_pagemenu_over.gif");
	color:#44a;
}
ul.pagemenu{
	zoom:1;
}
ul.pagemenu:after {
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}

/* ------------------------------------------------------------ */
/* プルダウンメニュー */
/* ------------------------------------------------------------ */
ul.submenu{
	width:160px;
	display:none;
}
* html ul.submenu{
	zoom:1;
	position:relative;
}
*+html ul.submenu{
	zoom:1;
	position:relative;
}
ul.submenu li{
	width:160px;
	background-color:#EEE;
	float:none;
}
ul.submenu li ul.submenu{
	position:absolute;
	left:160px;
	top:5px;
}

/* ------------------------------------------------------------ */
/* トピックの階層表示 */
/* ------------------------------------------------------------ */
.clear{
	clear:both;}
#topicpath{
	list-style:none;
	padding:5px 0;
}
#topicpath li{
	display:inline;
	padding:0 5px;
}
#albumpath{
	list-style:none;
	padding:5px 0;
}
#albumpath li{
	display:inline;
	padding:0 5px;
}

/* ------------------------------------------------------------ */
/* 問合せ・購入の巨大ボタン */
/* ------------------------------------------------------------ */
div#btn_form1{
	width:640px;
	height:60px;
	font-size:24px;
	padding:20px 0 0 0;
	text-align:center;
	background: url(btn_form1.gif) no-repeat center 0;
}
div#btn_form1 a {
	text-decoration:none;
}
div#btn_form2{
	width:640px;
	height:60px;
	font-size:24px;
	padding:20px 0 0 0;
	text-align:center;
	background: url(btn_form2.gif) no-repeat center 0;
}
div#btn_form2 a {
	text-decoration:none;
}
span.mark_new {
	left:0px;
	top:-20px;
	position:relative;
	width:20px;
	height:20px;
	font-size:20px;
	text-align:center;
}
span.btn_zoom {
	left:-20px;
	top:-0px;
	position:relative;
	width:20px;
	height:20px;
	font-size:20px;
	text-align:center;
	background: url(btn_zoom.gif) no-repeat center 0px;
}
span.btn_zoom a {
	color:#D6D6D6;
	text-decoration:none;
}
span.btn_zoom a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

span.btn_edit {
	left:-15px;
	top:-10px;
	position:relative;
	font-size:9px;
	text-align:center;
	background-color : #ECC;
	padding: 0 1px;
	zIndex:1001;
}
span.btn_edit a {
	color:#AAA;
	text-decoration:none;
}
span.btn_edit a:hover {
	color:#C00;
	text-decoration:none;
}

/* ------------------------------------------------------------ */
/* フッター */
/* ------------------------------------------------------------ */
div#footer{
	height:120px;
background:url(bg_footer.gif) repeat-x center top;}
div#footer a {
	text-decoration:none;
	color:#fff;
}
div#footer a:hover {
	text-decoration:underline;
}
div#footer a img{
	border:none;
}
div#footer_logo{
	width:960px;
	height:120px;
	margin:0 auto;
	padding:10px 0;
	color:#fff;
	font-style:normal;
}
div#footer_sitename{
	font-size:16px;
}
div#footer_tel{
	font-size:12px;
}
div#footer_address{
	font-size:12px;
}
div#footer_email {
	font-size:12px;
}
div#footer_copyright{
	font-size:9px;
	text-align:right;
}
/* ------------------------------------------------------------ */
/* フッターメニュー */
/* ------------------------------------------------------------ */
ul#footermenu{
	clear:both;
	list-style:none;
	width:960px;
	margin:0 auto;
	padding:5px 0;
	text-align:center;
}
ul#footermenu li{
	display:inline;
	padding:0 5px;
	border-right:#000 1px solid;
}
ul#footermenu li.last{
	border:none;}

/* ------------------------------------------------------------ */
/* メイン */
/* ------------------------------------------------------------ */
#main{
	width:960px;
	margin:0px auto;
	padding:0px;
}
#main a img{
	border:none;
}
#main a:hover img{
	opacity		: 0.7;
	filter		: alpha(opacity=70);
}

/* ------------------------------------------------------------ */
/* コンテンツ */
/* ------------------------------------------------------------ */
/*　通常コンテンツ用 */
#content{
	float:left;
	width:640px;
	margin:5px 0 ;
	padding:0 0 40px; // 上　左右　下
}

/*　システムダイアログ用 */
#content.systemdialog {
	float:left;
	width:960px;
	margin:5px 0 ;
	padding: 10px;
}

#content.home{
	float:left;
	width:640px;
	margin:5px 0 ;
	padding:0 0 40px;
	color:#000;
background-color : #FFF;}

#content h1{
	width:625px;
	height:25px;
	line-height:25px;
	font-size:16px;
	color:#fff;
	padding-left:15px;
	margin:0px 0px 0px 0px;
background-color : #000;}

#content h2{
	width:640px;
	height:55px;
	line-height:55px;
	font-size:16px;
	color:#fff;
	padding-left:15px;
	margin:0 0 5px 0;
background: url(bg_h2.gif) left top no-repeat;}
#content h3{
	width:610px;
	height:40px;
	line-height:40px;
	font-size:12px;
	color:#fff;
	padding:0 0 0 15px;
	margin:0 0 1px 0;
background: url(bg_h3.gif) left top no-repeat;	border:none;
}

#content h3 a
{
	color:#fff;
}

#content h3 a:hover
{
	color:#8dd;
}

#content h4{
	font-size:12px;
	padding:0 0 0 7px;
	margin:0 0 5px 0;
	border-left:solid #1B4380 4px;
}
#content table{
}
#content tr{
	padding:7px;
}
#content th{
	text-align:left;
	/*width:100px;*/
	background-color:#EEE;
	padding:7px;
}
#content .section{
	margin:0 0 20px 0;
}

dl{
	padding:0 1em}
dl dt{
	clear:both;
	display:block;
	width:100px;
	float:left;
	height:25px;
}
dl dd{
	height:25px;
	display:block;
	float:left;
}

/* ------------------------------------------------------------ */
/* 今日の一枚　および　サイトからのメッセージ       */
/* ------------------------------------------------------------ */
div#message{
	width:560px;
	height:180px;
	margin:0px 0 20px;
	padding:5px 20px 0;
	border:#999 1px solid;
background-color : #FFF;}
div#message p strong{
	color:#000;
	font-size:14px;
	font-weight:bold;
}
div#message p.image{
	height:100px;
}
div#message table{
	border-top:dotted 0px #CCC;
}
div#message p.image a{
	display:block;
	padding:5px 0 0;
	text-align:right;
}

ul#pickup{
	height:140px;
	padding:10px 0px 0 10px;
	list-style:none;
}
ul#pickup table{
	border-top:dotted 0px #CCC;
}
ul#pickup li{
	padding:0 0 5px 20px;
	background:url(arrow1.gif) no-repeat left 2px;}

table#gallery {
	background:url(bg_gallery.png) repeat right top;
}


td#gallery_folder {
	text-align:center;
	vertical-align:bottom;
	background:url(folder.gif) no-repeat;
	/*height:240px;*/
	/*width:190px;*/
}
td#gallery_file  {
	text-align:center;
	vertical-align:bottom;
	background:url(file.gif) no-repeat;
	/*height:240px;*/
	/*width:190px;*/
}

/* ========== メインボディ ========== */
div#wrapper {
	text-align: center;
	line-height: 1.5;
}

div#white_box {
	background: #fff;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

div#white_box:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

div#white_box div#mainContents {
	padding: 3px 0;
}
div#white_box div#mainContents article {
	margin:5px;
}
div#white_box div#mainContents h2 {
	font-size: 1.4em;
	font-weight: normal;
	padding-bottom: .25em;
	border-bottom: 1px #999 dashed;
}
div#white_box div#mainContents div.editinfo {
	font-size: .8em;
	text-align: right;
	margin-bottom: 2em;
}

/* ------------------------------------------------------------ */
/* サイドバー */
/*  広告、その他 */
/* ------------------------------------------------------------ */
/* ======= 左サイドバー ======== */
div#leftsidebar {
	width: 100px;
	float: left;
	margin: 5px 0;
	margin-left: -30%;
}
div#leftsidebar .side_article {
	margin: 20px 0;
}
div#leftsidebar .side_article h3 {
	color: #007326;
	text-indent: 56px;
	background: url(left_headline.png) no-repeat 0 0 ;
	height: 40px;
	margin-left: -8px;
	padding-top: 10px;
	font-weight: normal;
	font-size: 16px;
	line-height:30px;
}
div#leftsidebar .side_article ul {
	margin: 0;
	padding: 0 0 0 1em;;
}
div#leftsidebar .side_article ul li {
	padding-left:1.2em;
	margin: 0;
	font-size: .8em;
	list-style: none;
	background: url(foot_listbullet.png) no-repeat left 8px;
}

/* ======= 右サイドバー ======== */
div#sidebar{
	margin-top: 0px;
	float:right;
	width:305px;
	padding:5px;
	border-left: 2px #000 dotted;
background: url(bg_side.gif) repeat right top;}
div#sidebar .no{
	text-align:center;
	font-size:18px;
	color:#990000;
	font-weight:bold;
}
div#sidebar p{
	margin:0;
}

div#sidebar h1{
	color:#000;
	font-size:10px;
	font-weight:bold;
	padding: 3px 5px;
	text-align : left;
	background-color : #FFF ;
}

#sidebar div
{
	margin: 5px 0;
}

div.side-block
{
	border-bottom: 1px #000 solid;
}

ul.side-list li{
	padding:7px 0 0 0;
	/*background:url(arrow1.gif) no-repeat left 2px;*/
}

div.fb-like-box
{
	background-color : #FFF;
	margin: 0;
	text-align : right;
}

table.fb-like
{
	width:610px;
	border-top:dotted 1px #CCC;
}


/* ------------------------------------------------------------ */
/* Clearfix */
/* ------------------------------------------------------------ */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: 1%;
  display:block;
  overflow: hidden;
  /**/
}

/* =========== カレンダー用 =========== */
div#leftContents .side_article ul li.calendar
{
	background:none;
}

table.calendar
{
	width :168px;
	height :168px;
	border: 1px #ffffff solid;
	text-align : center;
	border-collapse:collapse;
	font-family:sans-serif;
}

table.calendar th
{
	width :24px;
	height :24px;
	border: 1px #f0f0f0 solid;
	background:#e7e7e7;
	font-weight:300;
	color:#666;
	font-size:12px;
}

table.calendar td
{
	width :24px;
	height :24px;
	border: 1px #ececec solid;
	color:#606060;
	font-size:12px;
}

table.calendar td.before,
table.calendar td.next,
table.calendar td.ym
{
	border: none;
}

table.calendar td.before a,
table.calendar td.next a
{
	color:#7bade1;
}

table.calendar td.today
{
	background:#F20D8D;
}

table.calendar td.blog
{
	background:#4EADF0;
}

table.calendar td.today a,
table.calendar td.blog a
{
	color:#f0f0f0;
}

table.calendar td.before_month,
table.calendar td.next_month
{
	color:#c0c0c0;
}
.small
{
	font-size:8px;
}

/* ==========  ページ ナビゲート用 from ameba start =========== */
.pageNavi,.pageNavi li
{
	margin:0;
	padding:0;
	border:0;
	list-style-type:none
}
.pageNavi
{
	z-index:999;
	display:block !important;
	display:none;
	position:fixed;
	right:15px;
	bottom:15px;
	width:46px;
	overflow:hidden
}
.pageNavi a,.pageNavi span
{
	z-index:999;
	display:block;
	height:40px;
	width:46px;
	background-image:url(//dot.jp//css/page_navi_bg.png);
	background-repeat:no-repeat;
	overflow:hidden;
	text-align:center;
	text-decoration:none
}
.footPt8
{
	padding-top:8px
}
.footPt15
{
	padding-top:15px
}
.footPt23
{
	padding-top:23px
}
.pageNavi a
{
	color:#363636 !important
}
.pageNavi a:focus,.pageNavi a:hover
{
	color:#acacac !important
}
.inactive a,.pageNavi span
{
	color:#acacac !important
}
.pageNaviNext
{
	background-position:0 0;
	font-size:10px !important
}
.pageNaviNext:focus,.pageNaviNext:hover
{
	background-position:-46px 0
}
.inactive .pageNaviNext
{
	background-position:-92px 0
}
.pageNaviPrev
{
	background-position:0 -40px;
	font-size:10px !important
}
.pageNaviPrev:focus,.pageNaviPrev:hover
{
	background-position:-46px -40px
}
.inactive .pageNaviPrev
{
	background-position:-92px -40px
}
.pageNavilist
{
	background-position:0 -80px;
	font-size:10px !important
}
.pageNavilist:focus,.pageNavilist:hover
{
	background-position:-46px -80px
}
.inactive .pageNavilist
{
	background-position:-92px -40px
}
.pageNaviTop
{
	background-position:0 -120px;
	font-size:10px !important;
	height:41px !important
}
.pageNaviTop:focus,.pageNaviTop:hover
{
	background-position:-46px -120px
}


.skinArticle
{
	width:640px;
	margin-bottom:30px
}
.skinArticle2,.skinArticle3
{
	overflow:visible !important;
	zoom:1
}
.skinArticle2:after,.skinArticle3:after
{
	content:'.';
	display:block;
	clear:both;
	height:0;
	visibility:hidden
}
.skinArticle{
	padding:16px 0;
	border:1px solid #ddd;
	background:#fff;
}
.skinArticle2{}
.skinArticle3{}


/* skinArticleHeader 記事ヘッダーブロック */
.skinArticleHeader h1
{
	width:625px;
	margin:0;
	padding:0;
	font-size:1em;
	font-weight:normal
}
.skinArticleHeader
{
	overflow:hidden;
	margin:0 10px;
	padding:2px 10px;
	border-left:5px solid #e4e4e4;
}
.skinArticleTitle,
.skinArticleTitle:hover,
.skinArticleTitle:focus,
.skinArticleTitle:visited
{
	font-size:1.31em;
	font-weight:bold;
	color:#06c;
}

.skinArticleBodyDetail
{
	color:#000;
background-color : #FFF;	padding:2px;
	margin:0px 0px 15px 0px;
	border-radius:0 0 0 8px;
}

.skinArticleBody
{
	color:#000;
background-color : #FFF;	max-height:500px;
	overflow:auto;
	zoom:1;
	border-radius:0 0 0 8px;
}
.articleDetailArea
{
	padding:0px 30px
}
.articleName
{
	margin-left:8px
}
.skinArticleBody img
{
	margin:0px
}
.skinArticleBody
{
	margin:0 
	clear:both
}

/* 淡　テキスト色 */
.skinWeakColor
{
color:#999;			/* 【CSS規則】colorのみ指定可能 */

}

.articleText
{
	max-height:100px;
	overflow:auto;
	margin:5px;
	font-size:14px;
	line-height:1.5
}
.articleBtnArea
{
	clear:both;
	margin-top:2px;
	zoom:1;
	margin:40px 0 0 0
}
.articleBtnArea:before
{
	content:'.';
	clear:both;
	display:block;
	visibility:hidden;
	line-height:1.2em
}
.articleBtnArea:after,.articleBtnSubArea:after
{
	content:'.';
	clear:both;
	display:block;
	height:0;
	visibility:hidden
}
.articleBtnSubArea
{
	float:right;
	height:24px;
	padding:0;
	zoom:1
}
.iineBtnWrap
{
	float:left;
	width:195px
}
.articleCommentBtnArea
{
	float:left;
	margin:0 0 0 10px
}
.articleCommentBtn
{
	display:block;
	padding:0px 10px;
	vertical-align:top;
	font-size:10px;
	text-align:center;
	text-decoration:none !important;
	line-height:2.5
}

.articleCommentBtn strong
{
	color:#8dd;
	//background-image:url(//dot.jp//css/btn_basic_hover.png);
}

.articleCommentBtn,.articleCommentBtn:hover
{
	text-decoration:none !important;
	color:#8dd;
	text-align:center
}
.articleCommentBtn:hover
{
	//background-image:url(//dot.jp//css/btn_basic_hover.png);
	background-repeat:repeat-x;
	background-position:0px 0px
}
.articleCommentBtn
{
	display:inline-block;
	border-radius:6px;
	//background-image:url(//dot.jp//css/btn_basic.png);
	background-repeat:repeat-x;
	background-color:#000;
	vertical-align:middle
	text-decoration:none;
	color:#fff;
}
.articleCommentBtn
{
	min-height:21px;
	line-height:21px;
	background-position:0 0
}

/* skinArticleFooter 記事フッターブロック */
.skinArticleFooter
{
	margin-left:0 !important;
	margin-right:0 !important;
	padding-left:0 !important;
	padding-right:0 !important
}
.skinArticleFooter
{
	margin:10px 29px 0;
	border-top:1px dotted #949494;
}
.articleExLinkArea:before
{
	content:'.';
	clear:both;
	display:block;
	visibility:hidden;
	line-height:1.2em
}
.articleExLinkArea
{
	clear:both;
	margin-top:2px;
	zoom:1
}
.articleExLinkArea .articleExLinkSubArea
{
	float:right;
	height:20px;
	margin:0 0 10px;
	*margin:16px 0 10px;
	padding:0;
	zoom:1
}
.articleExLinkArea .articleExLinkSubArea a
{
	display:block;
	float:left;
	vertical-align:top
}
.articleExLinkArea .articleExLinkSubArea .tweetBtn1201
{
	margin:0 5px
}
.articleExLinkArea .articleExLinkSubArea .fb-like
{
	float:left;
	margin:0 5px;
	max-width:114px;
	z-index:1900;
}
.articleExLinkArea:after,.articleExLinkArea .articleExLinkSubArea:after
{
	content:'.';
	clear:both;
	display:block;
	height:0;
	visibility:hidden
}
x:-moz-any-link,x:default
{
	width:72px !important
}
.articleExLinkArea img
{
	vertical-align:bottom
}

/* HeaderSimpleBtn 
--------------------------------------------*/
.HeaderSimpleBtn,.HeaderSimpleBtn:visited
{
	text-decoration:none;
	color:#fff;
}
.HeaderSimpleBtn:hover,.HeaderSimpleBtn:focus
{
	text-decoration:none;
	color:#8dd;
}

/* ==========  ページ ナビゲート用 from ameba end =========== */

