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

/*
ここは消さないで下さい
Title: simpleblue
Author: ななせ♪
Access: http://www.sucharaka.jp/
CSSLicense: 【すちゃらか素材集】
*/

/*◆ページ全体の基本的な設定と背景色◆*/
body {
font-size: smaller;
		margin:0px 0px 10px 100px;
   		background:#ffffff;
  		background-attachment:fixed; 
  		background-repeat:repeat-y; 
  		background-position: left; 

		}

/*◆リンク文字設定◆*/

	a:hover		{ color: #000000;text-decoration: underline;background-color : #ffff99;}

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

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

	h3 {
		margin: 5px;
		padding: 5px;
		border-bottom: 1px solid #006699;
		border-left: 5px solid #006699;
		}
h4 {
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #494949;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px #7db4e6;/*左線*/
}

/* ◆ブログタイトルのある段落◆ */
#banner {
	color:#006699;
	font-size:small;
	font-weight:normal;
	background:#ffffff;
	padding-left:15px; 
	padding-right:15px; 
	padding-top:15px; 
	padding-bottom:15px; 
	text-align:left; 
		}

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

/* ◆ブログタイトル下に入るコメント設定◆ */
	.description {
		color:#006699;
		font-size:small;
		font-weight:normal;
		letter-spacing: none;
		}	

/* ◆エントリーのある大段落◆ */
	#content {
		margin-right : 250px ;
		width:auto;
		background:#ffffff;
		}

/* ◆エントリーのある大段落（トップページ以外）◆ */
#container {
		margin-right : 250px ;
		width:auto;
		background:#ffffff;
		}

/*◆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:#660033;
		background: none;
		font-size:small;
		font-weight:bold;
		text-align: right;
		}

	.category a:link {color: #993300;text-decoration: none; background: none;}
	.category a:visited {color: #660033;text-decoration: none; background: none;}
	.category a:active {color: #993300;text-decoration: none; background: none;}
	.category a:hover {color: #ffffff;text-decoration: underline;background : #b27500;}

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

/* ◆各エントリー◆ */
	.blogbody {
		color:#000000;
		font-size: small; 
		font-weight:normal;
		line-height:150%;
border-left: 1px solid #006699;
border-right: 2px solid #006699;
border-top: 1px solid #006699;
border-bottom: 2px solid #006699;
		padding:20px;
		margin-bottom:10px;
		background-image: url("画像を置くURl/ファイル名.gif");
		}

/* ◆各エントリーの文字のリンク色◆ */
	.blogbody a,
	.blogbody a:link,
	.blogbody a:visited,
	.blogbody a:active,
	.blogbody a:hover {
		font-weight: normal;

	}

/* ◆エントリータイトル◆ */
	.title	{
		font-size: medium; 
		color: #006699; 
		font-weight:bold;
		padding-top:10px;
		padding-left:10px;
		}

/*◆ページ移動リンクの設定◆*/
	#menu {
		font-size: small;
		font-weight:normal;
		color: #006699; 
		text-transform:uppercase;
		text-align:left;
		padding-top:5px;
		text-align:center;
		}

/* ◆日にち◆ */
	.date	{ 
		font-size: small; 
		color: #999999; 
		font-weight:bold;
		text-transform:uppercase;
		margin-top:10px;
		padding-bottom:5px;
		text-align:center;
		}

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

/*◆カテゴリやカレンダー枠の基本設定◆*/
	#links {
	position: absolute;
	right:20px;
	top:100px;
		width:200px;
		padding:5px; 
		background:#ffffff;
		background-image: url("画像を置くURl/ファイル名.gif");
		color:#CCC;
border-left: 1px solid #006699;
border-right: 2px solid #006699;
border-top: 1px solid #006699;
border-bottom: 2px solid #006699;
		margin-bottom:10px;
	}

/*◆カレンダー年月◆*/
.calendarhead {
	font-size:small;
	font-weight:normal;
	color:#006699;
	padding: 5px;
	background: none;
	text-align:center;
}

/*◆カレンダー曜日数字◆*/
.calendar {
	font-size:small;
	font-weight:normal;
	color:#006699;
	background: none;
}
/*◆エントリーやアーカイブ枠の文字などの設定◆*/
	.side {
		color:#000000;
		font-size:small;
		font-weight:normal;
		background:none;
		line-height:140%;
		padding-bottom:10px;
		padding-top:10px;
		padding-left:10px;
		padding-right:10px;
		}

/*◆エントリーやアーカイブなどのタイトル文字や枠の設定◆*/
	.sidetitle {
		color:#000000;
		font-size:medium;
		font-weight:normal;
		background:#ffffff;
		line-height:140%;
		padding:2px;
		margin-top:10px;
		border: 1px solid #006699;
		text-transform:uppercase;
		text-align:center;
		}

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

/*◆poweredの設定◆*/
	.powered {
		color:#999999;
		font-size:x-small;
		font-weight:normal;
		border-top:1px dotted #006699;
		line-height:140%;
		padding:2px;
		margin-top:10px;
		text-align:center;
		background:none; 
		}

/*◆コメント枠の設定◆*/
	.comments-body {
		color:#006699;
		font-size:small;
		font-weight:normal;
		line-height:140%;
		padding-bottom:3px;
		padding-top:3px;
		padding-left:3px;
		padding-right:3px;
		margin-bottom:10px;
		margin-top:5px;
		margin-right:10px;
		}

/* ◆コメント投稿者◆ */
	.comments-post {
		color:#003366;
		font-size:small;
		font-weight:normal;
		background:#FFF;
		margin-bottom:5px;
		border-bottom:1px dotted #006699;
		}

/* ◆「コメント」「トラックバック」の見出し◆ */
	.comments-head	{ 
		background:#ffffff;
		font-size: small; 
		color: #006699; 
		font-weight:bold;
		padding:5px;
		margin-top:20px;
		margin-bottom:20px;
		border:1px dotted #006699;
		}

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

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

/*◆トラックバックurl の設定◆*/
	.trackback-url {
		color:#006699;
		font-size:small;
		font-weight:normal;
		line-height:140%;
		padding-bottom:3px;
		padding-top:3px;
		padding-left:3px;
		padding-right:3px;
border-left: 1px solid #006699;
border-right: 2px solid #006699;
border-top: 1px solid #006699;
border-bottom: 2px solid #006699;
		margin-bottom:10px;
		margin-top:5px;
		}

/*◆トラックバック小窓の概要枠の設定◆*/
	.trackback-post {
		color:#006699;
		font-size:small;
		font-weight:normal;
		background:none;
		line-height:140%;
		padding-bottom:3px;
		padding-top:3px;
		padding-left:3px;
		padding-right:3px;
border-left: 1px solid #006699;
border-right: 2px solid #006699;
border-top: 1px solid #006699;
border-bottom: 2px solid #006699;
		margin-bottom:10px;
		margin-top:5px;
		margin-right:10px;
		
		}

/*◆トラックバック、コメント小窓のタイトル設定◆*/
	#banner-commentspop {
		color:#006699;
		font-size:small;
		font-weight:bold;
		margin-top:10px;
		margin-bottom:10px;
		text-align:left; 
		}
		}

/*◆トラックバックurl の設定◆*/
	.trackback-url {
		color:#006699;
		font-size:small;
		font-weight:normal;
		line-height:140%;
		padding-bottom:3px;
		padding-top:3px;
		padding-left:3px;
		padding-right:3px;
border-left: 1px solid #006699;
border-right: 2px solid #006699;
border-top: 1px solid #006699;
border-bottom: 2px solid #006699;
		margin-bottom:10px;
		margin-top:5px;
		margin-right:10px;
		}

/*◆トラックバック小窓の概要枠の設定◆*/
	.trackback-post {
		color:#006699;
		font-size:small;
		font-weight:normal;
		background:none;
		margin-bottom:10px;
		margin-top:5px;
		margin-right:10px;
		
		}

/*◆トラックバック、コメント小窓のタイトル設定◆*/
	#banner-commentspop {
		color:#006699;
		font-size:small;
		font-weight:bold;
		margin-top:10px;
		margin-bottom:10px;
		text-align:left; 
		}
a:hover img {
opacity: .7;
}