@charset "utf-8";
/*◆euc-jp, shift_jis など、ご使用の文字コードに書き換えてください◆*/

/*◆ページ全体の基本的な設定と背景色◆*/
	body {
		margin:0px;
		color: #000000;
		background:none;
		background-repeat:repeat-x;
		background-position:top; 
		background-image: url("画像を置くURl/ファイル名.gif");
		}

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

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

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

/* ◆ブログタイトルのある段落◆ */
	#banner {
		color:#000000;
		background: #000000;
		font-size:small;
		font-weight:normal;
		text-align: left;
		background-position:left; 
		background-repeat:no-repeat;
		padding:10px;
                                           padding-left: 70px;
		position: relative; z-index:1;
                                          
		}

/* ◆ブログタイトルの文字のリンク色◆ */
	#banner a:link		{font-size: small; color: #ffffff; text-decoration:none; background: none;}
	#banner a:visited		{font-size: small; color: #ffffff; text-decoration:none; background: none;}
	#banner a:active		{font-size: small; color: #ffffff; background: none;}
	#banner a:hover		{font-size: small; color: #ffffff; text-decoration:none; background: none;}

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

/* ◆エントリーのある大段落（トップページ）◆ */
	#content {
		color:none;
		background: none;
		margin-left : 50px ;
		margin-right : 360px ;
		margin-bottom : 20px ;
		width: auto ;
		}

/*◆エントリーのある大段落（トップページ以外）◆*/
	#container {
		color:none;
		background: none;
		margin-left : 50px ;
		margin-right : 360px ;
		margin-bottom : 20px ;
		width: auto ;
		}

/*◆blockquote設定◆*/
	blockquote {
		color: #000000;
		background:#none;
		margin:0px 5px 5px 0px;
		font-size:small;
		font-weight:normal;
		line-height:150%;
		padding: 10px; 
		border: none;
		}

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

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

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

/* ◆エントリーのある段落◆ */
	.blog {
		font-size:small;
		font-weight:normal;
		color: #000000;
		background: none;
		}

/* ◆各エントリー◆ */
	.blogbody {
		background:none;
		color:#000000;
		font-size: small;
		padding:10px;
		line-height:150%;
		width :auto;
                                          border :1px solid #000000;
                                          border-top: none;
		}

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

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

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

/* ◆日にち◆ */
	.date	{ 
		font-size: medium;
		color: #ffffff;
		background: #000000;
		padding-left:10px;
		padding-top:10px;
		padding-bottom:10px;
		font-weight:bold;
		margin-top:10px;
		border: none;
		}

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

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

/*◆カテゴリやカレンダー枠の基本設定◆*/
	#links {
		color:#000000;
		background:none;
		position : absolute;
		top: 140px ;
                                           right: 50px;
		width : 300px;
		margin-bottom : 20px ;
		padding-top : 25px ;
		padding-bottom:10px;
		padding-left:10px;

		}





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

/*◆エントリーやアーカイブなどのタイトル文字や枠の設定◆*/
	.sidetitle {
		color:#ffffff;
		font-size:small;
		font-weight:normal;
		margin-top:10px;
		background: #000000;
		background-repeat:repeat-x;
		background-position:top;
		background-image: url("画像を置くURl/ファイル名.gif");
		line-height:140%;
		padding-right:3px;
		padding-left:3px;
		padding-top:10px;
		text-align:center;
		}

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

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

/*◆コメント枠の設定◆*/
	.comments-body {
		color:#000000;
		font-size:small;
		font-weight:normal;
		background:none;
		border: 1px solid #000000;
		padding:10px;
		margin:25px;
		line-height:150%;
		width : auto ;
		}

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

/* ◆「コメント」「トラックバック」の見出し◆ */
	.comments-head	{
		font-size:small;
		color: #000000;
		background:none;
		font-weight:bold;
		padding:10px;
		width : auto ;
		margin:25px;
		margin-bottom:20px;
		}

/* ◆投稿者名、コメントの書き込み欄の文字化け防止◆ */
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:none;
		line-height:140%;
		padding:10px;
		margin:25px;
		}

/* ◆コメント小窓の見出し◆ */
	.commentspop-head	{
		font-size:small;
		color: #000000;
		background:none;
		font-weight:bold;
		padding:10px;
		margin:25px;
		}

/*◆トラックバック小窓のurl枠の設定◆*/
	.trackback-url {
		font-size:small; 
		font-weight:bold;
		color: #000000;
		background:none;
		padding:10px;
		margin:10px;
		}

	.trackback-url a:link{color: #000000;text-decoration: none; background: none;}
	.trackback-url a:visited{color: #000000;text-decoration: none; background: none;}
	.trackback-url a:active{color: #000000;text-decoration: none; background: none;}
	.trackback-url a:hover  {color: #000000;text-decoration: underline;background-color : #b27500;}

/*◆トラックバック小窓の設定◆*/
	.trackback-body {
		color:#000000;
		font-size:small;
		font-weight:normal;
		background:none;
		line-height:140%;
		padding:10px;
		width : auto ;
		margin:25px;
		margin-bottom:20px;
		}

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

	.trackback-post a:link{color: #000000;text-decoration: none; background: none;}
	.trackback-post a:visited{color: #000000;text-decoration: none; background: none;}
	.trackback-post a:active{color: #000000;text-decoration: none; background: none;}
	.trackback-post a:hover  {color: #000000;text-decoration: underline;background-color : #000000;}

/*◆トラックバック、コメント小窓のタイトル設定◆*/
	#banner-commentspop {
		color:#000000;
		background:none;
		font-size:large;
		font-weight:bold;
		padding-left:30px;
		padding-right:30px;
		padding-top:70px;
		margin-bottom:10px;
		}

