@charset "UTF-8"; /* PublishCharset into mt-config.cgi */

/*
 * File      : styles-site.css
 * Version   : 3.01
 * Update    :
 * 2.00 2005.09.01: Update for Movable Type 3.2.
 * 2.01 2005.09.03: add font-size to content-nav.
 * 2.02 2005.09.27: correct the capital letter to the small letter.
 * 2.03 2005.10.13: add ul and ol type selectors to .entry class selector.
 * 2.04 2005.11.26: fixed typo.
 * 2.05 2006.01.26: comment out the specification of the background image.
 * 2.06 2006.02.26: delete font-weight property from all name selector and add h type selectors
 *                            and brought property for the title together.
 * 2.07 2006.06.01: add .archive-list class selector.
 * 3.00 2006.06.27: Update for Movable Type 3.3.
 * 3.01 2006.07.07: correct class selector.

 * Copyright (C) 2005-2006 www.koikikukan.com All rights reserved.
 */

/* すべて */
* {
	margin: 0;
	padding: 0;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ Pゴシック", "Osaka‐等幅"; 
	}

/* 見だし */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}

/* リンクつき画像 */
a img {
	border: 0;
	}

/* サイドコラムリンク書式 */
.side a {
	text-decoration: none;
	font-weight: normal;
	}
.side a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	}
.side a:visited {
	color: #999999;
	font-weight: normal;
	}
.side a:hover {
	color: #ffd600;
	background-color: #000000;
	font-weight: normal;
	}
.side a:active {
	color: #ffff00;
	font-weight: normal;
	}

/* 段落 */
p {
	margin-top: 15px;
	margin-bottom: 15px;
	}

/* 順序なしリスト */
ul ,ol{
	padding-left: 16px;
	}
ul li {
	list-style-type: circle;
	}

/* 定義リスト */
dl {}
dt {}
dd {
	padding-left: 8px;
	}

/* フォーム */
form {
	margin: 0px;
	}
#search-options,
input {
	padding: 1px;
	font-size: 12px;
	}

/* 引用 */
blockquote {
	line-height: 15px;
	font-size: 10px;
	background-color: #FFFF99;
	margin: 10px 10px 10px 30px;
	padding: 10px;
	letter-spacing: .10em;
	border-bottom: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-left: #000000 5px solid;
	}
.quotetitle { /* 引用文タイトル */
	font-size: 10px;
	border-bottom: 1px solid #666666;
	padding: 3px;
	}

/* タイトルバナー */
#banner {
	padding: 15px 15px 30px 15px;
	border-bottom: 1px solid #000000;
	color: #000000;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url("http://www.tr719.com/charinco-blog/banner_back.jpg");
	text-align: left;
	}
#banner a,
#banner a:link,
#banner a:visited {
	color: #ffd600;
	font-size: 32px;
	text-decoration: none;
	}
#banner a:hover {
	background-color: #000000; /* 背景色 */
	color:#ffd600; /* 文字色 */
	}
#banner a:active {}

/* タイトルバナー下の説明 */
#banner h2 {
	color: #ffd600;
	font-size: 14px;
	}

/* ナビゲーションバー全体のスタイル */
#navbar {
	text-align: center; /* 配置 */
	color:#000000; /* 文字色 */

/* フォントスタイル */
	font-weight: normal; /* フォントの太さ */
	font-size: 11px; /* フォントサイズ */
	width: auto; /* 全体の幅 */
	line-height: 200%; /* テキストの高さ */
	border: 1px solid#000000;
	background-color: #ffd600;
	margin: 0px 0px 5px;
	}

/* リンクのスタイル */
#navbar a{
	background-color: #ffd600; /* 背景色 */
	color:#000000; /* 文字色 */
	padding: 2px 5px 2px 5px; /* リンク文字のパディング */
	text-decoration: none; /* テキストの装飾をなくす */
	}

/* リンクをポイントした時のスタイル */
#navbar a:hover{
	background-color: #000000; /* 背景色 */
	color:#ffd600; /* 文字色 */
	text-decoration: none; /* テキストの装飾をなくす */
	}

/* エントリー全体 */
.blog {
	padding: 5px;
	font-family: "メイリオ", "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ Pゴシック", "Osaka‐等幅"; 
	font-size: small;
	color: #000000;
	background: none;
	}

/* エントリー日付・コメントタイトル・トラックバックタイトルの配色 */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header {
	color: #000000;
	line-height: 20px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 10px solid #000000;
	border-right: 10px solid #000000;
	padding-right: 3px;
	padding-left: 10px;
	background-color: #ffd600;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 15px;
	}

/* エントリー */
.entry {
	margin: 5px;
	background-color: #ffffff;
	color: #000000;
	font-size: 12px;
	}
.entry a:active {}
.entry img {
	margin-right: 8px;
	margin-bottom: 5px;
	}

.entry-footer-tag img {
	padding: 0px;
	margin: 0px;
	}

/* エントリーのテキストエリア可変長指定 */
.entry textarea {
	width: 97%;
	}

/* 追記 */
.entry.extended {}

/* エントリータイトル */
.entry-header {
	line-height: 20px;
	padding-left: 15px;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	border-top: 0px solid #ffd600;
	border-bottom: 1px solid #ffd600;
	border-left: 10px solid #000000;
	}
.entry-header a: {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	}
.entry-header a:link {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	}
.entry-header a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	}
.entry-header a:active {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	}
.entry-header a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	}

/* リンク */
.entry-body a:{
	text-decoration: underline;
	font-weight: bold;
	}
.entry-body a:link {
	text-decoration: underline;
	font-weight: normal;
	color: #000000;
	}
.entry-body a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #000000;
	}
.entry-body a:active {
	color: #FF0000;
	}
.entry-body a:hover {
	color: #000000;
	background-color: #ffd600;
	}

/* 投稿者 */
.entry-footer {
	font-size: 9px;
	border-top: #ffd600 dotted 1px;
	text-align: right;
	margin-bottom: 10px;
	line-height: 15px;
	padding-top: 5px;
	}
.entry-footer-tag {
	font-size: 9px;
	color: #999999;
	margin: 10px;
	line-height: 15px;
	padding-top: 5px;
	}
.entry-footer-tag a {
	text-decoration: none;
	color: #999999;
	}
.entry-footer-tag a:link {
	text-decoration: none;
	color: #999999;
	}
.entry-footer-tag a:visited {
	text-decoration: none;
	color: #999999;
	}
.entry-footer-tag a:hover {
	text-decoration: none;
	color: #999999;
	background-color: #ffffff;
	}
.entry-footer-tag a:active {
	text-decoration: none;
	color: #999999;
	}

/* エントリーアーカイブ中タグリスト */
.entry-tags-header,
.entry-tags-list,
.entry-tag {
	font-size: 9px;
	border-top: #ffd600 dotted 0px;
	text-align: right;
	margin-bottom: 10px;
	line-height: 15px;
	padding-top: 5px;
	}

/* Typekeyコメンタ－画像 */
.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

/* アーカイブページ本文 */
.archive-list {
	margin: 10px 0;
	}

/* アーカイブテンプレートの前後リンク */
.content-nav {
	margin: 10px;
	text-align: center;
	font-size: 12px;
	}

/* サイドメニュータイトル */
.sidetitle {
	line-height: 15px;
	color: #000000;
	font-weight: normal;
	background-color: #ffd600;
	font-size: 10px;
	text-align: center;
	padding: 0px;
	margin: 3px;
	letter-spacing: .10em;
	border: #ffffff 1px solid;
	}

/* サイドメニュー */
.side {
	font-size: 10px;
	_font-size: 9px;
	line-height: 15px;
	text-align: left;
	color: #ffffff;
	margin: 5px;
	}
.side img {
	margin-bottom: 5px;
	}
.side ul {
	padding-left: 5px;
	}
.side ul ul {
	padding-left: 20px;
	}
.side li {
	list-style-type: none;
	}
.side select {
	font-family: Verdana, Arial, sans-serif;
	color:#666666;
	background: ffffff;
	font-size:9px;
	}

/* サイドメニュー(Twitter用) */
span#my_twitter_status {
	}
span#my_twitter_status_time {
	text-align: right;
	font-size: 8px;
	}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
	padding-left: 16px;
	}
.side #categories ul ul {
	padding-left: 10px;
	}
.side #categories li {
	list-style-type: circle;
	}

/* サイドメニュー(タグクラウド用) */
ul#tags {
	margin-top: 5px;
	padding-left: 0;
	list-style: none;
	}
ul#tags .module-list-item {
	display: inline;
	}
ul#tags li.taglevel1 {
	font-size: 13px;
	font-weight: bold;
	}
ul#tags li.taglevel2 {
	font-size: 13px;
	}
ul#tags li.taglevel3 {
	font-size: 12px;
	}
ul#tags li.taglevel4 {
	font-size: 11px;
	}
ul#tags li.taglevel5 {
	font-size: 10px;
	}
ul#tags li.taglevel6 {
	font-size: 9px;
	}

/* ページ分割プラグイン セレクトボックス幅 */
select#page_num {
width : 40px;
}

/* タグクラウド */
.module-tagcloud .module-content {
	text-align: center;
	text-decoration: none;
	}
.module-tagcloud .module-content .module-list {
	list-style: none;
	}
.module-tagcloud .module-content .module-list .module-list-item {
	display: inline;
	}
.module-tagcloud .module-content .module-list .module-list-item a:link {
	text-decoration: none;
	}
.module-tagcloud .module-content .module-list li.taglevel1 {
	font-size: 21px;
	text-decoration: none;
	}
.module-tagcloud .module-content .module-list li.taglevel2 {
	font-size: 19px;
	text-decoration: none;
	}
.module-tagcloud .module-content .module-list li.taglevel3 {
	font-size: 17px;
	text-decoration: none;
	}
.module-tagcloud .module-content .module-list li.taglevel4 {
	font-size: 15px;
	text-decoration: none;
	}
.module-tagcloud .module-content .module-list li.taglevel5 {
	font-size: 13px;
	text-decoration: none;
	}
.module-tagcloud .module-content .module-list li.taglevel6 {
	font-size: 11px;
	text-decoration: none;
	}

/* カウンター */
.side-counter {
	margin: 8px 0 25px;
	padding: 2px;
	background: none;
	font-size: 9px;
	}

/* RSSフィード */
.syndicate {
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: left;
	color: #ffffff;
	font-size: 9px;
	line-height: 150%;
	}
/* RSSフィード書式 */
.syndicate a {
	text-decoration: none;
	font-weight: normal;
	}
.syndicate a:link {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	}
.syndicate a:visited {
	color: #999999;
	font-weight: normal;
	}
.syndicate a:hover {
	color: #ffd600;
	background-color: #000000;
	font-weight: normal;
	}
.syndicate a:active {
	color: #ffff00;
	font-weight: normal;
	}

/* クレジットバナー */
.powered {
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: left;
	color: #ffffff;
	font-size: 9px;
	line-height: 150%;
	}
/* クレジットバナーリンク書式 */
.powered a {
	text-decoration: none;
	font-weight: normal;
	}
.powered a:link {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	}
.powered a:visited {
	color: #999999;
	font-weight: normal;
	}
.powered a:hover {
	color: #ffd600;
	background-color: #000000;
	font-weight: normal;
	}
.powered a:active {
	color: #ffff00;
	font-weight: normal;
	}
.powered img {
	margin-top: 5px;
	}

.clear {
	clear: both;
	}

/* トラックバック */
.trackbacks {
	margin: 10px 5px;
	color: #000000;
	}
#trackbacks-info,
.trackback-content {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 150%;
	word-break: break-all;
	}
.trackback-content p {
	margin-top: 10px;
	margin-bottom: 5px;
	}
.trackback-footer {
	font-size: 9px;
	border-bottom: 1px dotted #ffd600;
	text-align: right;
	padding-top: 3px;
	margin-right: 2px;
	}

/* コメント */
#comments-open-data p {
	margin-bottom: 10px;
	}
#comment-post {
	font-weight: bold;
	}
#comment-author, #comment-email, #comment-url, #comment-text {
	width: 220px;
	}
#comment-text {
	width: 475px;
	}
#comment-bake-cookie {
	margin-left: 2px;
	vertical-align: middle;
	}
#comments-open-footer {
	text-align: center;
	}
.comments {
	margin: 10px 5px;
	color: #000000;
	}
.comment-content,
.comments-open-content {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 150%;
	padding-bottom: 3px;
	word-break: break-all;
	border-bottom: 1px dotted #ffd600;
	}
.comment-content p {
	margin-top: 10px;
	margin-bottom: 5px;
	}
.comment-footer {
	font-size: 12px;
	text-align: left;
	padding-top: 3px;
	}
.comments-open label {
	display: block;
	}
.comments-head {
	color: #000000;
	line-height: 20px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 10px solid #000000;
	border-right: 10px solid #000000;
	padding-right: 3px;
	padding-left: 10px;
	background-color: #ffd600;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 15px;
	}

/* ツリー表示 */
ul.tree {
	margin: 0 0 0 0px!important;
	padding: 0px!important;
	font-size: 10px;
	list-style: none!important;
	}
ul.tree ul {
	margin: 0!important;
	padding: 0!important;
	margin-left: 5px!important;
	}
ul.tree li {
	margin: 0!important;
	padding: 0 0 0 18px!important;
	background-image: url(http://www.tr719.com/charinco-blog/tree_lst_dotted.gif);
	background-repeat: no-repeat!important;
	list-style: none!important;
	}
ul.tree li.end {
	background-image: url(http://www.tr719.com/charinco-blog/tree_end_dotted.gif);
	list-style: none;
	}

/* カラム切り替え */

/* 3カラム用 */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
	margin-bottom: 20px;
	text-align: center;
	background-image: url("http://www.tr719.com/charinco-blog/body_back.jpg");
	}

.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
	margin-bottom: 10px;
	}

.layout-three-column #box {
	width: 885px;
	margin-right: auto;
	margin-left: auto;
	padding: 10 0 15px 0;
	border-bottom: 1px solid #ffd600;
	border-left: 1px solid #ffd600;
	border-right: 1px solid #ffd600;
	text-align: left;
	background-color: #000000;
	}

/* 2カラム用 */
.layout-two-column-left #box,
.layout-two-column-right #box {
	width: 885px;
	margin-right: auto;
	margin-left: auto;
	padding: 10 0 15px 0;
	border-bottom: 1px solid #ffd600;
	border-left: 1px solid #ffd600;
	border-right: 1px solid #ffd600;
	text-align: left;
	background-color: #000000;
	}

/* 2カラム用 */
.layout-one-column #container {
	margin-bottom: 0;
	}

/* 1カラム用 */
.layout-one-column #box {
	width: 885px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding: 10 0 15px 0;
	border-bottom: 1px solid #ffd600;
	border-left: 1px solid #ffd600;
	border-right: 1px solid #ffd600;
	text-align: left;
	background-color: #000000;
	}

/* 1カラム・リキッドレイアウト用 */
/* タイトルバナー */
.layout-one-column-liquid #banner {
	margin-right: 100px;
	margin-left : 100px;
	border-bottom: 1px solid #000000;
	border-left: 0px solid #ffd600;
	border-right: 0px solid #ffd600;
	}
body.layout-one-column-liquid {
	background: #000000;
	}

/* フッタ */
.layout-one-column #footer {
	text-align: center;
	}
.layout-one-column-liquid #footer {
	padding-bottom: 15px;
	text-align: center;
	}

/* 1カラム(リキッドレイアウト) */
.layout-one-column-liquid #content {
	margin: 0 0 5px;
	border-bottom: 1px solid #ffd600;
	border-left: 1px solid #ffd600;
	border-right: 1px solid #ffd600;
	background-color: #ffffff;
	}

/* 3カラム */
.layout-three-column #content {
	float: left;
	width: 510px;
	margin: 0 0 10px 0;
	background-color: #FFFFFF;
	border-bottom: 1px solid #ffd600;
	border-left: 0px solid #ffd600;
	border-right: 0px solid #ffd600;
	}
.layout-three-column #links-left-box,
.layout-three-column #links-right-box {
	float: left;
	width: 185px;
	}
.layout-three-column #links-left,{
	padding: 5px;
	color: #ffffff;
	}
.layout-three-column #links-right {
	padding: 5px;
	color: #ffffff;
	}

/* 2カラム(右サイドバー) */
.layout-two-column-right #content {
	float: left;
	width: 695px;
	margin: 0 0 10px 0;
	background-color: #FFFFFF;
	border-bottom: 1px solid #ffd600;
	border-left: 0px solid #ffd600;
	border-right: 0px solid #ffd600;
	}
.layout-two-column-right #links-right-box {
	float: left;
	width: 185px;
	}
.layout-two-column-right #links-right {
	padding: 15px 15px 0;
	color: #ffffff;
	}

/* 2カラム(左サイドバー) */
.layout-two-column-left #content {
	float: left;
	width: 695px;
	margin: 0 0 10px 0;
	background-color: #FFFFFF;
	border-bottom: 1px solid #ffd600;
	border-left: 0px solid #ffd600;
	border-right: 0px solid #ffd600;
	}
.layout-two-column-left #links-left-box {
	float: left;
	width: 185px;
	}
.layout-two-column-left #links-left {
	padding: 15px 15px 0;
	color: #ffffff;
	}

/* 1カラム */
.layout-one-column #content {
	float: left;
	width: 885px;
	margin: 0 0 10px 0;
	background-color: #FFFFFF;
	border-bottom: 1px solid #ffd600;
	border-left: 0px solid #ffd600;
	border-right: 0px solid #ffd600;
	}

input,textarea {
	}

/* オリジナル */
.charimateslist{
	font-size: 10px;
	padding-left: 5px;
	line-height: 15px;
	overflow: auto;
	height: 200px;
	}

.blogpeople{
	font-size: 10px;
	padding-left: 5px;
	line-height: 15px;
	}

.copyw{
	margin-left:300px;
	padding-bottom:0px;
	}

span#xx-small {
	font-size: xx-small;
	}
span#x-small {
	font-size: 9px;
	}
span#small {
	font-size: 11px;
	}
span#medium {
	font-size: medium;
	}
span#large {
	font-size: large;
	}
span#x-large {
	font-size: x-large;
	}
span#xx-large {
	font-size: xx-large;
	}

/* フッター */
#footer {
	background: #ffd600;
	border-bottom: 0px solid #cccccc;
	border-right: 0px solid #cccccc;
	padding:5px 10px 5px 10px;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	color: #333333;
	margin-top: 20px;
	margin-bottom:1px;
	}

#footer a{
	text-decoration: none;
	}

#footer a:link {
	color: #000000;
	font-weight: bold:
	}

#footer a:visited {
	color: #000000;
	}

#footer a:active {
	color: #FF0000;
	}

#footer a:hover {
	color: #FFFFFF;
	}

/* エントリーの折りたたみ表示 */
.entry-more-text {
	display: none;
	}

/* 関連記事の表示 */
.relation {
	line-height: 15px;
	font-size: 10px;
	background-color: #;
	margin: 10px 10px 10px 30px;
	padding: 5px;
	letter-spacing: .10em;
	border-bottom: #ffd600 0px solid;
	border-right: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-left: #000000 5px solid;
	}

/* Google Similar */
.googlesimilar-header {
	color: #000000;
	line-height: 20px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 10px solid #000000;
	border-right: 10px solid #000000;
	padding-right: 3px;
	padding-left: 10px;
	background-color: #ffd600;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 15px;
	}
.drk7jpSimilarity {
	border: 1px solid black;
	padding: 3px;
	}
.drk7jpSimilaritySiteSummarys {
	border-left: 10px solid gray;
	padding-left: 5px;
	margin-left: 10px;
	margin-top: 3px;
	margin-right: 3px;
	}
.drk7jpSimilarityFooter {
	text-align: right;
	font-size: 80%;
	}

span.new {
	color: red;
	font-weight: bold;
	}

/* フッタ */
.layout-one-column #footer {
	text-align: center;
	}
.layout-one-column-liquid #footer {
	padding-bottom: 15px;
	text-align: center;
	}

select {
	font-size: 10px;
	}

dl {
	margin: 0 0 8px;
	}
dt {
	margin: 0;
	_margin-bottom: 3px;
	}
dd {
	margin-left: 20px;
	}

/* カレンダー */
#calendar {
	text-align: center;
	color: #999999;
	background: none;
	}
.calendarhead {
	margin: 5px;
	border: 1px solid  #ffffff;
	text-align: center;
	color: #000000;
	background: #ffd600;
	font-size: 10px;
	line-height: 140%;
	}
.calendarhead a: {
	text-decoration: none;
	font-weight: normal;
	color: #000000 !important
	}
.calendarhead a:link {
	text-decoration: none;
	font-weight: normal;
	color: #000000 !important
	}
#calendar table {
	text-align: center;
	padding: 0;
	border-collapse: collapse;
	}
#calendar th {
	padding-bottom: 3px;
	text-align: center;
	color: #999999;
	font-size: 10px;
	width: 23px;
	}
#calendar td {
	padding: 2px 0;
	text-align: center;
	font-size: 9px;
	color: #999999;
	line-height: 120%;
	}
#calendar a:{
	text-decoration: none;
	font-weight: normal;
	}
#calendar a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #ffd600;
	}
#calendar a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #ffd600;
	}
#calendar a:active {
	color: #ff0000;
	}
#calendar a:hover {
	color: #000000;
	background-color: #ffd600;
	}
.today {
	display: block;
	text-align: center;
	border: 1px solid #ffd600;
	}
.sunday,
.holiday,
.holiday  a:link,
.holiday  a:visited {
	color: #e50003;
	}
.saturday,
.saturday  a:link,
.saturday  a:visited {
	color: #0000ff;
	}

#linklist {
	margin: 5px 1px 15px;
	background: none;
	color: #ffffff;
	font-size: 10px;
	_font-size: 9px;
	line-height: 150%;
	}
.bp_loading {
	border: 1px solid #ffd600;
	padding: 83px 0;
	text-align: center;
	}
.bp_loaded {
	}
.blogpeople-main {
	overflow: auto;
	}
.blogpeople-powered-by {
	text-align: left;
	}
.bp_error {
	padding: 83px 0 84px;
	text-align: center;
	}

img.favicon {
	vertical-align: middle;
	margin: 0px 0px 3px 0px;
	}

/*  */

