@charset "UTF-8"; /* PublishCharset into mt-config.cgi */

/*
 * File      : styles-site.css

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

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

/* リンク */
a,
a:link,
a:visited {
    color: #D1617E;
    text-decoration: none;
}
a.img_url:hover {
text-decoration: none;
background-color: #ffffff;
}
a:hover {
    background-color: #F40F53;
}
a:active {}

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

/* 段落 */
p {
    margin-top: 15px;
    margin-bottom: 15px;
}

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

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

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

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

/* タイトルバナー */
#banner {
    padding: 64px;
    border-bottom: 1px solid #F40F53;
    color: #666666;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url("image/head.gif");
    text-align: left;
}

#banner a,
#banner a:link,
#banner a:visited {
    color: #ffffff;
    font-size: 0px;
    text-decoration: none;
}
#banner a:hover {}
#banner a:active {}

/* ヘッダ */
#header {
    padding: 15px;
    border-bottom: 1px solid #F40F53;
    color: #999;
    background: #8fabbe;
    text-align: left;
}

#header a,
#header a:link,
#header a:visited {
    color: #fff;
    background: transparent;
    font-size: 32px;
    text-decoration: none;
}
#header a:hover {}
#header a:active {}

/* タイトルバナー下の説明 */
#banner h2 {
    color: #ffffff;
    font-size: 12px;
}

/* エントリー全体 */
.blog {
    padding: 10px;
    font-size: 10px;
    color: #666666;
    background: none;
}

/* エントリー日付 */
.date { 
    margin: 6px 5px 0;
    padding: 2px 0 2px 5px;
/*    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");*/
    font-size: 11px;
    font-weight: bold;
}

/* エントリー日付・コメントタイトル・トラックバックタイトルの配色 */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #ffffff;
    background: #666666;
}

/* エントリー */
.entry {
    width: auto;
    margin: 0 5px 15px;
    color: #666666;
    background: #ffffff;
/*    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");*/
    font-size: 10px;
    line-height:150%;
    word-break: break-all;
}
.entry a:active {}
.entry img {
}

/* エントリーのテキストエリア可変長指定 */
.entry textarea {
    width: 97%;
}

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

/* エントリータイトル */
.entry-header {
    margin: 15px 0 0;
    color: #444444;
    font-size: 12px;
    font-weight: bold;
}

/* 投稿者 */
.entry-footer {
    margin: 10px 0 0 0;
    border-top: 1px dotted #666666;
    text-align: right;
    color: #666666;
    font-size: 9px;
}

/* タグ */
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 12px;
}
.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: 10px;
}

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

/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    border: 1px solid  #666666;
    text-align: center;
    color: #444444;
    background: #ffffff;
    font-size: 10px;
    line-height: 140%;
    width: 157px;
}

/* サイドメニュー */
.side {
    margin: 3px 0 20px;
    background: none;
    color: #444444;
    font-size: 9px;
    _font-size: 9px;
    line-height: 150%;
}

/* サイドメニュー(サブカテゴリー用) */
.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: 13px;
font-weight: bold;
}
ul#tags li.taglevel2 {
    font-size: 13px;
}
ul#tags li.taglevel3 {
    font-size: 12px;
}
ul#tags li.taglevel4 {
    font-size: 11px;
}
ul#tags li.taglevel5 {
    font-size: 10px;
}
ul#tags li.taglevel6 {
    font-size: 9px;
}

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

.clear {
    clear: both;
}

/* カラム切り替え */
body.layout-wtt,
body.layout-one-column {
    text-align: center;
    background: #ffffff;
}
.layout-wtt #container {
    margin-bottom: 10px;
}
.layout-one-column #container {
    margin-bottom: 0;
}

/* 固定レイアウト共通 */
.layout-wtt #box,
.layout-one-column #box {
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 0px 0;
    border-bottom: 1px solid #F40F53;
    border-left: 1px solid #F40F53;
    border-right: 1px solid #F40F53;
    text-align: left;
    background-color: #fff;
}

/* 2カラム固定レイアウト幅 */
.layout-wtt #box {
    width: 750px;
}

/* 1カラム固定レイアウト幅 */
.layout-one-column #box {
    width: 750px;
}

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

/* 1カラム固定レイアウト */
.layout-one-column #content {}

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

/* 1カラム固定レイアウト(ブログ記事全体) */
.layout-one-column .blog {
    padding: 0 15px;
}

/* フッタ */
.layout-one-column #footer {
    text-align: center;
}
.layout-one-column-liquid #footer {
    padding-bottom: 0px;
    text-align: center;
}

/* フッタ */
.layout-one-column #footer,
.layout-wtt #footer {
    margin-right: auto;
    margin-left: auto;
    margin: 20px 0 0;
    padding: 0px;
    height: 20px;
    color: #ffffff;
    background: #666666;
    font-size: 10px;
    text-align: center;
    line-height: 2;
}
.layout-wtt #footer {
    width: 750px;
}
.layout-one-column #footer {
    width: 750px;
}

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

/* ナビ */
#navi {
    border-bottom: 1px solid #F40F53;
    background: #ffffff;
    height: 12px;
}
html > body #navi,
html > body #navi ul li a { /* for Safari */
    height: 15px;
}
#navi ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#navi ul li {
    float:left;
    border-right:0px solid #F40F53;
    width:75px;
    list-style: none;
}
#navi ul li a {
    display: block;
    color: #333333;
    font-size: 70%;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.3;
    text-decoration: none;
}
#navi ul li a:link,
#navi ul li a:visited {
    background: #ffffff;
}
#navi ul li a:hover {
    color: #000000;
    background: #F40F53;
}
/* メールフォム */
#mail_form #mail_author,
#mail_form #mail_subject,
#mail_form #mail_email {
    width : 80%;
}
#mail_form #mail_text {
    width : 80%;
    height : 130px;
}
/* ページ分割 */
.paginate {
    text-align: center;
    font-size: 10px;
	color: #333333
}
/* ミニ */
.f10g {
	font-size: 10px;
	color: #666666;
}

/* テーブル */
div.main {
  width: 520px;
  font-size: 12px;
  border: 0px;
  cellpadding: 0px;
  cellspacing: 10px;
}
div.main-menu {
  valign: top;
  float: left;
}
div.main-content {
  float: left;
}

/* プロフィール */
.plof {
	text-align: left;
	color: #666666;
	font-size: 11px;
	line-height: 150%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}
.under {
	font-size: 11px;
	text-decoration: underline;
}

/* リリース */
.list table {
width: 100%;
height: 100%;
border: 0px none;
}

.list td {
border: 0px none;
padding: 0px 5px 40px 0px;
text-align: left;
vertical-align: top;
}

/* タイトルカテゴリ */

.img_ {
    background: url(http://baiyon.com/.jpg) no-repeat left top;
}

.img_graphic {
    background: url(http://baiyon.com/graphic.jpg) no-repeat left top;
}

.img_ {
    background: url(http://baiyon.com/.jpg) no-repeat left top;
}

.img_ {
    background: url(http://baiyon.com/.jpg) no-repeat left top;
}

.img_ {
    background: url(http://baiyon.com/.jpg) no-repeat left top;
}
