/* 全部*/
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}
/* セキュリティコード */
.scode {
    vertical-align: top;
}
 
#scode {
    margin-left: 5px;
}

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

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

/* リンク */
 a,
 a:link,
 a:visited {
    color: #0099CC;
/*    text-decoration: none;*/
    line-height: 150%;
}
 a:hover{
    color: #114DCB;
    line-height: 150%;
}

/* リンク */
a img {
    border: 0;
}

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

/* ヘッダ */
#header {
    border-bottom: 0px solid #FF0000;
    color: #999999;
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url("/img/carblog_bar.png");
    text-align: left;
    display: block;
    margin-bottom:10px;
}

/* タイトルバナー下*/
.blog-description {
    color: #fff;
    background: transparent;
    font-size: 12px;
}


/* エントリー日付・各タイトル */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header,
.search-header,
.search-result-header {
    margin: 0px 5px 0px 0px;
    padding: 5px 0 2px 5px;
/*    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");*/
    border-left:4px solid #FFAA47;
    border-bottom:1px solid #FF0000;
    font-size: 10px;
    font-weight: normal;
    font-family:meiryo;
    text-align:left;
}

/* エントリー日付 */
.date {
    margin: 8px 0;
    text-align:right;
}

/* エントリータイトル */
.entry-header {
    border-left:0px solid #FF8A01;
    border-bottom:1px solid #FF0000;
    background-repeat: no-repeat;
    background-image: url("/img/carblog_icon.png");
    background-position:0px top; 
   color:#FF0000;
   padding:3px 5px 3px 28px;
   margin-bottom:10px;
   font-family:Verdana,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
   font-size:14px;
   font-weight:bold;
   text-align:left;
   line-height:150%;
}

.entry-header a,
.entry-header a:link
.entry-header a:visited{
   color:#FF3333;
   text-decoration:none;
}
.entry-header a:hover{
   color:#FF6666;
   text-decoration:underline;
}

/* エントリー */
.entry {
    width: auto;
    margin: 0 3px 15px;
    color: #36414d;
    background: #fff;
    font-size: 83.3%;
    line-height:1.5;
    word-break: break-all;
}

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

/* Ȃｵリスト */
.entry ul,
.entry ol {
    padding-left: 16px;
}
.entry ul li {

}

/* 定義*/
.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;
    border-top: 1px dotted #36414d;
    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%;
}

/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #333;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
#calendar table {
    text-align: center;
    padding: 3px;
    border-collapse: collapse;
}
#calendar th {
    padding-bottom: 3px;
    font-size: 8px;
    width: 23px;
}
#calendar td {
    padding: 3px;
    font-size: 9px;
    line-height: 120%;
}
span.day {
    text-align: center;
    font-size: 9px;
}
span.saturday {
    color: blue;
}
span.sunday {
    color: #e50003;
}
td.today {
    display: block;
    border: 1px solid #FF99CC;
}

#links-left-box dl,
#links-right-box dl {
    margin: 0;
    padding: 0;
}
#links-left-box dd,
#links-right-box dd {
    font-size: 75%;
}

.side dt,
.side dd {
    margin: 0;
    padding: 0;
}

/* サイドメニュータイトル */
.sidetitle {
   display:block;
   color: #FF0000;
   padding: 5px 5px 5px 5px;
   border-left:4px solid #96E3FF;
   border-bottom:1px solid #FF0000;
/*   background:#E1F7FF;*/
   margin-left:0px;
   margin-bottom:10px;
   font-family:Verdana,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
   font-size:11px;
   text-decoration:none;
}

/* サイドメニュー */
.side {
    margin: 5px 0 10px 5px;
    background: none;
    color: #444444;
    font-size: 12px;
    _font-size: 9px;
    line-height: 140%;
    letter-spacing: -0.05em;
}
.side ul,
.side ol {
    padding-left: 16px;
}
.side ul li {
    list-style-type: none;
}
.side ul li ul {
    padding-left: 0px;
}
.side li{
    list-style-type: none;
    margin-bottom:8px;
}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 16px;
}
.side #categories ul ul {
    padding-left: 10px;
}
.side #categories li {
    list-style-type: none;
}

/* サイドメニュー(タグクラウド用) */
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;
}

/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: 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: 50px;
    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: 15px;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    text-align: center;
}

/* コト・トラックバック */
#trackbacks,
#comments {
    margin: 10px 0;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0 2px;
    padding: 0;
    font-size: 83.3%;
    line-height: 1.5;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 66.6%;
    text-align: right;
}

#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
    font-weight: bold;
}
#comment-author, #comment-email, #comment-url {
    width: 220px;
    height: 20px;
}
html > body #comment-author,
html > body #comment-email,
html > body #comment-url {
    height: 15px;
}
#comment-text {
    width: 400px;
    height: 150px;
}
#comment-bake-cookie {
    margin-left: 2px;
    vertical-align: middle;
}
#comments-open-footer {
    margin-top: 15px;
    text-align: center;
}
.comments-open label {
    display: block;
}

/* 検 */
.search-header {
    margin: 8px 0;
}
.search-result-header {
    margin: 15px 0;
}

/* カ */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    text-align: center;
    background-position: auto; 
    background-repeat: repeat-xy;
    background-image: url("/img/car_background.png");
}
.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: 0px;
    border-bottom: 1px solid #FF0000;
    border-left: 1px solid #FF0000;
    border-right: 1px solid #FF0000;
    text-align: left;
    background-color: #FFFFFF;
}

/* 3カイアウト幅 */
.layout-one-column #box,
.layout-two-column-left #box,
.layout-three-column #box {
    width: 900px;
}

/* 3カラム・ﾒ・背イアウト */
.layout-two-column-left #content,
.layout-three-column #content {
    float: left;
    width: 440px;
    margin: 0 0 10px 0;
    padding-left:5px;
    border-bottom: 0px solid #666699;
    border-right: 0px solid #666699;
   background-color:#FFFFFF;
}



.layout-two-column-left #content{
    float: left;
    width: 640px;
    margin: 0 0 10px 0;
    padding-left:5px;
    border-bottom: 0px solid #666699;
    border-right: 0px solid #666699;
   background-color:#FFFFFF;
}


/*右側*/

#migigawa {
    float: right;
    width: 678px;
    margin:0px;
    padding-top: 0px;
    border-left:1px dashed #666666;
    background-color:#FFFFFF;
}

#links-left-box{
    float: left;
    margin:auto;
    width: 220px;
    border-right:0px dashed #FF0000;
}
.layout-two-column-left #links-right-box,
.layout-three-column #links-right-box {
    margin:auto;
    float: left;
    width: 220px;
}

.layout-two-column-left #links-left,
.layout-two-column-left #links-right{
    padding: 10px 15px 0 15px;
}
.layout-three-column #links-left,
.layout-three-column #links-right{
    padding: 10px 15px 0 15px;
}



/* 3カラム・ﾒ・背イアウト(エントリー全体) */
.layout-three-column .blog {
    padding: 10px 15px;
}

/* 2カÉム・ﾒ・背イアウト(左サイドバー:エントリー全体) */
.layout-two-column-left .blog {
    padding: 10px 15px;
}



/* フッタ */
#footer {
    margin:auto;
    border-left: 1px solid #FF0000;
    border-right: 1px solid #FF0000;
    border-bottom: 1px solid #FF0000;
    background:#FF0000;
    padding:5px 0px 0px 0px;
    text-align:center;
    width: 900px;
    height: 40px;
}


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 */

/*・ﾉ・CVート*/
#menu {
   display:block;
   margin-left:0px;
   font-family:Verdana,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
   font-size:11px;
   color:#2E2877;
   font-weight:bold;
   text-decolation:none;
}
#menu a:link, #menu a:visited{
   display:block;
   color: #000000;
   padding: 3px 3px 3px 5px;
   border-left:4px solid #5D2E62;
   margin-left:0px;
   margin-bottom:8px;
   border-bottom:1px dashed #4D733A;
   text-decoration:none;
}

#menu a:hover
{
color: #C75338;
border-left:4px solid #F4C4AF;
}

#menux{
   display:block;
   color: #333333;
   padding: 3px 3px 3px 5px;
   border-left:4px solid #5D2E62;
   margin-left:0px;
   font-size:11px;
   font-weight:bold;
   margin-bottom:8px;
   border-bottom:1px dashed #4D733A;
   text-decoration:none;
}


#menu_noap{
   border:0px;
   font-family:Verdana,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
   font-size:10px;
   font-weight:normal;
   color: #333333;
   padding: 0px 0px 0px 4px;
}
#menu_noap a:link, #menu_noap a:visited{
   color: #5D2E62;
   font-size:13px;
   font-weight:bold;
   text-decoration:none;
}
#menu_noap img{
   border:0px;
   margin-right:3px;
}
#menu_noa_time{
   border:0px;
   padding:5px 0px 0px 3px;
   margin:auto;
   font-family:Verdana,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
   font-size:9px;
   line-height: 130%;
   color:#666666;
   font-weight:bold;
}
#menu_noa_song{
   padding:0px 0px 5px 3px;
   margin:auto;
   font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
   font-size:10px;
   line-height: 130%;
   color:#666666;
   font-weight:bold;
}

#menu_home{
}
#menu_home a,
#menu_home a:link,
#menu_home a:active,
#menu_home a:visited{
   border-left:4px solid #F77DA2;
   border-bottom:1px dashed #5D2E62;
   padding:5px;
   font-family:Verdana,"ＭＳゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
   font-size:14px;
   color:#333333;
   line-height: 140%;
   font-weight:bold;
   margin-bottom:8px;
   margin-top:5px;
   display:block;
   text-decoration:none;
}
#menu_home a:hover{
   color:#F72C6A;
   border-left:4px solid #FC6794;
}

#p_title{
   border-left:4px solid #5D2E62;
   border-bottom:1px dashed #5D2E62;
   background-color:#FFF0FD;
   color:#5D2E62;
   padding:8px;
   margin-bottom:15px;
   font-family:Verdana,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
   font-size:17px;
   font-weight:bold;
   text-align:center;
}
#p_detail{
   padding:15px 5px 0px 20px;
   margin:auto;
   font-family:Verdana,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
   font-size:13px;
   color:#333333;
   border-bottom:0px dashed #4D733A;
   font-weight:normal;
   text-align:left;
   line-height:140%;
   text-align:left;
}
#p_detail img{
   pading:0px;
   float:right;
   margin-left:20px;
   margin-right:10px;
}
#p_detail2{
   padding:5px 10px 0px 10px;
   margin-bottom:20px;
   font-family:Verdana,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
   font-size:12px;
   color:#333333;
   border-bottom:0px dashed #4D733A;
   font-weight:normal;
   text-align:left;
   line-height:130%;
   clear:both;
}

#kotira a,
#kotira a:link,
#kotira a:active,
#kotira a:visited {
    color:#DD2929;
    font-size:10px;
    text-decoration:none;
    line-height:130%;
    background-image: url("/img/message.png");
    background-position:2px 8px;
    background-repeat: no-repeat;
    padding:5px 0px 0px 11px;
    margin:0px;
    font-weight:bold;
}

#kotira a:hover {
    color:#FF00BD;
    background:#FFF2F6;
    background-image: url("/img/message.png");
    background-position:2px 8px;
    background-repeat: no-repeat;
    font-weight:bold;
}


/* CSS Document */

#navlist5
{
margin:0px;
padding:0px;
}

#navlist5 ul, #navlist5 li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist5 a:link, #navlist5 a:visited
{
	display:block;
	color: #FFFFFF;
/*	background:#FFFFFF;*/
	padding: 3px 5px 3px 5px;
	border-left:2px solid #FF8A01;
	margin:auto;
	font-weight:100;
	text-decoration: none;
	font-family: "ＭＳ Ｐ ゴシック，Arial", Helvetica, sans-serif;
	font-size: 11px;
}

#navlist5 a:hover
{
background: #FF6699;
/*background:CCCCCC;*/
border-left:2px solid #B4A9D3;
color: #FFFFFF;
}



#copyright{
/*   background-color: #481F18;*/
   border:0px solid #FFFFFF;
   font-family:Verdana,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
   font-size:8px;
   color:#FFFFFF;
}








