/* Edited with EditCSS */
/**** LINK-tag style sheet styles-site.css ****/

body {
	margin: 10px 0px 20px 0px;
	text-align: center;
 	font-size: 14px;
	color: #333333;
	}


/* リンク */

a {
	text-decoration:underline; 
	color: #0000FF; 
	}


a:hover {   /* ##### マウスを乗せたときの色 ##### */
	text-decoration:underline; 
	background:none;
	color: #FF3300; 
	}


h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-decoration: none; 
	}


#container {  /* #### 全体を囲む領域 #### */
	line-height: 140%;         /* #### 行間の高さ #### */
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 700px;
	position:relative;
	background-color: #FFFFFF;
	border: 1px solid #00AA2B; 	/* #### 全体を囲む枠の種類（色は#D37990を変更）#### */
	}



/* ################# バナー部設定箇所 ################ */

#banner-img {
	display: none;
	}


#banner{
	color: #000000;	/* ##### 文字色 ##### */

	border-bottom: 1px solid #00AA2B;	/* ##### バナー画像下の枠線の種類（色は#D37990を変更） ##### */

	font-family: Verdana, Arial, sans-serif;

	text-align: left;

	background: url(http://www.sirou.net/img/test.jpg) left no-repeat;/* ## バナー部背景画像設定 ## */

	height: 209px;		/* ##### 必ず画像の高さを指定 ##### */

	}


#banner a {
	color:#0030BF;		/* ##### バナー部タイトルリンク色 ##### */
	font-weight: bold;
	text-decoration: none; 
	}


#banner a:hover {
	color: #ffff00;		/* ##### バナー部タイトルリンク色（マウスを乗せたとき） ##### */
	font-weight: bold;
	text-decoration: none; 
	}


#banner h1 {
	font-size: 30px;	/* ##### バナー部タイトル文字サイズ ##### */
	margin-top: 40px;
	margin-left:10px;
	font-weight: bold;
	}


#banner h2 {
	font-size: 12px;	/* ##### バナー部ブログの説明文文字サイズ ##### */
	margin-left:10px;
	}




#center {
	float: left;
	width: 500px;
	overflow: hidden;
	}

.content {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	}


.content h2 {		/* ##### メインページ・個別記事タイトル部分 ##### */
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	color: #666666;		/* ##### 文字色 ##### */
	font-weight: bold;	/* ##### 文字の太さ ##### */
	font-size: 16px;	/* ##### 文字サイズ ##### */
	margin-bottom: 10px;
	padding-left: 10px;
	border-bottom: solid 2px;	/* ##### 文字の下ライン ##### */
	}


.content h3 {		/* ##### メインページ～●●項目一覧、カテゴリ・エントリーページ～個別記事タイトル部分 ##### */
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;		/* ##### 文字色 ##### */
	font-weight: bold;	/* ##### 文字の太さ ##### */
	font-size: 16px;	/* ##### 文字サイズ ##### */
	text-align: left;
	margin: 20px 0px;
	padding: 3px 10px;
	background-color:#00AA2B;	/* ##### 背景色 ##### */
	}


.top {			/* ##### メインページ～ブログの説明部分 ##### */
	background-color:#F9F7EE;	/* ##### 背景色 ##### */
	font-size: 12px;		/* ##### 文字サイズ ##### */
	padding: 0px 0px 85px 10px;
	border-bottom:dotted 4px #00AA2B;	/* ##### 下ラインの種類 ##### */
	border-top:dotted 4px#00AA2B;		/* ##### 上ラインの種類 ##### */
                }


#right {
	width: 195px;
	background-color: #D5FFDF;	/* ##### 右サイドバー背景色 ##### */
	overflow: hidden;
	margin:0px;
	}


.sidebar {
	padding: 10px;
	}


.sidebar h2 {			/* ##### 右サイドバー検索・カテゴリ・最近のエントリー設定部分 ##### */
	font-family: Verdana, Arial, sans-serif;
	color: #00AA2B;			/* ##### 文字色 ##### */
	font-size: 12px;		/* ##### 文字サイズ ##### */
	background-color#00AA2B;	/* ##### 背景色 ##### */
	font-weight: bold;		/* ##### 文字の太さ ##### */
	text-align: center;	
	text-transform: uppercase;
  	letter-spacing: .3em;
	}


.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;

	}


.sidebar ul ul {
	margin-bottom: 0px;

	}


.sidebar #categories ul {
	padding-left: 3px;

	}


.sidebar li {		/* ##### 右サイドバーカテゴリ・最近のエントリー ##### */
	font-family: Verdana, Arial, sans-serif;
	color: #666666;		/* ##### 文字色（リンクのない文字） ##### */
	font-size: 12px;	/* ##### 文字サイズ ##### */
	text-align: left;
	line-height: 150%;	/* ##### 行間の高さ ##### */
	padding-left: 3px;
	list-style-type: none;
	}


.sidebar #categories li {	/* ##### 右サイドバーカテゴリ ##### */
	list-style-type: none;
	border-bottom:solid 1px #999999;	/* ##### 各カテゴリ下のラインの種類 ##### */
	}


.sidebar img {
	border: 0px;
	}


.link-note1{		/* ##### サイトマップ部分 ##### */	
        font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
        border:solid 1px #00AA2B;	/* ##### 囲んでいる枠線の種類 ##### */
        border-left: solid 15px #00AA2B;/* ##### 「サイトマップ」という文字の左側のラインの種類 ##### */
	text-align: left;
        padding: 2px;
        margin-bottom: 5px;
}

.link-note {		/* ##### Syndicate this site (XML) ##### */
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;	/* ##### 文字のサイズ ##### */
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 5px;
	}

#powered {		/* ##### powered by ##### */
	font-size: 10px;		/* ##### 文字のサイズ ##### */
	line-height: 150%;		/* ##### 行間の高さ ##### */
	text-align: left;
	margin-top: 50px;
	}


.footer {		/* ##### フッター ##### */
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;		/* ##### 文字色 ##### */
	font-weight: bold;	/* ##### 文字の太さ ##### */
	background-color:#00AA2B;	/* ##### 背景色 ##### */
	text-align: center;
	padding: 2px;
	}


/* ##### パンくず設定 ##### */

.pan {
	font-size: 12px;
	padding-bottom: 10px;
}


/* ##### 続きはこちら設定 ##### */

.next {
	font-size: 12px;
}

/* ##### カテゴリナビ設定 ##### */

.category {
	font-size: 10px;
	text-align:right;
	border-bottom: dotted 1px;
	margin-bottom:20px;
}


p strong{ color:#009525; }


p span { color:#FF0039; }
