/* This is the StyleCatcher theme addition. Do not remove this block. */
/* Selected Layout:  */
@import url(base_theme.css);
@import url(http://bin.xrea.jp/cgi-bin/mt/mt-static/support/themes/unity-green/unity-green.css);
/* end StyleCatcher imports */

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■　ブ　ロ　グ　記　事　■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* 共通 */

a:link, a:visited{
  color:#6b8e23;
  text-decoration:underline;
  font-weight:500;
}

a:hover, a:active{
  color:#fd9900;
  text-decoration:underline;
}

/* ブログ記事本文 */


.title_0{
color: #696969;
font-size: 40px;
font-family: 'Arial Black', 'Arial', 'Verdana';
font-weight: bold;
}

.title_1{
color: #696969;
font-size: 26px;
font-family: 'Arial Black', 'Arial', 'Verdana';
font-weight: bold;
}

.title_2{
color: #333333;
font-size: 13px;
font-family: sans-serif;
font-weight: bold;
}

.title_dot{
	color: #696969;
	font-size: 26px;
	font-family: 'Arial Black', 'Arial', 'Verdana';
	font-weight: bold;
	border:#666666 dotted 1px;
	margin:10px;
}

.txt{
color: #333333;
font-size: 13px;
font-family: sans-serif;
margin: 10px;
line-height: 19px;
}

.txt_noindent{
color: #333333;
font-size: 13px;
font-family: sans-serif;
margin: 10px 10px 0px 0px;
line-height: 18px;
}

.red{
color: #dc143c;
}

.blue{
color: #4169e1;
}

.white{
color: #ffffff;
background-color: #ffffff;
}

.highlight_gray{
color:#000000;
background-color:#CCCCCC;
}

.highlight_green{
color:#000000;
background-color:#99FF66;
}

li{
margin-left: 10px;
}

/* 文章を引用するときに囲み */
table.quote{
	background-color:#f8ffff;
	border:#2f4f4f solid 1px;
	text-align:center;
	margin:10px 20px;
}

tr.quote{
}

td.quote{
	padding: 5px 8px; 
	font-family:'verdana';
	font-size:13px;
	color:#000000;
	line-height:19px;
	text-align:left;
	vertical-align:middle;
}

/* 基本的かつシンプルな表 */
table.basic{
	width:400px;
	background-color:#ffffff;
	margin:10px 20px;
	border:1px #333333 solid;
	border-collapse:collapse;
}

tr.basic{
}

td.basic{
	padding:2px; 
	vertical-align:middle; 
	border:1px solid;
	font-family:'verdana';
	font-size:13px;
	color:#000000;
	line-height:19px;
	text-align:center;
	vertical-align:middle;
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■　ウ　ェ　ブ　ペ　ー　ジ　■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */


/* コンテンツ本文（メルマガから転載分について） */
.txt_1{
	color: #333333;
	font-size: 13px;
	font-family:'verdana';
	margin: 10px;
	line-height: 19px;
}

.txt_red{
	color: #dc143c;
}

.txt_blue{
	color: #4169e1;
}

.txt_pink_bold{
	color: #dc143c;
	font-weight:bold;
}

.txt_blue_bold{
	font-family:'verdana';
	color:#003300;
	font-weight:bold;
}

.txt_quote{
	color: #333333;
	font-size: 12px;
	font-family:'verdana';
	margin: 10px;
	line-height: 19px;
}


/* インデックスメニューのスタイル */
ul.menu{
	margin:10px;
}

li.menu{
	list-style-type:none;
}

a.menu:link {
	color: #556b2f;
	background-color:#ffffff;
	text-decoration:underline;
	font-family:Verdana;
	font-size:12px;
	font-weight:400;
	line-height:20px;
	}
	
a.menu:visited {
	color: #556b2f;
	background-color:#ffffff;
	text-decoration:underline;
	font-family:Verdana;
	font-size:12px;
	font-weight:400;
	line-height:20px;
	}

a.menu:hover {
	color:#ffffff;
	background-color:#336633;
	text-decoration:none;
	font-family:Verdana;
	font-size:12px;
	font-weight:400;
	line-height:20px;
	}

a.menu:active {
	color:#ffffff;
	background-color:#336633;
	text-decoration:none;
	font-family:Verdana;
	font-size:12px;
	font-weight:400;
	line-height:20px;
	}


table.menu{
	background-color:#ffffff;
	border:#6b8e23 solid 1px;
	margin:20px;
}

td.menu{
	padding:5px 5px;
	text-align:left;
	vertical-align:middle;
}


/* ページトップへのリンクのスタイル */
a.totop:link {
	color:#999999;
	font-size:12px;
	font-family:"Comic Sans MS";
	text-align:left;
	margin:20px;
	text-decoration:none;
	}

a.totop:visited {
	color:#999999;
	font-size:12px;
	font-family:"Comic Sans MS";
	text-align:left;
	margin:20px;
	text-decoration:none;
	}

a.totop:hover {
	color:#999999;
	font-size:12px;
	font-family:"Comic Sans MS";
	text-align:left;
	margin:20px;
	text-decoration:underline;
	}

a.totop:active {
	color:#999999;
	font-size:12px;
	font-family:"Comic Sans MS";
	text-align:left;
	margin:20px;
	text-decoration:underline;
	}

h1.asset-name{
	color: #556b2f;
	font-size: 26px;
	font-family: 'Verdana';
	text-indent: 10px;
	margin: 2px 0px;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■　テ　ン　プ　レ　ー　ト　■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */


/************************　ヘ　ッ　ダ　ー　****************************/

/** スタイルのオーバーライド **/

#header {
	background-image:url(http://eigoriki.net/image_blog/header_1.jpg);
	background-repeat:no-repeat;
    padding-top: 10px;
	padding-bottom: 10px;
    position: static; 
    width: 100%;
}

#header-inner {
    background-color:transparent;
}

#header-content {
    margin: 10px 20px 0;
}

#header-name {
    font-weight: bold;
    font-size: 40px;
}

#header-name,
#header-name a {
    font-weight: bold;
    font-size: 44px;
    text-decoration: none;
    color: #8eaf4f;
	font-family:'Gungsuh','Verdana';
}

#header-name a:hover, #header-name a:active {
    text-decoration: none;
}

#header-description,
#header-description a { 
    color:#999999;
	font-family:'Verdana';
	font-size:13px;
}


/*** メニューバー ***/


#navlist_1 ul, #navlist_2 ul{
margin-left: 0px;
padding-left: 0px;
white-space: nowrap;
}

#navlist_1 li, #navlist_2 li{
display: inline;
list-style-type: none;
margin:0px;
padding:0px;
text-align:center;
}

#navlist_1 a { 
padding: 3px 10px; 
font-family: 'verdana';
font-size:13px;
font-weight:bold;
text-decoration:none;
border:#daa520 1px solid;
color:#b8860b;
background-color: #ffffff;
}

#navlist_1 a:link, #navlist a:visited{
color:#b8860b;
background-color: #ffffff;
text-decoration: none;
}

#navlist_1 a:hover{
color:#b8860b;
background-color:#ffff66;
text-decoration: none;
}

#navlist_2 a { 
padding: 3px 10px; 
font-family: 'verdana';
font-size:13px;
font-weight:bold;
text-decoration:none;
border:#808000 1px solid;
color:#556b2f;
background-color: #ffffff;
}

#navlist_2 a:link, #navlist a:visited{
color:#556b2f;
background-color: #ffffff;
text-decoration: none;
}

#navlist_2 a:hover{
color:#556b2f;
background-color:#ccff66;
text-decoration: none;
}

a.more:link, a.more:visited{
  color:#333333;
  font-size:11px;
  text-decoration:none;
}

a.more:hover, a.more:active{
  text-decoration:underline;
}

/*** サイドバー ***/
.sidebar_item{
color: #000000;
font-family: sans-serif, arial;
font-size: 10px;
}

/*********************** メインインデックス *****************************/

/* カテゴリ別最新記事 */

td.cate_recent_entries{
	padding:5px 5px 15px 15px;
	font-family:'verdana';
	font-size:12px;
	color:#000000;
	line-height:19px;
	text-align:left;
	vertical-align:top;
}

.cate_recent_header{
	font-family:'verdana';
	font-size:13px;
	font-weight:bold;
	line-height:19px;
	color:#665533;
}

a.cate_recent_entries{
	font-family:'verdana';
	font-size:12px;
	color:#808000;
	line-height:19px;
	text-decoration:none;
}
	
a.cate_recent_entries:link, a.cate_recent_entries:visited{
	color:#808000;
	text-decoration:none;
}

a.cate_recent_entries:hover, a.cate_recent_entries:active{
	color:#808000;
	text-decoration:underline;
}

.sitedescription{
    border: solid 1px #666666;
	background-color:#CCCCCC;
	width: 400px;
	padding: 0.5em;	
}

.logbox{
    border: solid 1px #808080;
	width: 240px;
	height: 160px;
	text-align:center;
	padding: 0.5em;
	overflow: auto;
}
p.log{ 
    color: #008000;
	font-size:12px;
	font-family:'verdana';
	line-height:19px;
	text-align:left;
	}

/*************** ブログ記事の概要 ****************************/
table.entry_header{
	background-color:#556b2f;
	width:100%;
}

tr.entry_header{
}

td.entry_header{
	text-align:left;
	vertical-align:middle;
	padding:2px;
}

/**************** アーカイブテンプレート ******************/

/* Archive のサブ見出し */

h1.archive-title{
	color: #556b2f;
	font-size: 26px;
	font-family: 'Verdana';
	text-indent: 10px;
	margin: 2px 0px;
}

h2.archive-header{
	color:#556b2f;
}

/* 関連記事 */
table.rel_entries{
	width:400px;
	background-color:#f5f5f5;
	border:#a9a9a9 solid 1px;
	text-align:center;
}

tr.rel_entries{
}

td.rel_entries{
	padding:5px;
	font-family:'verdana';
	font-size:13px;
	color:#000000;
	line-height:19px;
	text-align:left;
	vertical-align:middle;
}

a.rel_entries:link{
	font-family:'verdana';
	font-size:12px;
	color:#808000;
	line-height:19px;
	text-decoration:none;
}
	
a.rel_entries:visited{
	font-family:'verdana';
	font-size:12px;
	color:#808000;
	line-height:19px;
	text-decoration:none;
}

a.rel_entries:hover{
	font-family:'verdana';
	font-size:12px;
	color:#808000;
	line-height:19px;
	text-decoration:underline;
}

a.rel_entries:active{
	font-family:'verdana';
	font-size:12px;
	color:#808000;
	line-height:19px;
	text-decoration:underline;
}

.breadcrumbs{
	margin: 13px 3px 0 3px;
	font-size: 12px;
	font-family: 'Verdana';
	color:#333333;
}

/** 英語用語集さくいん **/

a.yougo_item:link{
	font-size: 15px;
	font-family:'verdana';
	margin: 10px;
	line-height: 19px;
	text-decoration:none;	
}


a.yougo_item:visited{
	font-size: 15px;
	font-family:'verdana';
	margin: 10px;
	line-height: 19px;
	text-decoration:none;	
}

a.yougo_item:hover{
	font-size: 15px;
	font-family:'verdana';
	margin: 10px;
	line-height: 19px;
	text-decoration:underline;	
}

a.yougo_item:active{
	font-size: 15px;
	font-family:'verdana';
	margin: 10px;
	line-height: 19px;
	text-decoration:underline;	
}

/***** フッター ****************/

/** フッターナビゲーション **/

#footnavilist ul{
margin-left: 0px;
padding-left: 0px;
white-space: nowrap;
}

#footnavilist li{
display: inline;
list-style-type: none;
margin:0px;
padding:0px;
text-align:center;
font-family: 'verdana';
font-size:12px;
}

#footnavilist a { 
padding: 3px 5px; 
font-family: 'verdana';
font-size:12px;
font-weight:500;
text-decoration:none;
color:#808000;
}

#footnavilist a:link, #footnavilist a:visited{
color:#808000;
text-decoration:none;
}

#footnavilist a:hover{
color:#808000;
text-decoration:underline;
}
