@import url(http://endokogyo.com/lightbox/css/lightbox.css) screen;

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}
body {
    font-size: 100%;    
}

html>body {
    font-size: 12pt;
}

/* トップページ */
.main { 
    margin: 10px 0 0 5px; 
    height: 600px;    
    background: url(http://endokogyo.com/images/top.png) no-repeat;  
}   

.introduce {
    font-size: 18px;   
    line-height: 2em;
    letter-spacing: 0.3em; 
    padding-top: 90px;
    padding-left: 40px;
    padding-right: 30px;
}

.big {    
    font-size: 18px;   
    line-height: 2em;
    letter-spacing: 0.3em;
    font-weight: bold;
}

.english {
    padding-top: 40px;
    padding-left: 40px;
    font-size: 12px;
}

.english a:link {
    color: #cccccc; 
    text-decoration: none;    
}

.english a:visited {
    color: #cccccc; 
    text-decoration: none;  
}

.english a:hover {
    color: #ffffff; 
    text-decoration: underline; 
}

.contact {
    padding-left: 30px;
    font-size: 10px;
}

.contact a:link {
    color: #c2c2c2; 
    text-decoration: underline;    
}

.contact a:visited {
    color: #c2c2c2; 
    text-decoration: underline;  
}

.contact a:hover {
    color: #ffffff; 
    text-decoration: none; 
}


/* ウェブページ */
div.page {
    margin-top: -5px;
}

.sub {
    padding-left: 18px;
    font-size: 16px;
    color: #597490;
    line-height: 1em;
    letter-spacing: 0.4em;
    font-weight: bold;
    background: url(http://endokogyo.com/images/arrow.gif) no-repeat;
}

.refer a:link {
    color: #4682b4; 
    text-decoration: underline;    
}

.refer a:visited {
    color: #4682b4; 
    text-decoration: underline;  
}

.refer a:active {
    color: #4682b4; 
    text-decoration: underline; 
}
.refer a:hover {
    color: #36414d; 
    text-decoration: none; 
}

.right {
    font-size: 15px;
    text-align: right;
    padding-right: 60px;
}

.small_right{
    font-size: 12px;
    text-align: right;
    
}

.info {
    color: #a2a2a2;
    font-size: 15px;
    margin-left: 50px;
}

.site {
    color: #808080;
    font-size: 13px;
    padding-left: 30px;
}

/* お問い合わせ */
.ask {
    margin-top: 20px;
    margin-left: 20px;
}

.sub2 {
    font-size: 14px;
    color: #597490;
    line-height: 2em;
    letter-spacing: 0.4em;
    font-weight: bold;
    margin-bottom: 30px;
}

.form_text{
    font-size: 14px;
    line-height: 2.4em;
    color: #8f8e8e;
}

.form_text1{    
    font-size: 14px;
    line-height: 2.4em;
    color: #ff0000;
}

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

/* リンク */
a,
a:link,
a:visited {
    color: #000000;    
    text-decoration: none;
}
a:hover {
    color: #069;
    text-decoration: underline;
}
a:active {}

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

/* フォーム */
form {
    margin: 0px;
}
#search-options,
input,
textarea {
    padding: 1px;
}
#search {
    width: 140px;
    height: 20px;
}
html > body #search {
    height: 15px;
}

/* ヘッダ */
#header {
    border-bottom: 1px solid #cdcdcd;
    height: 130px;
    background: url(http://endokogyo.com/images/banner.png) no-repeat;
    text-indent: -9999px;
    outline-width: 0;      
}

/* ブログ記事日付 */
.date {
    margin: 8px 0;
}

/* ブログ記事日付・各タイトル */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header,
.search-header {
    padding-left: 8px;
    color: #fff;
    background: #8fabbe;
    font-size: 100%;
    font-weight: bold;
    line-height: 2.0;
}

/* ブログ記事タイトル */
.entry-header {
    margin: 15px 0 15px 0;
    padding-left: 5px; 
    border-left: 2px solid #a9a9a9;
    border-bottom: 3px solid #696969;
    font-size: 140%;
    letter-spacing: 1.2em;
    font-weight: bold;    
}

/* ブログ記事 */
.entry {
    width: auto;
    margin: 0 3px 15px;
    color: #36414d;
    background: #fff;
    font-size: 100%;
    line-height:1.5;
    word-break: break-all;
}

/* 段落 */
.entry p {
    margin: 15px 0;
}

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

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

/* テキストエリア */
.entry textarea {
    width: 97%;
}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0;
    padding: 10px;
    border: 1px solid #666;
    background: #f6f6f6;
    font-size: 83.3%;
    line-height: 1.5;
}
.quotetitle { /* 引用文タイトル */
    font-size: 83.3%;
    border-bottom: 1px solid #666;
    padding: 3px;
}

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #999;
    font-size: 83.3%;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 87%;
}

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

/* 投稿者 */
.entry-footer {
    margin: 10px 0 0;
    padding-top: 3px;    
    font-size: 83.3%;
    text-align: right;
}

/* タグ */
.entry-tags {
    margin-bottom: 5px;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 100%;
}
.entry-tags-list { 
    list-style:none;
    padding-left: 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: 83.3%;
}

/* サイドメニュータイトル */
.sidetitle {
    margin: 10px 0 6px 0;   
    color: #fff;
    background: url(http://endokogyo.com/images/side_menu.gif) no-repeat;
    text-align: center;
    font-size: 75%;
    line-height: 2.0;    
    width: 160px;
}

.sidetitle a:link {
          color: #fff; 
          text-decoration: none;    
}

.sidetitle a:visited {
          color: #fff; 
          text-decoration: none;  
}

.sidetitle a:active {
          color: #fff; 
          text-decoration: none; 
}
.sidetitle a:hover {
          color: #36414d; 
          text-decoration: underline; 
}
    

/* サイドメニュー */
.side {
    margin: 3px 0 6px;
    background: none;
    color: #333;
    font-size: 75%;
    line-height: 1.5;
}
.side ul,
.side ol {
    padding-left: 34px;
}
.side ul li {
    list-style-type: square;
}
.side ul li ul {
    padding-left: 0px;
}
.side li li {
    list-style-type: none;
}
.address { 
    padding: 5px 0 5px 5px;  
    margin: 5px 0 0 5px; 
    text-align: left;
    color: #666666;
    font-size: 80%;
    line-height: 1.5;    
    border: 1px dotted  #666666;
    color: #333;
}

.address ul li {
    list-style-type: none;
}

.ek{
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.3em;
}

/* サイドメニュー(サブカテゴリー用) */
.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: 125%;
    font-weight: bold;
}
ul#tags li.taglevel2 {
    font-size: 125%;
}
ul#tags li.taglevel3 {
    font-size: 116.6%;
}
ul#tags li.taglevel4 {
    font-size: 108.3%;
}
ul#tags li.taglevel5 {
    font-size: 100%;
}
ul#tags li.taglevel6 {
    font-size: 91.6%;
}

/* 検索 */
fieldset {
    border: none;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.syndicate img {
    border: none;
}

/* クレジットバナー */
.powered {
    margin-top: 10px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.powered img {
    margin-top: 3px;
}
.powered ul,
.powered li {
    list-style: none;
}

.module-powered {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

/* 検索結果画面 */
#search-form {
    font-size: 83.3%;
}
.search-header {
    margin: 15px 0;
}
.search-result-header {
    margin: 15px 0 0;
}

/* カラム切り替え */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    text-align: center;
    background: #e2e2e2 url(http://endokogyo.com/images/bg.gif) center top repeat-y; 
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-one-column #container {
    margin-bottom: 0;
}

/* 固定レイアウト共通 */
.layout-three-column #box,
.layout-two-column-left #box,
.layout-two-column-right #box,
.layout-one-column #box {
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 25px 0;
    text-align: left;
    background-color: #fff;
}

/* 2カラム固定レイアウト幅 */
.layout-two-column-left #box,
.layout-two-column-right #box {
    width: 940px;
}

/* 2カラム固定レイアウト(左サイドバー) */
.layout-two-column-left #content {
    float: left;
    width: 748px;    
    border-left: 1px solid #cdcdcd;
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 190px;    
}
.layout-two-column-left #links-left {
    padding: 15px 15px 0;
}

/* 2カラム固定レイアウト(左サイドバー:ブログ記事全体) */
.layout-two-column-left .blog {
    padding: 10px 15px;
}

/* フッタ */
.layout-one-column #footer,
.layout-three-column #footer,
.layout-two-column-left #footer,
.layout-two-column-right #footer,
.layout-one-column-liquid #footer {
    margin-right: auto;
    margin-left: auto;    
    color: #ffffff;    
    background: #8f8e8e;  
    font-size: 12px;
    text-align: center;
    line-height: 3.5;
}
.layout-two-column-left #footer,
.layout-two-column-right #footer {
    width: 940px; 
}
input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

