@charset "euc-jp";
/*body背景・基本フォント
-------------------------------------*/
body {
	font-size: 83%;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	line-height: 1.4em;
	background-color: #212121;
}

/*基本リンク
-------------------------------------*/
a:link {
	color:#FFFFFF;
	text-decoration: none;
}
a:active {
	color: #999;
	text-decoration: none
}
a:visited {
	color: #FFFFFF;
	text-decoration: none
}
a:hover {
	color: #d00;
	text-decoration: underline;
}
/*基本イメージ
-------------------------------------*/
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
a img {
	border: none;
}
/*基本リストタグ
-------------------------------------*/
ul,li,ol{
	margin: 0;
	padding: 0;
}
/*メインコンテナ
-------------------------------------*/
#wrap{
	width: 960px;
	padding:0;
	margin: 0;
	text-align: left;
	background-color:#282828;
	border-left:1px solid #000;
	border-right:1px solid #000;
}
#footer{
	width: 960px;
	clear: both;
	background-color: #000000;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer a{
color:#FFFFFF;
}

/*ブログ見出し
-------------------------------------*/
h1{
        line-height: 80px;
	font-size: 2.1em;
	margin: 0px;
        text-align: center;
	border-left: 0px solid #999999;
	border-bottom: 0px solid #999999;
	border-top: 0px solid #999999;
	background-color: #000000;
        background-image: url("http://file.blog.fc2.com/whatyourfetish/logo.jpg");
}
h1 a:link {
	color:#FFFFFF;
	text-decoration: none;
}
h1 a:active {
	color: #FFFFFF;
	text-decoration: none
}
h1 a:visited {
	color: #FFFFFF;
	text-decoration: none
}
h1 a:hover {
	color: #FF0000;
	text-decoration: underline;
}
/*ブログ小見出し
-------------------------------------*/
h2{
	font-size: 0.8em;
	margin: 0px;
	padding-top: 0em;
	padding-bottom: 0.2em;
	padding-left: 2em;
	border-left: 0px solid #999999;
	border-top: 0px solid #999999;
	border-bottom: 0px solid #999999;
	background-color: #333333;
}
h2 a:link {
	color:#D1DDE9;
	text-decoration: none;
}
h2 a:active {
	color: #FFFFFF;
	text-decoration: none
}
h2 a:visited {
	color: #D1DDE9;
	text-decoration: none
}
h2 a:hover {
	color: #FF0000;
	text-decoration: underline;
}
h5{
	font-size: 0.8em;
	margin: 0px;
	padding-top: 0.2em;
	padding-bottom: 0.1em;
	padding-left: 1em;
	border-left: 0px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #000000;
}
h5 a:link {
	color:#FFFFFF;
	text-decoration: none;
}
h5 a:active {
	color: #FFFFFF;
	text-decoration: none
}
h5 a:visited {
	color: #FFFFFF;
	text-decoration: none
}
h5 a:hover {
	color: #FF0000;
	text-decoration: underline;
}
/*ブログ説明
-------------------------------------*/
#intro{
	font-size: 0.9em;
	font-weight: normal;
	margin: 0px;
	background-color: #333333;
}

/*メインコンテンツ
-------------------------------------*/
#ban{
background-color:#FFFFFF;
}

#main{
	width: 770px;
	float: right;
	margin: 0;
	padding: 0;
	background-color:#282828;
}


/*エントリー記事部分
-------------------------------------*/
#main .body{
	margin: 10px;
/*	border-bottom: 1px dotted #999999; */
	padding-bottom: 10px;
}
#main .ad_body{
	margin: 0px 0px 2px 10px;
}
/*エントリー記事タイトル
-------------------------------------*/
#main h2{
	background-color: #000000;
	background-image: url("https://blog-imgs-32.fc2.com/w/h/a/whatyourfetish/midashi_main.jpg");
	padding: 1px 0 1px 5px;
	margin:0;
	border-left: 0px solid #999999;
	border-right: 0px solid #999999;
	font-size: 0.9em;
	border-top: 0px solid #999999;
	border-bottom: 0px solid #999999;
}
#main h2 a{
	text-decoration: none;
}
#main h2 a:link{
	color: #D1DDE9;
	text-decoration: none;
}
#main h2 a:visited{
	color: #B7CADD;
	text-decoration: none;
}
#main h2 a:hover{
	color: #ff0000;
	text-decoration: underline;
}
#main h3{
	background-color: #000000;
	background-image: url("https://blog-imgs-32.fc2.com/w/h/a/whatyourfetish/midashi_main.jpg");
	padding: 1px 0 1px 5px;
	margin:0;
	border-left: 0px solid #999999;
	border-right: 0px solid #999999;
	font-size: 0.9em;
	border-top: 0px solid #999999;
	border-bottom: 0px solid #999999;
}
#main h3 a{
	text-decoration: none;
}
#main h3 a:link{
	color: #D1DDE9;
	text-decoration: none;
}
#main h3 a:visited{
	color: #B7CADD;
	text-decoration: none;
}
#main h3 a:hover{
	color: #ff0000;
	text-decoration: underline;
}
.toplink{
	background-color: #000000;
	background-image: url("https://blog-imgs-32.fc2.com/w/h/a/whatyourfetish/midashi_main.jpg");
	font-size: 0.9em;
	font-weight: 600;
	padding: 1px 0 1px 5px;
	margin:0;
	border-left: 0px solid #999999;
	border-right: 0px solid #999999;
	border-top: 0px solid #999999;
	border-bottom: 0px solid #999999;
}

/*サイドメニュー左側
-------------------------------------*/
#menu{
	width: 178px;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
/*	border-right: 2px solid #333333;  */
}
#menu h4{
/*	background-color: #000000; */
	background-image: url("https://blog-imgs-32.fc2.com/w/h/a/whatyourfetish/midashi.jpg");
	padding: 1px 0 1px 2px;
	margin:0;
	border-left: 0px solid #999999;
	font-size: 1em;
	border-top: 0px solid #999999;
	border-bottom: 0px solid #999999;
        letter-spacing: 0.1em
}
#menu div.contets{
	margin: 10px;
}


/*自己紹介
-------------------------------------*/
.info{
	list-style-type: none;
}
.info li{
	padding-left: 0px;
	margin-left: 0px;
}
/*テーブルタグ全般
-------------------------------------*/
table,tr,th,td{
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
/*リストメニュー
-------------------------------------*/
.category ul { 
	margin: 0px;
	padding: 0px;
}
.category li{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 7pt;
	border-left: 0px solid #000;
}
.category li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	width: 172px;
	padding-top: 1px;
	padding-bottom: 0px;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 1px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	background-color: #282828;
}
.category li a:hover {
	color: #d00;
/*	background-color: #FFECFF; */
	width: 172px;
}
.other{
	border-left: 4px solid #282828;
	width: 172px;
	padding: 3px 0;
	margin-left: 0px;
	font-size: 0.8em;
	border-top: 0px solid #282828;
	border-left: 4px solid #282828;
	border-right: 0px solid #282828;
	background-color: #282828;
}
/*リストメニュー2
-------------------------------------*/
.category2 ul { 
	margin: 0px;
	padding: 0px; 
}
.category2 li{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 10pt;
	border-left: 4px solid #000;
}
.category2 li a {
	display: block;
	text-decoration: none;
	color: #000000;
	width: 160px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 1px solid #330300;
	border-left: 1px solid #330300;
	border-right: 1px solid #330300;
	background-color: #FFECFF;
} 
.category2 li a:hover {
	color: #FF00FF;
	background-color: #fff;
}

/*リストメニュー３
-------------------------------------*/
.category3 ul { 
	margin: 0px;
	padding: 0px; 
	list-style-type: square; 
}
.category3 li{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 8pt;
	border-left: 4px solid #000;
	background-color: #000000;
}
.category3 li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	width: 160px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #000000;
}
.category3 li a:hover {
	color: #000000;
	background-color: #FFECFF;
	width: 160px;
}
/*リストメニュー４
-------------------------------------*/
.category4 ul { 
	margin: 0px;
	padding: 0px;
}
.category4 li{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 8pt;
	border-left: 0px solid #000;
}
.category4 li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	width: 160px;
	padding-top: 1px;
	padding-bottom: 0px;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 1px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	background-color: #282828;
}
.category4 li a:hover {
	color: #d00;
	width: 160px;
}

/*カレンダー
-------------------------------------*/
#calender{
	width:100%;
	margin:0;
	text-align: center;
	font-size: 9pt;
}
#calender tr{}
#calender th{
	border: 1px solid #999999;
	background-color: #666666;
	color: #FFFFFF;
}
#calender td{
	border: 1px solid #999999;
}
#calender td a {
	display: block;
	background-color: #000066;
}
#calender th#sun {
	color: #f00;
}
#calender th#sat {
	color: #00f;
}
/*記事ステータスリスト
-------------------------------------*/
.sub {
	text-align: right;
	clear: both;
	margin-top: 10px;
}
.sub li {
	display: inline;
}
.sub a {
	margin-right: 0.3em;
}
/*レスフォーム
-------------------------------------*/
.reaf {
	color: #f2f2f2;
	position: relative;
	width: 100%;
	margin: 1.7em 0%;
}
.reaf dt {
	letter-spacing: 0.1em;
	position: absolute;
	left: 0;
}
.reaf dd {
	padding: 0 0 0.5em 5.7em;
}
.reaf input {
	/*width: 50%;*/
}
.reaf textarea {
	width: 80%;
}
#himitsu {
	width: auto;
}
/*コメントリスト
-------------------------------------*/
#commentlist {
	margin-top: 1.7em;
	margin-bottom: 7.7em;
	margin-right: 1.7em;
}

/*トラックバックリストの設定
-------------------------------------*/
#trackbacklist {
	margin: 2.7em 1.7em 0 0;
	padding: 1.7em 0 2.7em 3.7em;
	border-top: 1px solid #ddd;
}

/*トラックバックリスト内のリスト
-------------------------------------*/
#trackbacklist li ul {
	margin-top: 0.7em;
	margin-bottom: 1.7em;
}
/*コメントリスト、トラックバックリストの整形
-------------------------------------*/
#commentlist a, #trackbacklist a {
	margin-right: 0.5em;
}
#commentlist li, #trackbacklist li {
	margin-bottom: 0.5em;
}

/*trackback uri 表示部分の設定
-------------------------------------*/
#trap dt {
	margin: 0 0 0.5em 0.7em;
}
#trap dd {
}
#trap dd a {
	text-decoration: underline;
}

/*アフィリエイトプログラム設定
-------------------------------------*/
.list{
width:760px;
font-size:12px;
margin:10px 5px;
}

.list td{
padding:0;
text-align:center;
line-height:130%;
}

/*左詰め
.list_l{
width:760px;
font-size:10px;
margin:10px 0px;
}

.list_l td{
padding:0;
text-align:left;
line-height:130%;
}

/*検索
-------------------------------------*/
#right form {
	margin: 0;
}
.light {
	margin: 2.7em 0 0 0;
	padding: 0.7em 0 0 0;
}
.search {
	margin: 0 0 3.7em 0;
	padding: 0.7em 0;
}
.search input {
}

/*自己紹介画像
-------------------------------------*/
.info-image {
	text-align: center;
	margin: 10px;
}

/*プレビューページ
-------------------------------------*/
.prevpage{
	text-align: center;
	padding:5px;
	border-bottom: 0px solid #999999;
	background:#282828;
}

.prevpage a{
color:#FFFFFF;
}
/*メインテーブル用
-------------------------------------*/
.list_main{
	font-size: 1em;
	background-color:#282828;
	color: #FFFFFF;
	text-decoration: none;
	width:960px;
	margin:0px 0px;
}
.list_main td{
	font-size: 0.8em;
	background-color:#282828;
	padding:0;
	text-align:left;
	line-height:120%;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}
/*サブテーブル用
-------------------------------------*/
.list_sub{
	font-size:1em;
	margin:0px 0px;
}

.list_sub td{
	font-size:0.9em;
	background-color:#282828;
	color: #FFFFFF;
	padding:0;
	text-align:left;
	line-height:123%;
	height:106px;
}
/*サイドメニュ用
-------------------------------------*/
.list_menu{
	font-size:0.9em;
	margin:0px 0px;
}

.list_menu td{
	font-size:0.9em;
	background-color:#282828;
	color: #FFFFFF;
	padding:1pt;
	text-align:left;
	line-height:120%;
}
.list_menu td a:link{
	color: #FFFFFF;
	text-decoration:none;
}
.list_menu td a:visited{
	color: #FFFFFF;
	text-decoration:none;
}
.list_menu td a:hover{
	color: #ff0000;
	text-decoration: underline;
}

.list_menu_black{
	font-size:0.9em;
	margin:0px 0px;
}

.list_menu_black td{
	font-size:0.9em;
	background-color:#000000;
	color: #FFFFFF;
	padding:1pt;
	text-align:left;
	line-height:120%;
}

.blogpeople{
	font-size:0.8em;
	margin:0px 0px;
	line-height:150%;
}

/*フッターメニューテーブル用
-------------------------------------*/
.list_footer{
	font-size:0.9em;
	margin:0px 0px;
}

.list_footer td{
	font-size: 0.9em;
	background-color:#282828;
	color: #FFFFFF;
	padding:2px;
	text-align:left;
	line-height:100%;
}
.list_footer td a:link{
	color: #FFFFFF;
	text-decoration:none;
}
.list_footer td a:visited{
	color: #FFFFFF;
	text-decoration:none;
}
/*フッターアフィリエイトテーブル用
-------------------------------------*/
.list_affriate{
	font-size:8pt;
	margin:0px 0px;
}

.list_affriate td{
	font-size: 0.9em;
	background-color:#000000;
	color: #FFFFFF;
	padding:1 0 0 0;
	text-align:left;
	line-height:100%;
	height:70px;
}
.list_affriate td a:link{
	color: #FFFFFF;
	text-decoration:none;
}
.list_affriate td a:visited{
	color: #FFFFFF;
	text-decoration:none;
}
/*マニアックサイトメイン用
-------------------------------------*/
.maniaclist_main{
/*	font-size: 8pt; */
	background-color:#282828;
	color: #FFFFFF;
	text-decoration: none;
	width:768px;
	margin:0px 0px;
}
.maniaclist_main td{
	background-color:#282828;
	font-size: 1.2em;
	padding:2 0 0 0;
	text-align:left;
	line-height:100%;
}
/*マニアックサイトサブ用
-------------------------------------*/
.maniaclist_sub{
	font-size:8px;
	margin:0px 0px;
}

.maniaclist_sub td{
	font-size: 1.2em;
	background-color:#282828;
	color: #FFFFFF;
	padding:0;
	text-align:left;
	line-height:130%;
/*	height:30px; */
}
.maniaclist_sub td a:link{
	color: #FFFFFF;
	text-decoration:none;
}
.maniaclist_sub td a:visited{
	color: #FFFFFF;
	text-decoration:none;
}
.maniaclist_sub td a:hover {
	color: #d00;
}
/*ランキングサイト用
-------------------------------------*/
.rankinglist{
	font-size:8px;
	margin:0px 0px;
}
.rankinglist th{
	font-size: 1.1em;
	background-color:#282828;
	color: #FFFFFF;
	padding:2px;
	text-align:left;
/*	line-height:100%; */
}
.rankinglist td{
	font-size: 1.1em;
	background-color:#282828;
	color: #FFFFFF;
	padding:2px;
	text-align:center;
	line-height:100%;
}
.rankinglist td a:link{
	color: #FFFFFF;
	text-decoration:none;
}
.rankinglist td a:visited{
	color: #FFFFFF;
	text-decoration:none;
}
.rankinglist td a:hover{
	color: #ff0000;
	text-decoration: underline;

/*ボトム用
-------------------------------------*/
.bottomlist{
	font-size:8px;
	margin:0px 0px;
	text-align:center;
}
.rbottomlist td{
	font-size: 1em;
	background-color:#000000;
	color: #FFFFFF;
	padding:0px;
	text-align:center;
	line-height:100%;
}
.bottomlist td a:link{
	color: #FFFFFF;
	text-decoration:none;
}
.bottomlist td a:visited{
	color: #FFFFFF;
	text-decoration:none;
}

/*---------- 複眼 ----------*/
fieldset, img{
     border:0;
}
caption, th{
    text-align: left;
}
#images a{
	color:white;
	border:0;
	display:block;
	text-decoration:none;
    position: relative;
}
.mask{
	z-index:2;
	text-align:center;
	position: absolute;
    cursor: pointer;
    display: block;
}
/*---------- 複眼 END ----------*/

/* ユーザータグ一覧記事用 */
.MultiLineList { float:left; width:700px; }
.MultiLineList li { float:left; width:50%; }

.fa-yellow
{
	font-family: 'FontAwesome';
	color: #b16d01;
}

.fa-red
{
	font-family: 'FontAwesome';
	color: #ff0012;
}

.case01 iframe {
vertical-align: middle;
}
