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

/* end StyleCatcher imports */

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■　Template スタイルシート　■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/*

A Six Apart theme adapted for Movable Type default templates 
name: Unity Green  
designer: Lilia Ahner  
designer_url: http://lilia.vox.com/ 
layouts: layout-wtt, layout-twt, layout-wt, layout-tw
*/


/* Default ---------------------------------------------------------------- */

/* Global */

body {
    font: normal 14px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
}


/* Header */

#header {
    border-top-width: 10px;
    border-top-style: solid;
}

#header-inner {
    position: relative;
}

#header-name {
    margin: 0 0 5px;
    line-height: 1;
}

#header-description {
    margin: 0;
    font-size: 14px;
    line-height: 1.125;
}

#header a {
    text-decoration: none;
}

#header a:hover {
    text-decoration: underline;
}


/* Content */

.asset-name {
    font-size: 22px;
    font-weight: bold;
}

.asset-name a {
    text-decoration: none;
}

.asset-name a:hover {
    text-decoration: underline;
}

.asset-content {
    margin: 5px 0;
}

.asset-more-link {
    font-weight: bold;
}

.asset-meta {
    margin-top: .25em;
    padding-top: 2px;
    font-weight: normal;

    display: block;
    border-top: 1px dashed #e5f7d6;
    padding-bottom: .3em;
}

.asset-footer a,
.comment-footer a {
    font-weight: normal;
}

.content-nav {
    margin: 5px 0 10px;
}

.archive-title {
    margin: 5px 0 30px;
    font-size: 26px;
    font-weight: bold;
}

.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    margin: 5px 0;
}

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    margin: 0;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
}

.search-results-header {
    margin-bottom: .25em;
}

.asset-more-link,
.asset-meta,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    font-size: 11px;
}

/* Footer */

#footer-content,
#footer-content a {
    color: #fff;
}


/* Utility */

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}


/* Global ----------------------------------------------------------------- */

body {
    color: #000000;   
    background: #ffffff; 
}

a {
    color: #000000;
	text-decoration:underline; 
}

a:hover {
    text-decoration:underline;
}


/* Layout ----------------------------------------------------------------- */

#container-inner,
#content {
	width:750px;
    background-color: #fff;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 0;
    padding-bottom: 0;
}

#header-inner, #beta-inner, #gamma-inner {
    padding-right: 0;
    padding-left: 0;
}


/* Header ----------------------------------------------------------------- */

#container-inner {
    background-color: #fff;
}

#content {
    margin-top: 15px;
}

#beta-inner,
#gamma-inner {
	display:none;
}

#header {
    background: url(header.png) no-repeat center top #fff;
    padding-top: 24px;
    position: static; 
    width: 100%; 
}

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

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

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

#header-name,
#header-name a {
    font-weight: bold;
    font-size: 32px;
    text-decoration: none;
    color: #000000;
}

#header-name a:hover {
    text-decoration: underline;
}

#header-description,
#header-description a { 
    color: #000000;
}


/* Content ---------------------------------------------------------------- */

.asset-name,
.asset-name a,
.archive-title {
    color: #000000;
}

.asset-footer,
.asset-footer a,
.comment-footer,
.comment-footer a,
.trackback-footer {
    color: #000000;
}

.asset-footer {
    border-top-color: #000000;
}

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
    color: #fff;
}


.archive-list-item {
    margin-bottom: 5px;
}


/* Widget ----------------------------------------------------------------- */

.layout-wtt #content-inner { background: transparent url(content-wtt.gif) repeat-y scroll right top; }
.layout-twt #content-inner { background: transparent url(content-twt.gif) repeat-y scroll left top; }
.layout-wt #content-inner { background: transparent url(content-wt.gif) repeat-y scroll right top; }
.layout-tw #content-inner { background: transparent url(content-tw.gif) repeat-y scroll left top; }


.layout-wt #beta-decor b {
    z-index: 3;
    display: block;
    background: url(corner-left.gif) transparent no-repeat;
    width: 2px;
    height: 2px;
    top: 0;
    left: 0;
}

.layout-twt #beta-decor b,
.layout-tw #beta-decor b {
    z-index: 3;
    display: block;
    background: url(corner-right.gif) no-repeat;
    width: 2px;
    height: 2px;
    top: 0;
    right: 0;
}

.layout-wtt #gamma-decor b,
.layout-twt #gamma-decor b {
    z-index: 3;
    display: block;
    background: url(corner-left.gif) transparent no-repeat;
    width: 2px;
    height: 2px;
    top: 0;
    left: 1px;
}

.layout-wm .recent-comments-stream-widget .widget-header {
    background-image: url(corner-left.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
} 


.widget a,
.archive-widget .widget-list .item {
    color: #7aab48;
} 
#gamma .widget a {
    color: #7aab48;
} 

.widget-header {
    padding: 5px 15px;
    font-size: 12px;
    font-weight: bold; 
    font-family: arial, helvetica, "hirakakupro-w3", osaka, "ms pgothic", sans-serif; 
    background-color: #7aab48; 
} 
#gamma .widget-header {
    background-color: #8cc058;
}  
.widget .widget-header {
    border-left: 1px solid #fff;
}

.layout-tw .widget .widget-header {
    border-left-width: 0;
}

.layout-twt #beta .widget-header,
.layout-tw .widget-header {
    border: 0;
}

.embed-asset-widget .widget-header {
    margin-bottom: 10px;
}  
#gamma .widget-header,
#gamma .widget-header a, 
.widget-header,
.widget-header a {
    text-decoration: none;
    color: #fff;
}

.widget-header .edit a {
    border-left-color: #fff
} 
#gamma .widget-header a:hover, 
.widget .widget-header a:hover {
    text-decoration: underline;
}

.widget-content {
    padding: 0 15px;
}

.media-stream-widget img {
    border: 1px solid #999;
} 

.widget-header {
    font-size: 14px;
}

.widget-header a {
    text-decoration: none;
}

.widget-header a:hover {
    text-decoration: underline;
}

.widget-content {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 11px;
}


/* "Powered By" Widget */

.widget-powered .widget-content {
    padding: 10px;
    text-align: center;
}


/* Calendar Widget */

.widget-calendar .widget-content table {
    font-size: 10px;
}


/* Footer Widgets */

#footer .widget {
    margin: 10px 0;
}

#footer .widget-content {
    padding-right: 0;
    padding-left: 0;
}

#footer .widget-powered .widget-content {
    padding: 0;
    text-align: left;
}


/* Footer ----------------------------------------------------------------- */

#footer { 
    background-color: #152504; 
}

#footer-content {
    margin: 20px 0;
}


/* Utilities -------------------------------------------------------------- */

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}


#header-inner,
#content-inner,
#footer-inner,
.asset-body {
    height: 1%;
}


/* Custom Styles ---------------------------------------------------------- */

.connections-view #header-content {
    background-color: #defabf;
}
.group-banner {
    top: 33px;
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■　ベ　ー　ス　テ　ー　マ　■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

:link,:visited {
    text-decoration:underline;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin:0;
    padding:0;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
table {
    border-spacing:0;
}
fieldset,img,abbr,acronym {
    border:0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style:normal; */
    /* font-weight:normal; */
}

ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
q:before,q:after {
    content:'';
}
a {
    text-decoration:underline;
    outline:none;
}
hr {
    border:0;
    height:1px;
    background-color:#000;
    color:#000;
}
a img,:link img,:visited img {
    border:none;
}
address {
    font-style:normal;
}


/* Layout ----------------------------------------------------------------- */

body {
    text-align: center;
    background: #fff;
}

#container-inner {
	width: 750px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}

#header, #content, #alpha, #beta, #gamma, #footer {
    position: relative;
}

#alpha{
    display: inline;
    float: left;
}

<!-- サイドバー関連は非表示にする -->
#beta, #gamma {
	display: none;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner{
    position: static;
}

<!-- サイドバー関連は非表示にする -->
#beta-inner, #gamma-inner {
	display:none;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

#header-inner, #footer-inner,
#alpha-inner{
    overflow: visible;
    padding-right: 20px;
    padding-left: 20px;
}

<!-- サイドバー関連は非表示にする -->
#beta-inner, #gamma-inner{
	display:none;
}


/* Wide-Thin-Thin */

.layout-wtt #alpha {
    width: 560px;
}

.layout-wtt #beta {
	display:none;
}

.layout-wtt #gamma {
	display:none;
}


/* Thin-Wide-Thin */

.layout-twt #alpha {
    left: 190px;
    width: 560px;
}

.layout-twt #beta {
	display:none;
}

.layout-twt #gamma {
	display:none;
}


/* Wide-Thin */

.layout-wt #alpha {

}

.layout-wt #beta {
	display:none;
}


/* Thin-Wide */

.layout-tw #alpha {
    left: 190px;
    width: 750px;
}

.layout-tw #beta {
	display:none;
}


/* Utilities */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: inline-block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */


/* Content ---------------------------------------------------------------- */

a:link, a:visited {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


/* Header */

#header-name {
    margin-bottom: .25em;
}

#header-description {
    margin-bottom: 0;
}


/* Assets */

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: visible;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

.entry-categories,
.entry-tags {
    margin-bottom: .5em;
}

.asset-name {
    margin-bottom: .25em;
}

.asset-footer,
.asset-meta {
    font-size: 11px;
}

.asset-meta {
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;
}

.asset-footer {
    margin-top: 1.5em;
    padding-top: .5em;
}

.content-nav {
    text-align: center;
}

.entry-tags-header,
.entry-categories-header {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags-list,
.entry-categories-list {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags-list .entry-tag,
.entry-categories-list .entry-category {
    display: inline;
}

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}


/* Feedback */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-submit {
    font-weight: bold;
}


/* Widgets */

.widget {
    position: relative;
    overflow: visible;
    width: 100%;
}

.widget-content {
    position: relative;
    margin: 5px 0 20px;
}

.widget-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-list .widget-list {
    margin-left: 15px;
}

.widget-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-cloud .widget-list {
    margin-right: 0;
    margin-left: 0;
}

.widget-cloud .widget-list-item {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.widget-cloud .rank-1  { font-size: 1.75em; }
.widget-cloud .rank-2  { font-size: 1.75em; }
.widget-cloud .rank-3  { font-size: 1.625em; }
.widget-cloud .rank-4  { font-size: 1.5em; }
.widget-cloud .rank-5  { font-size: 1.375em; }
.widget-cloud .rank-6  { font-size: 1.25em; }
.widget-cloud .rank-7  { font-size: 1.125em; }
.widget-cloud .rank-8  { font-size: 1em; }
.widget-cloud .rank-9  { font-size: 0.95em; }
.widget-cloud .rank-10 { font-size: 0.9em; }

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-assets .widget-content .widget-list {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: visible;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.widget-search .search-options,
.widget-syndicate .blog-feeds  {
    list-style: none;
    margin: 5px 0;
}

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

/* ブログ記事本文 */


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

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

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


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

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

.red{
color: #dc143c;
}

.blue{
color: #4169e1;
}

.white{
color: #666666;
}

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

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

li{
margin-left: 10px;
}

/* 文章を引用するときに囲み */
table.quote{
	background-color:#ffffff;
	border:#000000 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 #000000 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: #000000;
	font-size: 13px;
	font-family:'verdana';
	margin: 10px;
	line-height: 19px;
}

.txt_red{
color: #dc143c;
}

color: #4169e1;
}

.txt_pink_bold{
	font-family:'verdana';
	color: #000000;
	font-weight:bold;
}

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

.txt_quote{
	color: #000000;
	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: #000000;
	background-color:#ffffff;
	text-decoration:underline;
	font-family:Verdana;
	font-size:12px;
	font-weight:400;
	line-height:20px;
	}
	
a.menu:visited {
	color: #000000;
	background-color:#ffffff;
	text-decoration:underline;
	font-family:Verdana;
	font-size:12px;
	font-weight:400;
	line-height:20px;
	}

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

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


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

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


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

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

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

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

/** 用語集 **/
h1.asset-name{
	color: #000000;
	font-size: 26px;
	font-family: 'Verdana';
	text-indent: 10px;
}

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


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

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


#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:#000000 1px solid;
color:#000000;
background-color: #ffffff;
}

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

#navlist_1 a:hover{
color:#000000;
background-color:#ffffff;
text-decoration: none;
}

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

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

#navlist_2 a:hover{
color:#000000;
background-color:#ffffff;
text-decoration: none;
}

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

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

/* カテゴリ別最新記事 */
table.cate_recent_entries{
	background-color:#ffffff;
	border:#000000 solid 1px;
	text-align:center;
}

tr.cate_recent_entries{
}

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

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

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

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

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

tr.entry_header{
}

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

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

/* Archive のサブ見出し */
.archive-header{
color:#000000;
}

/* 関連記事 */
table.rel_entries{
	width:400px;
	background-color:#ffffff;
	border:#000000 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:#000000;
	line-height:19px;
	text-decoration:underline;
}
	
a.rel_entries:visited{
	font-family:'verdana';
	font-size:12px;
	color:#000000;
	line-height:19px;
	text-decoration:underline;
}

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

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

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

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

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


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

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

a.yougo_item:active{
	color:#000000;
	font-size: 15px;
	font-family:'verdana';
	margin: 10px;
	line-height: 24px;
	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:100;
text-decoration:underline;
color:#000000;
}

#footnavilist a:link, #footnavilist a:visited{
color:#000000;
text-decoration:underline;
}

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