/* This is the StyleCatcher theme addition. Do not remove this block. */

@import url(/FinJ/mt/mt-static/themes/tmpl000/tmpl000.css);
/* end StyleCatcher imports */@charset "UTF-8";

/*
name: Dr.Blog Style Library
designer: Dr.Blog
designer_url: http://drblog.jp/
developer: Dr.Blog
developer_url: http://drblog.jp/
*/

/* ---------- reset ---------- */

*
{
	margin:0;
	padding:0;
	font-size:100%;
	font-family: Verdana, Arial, sans-serif;
}

/* ---------- reset_end ---------- */

HTML {
  scrollbar-3dlight-color:#F0F0E0;
  scrollbar-arrow-color:#666666;
  scrollbar-darkshadow-color:#F0F0E0;
  scrollbar-face-color:#ffffff;
  scrollbar-highlight-color:#555555;
  scrollbar-shadow-color:#555555;
  scrollbar-track-color:#fff;
}

input, textarea {
  font-family: Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", Helvetica, Arial, sans-serif;
  border: 1px solid #666;
  font-size: 12px;
}

form {
  padding: 0px;
  margin: 0px;
}

blockquote {
  padding: 7px;
  margin: 5px 5px 5px 5px;
  border: 1px dashed #e0e0e0;
}

h1 {
  font-size: 35px;
  margin: 100px;
}

h2 {
  font-size: 13px;
  font-color: #330099
  margin: 0px;
}

/* ------- ■画像部分 ------- */
.pict {
  float: right;
  border-width: 1px;
  border-style: solid;
  border-color: #DCE3E3 #C1C1C1 #C1C1C1 #DCE3E3;
}

/* ------- ■リンクの色 ------- */
a:link     {color: #006666; text-decoration: none;}
a:visited   {color: #006666; text-decoration: none;}
a:hover   {color: #ff3300; text-decoration: none;}

/* ------- ■検索ボックス ------- */
#searcharea  {
  padding: 10px 10px 0px 0px;
  text-align: right;
}

.search {
  color: #333;
  font-size: 12px;
  margin: 10px 0px 2px 20px;
}

.search input {
  color: #7D926D;
  background-color: #EAF5D1;
  border: 1px solid #7D926D;
}

/* ------- ■時計部分 ------- */
.clock      {
  color: #7D926D;
  font-size: 11px;
  background-color: transparent;
  text-align: right;
  margin: 0px 10px 0px 0px;
  border: 0px;
}

.sideSet {
  width: 101%;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  text-align: left;
}

/* ---------- body ---------- */

body
{
  color: black;
  background-color: #F5F5DC;
  padding: 0px;
  text-align: center;
}

a
{
	text-decoration:none;
	color:#000099;
	background:inherit;
}

a:hover
{
	text-decoration:underline;
}

body.layout-two-column-right div#main-container,
body.layout-two-column-left div#main-container,
body.layout-one-column div#main-container
{
	width:700px;
	margin:0 auto;
	padding:0px 0 0 0;
	text-align:left;
	background-color:#ffffff;
	color:inherit;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}

body.layout-three-column { 
		margin-right: 200;
		margin-left: auto;
	text-align:center;
}

body.layout-three-column div#main-container
{ 
  PADDING: 0px; 
  margin: 10px;
  width: 970px;
  background-color: #ffffff;
}

MARGIN-LEFT: auto; 
MARGIN-RIGHT: auto; 

/* ---------- body_end ---------- */

/* ---------- banner ---------- */

body.layout-two-column-right div#banner,
body.layout-two-column-left div#banner,
body.layout-one-column div#banner,
{
  background-color: #99ff99;
  background-repeat: no-repeat;
  background-position: top;
  width: 700px;
  height: 120px;
  padding: 0px 0px 0px 0px;
  border-top: 5px double #330099;
  border-bottom: 5px double #330099;
  clear: both;
}

body.layout-three-column div#banner
{
  background-image: url("../blog/images/title9.jpg");
background-repeat: no-repeat;
  background-color: #F5F5DC;
  background-repeat: no-repeat;
  background-position: top;
  width: 985px;
  height: 130px;
  padding: 0px 0px 0px 0px;
  border-top: 5px double #330099;
  border-bottom: 5px double #330099;
  clear: both;
}

div#tit a { display: block; width: 500px; height: 70px; }


div#banner h1
{
	font-family: 'Century';
	text-align:left;
	font-size:26px;
	font-weight:bold;
	position: relative;
	letter-spacing:0.2em;
	top: 15px;
	left: 15px;
}

div#banner .site_title a
{
	color:#FF6600;
	background-color:transparent;
	text-decoration:none;

}

div#banner .site_title a:hover
{
	text-decoration:underline;
}

div#banner h2
{

}

/* サイト名 ------------------------------------- */
.site_title  { margin: 0px 0px 5px 20px;
               font-family: Book Antiqua;
               font-size:32px;
               color:#330099;
               font-weight:bolder; 
               text-align: left;
}
               
.site_title a:link,.site_title a:visited,
.site_title a:active,.site_title a:hover  { color:white;
                                            text-decoration: underline; }

/* サイト説明 ----------------------------------- */
.description { color: #330099;
               font-weight: bold;
               font-size: 14px;
               font-family: Verdana;
               margin: 0px 0px 0px 20px;
}

.description2 { 
  font-size: 13px;
  font-color: #330099;
  margin: 0px 0px 10px 40px;
  color: #330099;
}

.description3 { 
  font-size: 12px;
  font-color: #330099;
  margin: 0px 0px 10px 40px;
  color: #330099;
}

/* ---------- main ---------- */

.entry  { margin: 0px 0px 20px;}

.entry_admin {  margin: 0px 0px 0px 10px;}

body.layout-one-column #main
{
	width:700px;
	float:left;
}

body.layout-two-column-right #main
{
	width:500px;
	float:left;
}

body.layout-two-column-left #main
{
	width:500px;
	float:right;
}

td.main { 
  vertical-align:top;
  width: 570px;
  text-align: left;
}

body.layout-three-column #main
{
	float:center;
}

div.content
{
                margin:10px 0 15px 0;
	padding:0 5px 15px 10px;
}

div.entry
{
	margin:0 0 10px 0;
}

p.date-header
{
  color: #330099;
  font-size: 10px;
  letter-spacing : 1px;
  font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
  padding: 3px 3px 3px 15px;
  border-top: 2px solid #330099;
  border-bottom: 2px dotted #ff3300;
  background-color: #EEE8AA;
  text-align: right;
}

p.date-header2
{
  color: #330099;
  font-size: 16px;
  letter-spacing : 1px;
  font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
  padding: 3px 3px 3px 15px;
  border-top: 2px solid #330099;
  border-bottom: 2px dotted #ff3300;
  background-color: #EEE8AA;
  text-align: left;
}

h3.entry-header
{
  color: #ff3300;
  font-weight: bold;
  font-size: 14px;
  letter-spacing : 1px;  
  font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
  padding: 5px 10px 3px 10px;
  border-bottom: 2px dotted #ff3300;
  text-align: left;
}


h3.entry-header a
{
	color:#000000;background-color:inherit;
}

div.entry-content
{
	padding:12px;
}

div.content blockquote
{
	padding:10px;
                border: 1px solid #CCCCCC;
	background-color:#ffffff;
               margin: 20px 10px 20px 10px;
}

div.content blockquote p{
	padding-bottom:0px;
	padding-top:10px;
	padding-right:10px;
	padding-left:10px;
	background-color:#ffffff;
               margin: 0px -10px 0px -10px;
}

div.entry-body{
  font-size: 12px;
  line-height: 200%;
  font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
  margin: 15px 20px 15px 7px;
}

div.entry-more   {
  color: black;
  font-size: 12px;
  line-height: 200%;
  font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
  margin: 15px 20px 10px 7px;
}

div.entry-body img,
div.entry-more img
{
	margin:0px 0px 0px 0px;
}

div.entry-body ul,
div.entry-more ul
{
	list-style-position:inside;
}

div.entry-body li,
div.entry-more li
{
	color:#333333;
	font-size:80%;
	margin:0 5px 0 0;
	list-style-type: square;
	background-color:inherit;
}

div.content div.entry-tags h4
{
	color:#666666;
	font-size:80%;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	background-color:transparent;
	border-bottom:1px dotted #999999;
}

div.entry-tags ul.entry-tags-list
{
	list-style:none;
	border-bottom:1px dotted #999999;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
}

div.entry-tags ul.entry-tags-list li
{
	display:inline;
	margin:0 10px 0 0;
	font-size:80%;
}

div.entry-info
{
	padding-bottom:0px;
	text-align:right;
}

div.entry-info ul
{
	list-style-type: none;
}

div.entry-info li
{
  font-size: 12px;
  color: #999999;
  font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
  margin: 20px 0px 20px 0px;
  text-align: center;
  clear: both;

}

div.content h4
{
	background-color:#666666;
	color:#ffffff;
	font-weight:normal;
	font-size:70%;
	padding:2px;
	margin-bottom:10px;
}

div.content h5
{
	color:#666666;
	font-weight:bold;
	font-size:70%;
	border-bottom:1px dotted #cccccc;
	padding:2px;
	margin-bottom:10px;
}

div.content p.navi-link
{
	color:#666666;
	font-size:80%;
	margin-bottom:15px;
	background-color:inherit;
}

/* ---------- main_end ---------- */

/* ---------- menu ---------- */

body.layout-one-column div#left-menu,
body.layout-one-column div#right-menu
{
	display:none;
}

body.layout-two-column-right div#left-menu,
body.layout-two-column-right div#right-menu
{
	width:198px;
	float:right;
}

body.layout-two-column-left div#left-menu,
body.layout-two-column-left div#right-menu
{
	width:198px;
	float:left;
}


body.layout-three-column div#left-menu,
{
	width: 100%;
	float:left;
}

body.layout-three-column div#right-menu
{
	width: 100%;
	float:left;
}

body.layout-two-column-right div.left-content,
body.layout-two-column-right div.right-content
{
	padding:0 15px 0 0;
}

body.layout-two-column-left div.left-content,
body.layout-two-column-left div.right-content
{
	padding:0 0 0 15px;
}


body.layout-three-column div.right-content
{
	padding:0 0 0 0;
}

body.layout-three-column div.left-content
{
	padding:0 0 0 0;
}

div.left-content h3,
div.right-content h3
{
	background-color:#F5F5DC;
	color:#000000;
	font-weight:normal;
	font-size:70%;
	padding:2px;
	margin-bottom:10px;
}

div.left-content h3 a,
div.right-content h3 a
{
	color:#ffffff;
}

div.search-form,
div.category-archives,
div.monthly-archives,
div.recent-entry,
div.site-link,
div.cclicense,
div.powered,
div.search-feed
{
}

div.search-form label,
div.cclicense {
	background-color:inherit;
	color:#666666;
	font-size:80%;
	margin:0 0 5px 0;
}

div.search-form input#search {
	width:80%;
	color:#666666;
	font-size:80%;
	border: 1px solid #666666;
	padding:2px;
	background-color:#eeeeee;
}

div.search-form input.searchsubmit {
	color:#666666;
	font-size:80%;
	border: 1px solid #666666;
	background-color:#ffffff;
	margin-top:5px;
}

/* 左サイド ----------------------------------------------------------------- */
#left { margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
  float: left;
  OVERFLOW: hidden;
}

td.left { 
  width: 210px;
  vertical-align: top;
  background-image: url(http://www.kyoudoutai.net/blog/skin/images/dot_15.gif);
}
          
/* 右サイド ----------------------------------------------------------------- */
#right { margin:0px;
         padding: 0px 0px 0px 0px;
         float: right;
}

td.right { 
           vertical-align: top;
           width: 210px;
  background-image: url(http://www.kyoudoutai.net/blog/skin/images/dot_15.gif);
}

/*カレンダー*/
.linktext #calendar {
line-height: 140%;
font-family: Verdana, Arial, sans-serif;
font-size: 11;
font-color: #000000;
letter-spacing: 2px;
padding:0px;
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
}

#calendar a:link { text-decoration:underline },#calendar a:visited,
#calendar a:active,#calendar a:hover  { text-decoration:underline }

.cell  { margin: 0px;
         width: 17px; height: 15px;
         text-align: center; }

.cell_today { background-color:#c0c0c0;
              margin: 0px;
              width: 17px; height: 15px;
              text-align: center; }
.cell_sunday { color: #DE7E90;
               margin: 0px;
               width: 17px; height: 15px;
               text-align: center; }
.cell_saturday  { color: #0099FF;
                  margin: 0px;
                  width: 17px; height: 15px;
                  text-align: center;  }

/* メニューのタイトル ---------------------------- */
.linktitle   { 
  padding: 4px 0px 2px 0px;
  font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
　letter-spacing : 2px;  
　text-align: center;
  border-bottom: 3px double #fff;
  border-top: 3px double #fff;
  background-color: #330099;
 }

/* メニューのボディ ------------------------------ */
.linktext   {
  padding: 4px 8px 5px 8px;
  font-size: 10px;
  color: #333;
  letter-spacing : 1px;
  line-height: 150%;
  background-color: #ffffff;
 }

.linktext2   {
  padding: 4px 8px 5px 8px;
  font-family: "ＭＳ ゴシック";
  font-size: 13px;
  color: #333;
  letter-spacing : 1px;
  line-height: 150%;
  background-color: #EEE8AA;
 }

.linktext ul {
  padding: 0px;
  margin: 0px;
  line-height: 150%;
  list-style-type: underline;
}

.linktext ul li {
  padding: 0px 0px 0px 12px;
  margin: 0px 1px 0px 0px;
  list-style-type: none;
  background-image: url(.http://www.kyoudoutai.net/blog/skin/images/point_r.gif);
  background-position: left middle;
  background-repeat: no-repeat;
}





/* ---------- menu_end ---------- */

/* ---------- footer ---------- */

body.layout-two-column-left div#footer,
body.layout-two-column-right div#footer,
body.layout-one-column div#footer,
body.layout-three-column div#footer
{
	clear:both;
}

div#footer{
  background-color: #D0E0BB;
  width: 100%;
  border-top: 3px double #7D926D;
  padding: 3px 0px 0px 0px;
}

div#footer ul
{
	list-style:none;
}

div#footer ul li{
	font-size:60%;
	color:#999999;
	margin-right:15px;
	background-color:inherit;
}

.copyright  {   
  color: #666;
  font-size: 10px;
  letter-spacing : 1px;
  text-align:center;
  height: 20px;
}


/* ---------- footer_end ---------- */

/* ---------- trackback ---------- */

div.trackbacks p,
div.trackbacks dt
{
	color:#333333;
	font-size:80%;
	background-color:inherit;
}

div.trackbacks h4{
  margin: 15px 0 0 0;
  color: #BC8F8F;
  font-size: 12px;
  font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
  padding: 3px 3px 3px 15px;
  border: 1px solid #BC8F8F;
  background-color: #FFFAF0;
 }

div.trackbacks dl
{
	margin:0 0 15px 0;
}

div.trackbacks p
{
	margin:5px 0 10px 0;
}

div.trackbacks input
{
	color:#999999;
	border: 1px solid #999999;
	padding:2px;
	background-color:#ffffff;
}

ul.trackback-info
{
                text-align:right;
	border-top: 1px solid #999999;
	padding:5px 0;
}

ul.trackback-info li
{
	color:#333333;
	font-size:60%;
	display:inline;
	margin-right: 5px;
	list-style-type: none;
	background-color:inherit;
}

/* ---------- trackback_end ---------- */

/* ---------- comment ---------- */

div.comments h4{
  color: #BC8F8F;
  font-size: 12px;
  font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
  padding: 3px 3px 3px 15px;
  border: 1px solid #BC8F8F;
  background-color: #FFFAF0;
 }

div.comments,
div#comments-open-data label
{
	margin-bottom: 10px;
}

div.comments-body
{
	padding:5px;
}

div.comments-body p,
div.comments-info li,
div#comments-open-data legend,
div#comments-open-data label
{
	color:#333333;
	background-color:inherit;
	font-size:80%;
}

p.comments-open-moderated
{
	color:#333333;
	background-color:inherit;
	font-size:80%;
}

div.comments-body p,
div.comments-post-content p
{
	margin:5px 0 10px 0;
}

.comments-post h4{
  color: #BC8F8F;
  font-size: 12px;
  font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
  padding: 3px 3px 3px 15px;
  border: 1px solid #BC8F8F;
  background-color: #FFFAF0;
}

ul.comments-info
{
	border-top: 1px solid #999999;
                text-align:right;
	padding:5px 0;
	margin:0 0 15px 0;
}

ul.comments-info li
{
	display:inline;
	margin-right:5px;
	list-style-type:none;
	color:#333333;
	background-color:inherit;
	font-size:60%;
}

div#comments-open-data legend
{
	color:#333333;
	background-color:inherit;
	margin-bottom:10px;
}

div#comments-open-data input#comment-author,
div#comments-open-data input#comment-email,
div#comments-open-data input#comment-url
{
	width:40%;
	color:#333333;
	font-size:80%;
	border: 1px solid #999999;
	padding:2px;
	background-color:#eeeeee;
	margin:5px 0 10px 0;
}

div#comments-open-data textarea
{
	width:60%;
	color:#333333;
	font-size:80%;
	border: 1px solid #999999;
	padding:2px;
	background-color:#eeeeee;
	margin:5px 0 10px 0;
}

ul.comments-open-footer input
{
	color:#999999;
	font-size:80%;
	border: 1px solid #999999;
	background-color:#ffffff;
	margin-top:5px;
}

ul.comments-open-footer li
{
	display:inline;
	margin-right:15px;
	list-style-type:none;
}

ul.cookie li
{
	display:inline;
	list-style-type:none;
}

/* ---------- comment_end ---------- */

/* ---------- search ----------*/

.link-note {
	font-size: 12px;
	line-height: 140%;
	text-align: left;
	vertical-align: middle;
	color: #333333;
	padding: 2px;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 20px;
}

div.content h3.search-results-header
{
	font-size:80%;
	font-weight:bold;
	background-color:#666666;
	padding:5px;
	color:#ffffff;
	margin-bottom:10px;
}

div.search-feed p
{
	color:#666666;
	font-size:70%;
	line-height:140%;
}

div.search-feed-content
{
	border: 1px solid #cccccc;
	padding:10px;
}

p.feed-link
{
	margin:5px 0 0 0;
}

form#search-form label
{
	background-color:inherit;
	color:#666666;
	font-size:80%;
	margin:0 0 5px 0;
}

dd#search-box ul,
dd#search-options ul
{
	list-style:none;
	padding:0 0 10px 0;
}

dd#search-box ul li,
dd#search-options ul li
{
	display:inline;
	margin:0 15px 0 0;
}

dd#search-box input#search
{
	width:70%;
	color:#666666;
	font-size:80%;
	border: 1px solid #666666;
	padding:2px;
	background-color:#eeeeee;
}

dd#search-box input.searchsubmit {
	color:#666666;
	font-size:80%;
	border: 1px solid #666666;
	background-color:#ffffff;
	margin-top:5px;
}

h5.search-results-tit
{
	color:#666666;
	font-weight:bold;
	font-size:70%;
	border-bottom:1px dotted #cccccc;
	padding:2px;
	margin-bottom:10px;
}

p.search-results-content
{
	color:#666666;
	font-size:80%;
	line-height:140%;
	margin:0 0 10px 0;
	background-color:inherit;
}

div.tags-list dl dt
{
	color:#666666;
	font-size:80%;
	line-height:140%;
	margin:0 0 5px 0;
	background-color:inherit;
}

div.tags-list
{
	margin:0 0 10px 0;
}

/* ---------- search_end ----------*/

/* ---------- archives ----------*/

div.archive-body ul.archive-list li
{
	list-style-position:inside;
	color:#666666;
	font-size:80%;
	background-color:inherit;
}

/* ---------- archives_end ----------*/

#memo 
	{
		font-weight: normal;
		line-height: 140%;
		font-size: 12px;
		padding-left: 5px;
	}

