/*プレミアムラインで共通！！*/
body {
	background-color: #000000;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0px;
	
	}


/*プレミアムラインパンくずのリンク*/
a.navi:link {
	font-size: x-small;
	color: #888888;
	text-decoration: underline;
}
a.navi:visited {
	font-size: x-small;
	color: #888888;
	text-decoration: underline;
}
a.navi:hover {
	font-size: x-small;
	color: #ffffff;
	text-decoration: underline;
}
a.navi:active {
	font-size: x-small;
	color: #ffffff;
	text-decoration: underline;
}
.navitext{font-size: x-small;
         color:#c8c8c8;}


.border {border-width:1px;border-color:#cccccc;border-style:solid;}



#breadlist a {
	color: #fff;
	text-decoration: underline;
}

#breadlist a:hover {
	color: #b91440;
	text-decoration: underline;
}



/* SNS */

/* ttl_box */
div#ttl_box {
	width: 920px;
	padding: 0 ;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

/* h1 */
div#ttl_box h1#title {
	float: left;
	margin: 0;
	padding: 0 0;
}

/* share */
ul.share {
	position:absolute;
	top:18px; right:0;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.share li {
	float: right;
	width: auto;
	vertical-align: baseline;
}
ul.share li.fb_share { /* Facebook shareボタン用 */
	margin-left: 10px;
	width: 25px;
	line-height: 1.4;
}
ul.share li.fb_share a.fs { /* Facebook shareボタン IE8用リンク範囲設定 */
	display: block;
	width: 14px;
	height: 14px;
	padding: 0;
	margin: 0;
}


/* ここから下は、既存CSSに記述されていない場合のみ、追加してください。 */

/**
 * .clearfix
 */
.clearfix:after {
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}
/*for IE7*/
.clearfix {
	display: inline-block;
	min-height: 1%;
}
/*for IE6*/
* html .clearfix {
 height: 1%;
}


