*{
	margin :0;
	padding:0;
	border: none;
	text-decoration: none;
}


/* 基本のリンクの設定
---------------------------------------------------- */

a {
	color: #ebf66e;
	padding: 0 0 1px 0;
}

a:hover {
	color: #0d8d56;
	padding: 0 0 1px 0;
}



/* ページ全体のレイアウト
---------------------------------------------------- */
html {
	background-color: #000;
}

body {
	height: 100%;
	color: #fff;
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
	font-size: 12px;
	line-height:1.7;
	margin: 0 auto;
	width: 1030px;
/* 下記指定の画像はリピート背景 ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊	*/
	background: url(https://www.asahi-net.or.jp/~hw9a-kbnw/blog/prim/bg-repeat.jpg) repeat-y;
}

/* 下記指定の画像はヘッダ ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊	*/
#container {
	background-image: url(https://www.asahi-net.or.jp/~hw9a-kbnw/blog/prim/header.jpg);
	background-repeat: no-repeat;
}

#head {
	height: 135px;
}

/* ブログタイトルの位置 */
/*ブログタイトル画像の位置でもある ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
#head h1 {
	padding: 50px 300px 0 100px;
	color:#fff;
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height:1.0;
}

#head h1 a {
	color:#ebf66e;
	border: none;
}

#head h1 a:visited{
	border: none;
}

#head h1 a:hover{
	color:#0d8d56;
}

/* センター幅に注意＊記事エリアに影響する ＊＊＊＊＊＊＊＊＊＊＊＊ */
#center {
	float: left;
	width: 720px;
	margin-left: 50px;
}

#right {
	float: right;
	width: 180px;
	height: 100%;
	margin-right: 40px;
	margin-top: 45px;
}

/* 下記指定の画像はフッタ ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊	*/
#footer {
	clear: both;
	height: 160px;
	position: relative;
	background-image: url(https://www.asahi-net.or.jp/~hw9a-kbnw/blog/prim/footer.jpg);
	background-repeat: no-repeat;
	background-position:left bottom;
}

#footer img{
	position: absolute;
	top: 0px;
	right: 70px;
	border: none;
	text-decoration: none;
}

#footer a {
	border: none;
	text-decoration: none;
}


/* 記事部分
---------------------------------------------------- */
#main {
}

#main .msg a {
	color: #ebf66e;
	border:none;
}

#main .msg a:hover {
	color: #3366FF ;
	border-bottom:1px dashed #666666;
}


/* 下記指定の画像は記事欄フッタ ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊	*/
.msg {
	text-align: left;
	padding-bottom: 105px;
	margin-bottom: 40px;
	background: url(https://www.asahi-net.or.jp/~hw9a-kbnw/blog/prim/msg-footer.jpg) no-repeat bottom center;
}

#main .msg-title {
	position: relative;
	background-repeat: no-repeat;
	margin-top: 20px;
	font-size: 14px;
	font-weight:bold;
	color: #000;
	line-height:1.0;
	background-position:bottom center;
	height:auto !important;
	min-height:30px;
	height:30px;
}


#main .msg-archives a:hover{
	color: #d5dd7a;
	border-bottom : 1px dashed #c9c9c9;
}

#main .msg-title a {

/* 記事タイトルの背景 ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊	*/
	background-color:#003;
	color: #44DD88;
	display: block;

/* メッセージタイトルの幅 ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊	*/
	width: 600px;
}

#main .msg-title a:hover{
	color: #CCFFCC;
}


#main .msg-title a,
#main .msg-title a:hover,
#main .msg-title a:visited {
	border: none;
}

#main .msg-date {
	position: absolute;
	top: 0;
	right: 0;
	width: 110px;
	color: #AACCAA;
	visibility: visible;
	text-align: right;
	font-weight: normal;
}

#main .msg-body {
	margin: 20px 0;
	font-size: 12px;
}

#main .msg-pict{
	float: left;	/* テキストの右回り込みを許可 */
	margin: 0 1em 1em 0;
	border: none;
}

#main .msg-pict a,
#main .msg-pict a:visited,
#main .msg-pict a:hover {
	border: none;
}

/* テキストの左回り込みを許可するdivボックスクラス（新規） ＊＊＊	*/
#main .pict-right{
	float: right;
	margin: 0 -1em 1em 1em;;
}

/* センタリングリスト画像divボックスクラス（新規） ＊＊＊	*/
.msg-body .pict-center{
	position: relative;
	overflow: hidden;
}

.msg-body .pict-center ul {
	position: relative;
	left: 50%;
	float: left;
}

.msg-body .pict-center ul li{
	position: relative;
	left: -50%;
	float: left;
	list-style-type: none;
	padding-left: 0px;
	background-image:none;
}


/* センタリングクラス（新規） */
#main .centering{
	text-align:center;
}




#main .msg-footer {
	text-align: right;
	font-size: 12px;
	letter-spacing: 0.5px;
}

.msg-footer a {
 color: #eaec05;
}

.msg-footer a:hover {
	color: #f4a966;
}

pre {
	border : 4px dotted #eee;
	margin : 0 0 10px 0;
	padding : 20px;
	text-align: left;
}

blockquote {
	border : 4px double #eee;
	margin : 0 0 10px 0;
	padding : 20px;
	text-align: left;
}

.msg-body li {
	padding-left: 13px;
	background-image: url(https://s.asablo.jp/css/common2r/network_dark/list.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	list-style: none;
}

/* コメント部分
---------------------------------------------------- */

h2.comment-caption {
	font-weight:bold;
	height: 16px;
	margin: 20px 0;
	background-image: url(https://s.asablo.jp/css/common2r/network_dark/comm-title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.comment-caption a {
	display: block;
	border: none;
	overflow: hidden;
}

.comment-caption a:hover {
	color: #d5dd7a;
	border: none;
}


.comment-title {
	padding: 0 20px 0 0;
	font-size: 12px;
	color: #8bcf90;
	font-weight: normal;
}

.comment-title a {
	border: none;
	color: #8bcf90;
}

.comment-title a:visited {
	border: none;
}

.comment-title a:hover {
	color: #ebf66e;
	border: none;
}

.comment-body {
	padding: 5px 20px 10px 0;
	font-size: 12px;
}

.comment-body hr {
	display: none;
}

.comment-body li {
	list-style: none;
}

.comment-form {
	margin: 30px 0 40px;
	font-size: 12px;
	line-height:1.7;
}

#main .comment-form .comment-caption {
	background-image: url(https://s.asablo.jp/css/common2r/network_dark/comm-please.jpg);
	background-repeat: no-repeat;
	height: 16px;
	text-indent: -9999px;
}

.comment-form p {
	font-size: 12px;
	margin: 20px 0;
}

.comment-form form p {
}

.comment-form form p input {
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight:normal;
	background: #000;
	border: 1px solid #999;
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
}

.comment-form form br{
	display: none;
}

.comment-form textarea {
	color: #fffffc;
	border: 1px solid #999;
	background: #000;
	width: 450px;
	display: block;
	font-size: 12px;
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
}

form{ 
}

#main p {
}

input#asablo-comment-submit {
	border: 1px solid;
	border-color: #999 #eee #eee #999;
	width: 50px;
	background-color: #373737;
}

/* トラックバック部分
---------------------------------------------------- */

.tb-caption {
	height: 16px;
	background-image: url(https://s.asablo.jp/css/common2r/network_dark/track-title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 20px 0;
 }

.tb-caption a {
	display: block;
	border: none;
}

.tb-caption a:hover {
	color: #d5dd7a;
	border: none;
}

.tb-title {
	padding: 0 20px 0 0;
	font-size: 12px;
	color: #0d8d56;
	font-weight: normal;
}

.tb-title a {
	border: none;
	color: #8bcf90;
}

.tb-title a:visited {
	border: none;
}

.tb-title a:hover {
	color: #ebf66e;
	border: none;
}

.tb-url {
	padding: 0 20px 20px 0;
}

.tb-body {
	padding: 5px 20px 10px 0;
	font-size: 12px;
}

.tb-attention {
	padding: 0 20px 20px 0;
	font-size: 12px;
}


/* 次>>の表示
---------------------------------------------------- */

.navi {
	font-size: 12px;
	font-weight:bold;
	text-align: right;
}

.navi a,
.navi a:visited,
.navi a:hover {
	border: none;
}

/* サイドバー−基本
---------------------------------------------------- */
.sidebar {
}


.sidebar a {
	color: #8bcf90;
}

.sidebar a:hover {
	color: #ebf66e;
}

/* サイドバー単位モジュール下幅 ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.mod {
	margin: 0 0 15px 0;
}

/* サイドバーモジュール title ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
div.mod-mobile .mod-caption,
.mod-caption {
	height: 18px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

div.mod-description .mod-caption {
	background-image: url(https://s.asablo.jp/css/common2r/network_dark/discription.jpg);
}

div.mod-recent-articles .mod-caption {
	background-image: url(https://kuusou.asablo.jp/blog/img/2017/01/14/45fe86.png);
}

div.mod-recent-articles {
	background-color:#000033;
	border          : 1px solid #333333;
}

div.mod-comment .mod-caption {
	background-image: url(https://s.asablo.jp/css/common2r/network_dark/comment.jpg);
}

div.mod-trackback .mod-caption {
	background-image: url(https://s.asablo.jp/css/common2r/network_dark/trackback.jpg);
}

div.mod-mobile .mod-caption {
	background-image: url(https://s.asablo.jp/css/common2r/network_dark/mobile.jpg);
}

div.mod-category .mod-caption {
	background-image: url(https://s.asablo.jp/css/common2r/network_dark/category.jpg);
}

div.mod-backno .mod-caption {
	background-image: url(https://s.asablo.jp/css/common2r/network_dark/backno.jpg);
}

.mod-message .mod-caption {
	text-indent: 0;
	height: auto;
	font-size: 14px;
	color: #0d8d56;
}

.mod-message .mod-caption a {
	border: none;
}

.mod-text {
	letter-spacing: 1px;
}

.mod-description .mod-text {
	padding-left: 15px;
}

.mod-link-to-archives {
		padding-left: 15px;
}

.mod-link-to-archives a {
}

.mod-link-to-archives a:hover {
	color: #ebf66e;
}

.mod ul {
	list-style: none;
}

.mod-body {
	font-size: 12px;
}

/* サイドバーリストの位置 ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.mod-body li.mod-text {
	padding-left: 15px;
	padding-bottom: 8px;
/*	ここ微妙!!	*/
	line-height:1.4;

	background-repeat: no-repeat;
	background-position: left 7px;
}

.mod-backno .mod-body li.mod-text {
	background-image: none;
}

div.mod-mobile .mod-body {
	width: 98px;
}

/* サイドバー−カレンダー
---------------------------------------------------- */
/* leftとfont 変更 ＊＊＊＊＊＊＊＊＊＊＊＊ */
.mod-calendar .mod-body{
	text-align: center;
	margin-left: 2px;
}


.calendar {
	font-size: 10px;
	text-align: center;
}

.calendar a {
	 color: #8bcf90;
}

.calendar a:hover {
}

.calendar-title {
	padding: 0 0 10px 0;
	font-size: 14px;
	font-weight:bold;
	letter-spacing: 1px;
}

.calendar-title a {
	color: #009966;
}

.calendar-sun-name {
	padding: 0 3px;
	font-weight:bold;
	text-align: center;
}
.calendar-wday-name {
	padding: 0 3px;
	font-weight:bold;
	text-align: center;
}
.calendar-sat-name {
	padding: 0 3px;
	font-weight:bold;
	text-align: center;
}

/*	カレンダーセル ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊	*/
.calendar-cell {
	text-align: center;
	width: 26px;
	height: 20px;
}

.calendar-title a{
	text-decoration: none;
	border: none;
}

.calendar-title a:hover{
	text-decoration: none;
	border: none;
	color: #ebf66e;
}

.calendar-title a:visited{
	text-decoration: none;
	border: none;
}

.calendar-cell a{
	display: block;
	width: 18px;
	height: 18px;
	background-image: url(https://s.asablo.jp/css/common2r/network_dark/calender_a.gif);
	background-repeat: no-repeat;
/*	font-weight: bold;*/
	text-align: right;
	color: ##3399CC;
}

/* RSS・ログインの個別の指定
---------------------------------------------------- */
.mod-rss-button {
}

.mod-login-button {
}

div.mod-rss-button .mod-caption a {
	background-image: url(https://s.asablo.jp/css/common2r/network_dark/rss.jpg);
	display: block;
	width: 43px;
	height: 13px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.mod-login-button .mod-caption a {
	background-image: url(https://s.asablo.jp/css/common2r/network_dark/login.jpg);
	display: block;
	width: 57px;
	height: 15px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* アーカイブの表示
---------------------------------------------------- */

.msg-archives ul {
	list-style : none;
}


/* ---------googleカスタム検索--------------- */
#search-honnori .gsc-control-cse { padding: 0; }

/* テキストボックスに文字入力したときに出る「×」マークの位置調整用の指定 */
#search-honnori .gsc-search-box { position: absolute; }

#search-honnori .gsc-search-box tr,
#search-honnori .gsc-search-box td { display: block; }

#search-honnori .gsc-search-box .gsc-input-box { background-color: #F3F3F1; }

/* テキストボックスの親要素。width指定しつつfloatで左寄せ */
#search-honnori .gsc-search-box td.gsc-input,
#search-honnori .gsc-search-box td.gsc-input .gstl_50 {
	box-sizing: border-box;
	width: 150px !important;
	padding: 0 !important;
	margin-right: 2px;
	height: 26px;
	vertical-align: top;
	float: left;
}

#search-honnori .gsc-search-box .gsib_a {
	width: 150px !important;
	padding: 0 !important;
}

/* テキストボックスのデザイン設定 */
#search-honnori .gsc-search-box input#gsc-i-id1 {
	box-sizing: border-box;
	height: 26px !important;
	padding:2px !important;
	background-position: 0px center !important;
}

#search-honnori .gsc-search-box td#gs_tti51 { margin-bottom: 5px; }

/* ボタンの親要素。width指定しつつfloatで左寄せ */
#search-honnori .gsc-search-box td.gsc-search-button {
	width: 22px !important;
	height: 22px;
	float: left;
	padding-left:0px;
}

/* テキストボックスに文字入力したときに出る「×」マークの位置調整 */
#search-honnori .gsc-search-box .gsib_b {
	position: absolute;
	width: 20px;
	top: 0px;
	left: 128px;
}

/* デフォルトで設定されている(疑似的な)テキストボックスの
デザイン設定を解除 */
#search-honnori .gsc-search-box .gsc-input-box,
#search-honnori .gsc-search-box .gsc-input-box-hover,
#search-honnori .gsc-search-box .gsc-input-box-focus {
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

/* 検索ボタンの背景をボタンのように見せかける */
#search-honnori .gsc-search-box .gsc-search-button {
	position: relative;
	border: 1px solid #a1ffa1;
	background: #006600 url(https://kuusou.asablo.jp/blog/img/2018/02/26/4d40d1.png) 3px 3px no-repeat;
	cursor: pointer;
}

/* 検索ボタンの背景部分にテキストを表示させる */
#search-honnori .gsc-search-box .gsc-search-button:before {
	position: absolute;
	top: 5px;
	left: 3px;
	content: '' !important;
	color: #ccffff;
	font-size: 9px;
}

/* 検索ボタンを透明化し背景のみを表示させる */
#search-honnori .gsc-search-box input.gsc-search-button-v2,
#search-honnori .gsc-search-box input.gsc-search-button {
	width: 100%;
	height: 26px;
	padding: 0 !important;
	opacity: 0;
}