@charset "utf-8";
/* CSS Document */

/*--------------------------------------
　基本設定
---------------------------------------*/
html {
	background:#101010;
}
body {
	color:#888888;
	line-height:2em;
	font-size:75%;
	letter-spacing:0.1em;
	background:#101010;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-justify:inter-ideograph;
}
#header .header_box,#contents,#footer .footer_box {
	width:900px;
	margin:0 auto 0 auto;
	overflow:hidden;
}
.clearfix {
	overflow:hidden;
}

/*--------------------------------------
　大枠囲み
---------------------------------------*/
#header {
	height:36px;
	background:#FFF;
}
#mainvisual {
	text-align:center;
	background:url(../images/common/bg_pr.jpg);
}
#globalnavi {
	border-bottom:3px solid #ece1ae;
	margin:0 0 36px 0;
}
#contents {
	margin-bottom:56px;
}
#footer {
	font-size:80%;
	color:#3f3f3f;
	border-top:1px solid #181818;
	padding:18px 0 18px 0;
}

/*--------------------------------------
　ヘッダー
---------------------------------------*/
#header .logo {
	float:left;
	margin:7px 0 0 0;
}
#header .contact {
	float:right;
}
h1 {
	float:right;
	font-size:80%;
	margin:8px 10px 0 0;
	color:#a9a9a9;
}

/*--------------------------------------
　グローバルナビゲーション
---------------------------------------*/
#globalnavi ul {
	margin:0 auto 0 auto;
	width:900px;
	overflow:hidden;
}
#globalnavi ul li {
	float:left;
}

/*--------------------------------------
　コンテンツ
---------------------------------------*/
.menutopi_box {
	margin:0 0 42px 0;
}

/*更新情報*/
.topics {
	font-size:80%;
	background:url(../images/index/topics_bg.gif) no-repeat left 5px;
	padding:0 0 0 115px;
	float:left;
	width:280px;
	line-height:1.5;
	color:#999;
}
.topics dt {
	float:left;
}
.topics dd {
	margin:0 0 0.5em 7em;
}
.topics a:link {
	color:#999;
	text-decoration:underline;
}
.topics a:visited {
	color:#999;
	text-decoration:none;
}
.topics a:hover {
	color:#999;
	text-decoration:none;
}

/*feed2.js*/
.picupBox {
	margin:0 -12px 3.5em 0;
}
.picupBox dl {
	float:left;
	width:264px;
	border:1px solid #1f1f1f;
	padding:13px;
	margin-right:12px;
}
.picupBox dl img {
	margin:0 10px 2px 0;
}
.picupBox dl dt {
	padding-bottom:0.8em;
	border-bottom:1px dotted #292929;
	margin-bottom:0.5em;
	color:#FFF;
	font-weight:bold;
	font-size:120%;
}
.rss-item {
	margin-bottom:1em;
}

/*ナビ情報*/
.navi {
	float:right;
}
.navi li {
	float:left;
}

/*運営情報*/
.desc_box {
	margin:0 0 40px 0;
}
.pr {
	float:right;
	width:765px;
}
.pr li {
	float:left;
}
.sns {
	float:left;
}
.sns li {
	margin:0 0 10px 0;
}

/*--------------------------------------
　フッター
---------------------------------------*/
#footer .copy {
	float:left;
}
#footer .footernavi {
	float:right;
}
#footer a:link {
	color:#3f3f3f;
	text-decoration:none;
}
#footer a:visited {
	color:#3f3f3f;
	text-decoration:none;
}
#footer a:hover {
	color:#3f3f3f;
	text-decoration:underline;
}

/*--------------------------------------
　ツイッター
---------------------------------------*/
#follow{
 position:fixed;
 top:200px;
 right:0;
 width:26px;
 height:104px;
 z-index:8765;
}
.txt_right {
	text-align:right;
}