@charset "UTF-8"; /* 文字コード */

/*
 * File      : styles-site.css
 * Version   : 1.05
 * Update    :
 * 2004.06.28: 初版
 * 2004.07.20: コメントテキストエリアの不具合修正, 画像配置修正
 *             textarea コメントが可変長の場合不具合になるため削除
 *             .blogbody textarea エントリー部のtextareaを可変長（既存通り）にするために追加
 *             .comments-body textarea コメントを固定長にするために追加
 *             .blogbody img 画像とテキストのマージン（右・下）を追加
 * 2004.07.21: 著作権表示変更
 * 2004.08.29: カレンダー日付のリンク以外の文字サイズ追加
 * 2004.10.14: 半角文字折り返し対処追加
 *             links-left/links-rightのposition: relative指定削除
 * 2004.10.27: 3.11-ja機能（サブカテゴリー）対応/TypeKeyコメント投稿者アイコン枠対処
 *
 * Copyright (C) 2004 koikikukan. All rights reserved.
 */

/* ページ全体の基本的な設定と背景色 */
	body {
		text-align : center;
		margin: 15px 0px 15px 0px;
		background:#666666;
		background-image: url("http://to-6.com/mt/pic/back.jpg");
	}

/* リンク文字設定 */
	a {
		color: #993333;
		text-decoration: none;
	}
	a:link {
		color: #993333;
		background: none;
	}
	a:visited {
		color: #993333;
		background: none;
	}
	a:active {
		color: #993333;
		background: none;
	}
	a:hover {
		position:relative; top:1px; left:1px;
		color: #732626;
		/*color: #ffffff;
		background: #732626;*/
	}

/* h1h2h3 */
	h1{
		margin: 0px;
		padding: 0px;
	}
		
	h2{
		margin: 0px;
		padding: 0px;
	}

	h3 {
		margin: 0px;
		padding: 0px;
	}

/* 3カラム全体 */
	#box {
		margin-right: auto;
		margin-left: auto;
		text-align: left;
		padding: 0px;
		padding-bottom: 0px;
		width: 752px;
		background: #ffffff;
		border-top: 1px solid #333333;
		border-right: 1px solid #333333;
		border-left: 1px solid #333333;
		border-bottom: 5px solid #333333;
	}
	.clear_all {
		clear: both;
	}

/* タイトル名 */
	#banner {
		position: relative; z-index: 1;
		color:#ffffff;
		background:#000000;
		background-position:right top;
		background-repeat:no-repeat;
		background-image: url("http://to-6.com/mt/pic/topbar.jpg");
		padding:15px;
		text-align: left;
	}

/* タイトル名の文字のリンク色 */
	#banner a {
		font-weight:normal;
		font-size: 32px;
		font-family: "ＭＳゴシック",sans-serif;
		text-decoration: none;
	}
	#banner a:link{
		font-family: Verdana, Arial, sans-serif;
		font-weight: normal;
		color: #ffffff;
		background: none;
	}
	#banner a:visited{
		font-family: Verdana, Arial, sans-serif;
		font-weight: normal;
		font-size: 32px;
		color: #ffffff;
		background: none;
	}
	#banner a:active,
	#banner a:hover {
		font-family: Verdana, Arial, sans-serif;
		font-weight: normal;
		font-size: 32px;
		color: #ffffff;
		background: none;
	}
	#banner h2 {
		color: #ffffff;
		font-family: Verdana, Arial, sans-serif;
		font-weight: normal;
		font-size: 12px;
	}

/* サイト説明文 */
	.description {
		color: #000000;
		font-size: 12px;
	}

/* エントリーのある大段落（トップページ） */
	#content {
		float: left;
		width: 540px;
		background: #ffffff;
		margin-top : 0px ;
		margin-bottom : 0px ;
	}

/* エントリーのある大段落（トップページ以外） */
	#container {
		background: #ffffff;
		float: left;
		width: 540px;
		margin-top : 0px ;
		margin-bottom : 0px ;
	}

/* エントリー別の段落 */
	.blog {
		padding:5px 15px 5px 15px;
		font-size:small;
		font-weight:normal;
		color: #993333;
		background: #ffffff;
	}

/* 各エントリー */
	.blogbody {
		border: 1px solid #333333;
		background:#f6f6f6; 
		color:#000000;
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		padding-top:5px;
		padding-bottom:5px;
		padding-left:8px;
		padding-right:8px;
		line-height:150%;
		width : auto ;
		margin-bottom:5px;
		word-break: break-all;
	}

/* タイトルと本文の行間を狭くする対処 */
	.blogbody p {
		margin-top: 5px;
		margin-bottom: 5px;
	}

/* 各エントリーの文字のリンク色 */
	.blogbody a {
		color: #993333;
		text-decoration: none;
	}
	.blogbody a:link {
		color: #993333;
		background: none;
	}
	.blogbody a:visited {
		color: #993333;
		background: none;
	}
	.blogbody a:active {
		color: #993333;
		background: none;
	}
	.blogbody a:hover {
		color: #732626;
		background: none;
	}

/* エントリーの画像（左に配置した時の文章とのマージン） 2004.07.20追加 */
	.blogbody img {
		margin-right: 8px;
		margin-bottom: 5px;
	}

/* エントリーのタイトル */
	.title	{
		background-image: url("http://to-6.com/mt/pic/aki.gif");
		background-repeat:no-repeat;
		background-position: 0px 6px;
		font-size: 14px;
		color: #333399;
		padding-top:4px;
		padding-left:15px;
		margin-bottom:0px;
		padding-bottom:0px;
	}
	.title a {
		color : #333399!important;
		text-decoration : none;
	}
	.title a:link {
		color: #333399!important;
		background: none;
	}
	.title a:visited {
		color: #333399!important;
		background: none;
	}
	.title a:active,
	.title a:hover {
		color: #3366cc!important;
		background: none;
	}

/* 「ホーム」等へのリンク部分（トップページ以外） */
	#menu {
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		font-weight:normal;
		background: none;
		margin:0px;
		padding-top:3px;
		text-align:center;
	}

/* エントリーの日付 */
	.date	{ 
		border-left: 1px solid #333333; 
		border-top: 1px solid #333333; 
		border-right: 1px solid #333333; 
		border-bottom: 1px solid #333333;
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		color: #ffffff;
		background-position:left; 
		background-repeat:no-repeat;
		padding-left:5px;
		padding-top:3px;
		padding-bottom:3px;
		margin-top:6px;
		background: url("http://to-6.com/mt/pic/s-title.gif") repeat-x;
	}

/* エントリー投稿者の段落 */
	.posted {
		font-family: Verdana, Arial, sans-serif;
		font-size: 9px;
		color: #000000;
		border-top: 1px dotted #000000;
		text-align:right;
		margin-top:10px;
	}

/* 「続きを読む」の行 */
	.extended { 
		font-weight:normal;
		padding: 3px;
	}

/* blockquote設定 */
	blockquote {
		color: #333333;
		margin:15px 5px 15px 5px;
		font-size:12px;
		font-weight:normal; 
		background:#ffffff; 
		line-height:150%; 
		padding: 10px; 
		border-left: 15px solid #993333; 
		border-top: 1px dotted #993333; 
		border-right: 1px dotted #993333; 
		border-bottom: 1px dotted #993333; 
		width: auto ; 
	}

/* 2004.10.22 TypeKeyによるコメントで投稿者アイコンが枠で囲まれてしまう対処 */
	.commenter-profile img {
		vertical-align: middle;
		border-width: 0;
	}

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

/* quotetitle設定 */
	.quotetitle{
		font-size:medium;
		font-weight:normal;
		border-bottom: 1px solid #732626;
		padding: 3px;
	}

/* カレンダーのある大段落（トップページ右） */
	#links-right{
		background: #ffffff;
		color: #ffffff;
		float: left;
		width : 210px ;
	}

/* 「検索」「コメント」「エントリー」「カテゴリ」「リンク」等の見出し */
	.sidetitle {
		margin: 0px 15px 0px 0px;
		color:#000000;
		font-family: Verdana, Arial, sans-serif;
		font-size:10px;
		margin-top:3px;
		background:#f6f6f6;
		line-height:140%;
		padding:1px 0px;
		text-align:center;
		border: 3px dotted #000000 ;
	}

/* 「検索」「コメント」「エントリー」「カテゴリ」「リンク」等 */
	.side {
		margin: 2px 20px 15px 5px;
		font-family: Verdana, Arial, sans-serif;
		color:#000000;
		font-size:10px;
		font-weight:normal;
		line-height:150%;
		padding-top:5px;
/*		word-break: break-all; */
/* 半角文字折り返し対処 2004.10.14追加*/
	}

/* サブカテゴリー対応 ここまで */

/* RSS(XML)の設定 */
	.syndicate {
		background:none;
		margin: 2px 20px 0px 5px;
		color:#000000;
		font-family: Verdana, Arial, sans-serif;
		font-size:10px;
		line-height:150%;
		text-align: left;
		margin-bottom:5px;
	}

/* Poweredの設定 */
	.powered {
		color:#000000;
		font-family: Verdana, Arial, sans-serif;
		font-size:9px;
		line-height:150%;
		text-align: left;
		margin-top:50px;
	}

/* 「コメント」「コメントする」の見出し */
	.comments-head	{
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		color: #ffffff;
		padding-top:3px;
		padding-left:5px;
		padding-bottom:3px;
		width : auto ;
		margin-top:10px;
		margin-left:5px;
		margin-right:5px;
		margin-bottom:10px;
		background: url("http://to-6.com/mt/pic/s-title.gif") repeat-x;
	}

/* 「コメント」の段落 */
	.comments-body {
		font-size:12px;
		font-weight:normal;
		font-family: Verdana, Arial, sans-serif;
		color:#000000;
		line-height:150%;
		padding:0px;
		margin-left:8px;
		margin-right:8px;
		margin-top:0px;
		margin-bottom:0px;
		word-break: break-all;
	}

	.comments-body p {
		margin-top:10px;
		margin-bottom:5px;
	}

	/* コメントテキストエリアの幅指定 2004.07.20追加 */
	.comments-body textarea {
		width:450px;
	}

/* 「コメント」投稿者 */
	.comments-post {
		border-top: 1px dotted #000000; 
		padding:0px;
		background: #ffffff;
		font-family: Verdana, Arial, sans-serif;
		font-size: 9px;
		color: #000000;
		text-align:right;
		margin-top:0px;
		margin-bottom:0px;
	}

	.comments-post a:link {
		color: #993333;
		text-decoration: none;
		background: none;
	}
	.comments-post a:visited {
		color: #993333;
	}
	.comments-post a:active{
		color: #993333;
	}
	.comments-post a:hover {
		color: #732626;
	}

/* 「トラックバック」の段落 */
	.trackback-body {
		color:#993333;
		font-size:small;
		font-weight:normal;
		background:#fff;
		line-height:140%;
		padding:10px;
		margin:10px;
		border-bottom:1px dotted #993333;
	}

/* トラックバックURL */
	.trackback-url {
		font-size:small; 
		font-weight:bold;
		color: #993333;
		background:#ffffff;
		border: 2px solid #993333;
		padding:10px;
		margin:10px;
	}

/* 「トラックバック」投稿者 */
	.trackback-post {
		color:#993333;
		font-size:small;
		font-weight:normal;
		background:#fff;
	}

/* ポップアップウインドウのタイトル部分 */
	#banner-commentspop {
		color:#000000;
		background:#ffffe0;
		background-position:right top;
		background-repeat:repeat-y;
		background-repeat:no-repeat;
		padding-left:10px;
		padding-top:10px;
		padding-bottom:10px;
		text-align: left;
		border: 1px solid #732626;
	}

	#banner-commentspop h1 {
		color: #000000;
		font-family: Verdana, Arial, sans-serif;
		font-weight: bold;
		font-size: 20px;
	}

	#banner-commentspop h2 {
		color: #000000;
		font-family: Verdana, Arial, sans-serif;
		font-weight: normal;
		font-size: 12px;
	}

	#content-commentspop {
		border-bottom: 1px solid #732626;
		border-left: 1px solid #732626;
		border-right: 1px solid #732626;
		margin : 0px ;
		padding : 10px ;
		height : 100%;
	}

	#content-commentspop h2	{ 
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		color: #ffffff;
		background: #993333;
		background-position:left; 
		background-repeat:no-repeat;
		padding-left:5px;
		padding-top:2px;
		padding-bottom:2px;
		margin-top:6px;
		margin-bottom:15px;
	}

	#content-commentspop h3	{ 
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
	}

	.blogbody-commentspop {
		background-position:right; 
		background-repeat:repeat-y;
		color:#000000;
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		padding-top:0px;
		line-height:150%;
		width : auto ;
		margin-top:0px;
		margin-bottom:0px;
	}

	.blogbody-commentspop p {
		margin-top: 10px;
		margin-bottom: 5px;
	}

	.posted-commentspop {
		font-family: Verdana, Arial, sans-serif;
		font-size: 9px;
		color: #000000;
		border-top: 1px dotted #000000;
		text-align:right;
		margin-top:0px;
		margin-bottom:15px;
		}

/* 検索、コメントなどの入力フォームの設定 */
	form {
		margin:0px;
	}

/* 投稿者名、コメントの書き込み欄の文字化け防止 */
	textarea, input {
		font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",sans-serif;
		margin: 2px;
		border: solid #996666 1px;
		background-color : #ffffff;
		font-size: 12px;
	}
/* リンクのborderを殺す */
	img {
		border: none;
		vertical-align: bottom;
	}

/*スポンサー部分*/
	.blogbanner {
		background-position:right; 
		background-repeat:repeat-y; 
		color:#000000;
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		padding-top:5px;
		padding-left:8px;
		padding-right:8px;
		line-height:150%;
		width : auto ;
		margin-bottom:15px;
		word-break: break-all;
	}

/* Googleサーチ */
	.google {
		font-size:11px;
		font-weight:normal;
		line-height:150%;
		padding:2px;
		margin-bottom:15px;
/*		word-break: break-all; */
/* 半角文字折り返し対処 2004.10.14追加*/
	}

/* メニュー*/
	.menu {
		font-family: Verdana, Arial, sans-serif;
		background: #000000;
		color: #ffffff;
		font-size:14px;
		font-weight:normal;
		line-height:150%;
		text-align:center;
		padding:2px;
	}
	.menu a:link {
		color: #ffffff;
		font-size:12px;
		text-decoration: none;
	}
	.menu a:visited{
		color: #ffffff;
		font-size:12px;
		text-decoration: none;
	}
	.menu a:active{
		color: #ffffff;
		font-size:12px;
		text-decoration: none;
	}
	.menu a:hover {
		color: #999999;
		font-size:12px;
		text-decoration: none;
	}

/*プルダウン*/
	select {
		width:185px;
		font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐ ゴシック", sans-serif;
		font-size:12px;
	}

/* フッターコンテナ */
	.foot {
		padding: 10px 10px 10px 10px;
		border-top: 1px solid #000000;
		font-size: 12px;
		color: #000000;
		text-align: right;
		background: #ffffff;
	}

/* strong */
	strong {

		color: #ff0000;
	}

/* (タグクラウド用) */
ul#tags {
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    list-style: none;
}
ul#tags .module-list-item {
    display: inline;
}
ul#tags li.taglevel1 {
    font-size: 30px;
font-weight: bold;
}
ul#tags li.taglevel2 {
    font-size: 26px;
}
ul#tags li.taglevel3 {
    font-size: 22px;
}
ul#tags li.taglevel4 {
    font-size: 18px;
}
ul#tags li.taglevel5 {
    font-size: 14px;
}
ul#tags li.taglevel6 {
    font-size: 10px;
}

