/*◆ページ全体の基本的な設定と背景色◆*/
body {
	margin:10px 10px;
	color: #000000;
	font-size:small;
	background:#ffffff;
	background-position:left; 
	background-repeat:repeat-y;
	font-family:Arial,Helvetica,FreeSans,"Luxi-sans","Nimbus Sans L",sans-serif;
}

/*◆リンク文字設定◆*/
	a:link		{ color: #0000ff; text-decoration:none; background: none;}
	a:visited		{ color: #0000ff; text-decoration:none; background: none;}
	a:active		{ color: #ff0000; background: none;}
	a:hover		{ color: #ff0000;text-decoration: underline;background : #ffffff;}

/*◆h1ホームタイトル、h2ブログ本文の日付、h3エントリーのタイトルの設定◆*/
	h1{
		margin: 0px;
		padding: 0px;
		}
		
	h2{
		margin: 0px;
		font-size:medium;
		padding: 0px;
		}

	h3 {
		margin: 0px;
		font-size:small;
		padding: 0px;
		}

/* ◆その他のタグ◆ */
pre {
    font-size:small;
    padding: 5px 5px 5px 7px; 
    background: #f5f5f5; 
    color: #000;
    border: 1px dotted #ccc;
    margin-left: 5px;
    margin-right: 5px;
    overflow: auto;
    overflow-x: auto;
    max-width:100%;
}

.pre {
    font-size:small;
    padding: 5px 5px 5px 7px; 
    background: #f5f5f5; 
    color: #000;
    border: 1px dotted #ccc;
    margin-left: 5px;
    margin-right: 5px;
    overflow: auto;
    overflow-x: auto;
    max-width:100%;
}

.desc {
    font-size:small;
    padding: 5px 5px 5px 7px; 
    background: #ffffff; 
    color: #000000;
    border: 1px dotted #f5f5f5;
    margin-left: 5px;
    margin-right: 5px;
    overflow: auto;
    overflow-x: auto;
    max-width:90%;
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: pre-wrap;      /* CSS3 */
  word-wrap: break-word;      /* IE 5.5+ */
}

/* ◆ブログタイトルのある段落◆ */
#banner {
 color:#000000;
 vertical-align:middle;
 background-position:right; 
 background-repeat:no-repeat;
 background-image: url("image/toplogo.jpg");
 font-size:small;
 font-weight:normal;
 height:95px;
 padding: 0px;
 margin: 0px;
}

#banner2 {
 color:#000000;
 vertical-align:middle;
 font-size:small;
 font-weight:normal;
 height:20px;
 padding: 0px;
 margin: 0px;
}

#banner-img {
 display: none;
}

#banner a {
 color: #666699;
 text-decoration: none;
}

#banner h1 {
 font-size: xx-large;
 margin: 20px 20px 5px 20px;
}


/* ◆ブログタイトル下に入るコメント設定◆ */
	.description {
		color:#000000;
		background: none;
		font-size:small;
		text-transform:none;
		}

/* ◆エントリーのある大段落（トップページ）◆ */
	#content {
		margin-left : 200px ;
		}

/* 全体の枠組み 横幅 */
#container {
 margin-right: auto; 
 margin-left: auto; 
 text-align: left;
 padding: 0px;
 width: 880px;
 height: 100%;
 background-color: #FFFFFF;
 border: 1px solid #666699;
/*
 border-right: 1px solid #666699;
 border-left: 1px solid #666699;
 border-top: 1px solid #666699;
 border-bottom: 1px solid #666699;
*/
}

/*◆blockquote設定◆*/
	blockquote {
		color: #00497c;
		background:#ffffff;
		margin:5px 40px 5px 40px;
		font-size:small;
		font-weight:normal;
		line-height:150%;
		padding: 10px; 
		border: 2px solid  #00497c;
		width: auto 
		}

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

/*◆カテゴリーリンクの設定◆*/
	.category {
		color:#000000;
		background: none;
		font-size:small;
		font-weight:bold;
		text-align: right;
		}

	.category a:link {color: #0000ff;text-decoration: none; background: none;}
	.category a:visited {color: #0000ff;text-decoration: none; background: none;}
	.category a:active {color: #ff0000;text-decoration: none; background: none;}
	.category a:hover {color: #ff0000;text-decoration: underline;background : none;}

/* ◆エントリーのある段落◆ */
	.blog {
		padding-right:0px;
		padding-left:0px;
		font-size:small;
		font-weight:normal;
		color: #000000;
		background: none;
		}
	.blogtop {
		padding-right:0px;
		padding-left:10px;
		line-height:120%;
		font-size:small;
		font-weight:normal;
		color: #000000;
		background: none;
		}
	.blogcat {
		padding-right:0px;
		padding-left:0px;
		font-size:small;
		font-weight:normal;
		color: #000000;
		background: none;
		}

/* ◆各エントリー◆ */
	.blogbody {
		background:#ffffff;
		color:#000000;
		font-size:small;
		padding:4px;
		line-height:150%;
		margin:2px;
		width : 668px ;
		}
.blogbody .a0{
	text-align: right;
}

.blogbody h3 {
		margin: 0px;
		font-size:medium;
		padding: 0px;
}

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

.entrybody {
	background:#ffffff;
	color:#000000;
	font-size:110%;
	font-weight: bold;
	padding:4px;
	line-height:150%;
	margin:2px;
}
	.entrybody a:link{color: #0000ff;text-decoration: underline; background: none;}
	.entrybody a:visited{color: #0000ff;text-decoration: underline; background: none;}
	.entrybody a:active{color: #ff0000;text-decoration: underline; background: none;}
	.entrybody a:hover  {color: #ff0000;text-decoration: underline;background:none;}

/* ◆エントリータイトル◆ */
	.title	{
		font-size: medium;
		color: #000000;
		background: none;
		padding-bottom:10px;
		padding-top:10px;
		padding-left:10px;
		border-top: 3px dotted #666699;
		border-bottom: 3px dotted #666699;
		margin-bottom:10px;
		}

/*◆ページ移動リンクの設定◆*/
	#menu {
		font-size: small;
		margin-bottom:15px;
		text-align:center;
		padding-top: 5px;
		}

/* ◆日にち◆ */
	.date	{ 
		font-size: medium;
		color: #944c73;
		background: none;
		background-position:left; 
		background-repeat:no-repeat;
		padding-left:40px;
		padding-top:10px;
		padding-bottom:10px;
		font-weight:bold;
		margin-right:10px;
		margin-left:10px;
		}

/* ◆エントリー投稿者の段落◆ */
	.posted {
		font-size: small;
		color: #993300;
		background: none;
		}

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

/* ３列左サイドバー */
#left {
 float: left;
 width: 199px;
 border-right: 1px solid #666699;
 border-bottom: 1px solid #666699;
/*  overflow: hidden;*/
}

/* ３列右サイドバー */
#right {
 float: right;
 width: 200px;
/*  overflow: hidden;*/
}

/* ３列メイン */
#center {
 float: left;
 width: 480px;
/*  overflow: hidden;*/
}

/* ２列メイン */
#center2 {
 float: right;
 width: 680px;
/* overflow: hidden;*/
}

#footer {
 font-family: Verdana, Arial, sans-serif;
 font-size:12px;
 color: #666699;
 font-weight: bold;
 background-color: #ffffff;
 text-align: center;
 padding-left: 15px;
}

/*◆カテゴリやカレンダー枠の基本設定◆*/
	#links {
		position : absolute ; top : 120px ;
		width : 200px ;
		}

/*◆カテゴリなど右側のメニュー◆*/
	#right-links {
		position : absolute ;
                                           top : 120px ;
                                           left : 740px ;
		width : 200px ;
		}

/*◆カレンダー年月◆*/
.calendarhead {
	font-size:medium;
	font-weight:bold;
	color:#993300;
	padding:2px;
	letter-spacing: .3em;
	background: none;
	text-transform:uppercase;
	text-align:center;
}

/*◆カレンダー曜日数字◆*/
.calendar {
	font-size:small;
	font-weight:normal;
	color:#993300;
	background: none;
	line-height:140%;
	padding:2px;
}

/*◆エントリーやアーカイブ枠の文字などの設定◆*/
	.side {
		color:#000000;
		background: none;
		font-size:small;
		font-weight:normal;
		line-height:140%;
		padding:0px;
		}

.side h2 {
   font-size: 12px;
   background: url(image/side_title.gif) no-repeat;
   padding: 0 0 0 20px;
   line-height:30px;
   color: #000000;
   margin-top: 0px;
}

/*◆エントリーやアーカイブなどのタイトル文字や枠の設定◆*/
.sidetitle {
   font-size: 12px;
   font-weight:bold;
   background: url(image/side_title.gif) no-repeat;
   padding: 0 0 0 20px;
   line-height:30px;
   color: #000000;
   margin-top: 0px;
}

/*◆rss(xml)の設定◆*/
	.syndicate {
		font-size:small;
		line-height:140%;
		padding:2px;
		margin-top:15px;
		text-align:center;
		}

/*◆poweredの設定◆*/
	.powered {
		color:#666;
		background: none;
		font-size:medium;
		line-height:140%;
		text-transform:uppercase;
		padding:2px;
		margin-top:20px;
		text-align:center;
		}

/*◆コメント枠の設定◆*/
	.comments-body {
		color:#000000;
		font-size:small;
		font-weight:normal;
		background:#ffffff;
	/*枠の太さと色ここから*/
		border-left: 1px solid #8888bb;
		border-right: 1px solid #8888bb;
		border-top: 1px solid #8888bb;
		border-bottom: 1px solid #8888bb;
	/*枠の太さと色ここまで*/
		padding:4px;
		margin:2px;
		line-height:150%;
		width : 468px ;
		}

/* ◆コメント投稿者◆ */
	.comments-post {
		color:#000000;
		background: none;
		font-size:small;
		font-weight:normal;
		}

/* ◆「コメント」「トラックバック」の見出し◆ */
	.comments-head	{
		font-size:small;
		color: #000000;
		background:#ededff;
		font-weight:bold;
		border-right: 2px solid #666699;
		border-bottom: 2px solid #666699;
		padding:4px;
		width : 468px ;
		margin:20px 2px;
		}

/* ◆投稿者名、コメントの書き込み欄の文字化け防止◆ */
input {
font-family:"Osaka", "ＭＳ Ｐゴシック", trebuchet ms, trebuchet, verdana, arial, sans-serif;
}

textarea {
font-family:"Osaka", "ＭＳ Ｐゴシック", trebuchet ms, trebuchet, verdana, arial, sans-serif;
}

/*◆コメント小窓の設定◆*/
	.commentpop-body {
		color:#000000;
		font-size:small;
		font-weight:normal;
		background:#fff;
		line-height:140%;
		padding:10px;
		border:1px solid #666699;
		}

/* ◆コメント小窓の見出し◆ */
	.commentspop-head	{
		font-size:small;
		color: #000000;
		background:#ffeded;
		font-weight:bold;
		border-right: 2px solid #666699;
		border-bottom: 2px solid #666699;
		padding:10px;
		margin-top:8px;
		margin-bottom:8px;
		}

/*◆トラックバック小窓のurl枠の設定◆*/
	.trackback-url {
		font-size:small; 
		font-weight:bold;
		color: #000000;
		background:#ffffff;
		border: 2px solid #666699;
		padding:10px;
		margin-top:8px;
		margin-bottom:8px;
		}

/*◆トラックバック小窓の設定◆*/
	.trackback-body {
		color:#000000;
		font-size:small;
		font-weight:normal;
		background:#fff;
		line-height:140%;
		padding-bottom:10px;
		border-bottom:1px dotted #000000;
		}

/*◆トラックバック小窓の概要枠の設定◆*/
	.trackback-post {
		color:#000000;
		font-size:x-small;
		font-weight:normal;
		background:#ffffff;
		}

/*◆トラックバック、コメント小窓のタイトル設定◆*/
	#banner-commentspop {
		font-size:large;
		font-weight:bold;
		border: 2px solid #666699;
		padding:10px;
		}

/* MyMiniCity */
#myminicity_container {
    margin-left : auto;
    margin-right : auto;
    width : 200px;
    text-align : center;
}
#myminicity_home {
    visibility: hidden;
    height : 0px;
}
#myminicity_powerup select {
    width : 200px;
}
#myminicity_stat {
    width : 200px;
    border-collapse : collapse;
}
#myminicity_stat th, #myminicity_stat td {
    border : 1px solid black;
    background-color: #FFFFFF;
}
#myminicity_widget_copyright {
    visibility: hidden;
    height : 0px;
}

/*for tejunSwitch*/
a.tejun:link {
	color: #0000ff;
	text-decoration: none;
}

a.tejun:visited {
	color: #0000ff;
	text-decoration: none;
}

a.tejun:hover, a.tejun:visited:hover  { 
	background-color: #ffff00;
}

div.tejun {
	display:none;
}