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

/*全般設定
------------------------------------------------------------------------------------------
■文字色は「color: #999999;」部分で変更できます。サイズは「75%」で変更可。%指定でなく「12px」とかでも可。
■壁紙は「images/bg.gif」で指定しています。imagesフォルダに入っているbg.gifを指定しています。
　変更もできますが、コンテナーの枠に影を入れてるので、白っぽい壁紙でないと枠が目立ってしまうので注意。
------------------------------------------------------------------------------------------*/
body {
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "ＭＳ Ｐゴシック", "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #FFFFFF url(images/bg.gif);
}

h1,h2,h3,h4,h5,p,ul,li{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

#main p, #sub p {
	margin: 0.5em 1em 1em;
}

/* リンク
------------------------------------------------------------------------------------------*/
a,
a:link {
	color: #069;
	text-decoration: none;
}
a:visited {
	color: #4868a8;
	text-decoration: none;
}
a:hover {
	color: #BB000F;
	text-decoration:none;
}
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;
}

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


/*コンテナー
------------------------------------------------------------------------------------------*/
#container {
	text-align: left;
	margin: 0px auto;
	width: 808px;
	padding-right: 4px;
	padding-left: 4px;
	background: url(images/container_bg.gif) repeat-y center;
}
html>body #container {
	width: 800px;
}

/*ヘッダー
------------------------------------------------------------------------------------------
■HP最上段に入っているh1タグは「#header h1」で指定しています。サイズ変更は「font-size: 10px;」で行います。
　色は「color: #ffffff;」で変更可能。現在は白で入ってます。
　ちなみに、h1タグの背景は「#header」項目内で指定している「header_bg.gif」に入れています。
------------------------------------------------------------------------------------------*/
#header {
	background: url(images/header_bg.gif) no-repeat;
	height: 103px;
	position: relative;
}

#header h1 {
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	padding-top: 8px;
	padding-left: 20px;
	padding-bottom: 20px;
	color: #ffffff;
	text-indent: -9999px;
}

#header img {
	margin-top: -21px;
	margin-left: 25px;
}


/*メインメニュー（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#menu {
	background: url(images/navi.gif) repeat-x;
	height: 30px;
	border-bottom: 6px solid #f0f0ff;
	text-align: center;
}

#menu li {
	display: inline;
}


/*ナビメニュー（メインメニューの右上に入っている小さなナビゲーションメニューの事）
------------------------------------------------------------------------------------------
■左の赤い矢印は「#nav li」項目内の「images/arrow1.gif」です。
■リンクカラーは「#nav a」でグレーに指定。下線も消しています。
■カーソルオーバー時の文字色は「#nav a:hover」で指定しています。
------------------------------------------------------------------------------------------*/
#nav {
	background: url(images/nav_bg.gif) no-repeat left bottom;
	height: 13px;
	position: absolute;
	right: 0px;
	bottom: 5px;
	padding-left: 50px;
	font-size: 11px;
	padding-top: 8px;
	line-height: 11px;
}

#nav li {
	display: inline;
	padding-right: 15px;
	background: url(images/arrow1.gif) no-repeat left center;
	padding-left: 15px;
}

#nav a {
	text-decoration: none;
	color: #666;
}

#nav a:hover {
	color: #BB000F;
}


/*メインコンテンツ
------------------------------------------------------------------------------------------*/
#main {
	float: left;
	width: 546px;
	display: inline;
	margin-left: 15px;
	margin-top: 15px;
	padding-bottom: 40px;
}

#main object {
	margin: 0 0 10px;
}

#main h2 {
	margin: 10px -3px 5px;
	padding: 7px 20px 6px;
	background: #fff url(images/midashi.gif) no-repeat left center;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
}
#main h2.comments-open-header {
	margin: 10px 0 5px;
}
#main h2#webpage {
	margin: 0px -3px 5px;
}
#main h2 a:link,
#main h2 a:visited {
	color: #fff;
}
#main h2 a:hover,
#main h2 a:active {
	text-decoration:none;
	color: #BB000F;
}

#main h5 {
	margin: -24px 0 4px;
	padding: 0 0 2px;
	color: #666;
	text-align: right;
	font-size: 100%;
	font-weight: normal;
}
#main h5 a:link,
#main h5 a:visited {
	color: #4868a8;
}
#main h5 a:hover,
#main h5 a:active {
	text-decoration:none;
	color: #BB000F;
}
#main h5 img.twitter{
	margin-top: -3px;
	position:relative;
	top:4px;
	left:0px;
}
#main h4 {
	margin-left: 3px;
	padding-left: 8px;
	color: #666;
	background: #f0f0ff;
	font-size: 100%;
	font-weight: bold;
	line-height: 2.0;
	border-width : 1px 1px 1px 10px;
	border-style : solid;
	border-color : #4868a8;
}

#main a.staff {
	padding-left: 15px;
	list-style-type: none;
	background: url(images/arrow.png) no-repeat left center;
}
#main object.player {
	margin: 3px 8px 0px;
}


/*ブログ表示関係
------------------------------------------------------------------------------------------*/

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

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


/* ブログ記事 */
.entry {
    width: auto;
    margin: 0 3px 15px;
    color: #36414d;
    background: #fff;
    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 {}

/* 投稿者 */
p.entry-footer {
    margin: 0 3px 15px;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 80%;
    text-align: right;
}

/* タグ */
.entry-tags {
    margin-left: 15px;
    margin-bottom: 5px;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 100%;
    font-weight: normal;
}
.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 10px 0 10px;
    text-align: center;
    font-size: 100%;
}
.breadcrumbs {
    margin: 10px 3px 0 3px;
    font-size: 100%;
}


/*サブコンテンツ
------------------------------------------------------------------------------------------
■右側コンテンツの見出しは「#sub h3」で設定します。背景色は「background: #EEEEEE;」で指定。
　上下のラインは「border-top」と「border-bottom」で設定。
「letter-spacing」というのは文字間隔の事で、文字同士の隙間を0.2文字ずつ空けて表示させています。
------------------------------------------------------------------------------------------*/
#sub {
	float: right;
	width: 224px;
	margin-top: 15px;
	padding-bottom: 40px;
}

#sub h3 {
	font-size: 100%;
	background: url(images/navi.gif) repeat-x;
	letter-spacing: 0.2em;
	text-align: center;
	color: #f0f0ff;
	border-top: 1px dotted #d6d6d6;
	border-bottom: 1px dotted #d6d6d6;
}

/* サイドメニュー */
#sub ul {
	margin: 0.5em 1em 1em;
	background: none;
	color: #333;
	line-height: 1.5;
}

#sub ul li {
	margin-left: 0;
	padding-left: 15px;
	list-style-type: none;
	background: url(images/arrow.png) no-repeat left center;
}

#sub ul li.banner {
	margin-left: 0;
	padding-left: 0px;
	background: none;
	list-style-type: none;
}

#sub ul li.midashi {
	font-size: 80%;
	margin-left: 0;
	padding-left: 0px;
	background: none;
	list-style-type: none;
}

#sub ul li.right {
	font-size: 80%;
	margin-left: 0;
	padding-left: 0px;
	background: none;
	list-style-type: none;
	text-align: right;
}

/* サイドメニュー */
#sub dl {
	margin: 0.5em 1em 1em;
	background: none;
	color: #333;
	line-height: 1.5;
}

#sub dl dd {
	margin-left: 0;
	padding-left: 15px;
	list-style-type: none;
	background: url(images/arrow.png) no-repeat left center;
}
#sub dl dt {
	font-size: 80%;
	padding-left: 0px;
}


/*フッター（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#footer {
	clear: both;
	text-align: right;
	margin: 0px auto;
	padding-right: 4px;
	padding-left: 4px;
	width: 808px;
	background: #FFFFFF url(images/footer_bg.gif) no-repeat center bottom;
	height: 30px;
}
html>body #footer {
	width: 800px;
}

#footer img{
	border: none;
	margin: 10px 33px 0;
}
#footer img.rss{
	margin-right: -1px;
}
#footer img.atom{
	margin-left: 0px;
}



/* サイドメニュー */
.side {
    margin: 5px 0 20px;
    background: none;
    color: #333;
    font-size: 100%;
    line-height: 1.5;
}
.side ul {
    padding-left: 0;
}
.side ol {
    padding-left: 16px;
}
.side dl dt{
    padding-left: 18px;
    list-style-type: none;
    background: url(images/arrow.png) no-repeat 1px 0.25em;
}
.side ul li ul {
    padding-left: 0px;
}
.side li li {
    list-style-type: none;
    padding-left: 0;
    background: none;
}
ul#tags li {
    padding-left: 0;
    background: none;
}
.side #categories ul li li {
    list-style-type: circle;
    background: none;
}

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

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

.appendix-header,
.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 18px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0 2px;
    padding: 0;
    font-size: 100%;
    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: 80%;
    text-align: right;
}

#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
    font-weight: normal;
}
#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;
    margin-left: 10px;
}
.comments-open label {
    display: block;
}


/*clearfix（変更しない）
------------------------------------------------------------------------------------------*/
#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container { display: inline-block; }

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