/* sidebar */

#sidebar {
    font-size:8pt;
    width: 200px;
    float:right;
    margin: 0 0 24px 0;
    padding: 0;
    border-left: 1px dotted #A2A2A2;
   }

#sidebar h2{
    font-weight: normal;
    font-size: 9pt;
    text-align: left;
    color: #08122E;   
    margin: 12px 0 0 0;
    padding:2px 5px;
   background: #f1f1f1; 
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
    margin:12px;
    padding:0;
    list-style-type: none;
    }

#sidebar ul li {
    margin: 0;
    padding: 0;
    line-height: 14pt;
    }

#sidebar ul ul {
    margin: 6px 0 6px 0;
    padding: 0;
}

#sidebar ul ul li {
    list-style-position: inside;
    }

#sidebar ul ul ul{
    margin: 0;
    padding: 0;
}

#sidebar ul ul ul li{
    padding: 0;
    color: #898989;
}



/* ★オリジナル★ */

/* トップページ　各項目のタイトル */
.home-title{margin:35px 0 10px 0; font-weight:bold; color:#333;}
.home-title a{color: #08122E; text-decoration: none; }
.home-titlea:hover{color:#666;text-decoration:none;}

/* トップページのQ and A */
.answer{color:#ff0000}

/* トップページのみサイドバーのイメージ */
.side-img {margin:1px 0;}
.side-img a img{border:3px solid #efefef;margin:0;}

/* トップページ　フッター下部の外部へのリンク */
.top_link
{width:850px; margin:3px auto 0 auto; text-align:right; color:#afafaf; font-size:10px; clear:both;}
.top_link a {color:#afafaf; font-size:10px;}

.alignleft, .alignright{font-size:14px; padding:5px 10px; background:#f1f1f1;}


#inquiry tr td,#inquiry tr th {font-size:12px; text-align:left; margin:0;}
#inquiry tr th {background-color:#dfdfdf; padding:5px 0 5px 15px; }
#inquiry tr td {background-color:#efefef;padding:5px 0 5px 10px; }
.hissu{color:#ff0000; font-size:11px;}

/* ContactForm7で「入力漏れ注意」の文字 */
.wpcf7-not-valid-tip-no-ajax{font-size:11px; color:#ff0000; padding:5px 10px; background-color:#ffdddd; margin:1px;}

/* ContactForm7で「一番下」の文字 */
.wpcf7-response-output {font-size:20px; font-weight:bold; padding:10px;text-align:center;}
.wpcf7-mail-sent-ok{border:solid 3px #00bb00; background-color:#eeffee;}
.wpcf7-validation-errors{border:solid 3px #ff0000;background-color:#fffcfc;  }

/* 会社概要のテーブル */
.company-profile tr th,.company-profile tr td {font-size:12px; text-align:left; margin:0; }
.company-profile tr th {background-color:#dfdfdf; padding:15px; letter-spacing:0.1em;}
.company-profile tr td {background-color:#efefef;padding:5px 10px; }

/* 江原良久プロフィールの行間を広めに */
.profile{margin:20px 0 0 0;}
.profile line {line-height:35px;}

/* アーカイブの抜粋イメージを左に */
.imgleft {padding:0 0 25px 0;}
.imgleft a p img{float:left; width:150px; margin:0 10px 0 0;}

/* よくある質問のアーカイブ */
.faq-titles{padding:0 0 0 15px;}
.faq-titles h2 a{font-size:0.88em;}

/* 単一記事のeditリンク */
.edit_post_link{position:fixed; right:0; top:0; padding:5px 20px; background:#eee; font-size:22px;}
.edit_post_link a{font-size:22pt; font-weight:bold;}


.clear{clear:both;}
.disc li {list-style-type:disc;}

/* basics */

*{margin:0; padding:0;}

body {
    background: #eeeee9;
    font-family: verdana, arial, tahoma, sans-serif;
    font-size: 8pt;
    margin: 5px;
    }
    
h1 {font-size: 18pt;}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 10pt; margin-top:10px;}
h4 {font-size: 9pt;}


/* images and misc. */

img{ border: none; padding: 6px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
    border-left:1px solid #A5ABAB;
    margin:15px;
    padding:0 12px 0 12px;
    }

code{
    margin:10px;
    font-family:"Courier New", Courier, monospace;}


/* links */

a{color:#666;
    text-decoration:none;
    border: none;
    }

a:hover{color:#222222;text-decoration: underline; border: none; background:#f9f9f9;}

/* container */

/* 外周の枠線など */
#container {
    width: 960px;
    margin: 0 auto;
    padding: 6px;
    background:#fff;
    color:#333;
    border: 1px solid #e3e3e3;
    }
   
/* header */

#header {
    background-image:url("http://alteark.jp/wp-content/themes/blank2R/images/header.jpg");
    width: 960px;
    color: #fff;
    height: 180px;
    padding:10px 0 0 0;
    }

#header h1{
    font-family: palatino linotype, georgia, arial, times;
    font-size: 16pt;
    letter-spacing: 1.8px;
    margin: 0;   
    padding: 0 0 0 18px;
    }

#header h1 a{color: #ffffff; font-weight:bold; display:block; }
#header h1 a:hover{color: #dfdfdf; text-decoration: none;}

#header #h1 {width:220px; margin: 0; }
#header #h1 a:hover {color:#ababab; background:none;}
#header #h2 {width:220px; margin:5px 0 0 0 ;}
#header #h3,#header #h3 a {position:absolute; right:9999px; overflow:hidden;}
#header h2{
    font-family: palatino linotype, georgia, arial, times;
    font-size: 10pt;
    font-weight: 300;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;   
    padding: 0 0 0 18px;   
    }

/* main menu */


#menu {
    background: #565656 url(images/menu_button.gif) repeat-x; 
    font-size: 9pt;
    width:960px;
    height:36px;
    border-top: 1px solid #fff;
    position:relative; top:-10px;
}

#menu ul {
    margin: 10px 0 0 0;
    padding: 0;
    text-align: left;
}

#menu ul li {
    list-style-type: none;
    display: inline;
    margin: 0;
    padding: 0;
}

#menu ul li a {
    padding: 9px 13px 11px 13px;
    margin: 0;
    text-decoration: none;
    color: #fff;
}

#menu ul li a:hover {
    background: #898989 url(images/menu_button_hover.gif) ; 
    color:#0B1316;
}



/* content */


#content {
    float: left;
    width: 72%;
    overflow: hidden;
padding: 0 0 0 15px;
    }   

.post {
    margin:0 10px;
    padding:10px 10px 10px 5px;
    line-height: 14pt;
    }
  
.post p{font-size: 10pt; line-height:1.66em;}
.entry ol,.entry ul{padding:5px 5px 5px 25px}
.entry ol li,.entry ul li{font-size: 11pt; line-height:1.66em;}

.post a{text-decoration:underline;}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.entry p img {border:solid 3px #efefef; clear:both; padding:0; margin:0;}

.postmetadata{
    clear: both;
    background:#F7F7F7;
    padding:6px;
    margin-top: 16px;
    }
   

.navigation {
    font-size:8pt;
    float:left;
    width:100%;
    }
   
    .alignleft {float:left; margin:25px;}
    .alignright {float:right; margin:25px;}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}


/* comments */

#commentssection{
    clear: both;
    padding: 2px 12px;
    margin: 0;
    }
   
#commentssection h3{
    font-size: 12pt;
    font-weight: 300;
    font-style: normal;
    color: #000;
    }

#commentform{
    background: #F0F0F0;
    margin: 12px 12px 20px 12px;
    padding:20px;
    }
   
#commentform p{
    color: #000;
    }
   
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
   
#commentform h3{
    font-size: 10pt;
    font-weight: 300;
    color: #000;
    }
   
#commentbox{
    width:75%;
    min-width:600px;
    margin:5px 5px 0 0;
    }

#author, #email, #url, #commentbox, #submit{
    background: #fff;
    font-size: 8pt;
    margin:5px 5px 0 0;
    border: none;
    padding: 6px;
    border: 1px solid #B2B2B2;
    }

#submit{margin:5px 5px 0 0;}

   
ol.commentlist {list-style-type: none;}

ol.commentlist li {
    background: #fff;
    margin:10px 0;
    padding:5px 0 5px 10px;
    overflow: hidden;
    }

ol.commentlist li.alt {background: #E5E5E5;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    }
   
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
    padding: 6px 0 6px 6px;
    }

#searchform input#s{
    font-size: 8pt;
    padding: 2px;
    margin: 2px;
    border: 1px solid #B7B7B7;
    }

#searchform input#searchsubmit{
    font-size: 7pt;
    padding: 2px;
    margin: 2px 0 0 2px;
    border: 1px solid #B7B7B7;
    background-color: #fff;
    color: #797979;
    }

/* footer */

#footer {
    background: #306194;
    clear: both;
    width: 100%;
    margin-top:15px;
    border-top:solid 1px #DEDEDE;
    font-size: 7pt;
    }
   
#footer p{padding:6px;margin: 0; color: #eee;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

/*
Theme Name: Blank 2-Column R-S
Theme URI: http://example.com
Description: A Blank Wordpress theme with right sidebar
Author: Your Name
Author URI: http://example.com
version: 1.0
*/
