@charset "UTF-8";

/*--------------------------------------------------------------------
Base
--------------------------------------------------------------------*/
html,body {
	background-color: #EFEFEF;
	width: 100%;
	height: 100%;
}
html {
	height: 100%;
	overflow-y: scroll;
}

/*--------------------------------------------------------------------
Reset
--------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}

* html .clearfix {
	height:1px;
	height:auto;
	overflow:hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
	*zoom: 1;
}

img {
	border:none;
}

/*--------------------------------------------------------------------
Text
--------------------------------------------------------------------*/
body {
	font-size: 88%;
	font-weight: normal;
	line-height: 1.5;
	font-family: 'Meiryo','Lucida Grande','Hiragino Kaku Gothic ProN','MS PGothic',sans-serif;
}

/*--------------------------------------------------------------------
Link
--------------------------------------------------------------------*/
a {
	text-decoration: none;
}
a:focus {
	outline: none;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:active {
	color: #ff3366;
}
a:hover {
	color: #666666;
}

.ArticleDate a:link {
	color: #666;
}
.ArticleDate a:visited {
	color: #666;
}
.ArticleDate a:active {
	color: #000;
}
.ArticleDate a:hover {
	color: #000;
	text-decoration: underline;
}

.BlogName a:link {
	color: #333;
}
.BlogName a:visited {
	color: #333;
}
.BlogName a:active {
	color: #000;
}
.BlogName a:hover {
	color: #000;
	text-decoration: underline;
}

.ArticleLink a:link {
	color: #0000cc;
}
.ArticleLink a:visited {
	color: #999999;
}
.ArticleLink a:active {
	color: #ff3366;
}
.ArticleLink a:hover {
	color: #ff3366;
	font-weight: bold;
	text-decoration: underline;
}

a:hover.Favorite {
	color: #ff0000;
	font-weight: bold;
}
a:hover.Hate {
	color: #0000FF;
	font-weight: bold;
}

/*--------------------------------------------------------------------
Column
--------------------------------------------------------------------*/
#Wrapper {
	background-color: #FFFFFA;
	margin: 43px auto 0;
	padding: 10px 0;
	width: 910px;
	min-height: 700px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#Main {
	margin: 0 auto;
	width: 890px;
}

/*--------------------------------------------------------------------
CategoryNavi
--------------------------------------------------------------------*/
.list-nav00{
  width:890px;
  margin:0 0 10px 0;
	list-style: none;
	font-size: 12px;
	background-color: #FFFFFA;
}
.list-nav00 li{
  float:left;
  width:89px;
}
.list-nav00 a{
  display:block;
  line-height:50px;
  height:50px;
  text-align:center;
  color:#000;
  border-bottom:1px solid red;
}

/*--------------------------------------------------------------------
ArticleContents
--------------------------------------------------------------------*/
.ArticlesWrapper {
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
}
.ArticleContents {
	width: 888px;
	height: 30px;
	background-color: #FFFFFA;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
.ArticleLine {
	position: relative;
	float: left;
	padding-left: 5px;
	padding-right: 3px;
	width: 880px;
}
.ArticleLeft {
	position: relative;
	float: left;
	padding-left: 5px;
	padding-right: 3px;
	width: 717px;
}
.ArticleDate {
	float: left;
	margin-top: 6px;
	margin-right: 5px;
	color: #666666;
	font-size: 12px;
	font-family: 'MS PGothic','arial','helvetica';
}
.ArticleLink {
	float: left;
	width: 580px;
	margin-top: 6px;
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	font-family: 'MS PGothic','arial','helvetica';
}
.ArticleParts {
	float: right;
	margin-top: 7px;
	font-size: 10px;
}

.ArticleRight {
	position: relative;
	float: right;
	width: 161px;
	height: 100%;
	border-left: 2px solid #999;
}

.BlogName {
	position: absolute;
	top: 6px;
	left: 5px;
	width: 150px;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
}

.Favorite {
	cursor: pointer;
	margin-right: 3px;
	margin-left: 2px;
	padding: 1px 3px;
	background: #ffeeff;
	color: #ff0033;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.Hate {
	cursor: pointer;
	margin-right: 3px;
	margin-left: 2px;
	padding: 1px 3px;
	background: #eeffff;
	color: #0066ff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
/*--------------------------------------------------------------------
BlogContents
--------------------------------------------------------------------*/
.BlogsWrapper {
	width: 890px;
	margin-bottom: 10px;
	border-collapse: collapse;
	border: 1px solid #333;
}
.BlogsWrapper tr {
	border: 1px solid #333;
}
.BlogsWrapper td {
	border: 1px solid #333;
}
.BlogsLabel {
	background-color: #333;
	color: #fffffa;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.BlogsContainer {
	height: 40px;
	font-weight: bold;
}
.BlogsName {
	width: 561px;
	padding-left: 5px;
	font-size: 16px;
	cursor: pointer;
}
.BlogsLast {
	width: 200px;
	text-align: center;
}
.BlogsArticleList {
	width: 120px;
	text-align: center;
}

/*--------------------------------------------------------------------
PermaLinkContents
--------------------------------------------------------------------*/
.PermaLinkContainer {
	margin-bottom: 10px;
}
.PermaLinkTitle {
	margin-bottom: 10px;
}
.PermaLinkTitle h1 {
	float: left;
	width: 890px;
	font-size: 24px;
	font-weight: normal;
}
.PermaLinkParts {
	height: 20px;
	font-size: 12px;
	color: #999;
}

/*--------------------------------------------------------------------
Paging
--------------------------------------------------------------------*/
ul.PageNavi {
	margin: 0;
	padding: 5px 0;
	border: 1px solid #ccc;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

ul.PageNavi li {
	display: inline;
	margin: 0;
	padding: 0;
}

ul.PageNavi li span {
	background: #ccf;
}
ul.PageNavi li a {
	background: #eeeff7;
}
ul.PageNavi li span,
ul.PageNavi li a {
	display: inline-block;
	padding: 4px 12px;
	text-decoration: none;
	vertical-align: middle;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

ul.PageNavi li a:hover {
	background: #ccf;
	border-color: #00f;
}


/*--------------------------------------------------------------------
Decoration
--------------------------------------------------------------------*/
.Label {
	background-color: #333;
	color: #fffffa;
	margin-bottom: 10px;
	width: 100%;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.ClickBar {
	position: relative;
	background-color: #363636;
	color: #fff;
	margin-bottom: 10px;
	padding: 10px 0;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.Description {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px dashed #000;
	line-height: 20px;
}
.Description span{
	font-size: 12px;
}

/*--------------------------------------------------------------------
Unique
--------------------------------------------------------------------*/
#ToolTips {
	display: none;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.8);
	width: 150px;
	padding: 10px;
	color: #fff;
	word-wrap:: break-all;
	font-size: 12px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	z-index: 1;
}
#Tips {
	display: none;
}
#error {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px dashed #000;
	line-height: 20px;
	text-align: center;
}

/*--------------------------------------------------------------------
MainMenu
--------------------------------------------------------------------*/
#MainMenu {
	margin: 0 auto;
	position: fixed !important;
	background-color: #000;
	background: -moz-linear-gradient(top, #000, #696969);
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#696969));
	padding: 0;
	width: 100%;
	top: 0px;
	z-index: 3;
}
.Logo {
	margin: 0;
	position: fixed !important;
	float: left;
}
#MenuWrapper {
	margin: 0 auto;
	padding: 0;
	width: 910px;
	height: 40px;
}
#NaviRight {
	float: left;
	width: 310px;
	height: 40px;
}
#NaviRight img {
	margin-top: 4px;
}
#NaviRight form {
	float: right;
	width: 235px;
}
#NaviRight form input {
	margin-top: 4px;
	padding: 0;
	width: 230px;
	height: 26px;
	font-size: 14px;
	-webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*--------------------------------------------------------------------
GlobalNavi
--------------------------------------------------------------------*/
#GlobalNavi {
	float: left;
	list-style-type: none;
	width: 600px;
	height: 40px;
	padding: 0;
	background: -moz-linear-gradient(top, #000, #696969);
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#696969));
}
#GlobalNavi li {
	position: relative;
	float: left;
	width: 98px;
	margin: 0;
	padding: 0;
	text-align: center;
	cursor: pointer;
}
#GlobalNavi li a {
	display: block;
	margin: 0;
	padding: 11px 0;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
#GlobalNavi li:hover > a {
	background: #696969;
}
#GlobalNavi li ul {
	width: 98px;
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
}
#GlobalNavi li ul li {
	overflow: hidden;
	width: 100%;
	height: 0;
	color: #fff;
}
#GlobalNavi li ul li a {
	background: #3a3a3a;
	margin: 0;
	padding: 10px 0;
	font-size: 12px;
	text-align: center;
}
#GlobalNavi li:hover ul li {
	overflow: hidden;
	height: 35px;
	border-bottom: 1px solid #808080;
}

/*--------------------------------------------------------------------
Footer
--------------------------------------------------------------------*/
#Footer {
	clear: both;
	margin: 15px auto 0 auto;
	padding: 10px 0;
	background-color: #000;
	background: -moz-linear-gradient(top, #000, #696969);
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#696969));
	color: #FFF;
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

#FooterMenu {
	margin: 0 auto 20px;
	width: 900px;
	border:#666 1px solid;
}

/*--------------------------------------------------------------------
AppMenu
--------------------------------------------------------------------*/
#AppMenu {
	margin: 0 auto;
}
#AppMenu dt {
	display:block;
	border-bottom:#999 1px solid;
	background: #333;
	color: #fff;
	height:50px;
	line-height:50px;
	font-size: 18px;
	font-weight: bold;
	text-align:center;
	cursor:pointer;
}
#AppMenu dd {
	padding: 10px;
	background:#eee;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	display:none;
}
.App {
	display: block;
	margin-bottom: 10px;
	text-align: left;
}
.App img {
	float: left;
	width: 64px;
	height: 64px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	vertical-align: middle;
}
.App div {
	display: inline;
	float: left;
	margin-left: 10px;
	padding: 5px;
}

/*--------------------------------------------------------------------
Advertising
--------------------------------------------------------------------*/
#AdsBox {
	display: none;
}
#AdsRight {
	display: none;
	position: fixed;
	left: 50%;
	margin-left: 460px;
}
#AdsLeft {
	display: none;
	position: fixed;
	left: 50%;
	margin-left: -760px;
}
.AdsWidth {
	margin: 10px auto;
	width: 728px;
	height: 90px;
}

.AdsInfeed {
}
.AdsInfeedContents {
	width: 888px;
	height: 30px;
	background-color: #FFFFFA;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
.AdsInfeedLine {
	position: relative;
	float: left;
	padding-left: 5px;
	padding-right: 3px;
	width: 880px;
}
.AdsInfeedLeft {
	position: relative;
	float: left;
	padding-left: 5px;
	padding-right: 3px;
	width: 717px;
}
.AdsInfeedPR {
	float: left;
	margin-top: 6px;
	margin-right: 8px;
	color: #666;
	font-size: 12px;
	font-family: 'MS PGothic','arial','helvetica';
}
.AdsInfeedTitle {
	float: left;
	width: 685px;
	margin-top: 6px;
	font-size: 12px;
	color: #0000cc;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	font-family: 'MS PGothic','arial','helvetica';
}
.AdsInfeedTitle:hover {
	color: #ff3366;
	font-weight: bold;
	text-decoration: underline;
}

.AdsInfeedRight {
	position: relative;
	float: right;
	width: 161px;
	height: 100%;
	border-left: 2px solid #999;
}

.AdsInfeedSponsored {
	position: absolute;
	top: 6px;
	left: 5px;
	width: 150px;
	font-size: 12px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
}

