@charset "utf-8";
/* 初期設定 */
* {
	margin: 0;
	padding: 0;
	color: #222;
	font-style: normal;
/*	font-family: 'ＭＳ Ｐゴシック', Osaka, 'MS UI Gothic', sans-serif; */
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', sans-serif;
}
/* ================================================================
	Common
   ================================================================ */
html			{ font-size: 13pt; }
body 			{ background: #fafafa; background: url("../images/b1.jpg") repeat; text-align: center; }
img 			{ border: 0; vertical-align: middle; }
.bold 			{ font-weight: bold; }
.red 			{ color: red; }
.blue 			{ color: blue; }
.black 			{ color: #000; }
.pink 			{ color: #ff74b4; }
.clear 			{ clear:both; }
.clear hr 		{ display:none; }
.tcenter 		{ text-align: center }
.tright 		{ text-align: right }
.tleft 			{ text-align: left }
a { text-decoration: underline; color: #ff5aa1;}
a:hover { color: #ffbfdf; }
a:hover img		{ opacity:0.8; filter: alpha(opacity=80); -ms-filter: "alpha( opacity=80 )";}
input.btn:hover	{ opacity:0.8; filter: alpha(opacity=80); -ms-filter: "alpha( opacity=80 )";}
/* ================================================================
	全体枠
   ================================================================ */
#index #wrapper { display: flex; }

#wrapper {
	border: solid #eee 0;
	border-width: 0 0px;
	margin: 0 auto;
	width: 1000px;
	text-align: center;
}


/* ================================================================
	top-list
   ================================================================ */
#header {
	border-top: 5px solid #ff5aa1;
	margin: auto;
	text-align: left;
}

#hgroup {
	width: 1000px;
	margin: auto;
}

#header h1 {
	margin: 0 auto;
	padding: 10px 20px;
	font-weight: normal;
	color: #333;
}

#header h1 a {
	font-family: Impact,'ＭＳ Ｐゴシック', Osaka, 'MS UI Gothic', sans-serif;
	font-weight: bold;
	letter-spacing: 5px;
}


#header h1 span {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
	vertical-align: middle;
}

#header h1 a:hover { border-bottom: 0; color: pink; }


#header h2 { /* サイト概要 */
	font-size: 1rem;
}

h2{
	font-size: 1.8rem;
	font-size: 18px;
	line-height: 2.2rem;
	line-height: 22px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #111;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	padding-top: 15px;
	padding-bottom: 10px;
	letter-spacing: 1px;
	}

p#nkoushin{
	border-top: 2px dotted #ff5aa1;
	border-bottom: 2px dotted #ff5aa1;
	font-size: 1.6rem;
	line-height: 2rem;
	background: #fffafa;
	margin: 15px auto 0;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 10px;

	font-weight: normal;
	letter-spacing: 6px;
	color: #111;
	
	
	width: 1000px;
	clear: both;
}
p#nkoushin span{
	color: #ffbfce;
}

/* ================================================================
	ヘッダー項目
   ================================================================ */
body#index #headerl {
	border: 1px solid #555;
	border-bottom: 2px solid #000;
	margin: 0px auto;
	height: 200px;
	text-align: right;
	position: relative;
}

body#index #news {
	width: 238px;
	position: absolute;
	top: 10px;
	right: 5px;
}

body#index #news dl{
	background: #fff;
}

/* ================================================================
	グローバルメニュー
   ================================================================ */
#nav {
	background: #333;
	clear: both;
	text-align: center;
	border-width: 0;
}


#nav ul {
	overflow: hidden;
	margin: auto;
	padding: 0;
	list-style-type: none;
	font-size: 0;
	width: 100%;
}

#nav ul li {
	border-right: 3px solid #ff5aa1;
	display: inline-block;
	padding: 0;
	padding-right: 5px;
	margin: 5px;
	margin-bottom: 0;
	font-weight: bold;
}

#nav ul li a {
	display: block;
	background-color: #eee;
	border-radius: 10px;
	padding: 8px 20px;
	margin-bottom: 5px;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	min-width: 80px;
	color: #333;
}

#nav ul li a p#mconts {
	border-top: 1px dashed #333;
	font-size: 0.5em;
}

#nav ul li a:hover:not(.active) {
	background-color: #ff5aa1;
	color: #fff;
	border-radius: 10px;

}

#nav ul li a.active {
	background-color: #ff5aa1;
	color: #fff;
	border-radius: 10px;
}
/* ================================================================
	広告
   ================================================================ */
/* ================================================================
	広告
   ================================================================ */


#ad_top { /* トップページ */
	margin: 10px 20px 25px;
}

#ad_topm { /* トップページ　メモ直下 */
	margin: 20px 20px 10px;
	text-align: left;
}


#ad_topm ul{
	list-style-type: none;
	margin: 10px 0 20px;
}

#ad_topm ul li {
	background: #fff;
	border-top: 1px solid #777;
	line-height: 1.6em;
	margin: 0px 0 20px;
	padding: 5px 10px 5px 10px;
}

#ad_topm ul li.big { font-size: 120%; } /* 大文字 */
#ad_topm ul li.middle { font-size: 110%; } /* 中文字 */
#ad_topm ul li.normal { font-size: 100%; } /* 通常文字 */
#ad_topm ul li.small { font-size: 90%; } /* 小文字 */


p#ad_top_tit {
	border-radius: 4px;
	background: #333;
	margin: 0 auto;
	padding: 0px 10px;
	color: #ff74b4;
	font-weight: bold;
	letter-spacing: 3px;
	font-size: 120%;
	width: 92%;
}

#ad_top dl {
	text-align: center;
}

#ad_top dt {
	margin: 4px 0 2px;
	padding: 1px 10px;
	font-size: 90%;
	text-align: left;
}

#ad_top dd a:hover img{
	border: 1px solid #ffa7c6;
	border-radius: 5px;
	behavior: url("/PIE.htc");
}

#ad_top dd a img {
	border: 1px solid #ccc;
	border-radius: 5px;
	behavior: url("/PIE.htc");
}

#ad_top dd {
	padding-left: 0px;
	padding-bottom: 2px;
	text-align: left;
	font-size: 86%;
}

#ad_side { /* サイドバー */
	border-radius: 4px;
	margin: 0px 1px 30px;
	text-align: center;
}

#ad_side img {
	border: 0;
	margin: 1px 1px 6px;
}

#ad_side ul {
	text-align: center;
	margin: 2px 0 0 2px;
}

#ad_side ul li{
	list-style-type: none;
}


.ad_aside { /* 宣伝タイトル */
	border: 1px solid #333;
	border-radius: 4px;
	background: #555;
	text-align: left;
	color: #fff;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 30px;
}
#ad_side2 { /* サイドバー2 */
	margin: 0 0 20px;
	text-align: center;
}

/* ================================================================
	フッターデザイン
   ================================================================ */
#footer {
	background: #ffbfdf url("../images/footer_line.png") repeat-x;
	border-top: 3px dotted #ff5aa1;
	text-align: center;
	padding: 25px 0;
	margin-top: 60px;
}

#footer ul {
	margin-bottom: 20px;
}

#footer ul li {
	display: inline;
}

#footer ul li a { border-bottom: 1px solid; color: #333; text-decoration: none; }
#footer ul li a:hover { border-bottom: 0; color: #fff; }

#sitecnt {
	display: none;
	margin-bottom: 10px;
	padding-right: 10px;
	text-align: right;
}

#footer #sitecnt {
	margin: auto 0;
	margin-bottom: 10px;
	text-align: center;
}

#footer #sitecntb {
	margin-bottom: 10px;
	display: none;
}

#footer #Environment { /* 環境 */
	font-size: 10px;
	color: #333;
	margin-bottom: 10px;
}

#footer address {
	color: #333;
	letter-spacing: 1px;
}

#index_menu #sitecnt {
	margin: 20px auto 0;
	text-align: center;
}
/* ================================================================
	ページトップ
   ================================================================ */
p#toTop {
	text-align: center;
	margin: 0 0 30px;
	padding-right: 30px;
	text-align: right;
}

p#toTop a{
	border: 0;
	background: #333;
	font-size: 11px;
	border-radius: 20px;
	color: #fff;
	padding: 5px 10px;
	text-decoration: none;
}

p#toTop a:hover {
	border: 0;
	background: #aaa;
	color: #fff;
	text-decoration: none;
}

/* sss*/
table#adtopa {
	margin: -15px auto 10px;
	background: #fff;
	width: 92%;
}

table#adtopa tr td.adtopa_tit {
	background: #fff4ca;
	border: solid orange;
	border-width: 1px;
	padding: 3px 0 3px 4px;
	font-weight: bold;
	width: 900px;
	color: #623940;
}

.adtopa_con {
 padding-left: 10px;
}

td.adtopa_tit img {
	border: 1px solid #aaa;
	border-radius: 0px;

	position: relative;
	top: 0;
	left: 0;

}


td.adtopa_tit a img  { /* imgリンク */
	border: 1px solid #ddd;
}

/* ================================================================
	twitterボタン用
   ================================================================ */

.sns_cover {
	border-bottom: 1.6px dashed #555;
	margin: 0.4em 0px 1.2em 0;
	padding-bottom: 0.5em;
	color: #fff;
	text-align: right;
}
.icon-twitter { color: #fff;}

/* Twitter */
.t_ex { display: inline-block;}
.t_ex a {
	color: #fff;
	margin-right: 4px;
	padding: 5px 15px;
	display: block;
	border-radius: 20px;
	background: #555;
	text-decoration: none;
	letter-spacing: 1px;
}
.t_ex a:hover { opacity:0.6; filter: alpha(opacity=60); -ms-filter: "alpha( opacity=60 )";}

/* Pixiv */
.t_exb { display: inline-block;}
.t_exb a {
	color: #fff;
	margin-right: 4px;
	padding: 5px 15px;
	display: block;
	border-radius: 20px;
	background: #558cee;
	text-decoration: none;
	letter-spacing: 1px;
}
.t_exb a:hover { opacity:0.6; filter: alpha(opacity=60); -ms-filter: "alpha( opacity=60 )";}

/* YouTube */
.t_exy { display: inline-block;}
.t_exy a {
	color: #fff;
	margin-right: 4px;
	padding: 5px 15px;
	display: block;
	border-radius: 20px;
	background: #ff4747;
	text-decoration: none;
	letter-spacing: 1px;
}
.t_exy a:hover { opacity:0.6; filter: alpha(opacity=60); -ms-filter: "alpha( opacity=60 )";}
