@charset "utf-8";

/* ページ全体 */
body {
	margin: 0px 0px 20px 0px;
	background:#f2f2ed;
	text-align:center;
}

/* リンク */
a {
	color: #003366;
	text-decoration: none;
}

a:link {
	color: #003366;
	background: none;
}

a:visited {
	color: #003366;
	background: none;
}

a:active {
	color: #cc3333;
	background: underline;
}

a:hover {
	color: #cc3333;
	background: underline;
}

/* h1h2h3 */
h1,h2,h3{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}


/* 3カラム全体 */
#box {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
/*	padding: 0px;
*/
	padding-top: 5px;
	padding-bottom: 15px;
	width: 800px;
/*	border-bottom: 1px solid #555555;
	border-left: 1px solid #555555;
	border-right: 1px solid #555555;
*/
	background-color: #f2f2ed;
}

/* タイトル */
#banner {
	position: relative; z-index: 1;
	color:#555555;
	background:#f2f2ed;
	background-position:right top;
	background-repeat:repeat-y;
	background-repeat:no-repeat;
	background-image: url("http://choikiki.net/img/bg2.gif");
	padding-left:25px;
	padding-top:25px;
	padding-bottom:5px;
	text-align: left;
/*	border-bottom: 1px solid #555555;
*/
}

/* タイトルのリンク色 */
#banner a {
	font-weight:normal;
	font-size: 14px;
	font-family: "ＭＳゴシック",sans-serif;
	text-decoration: none;
}

#banner a:link{
	color: #003366;
	background: none;
}

#banner a:visited{
	font-size: 14px;
	color: #003366;
	background: none;
}

#banner a:active,

#banner a:hover {
	font-size: 14px;
	color: #cc3333;
	background: none;
}

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

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

/* エントリーのある大段落（3カラム） */
#content {
	float: left;
	width: 438px;
	margin-top : 0px ;
	margin-bottom : 10px ;
}


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

/* 各エントリー */
.blogbody {
	background:#ffffff;
	background-position:right; 
	background-repeat:repeat-y; 
	color:#555555;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	padding-top:5px;
	padding-left:8px;
	padding-right:8px;
	line-height:150%;
	width : auto ;
	margin-bottom:15px;
	word-break: break-all;
}

/* タイトルと本文の行間 */
.blogbody p {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* 各エントリーの文字のリンク色 */
.blogbody a {
	color: #003366;
	text-decoration: none;
}

.blogbody a:link {
	color: #003366;
	background: none;
}

.blogbody a:visited {
	color: #003366;
	background: none;
}

.blogbody a:active {
	color: #003366;
	background: underline;
}

.blogbody a:hover {
	color: #cc3333;
	background: underline;
}

/* エントリー内の画像 */
.blogbody img {
	margin-right: 8px;
	margin-bottom: 5px;
}

/* エントリーのタイトル */
.title	{
	font-size: 14px;
	color: #555555;
	padding-top:5px;
	padding-left:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

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

/* エントリーの日付 */
.date	{ 
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background: #ee7601;
	background-position:left; 
	background-repeat:no-repeat;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	margin-top:6px;
	margin-left:0px;
	margin-right:0px;
}

/* 投稿者 */
.posted {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #555555;
	border-top: 1px dotted #999999;
	text-align:right;
	margin-top:10px;
}

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

/* blockquote */
blockquote {
	color: #555555;
	margin:15px 20px 0px 20px;
	font-size:10px;
	font-weight:normal;
	background:#faf6d6;
	line-height:150%;
	padding: 10px; 
	border: 2px dotted #999999;
	width: auto ;
}

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

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

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

/* 右カラム */
#links-right-box{
	float: left;
	width : 150px ;
}

#links-right{
	color: #ffffff;
	padding-top : 15px;
	padding-left : 5px;
	padding-right : 5px;
}

/* 左カラム */
#links-left-box{
	float: left;
	width : 200px ;
}

#links-left{
	color: #ffffff;
	padding-top : 15px;
	padding-left : 0px;
	padding-right : 5px;
}


/* サイドバー部分の見出し */
.sidetitle {
	color:#555555;
	font-family: Verdana, Arial, sans-serif;
	font-size:14px;
	margin-top:3px;
	background:#ffffff;
	line-height:140%;
	padding:1px 5px;
	text-align:left;
	border-left: 10px solid #ee7601;
	border-bottom: 1px solid #555555;
	border-right: 1px solid #555555;
}

/* 「コメント」「エントリー」「カテゴリ」「リンク」等 */
.side {
	font-family: Verdana, Arial, sans-serif;
	color:#555555;
	background: none;
	font-size:14px;
	font-weight:normal;
	line-height:150%;
	padding:2px;
	margin-bottom:25px;
/*	word-break: break-all; */
}

/* 検索 */

.search {
	width: 180px;
	margin-left: 550px;
	font-family: Verdana, Arial, sans-serif;
	color:#555555;
	text-align: center;
	background: #ffffff;
	font-size:12px;
	font-weight:normal;
	line-height:150%;
/*	padding:2px; */
/*	word-break: break-all; */
	border-left: 10px solid #ee7601;
	border-bottom: 1px solid #555555;
	border-right: 1px solid #555555;
}


/* サブカテゴリー対応 */
.side #categories {
	font-family: Verdana, Arial, sans-serif;
	color: #555555;
	background: none;
	font-size: 13px;
	font-weight:normal;
	line-height:150%;
	text-align: left;
	padding:0px;
	margin-bottom:25px;
}

.side #categories ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 0px;
}

.side #categories ul ul {
	margin-bottom: 0px;
	padding-left: 5px;
}

.side #categories li {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
}

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

/* ツリー表示開始 */
ul.tree {
    margin: 0px!important;
    padding: 0px!important;
    font-size: 13px;
    list-style: none!important;
}
ul.tree ul {
    margin: 0px!important;
    padding: 0px!important;
}
ul.tree li {
    margin: 0px!important;
    padding: 0px 0px 0px 16px!important;
    background-image: url(img/tree_d.gif);
    background-repeat: no-repeat!important;
    list-style: none!important;
}
ul.tree li.end {
    background-image: url(img/tree_end_d.gif);
    list-style: none;
}
/* ツリー表示終了 */


.side2 {
	font-family: Verdana, Arial, sans-serif;
	color:#666666;
	background: none;
	font-size:9px;
	font-weight:normal;
	line-height:150%;
	padding:2px;
	margin-bottom:5px;
}

.image img {
	border: 1px solid #666699;
	margin-top: 20px;
}

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

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

/* フッタの設定 */
.footer {
	color:#666666;
	font-family: Verdana, Arial, sans-serif;
	font-size:10px;
	line-height:150%;
	text-align: center;
	margin-top:50px;
}

/* 「コメント」「コメントする」の見出し */
.comments-head	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #555555;
	background: #ffffff;
	padding-top:2px;
	padding-left:5px;
	padding-bottom:2px;
	width : auto ;
	margin-top:10px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
	border-left: 10px solid #ffbd00;
	border-bottom: 1px solid #555555;
	border-right: 1px solid #555555;
}


/* 「コメント」の段落 */
.comments-body {
	font-size:14px;
	font-weight:normal;
	font-family: Verdana, Arial, sans-serif;
	color:#666666;
	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;
}

/* コメントテキストエリアの幅 */
.comments-body textarea {
	width:266px;
}

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

.comments-post a:link {
	color: #003366;
	text-decoration: none;
	background: none;
}

.comments-post a:visited {
	color: #003366;
	text-decoration: none;
}

.comments-post a:active{
	color: #cc3333;
	text-decoration: underline;
}

.comments-post a:hover {
	color: #cc3333;
	text-decoration: underline;
}

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

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

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


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

/* 投稿者名、コメントの書き込み欄の文字化け防止 */
input,textarea {
	font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",sans-serif;
	margin: 2px;
}


