@charset "utf-8";

/*============================
	Base
============================*/
body {
	text-align : center;
	line-height : 125%;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #666666;
	background-color: #E3E3DB;
	font-family: "Hiragino Kaku Gothic ProN",  Meiryo UI, sans-serif;
}
.win body {
	letter-spacing: 1px;
}
td {
	font-size: 12px;
	color: #666666;
	font-family: "Hiragino Kaku Gothic ProN",  Meiryo UI, sans-serif;
	line-height : 125%;
}
.win td {
	letter-spacing: 1px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
a{
	text-decoration: none;
	color: #666666;
}
a:hover{
}
img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
h1 {
	font-size: 20px;
	margin-bottom: 10px;
}
h2 {
	font-size: 18px;
	margin: 0px;
	line-height: 100%;
	padding-bottom: 5px;
}
h3 {
	font-size: 14px;
	margin: 0px;
	line-height: 125%;
}
ol  a {
	margin: 0px;
	padding: 0px;
}
dl  a {
	font-weight: normal;
	line-height: 16px;
}
form {
	margin: 0;
	padding: 0px;
}
hr {
	border: 1px solid #E3E3DB;
	text-align: center;
}
/*============================
	Header
============================*/
#container-header {
	height: 85px;
	background-color: #FFFFFF;
}
#header {
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 50px;
}
.header-cell li{
	list-style-type: none;
	float: left;
}
#title  {
	text-align: center;
	width: 25%;
	padding-top: 5px;
}
#topic {
	width: 50%;
	font-size: 11px;
	padding-top: 3px;
}
.new {
	font-style: italic;
	font-weight: bold;
	background-color: #CC3333;
	color: #FFFFFF;
	height: 13px;
	width: 50px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CC3333;
	border-left-color: #CC3333;
}
#gif {
	text-align: center;
	width: 10%;
}
#sp {
	background-color: #FF0099;
	height: auto;
	width: 12%;
	text-align: center;
	padding: 5px;
	float: right;
}
#sp a{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 20px;
}
.fixed {
	top: 0px;
	right: 0px;
	background-color: #FF0099;
	height: 40px;
	width: 70px;
	text-align: center;
	padding: 5px;
	float: right;
	z-index: 1;
	position: fixed;
}
@media screen and (min-device-width: 900px) {
#sp {
	display: none;
}
}
/*============================
	Tabmenu
============================*/
#tabmenu {
	height: 25px;
	clear: both;
	text-align: center;
	overflow: hidden;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.tab li {
	list-style-type: none;
	width: 119px;
	text-align: center;
	float: left;
	height: 28px;
	margin: 0px 3px;
	padding: 0px;
	overflow: hidden;
	border-radius: 5px;
	background-color: #999999;
	line-height: 25px;
	font-size: 13px;
}
.tab li a {

}
.tab li a:hover{
	background-color: #FF0099;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	height: 28px;
}
.tab-tag a{
	color: #FFFFFF;
}
.tag form {
	display: inline;
}


/*============================
	Body-base
============================*/
.tag{
	clear: both;
	line-height: 24px;
	text-align: left;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
}
.tag a{
	background-color: #FFFFFF;
	padding: 1px 4px;
	font-size: 11px;
	border-radius: 3px;
	margin-right: 5px;
}
.tag a:hover{
	background-color: #FF0099;
	color: #FFFFFF;
}
.tag-ctg{
	clear: both;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 10px;
}
.tag-ctg a{
	letter-spacing: normal;
	color: #000033;
}
.header-hunk {
	overflow: hidden;
	margin-bottom: 10px;
	text-align: left;
	clear: both;
}
.section-network {
	width: 235px;
	height: 200px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-right: 15px;
	padding-top: 10px;
	background-color: #000033;
	text-align: center;
	float: left;
}
.section-fukugan {
	width: 235px;
	height: 195px;
	overflow: hidden;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
	background-color: #000033;
	padding-top: 11px;
	text-align: center;
	padding-bottom: 5px;
}
#result {
	font-size: 16px;
	font-weight: bold;
	color: #000033;
	line-height: 110%;
}
/*============================
	Body-section
============================*/
#container-body {
	background-color: #E3E3DB;
	height: auto;
	clear: both;
}
#body{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-bottom: 40px;
}
#plugin1{
	clear: both;
}
#index-left {
	float: left;
}
#index-right {
	float: right;
	text-align: left;
	width: 242px;
}
#toparea-index{
	clear: both;
}
.section-index {
	width: 225px;
	height: 218px;
	overflow: hidden;
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
	padding-bottom: 7px;
	text-align: center;
	margin: 7px;
}
.section-index img{
	width: 225px;
	height: 150px;
	cursor: pointer;
}
h3.entry-title-index a {
	font-size: 13px;
	color: #000066;
	line-height: 16px;
	overflow: hidden;
	height: 30px;
	width: 225px;
	display: block;
	padding-bottom: 3px;
	text-align: left;
	font-weight: normal;
}
.cat-name {
	display: block;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
}
.cat-name a{
	font-size: 11px;
	line-height: 11px;
	color: #999999;
	font-weight: bold;
}
.cat-name a:hover{
	color: #000066;
}
h3.entry-title-index a:hover{
	color: #FF0099;
}
.entry-title a{
	font-size: 12px;
	color: #0033CC;
	line-height: 100%;
}
.vote-tab a{
	background-color: #E3E3DB;
	font-weight: bold;
	color: #FF0099;
	display: block;
	height: 16px;
	width: 90px;
	font-size: 11px;
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 3px;
}
.vote-tab a:hover{
	background-color: #FF0099;
	color: #FFFFFF;
}
.fontccc {
	color: #FFFFFF;
}
.fontccc a:hover{
	color: #FFFFFF;
}
.entry-body a{
}

/*============================
	Body-archives
============================*/
#archives {
	line-height: 200%;
	clear: both;
	text-align: left;
}
#archives h3{
	display: inline;
}
#archives a{
	font-weight: normal;
}
#archives a:hover{
	text-decoration: underline;
	color: #000033;
}
.count-all {
	color: #FF0099;
}
/*============================
	Body-permanent
============================*/
#container-permanent {
	background-color: #FFFFFF;
	clear: both;
}
#permanent {
	width : 1000px;
	margin-right: auto;
	margin-left: auto;
}

#toparea-parm{
	width: 84%;
	background-color: #E3E3DB;
	padding-right: 8%;
	padding-left: 8%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.section-perm {
	line-height: 150%;
	font-size: 14px;
	text-align: left;
}
.section-perm a{
	font-weight: bold;
	color: #000066;
}
h2.entry-title-index {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-align: center;
	margin-bottom: 20px;
}
h2.entry-title-index a {
	overflow: hidden;
}
.entry-perm {
	max-width: 860;
	text-align: left;
	padding-bottom: 10px;
}
.entry-perm li {
	text-align: left;
	list-style-type: none;
	float: left;
	padding: 10px;
	height: auto;
	max-width: 400px;
}
.w400 {
	width:400px;
}
.sp {	display: none;}
.textShadowBox {
	border: 1px none #FFFFFF;
	color: #E3E3DB;
	background-color: #E3E3DB;
	font-size: 10px;
}
.buttonStyle {
	font-size: 12px;
	letter-spacing: 1px;
	background-color: #FF0099;
	border-style: none;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 2px;
}
.buttonStyle-perm {
	width: 250px;
	font-size: 14px;
	margin: 0;
	padding: 3px;
	background:#FF0099;
	border: 1px #FF0099 solid;
	color: #FFFFFF;
	border-radius: 5px;
	font-weight: bold;
}
.related {
	padding-bottom: 5px;
}
.related a{
	font-size: 18px;
	font-weight: normal;
}
.related a:hover{
	font-weight: bold;
}
#related-new a {
	font-size: 12px;
	line-height: 125%;
	font-weight: normal;
}
/*============================
	Pager
============================*/
.pager {
	padding: 10px 0px;
	width: 600px;
	text-align: center;
	position: relative;
	background:#000033;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	cursor: pointer;
	box-shadow:rgba(0, 0, 51, 0.42) 3px 3px 6px 1px;
	-webkit-box-shadow:rgba(0, 0, 51, 0.42) 3px 3px 6px 1px;
	-moz-box-shadow:rgba(0, 0, 51, 0.42) 3px 3px 6px 1px;
	clear: both;
}
.pager_pink {
	padding: 10px 0px;
	width: 600px;
	text-align: center;
	position: relative;
	background:#FF0099;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	cursor: pointer;
	box-shadow:rgba(0, 0, 51, 0.42) 3px 3px 6px 1px;
	-webkit-box-shadow:rgba(0, 0, 51, 0.42) 3px 3px 6px 1px;
	-moz-box-shadow:rgba(0, 0, 51, 0.42) 3px 3px 6px 1px;
	clear: both;
}
.pager a{
	font-size: 18px;
	line-height: 100%;
	color: #FFFFFF;
}
.pager_pink a{
	font-size: 18px;
	line-height: 100%;
	color: #FFFFFF;
}
.pager-perm {
	font-weight: bold;
	clear: both;
	padding-top: 10px;
	width: 1000px;
	height: 20px;
	padding-bottom: 20px;
}
.pager-perm a{
	line-height: 100%;
	color: #000066;
	font-weight: bold;
}
.pager-left {
	float: left;
	width: 49%;
	text-align: left;
}
.pager-right {
	float: right;
	text-align: right;
	width: 49%;
}

/*============================
	Plugin2
============================*/
#container-plugin2 {
	clear: both;
}
#plugin2 {
	width : 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#plugin2 a {
	font-weight: normal;
}

/*============================
	Plugin3
============================*/
#container-plugin3 {
	background-color: #FFFFFF;
	clear: both;
}
#plugin3 {
	width : 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#plugin3 a {
	font-weight: normal;
	letter-spacing: normal;
}
.block-title {
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	color: #FF0099;
	padding-bottom: 5px;
}
.block-title a {
	font-weight: normal;
	color: #000066;
}
.title-new {
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	padding-bottom: 10px;
	color: #999999;
}
.title-new a {
	font-weight: normal;
	color: #000066;
}
.title-ranking {
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	color: #CC9900;
	padding-bottom: 10px;
}
.title-sale {
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	color: #CC0000;
	padding-bottom: 10px;
}
#lane-hunk {
	overflow: hidden;
	height: 120px;
	text-align: left;
}
#lane-aebn {
	overflow: hidden;
	height: 150px;
}
.ninja-recommend-block a {
	font-weight: normal;
}
.ninja-recommend-new {
	font-weight: bold;
}
/*============================
	Footer
============================*/
#container-footer {
	background-color: #EEEEEE;
	padding-top: 20px;
	clear: both;
	height: 450px;
}
#footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	}
#footer a {
	text-decoration: none;
	font-weight: normal;
}
.footer-cell  li{
	float: left;
	text-align: center;
}
#intro {
	display: block;
	text-align: left;
}
.visitor5 {
	width: 260px;
	text-align: left;
}
.eroine-title {
	color: #FFFFFF;
	background-color: #FF0099;
	padding-top: 3px;
	padding-bottom: 3px;
}
.eroine-window {
	overflow: auto;
	width: 470px;
	height: 400px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.eroine-window li {
	font-size: 12px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 0px;
	color: #999999;
	width: 100%;
}
.eroine-window a {
	color: #000066;
}
.rank {
	width: 240px;
	float: right;
	padding-left: 20px;
}
.rank td{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-size: 13px;
}
.MOredrefncstx {
	font-size: 11px;
}

/*============================
	Special
============================*/
.year-title {
	border-bottom-width: 3px;

	border-bottom-style: solid;
	border-bottom-color: #000033;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.year-l   {
	clear: both;
	float: none;
}
.year-l2  {
	clear: both;
	float: none;
}
.year-m  {
	clear: both;
	float: none;
}
.year-s  {
	clear: both;
	float: none;
}
.year-maker {
	padding-bottom: 5px;
	font-size: 18px;
	background-color: #000033;
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
	margin-bottom: 10px;
	clear: both;
}
.year-l li {
	text-align: left;
	width:400px;
	margin: 0px;
	float: left;
	padding: 10px;
}
.year-l2 li {
	text-align: left;
	width:400px;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	float: left;
	padding-bottom: 0px;
}
.year-m li {
	font-size: 11px;
	text-align: left;
	width:270px;
	margin: 0px;
	padding: 10px 5px;
	float: left;
	line-height: 125%;
}
.year-s li {
	font-size: 11px;
	text-align: left;
	width:200px;
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	line-height: 125%;
}
.year-h {
	clear: both;
}
.year-h li {
	font-size: 11px;
	text-align: left;
	width:110px;
	margin: 0px;
	float: left;
	padding: 10px 5px;
	line-height: 110%;
}
.recommend {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC3300;
	padding-right: 3px;
	padding-left: 3px;
	font-style: italic;
	border-radius: 3px;
}
.annotation {
	font-size: 11px;
}
