/* bodyの設定 */
body {
	margin: 0px 0px 20px 0px;
	background-color: #FFEBEB;
	text-align: center;
	}

/* リンクカラー設定 */
	a {text-decoration: underline;}
	a:link {color: #333399;}
	a:visited {color: #333333;}
	a:active {color: #333333;}
	a:hover {color: #999999;}

/* 見出し用タグの設定 */
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
/* 写真の設定 :*/
img {
	margin:10px;
}
img.emoji {
	margin:0px;
}
/* ブログ全体のサイズなどの設定 */
#container {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 800px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	text-align: left;
	line-height: 140%;
	}

/* バナー部分の枠設定 */
#banner {
	height: 158px;
	border-top: none;
	border-left: 0px solid #999999;
	border-right: 0px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #FFD5CD;
	background:url(http://radiotakaoka.co.jp/kajieri/upload/199509a22efe03a1.jpg) no-repeat center center;
	color: #FFFFFF;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	text-align: left;
	}

/* バナー部分のタイトルの色と装飾 */
#banner a {
	color: #E54646;
	text-decoration: none;
	}

/* バナー部分のタイトルのサイズなど */
#banner h1 {
	font-size: x-large;
	font-weight: bold;      
	line-height:30px;   
	padding:20px 0px 0px 20px;
	letter-spacing: .2em;
	}
	
/* バナー部分のサブタイトル設定 */
#banner h2 {
	color: #666666;
	font-size: small;
	padding:5px 0px 0px 20px;
	}

/* コンテンツブロック部分の枠設定 */
.content {
	margin-left: none;
	margin-right: none;
	padding: 0px 5px 0px 5px;
	border: none; 
	/* background-color: #FFFFFF; */
	color: #333333;
	}


/* コンテンツヘッダー設定 */
.contentheader {
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0px 0px 0px 0px;
	height: 0px;
	/* background:url(../img/contentheader.gif) repeat left center; */
	color: #333333;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	}


/* コンテンツセパレーター設定 */
.contentseparater{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px 0px 0px 0px;
	height: 0px;
	/* background:url(../img/contentseparater.gif) repeat left center; */
	color: #333333;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	}

/* ページ中央部分のフッター設定 */
.contentfooter{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0px 0px 0px 0px;
	height: 0px;
	/* background:url(../img/contentfooter.gif) repeat left center; */
	color: #333333;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	}


/* エントリブロック及びエントリ本文の設定 */
.entry {
	margin-left: none;
	margin-right: none;
	padding: 15px 10px 5px 10px;
	border: none;
	/* background-color: #FFFFFF; */
	color: #333333;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	}


/* エントリヘッダー（日付）設定 */
.entryheader {
	margin-bottom: 15px;
	padding: 2px;
	border-bottom: 1px solid #999999; /* サイドバータイトルの下線 */
	/* background-color: #99ccff; サイドバータイトルの背景 */
	color: #E54646;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	}


/* エントリセパレータ設定 */
.entryseparater{
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 0px 0px 0px 0px;
	height: 15px;
	border-bottom: 1px dashed #999999;
	}
	
/* エントリフッターフッター */
.entryfooter{
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 0px 0px 0px 0px;
	height: 15px;
	border-bottom: 0px solid #999999;
	}
	
/* エントリpタグ設定 */
.entry  p {
	margin-bottom: 10px;
	color: #333333;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	font-weight: normal;
	text-align: left;
	line-height: 150%;
	}

/* エントリ本文の引用タグ設定*/
.entry  blockquote {
	line-height: 150%;
	}

/* エントリ本文の設定<li>タグ */
.entry  li {
	line-height: 150%;
	}
	
/* エントリh2設定 */
.entry  h2 {
	margin-bottom: 10px;
	color: #000000;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: left;
	}

/* エントリタイトル設定 */
.entry  h3 {
	margin-bottom: 10px;
	color: #000000;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: large;
	font-weight: bold;
	text-align: left;
	}

/* エントリ者情報設定 */
.entry  p.posted {
	margin-bottom: 15px;
	color: #999999;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-align: right;
	line-height: normal;
	}
	

/* サイドバーとフリーエリアの枠設定 */
.sidebar , .freearea{
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px 0px 0px 0px;
	border: 0px dotted #666666; /* サイドバーのボーダー設定 */
	/* background-color: #EEEEEE; */
	}

/* サイドバータイトルとフリーエリアタイトル設定 */
.sidebar h2 , .freetitle{
	padding: 3px;
	border-bottom: 1px solid #999999; 
	/* background-color: #99ccff; サイドバータイトルの背景 */
	color: #333333;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: medium;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;

	}

/* サイドバー小項目の配置 */
.sidebar ul {
	margin: 0px;
	margin-bottom: 10px;
	padding-left: 5px;
	}

/* サイドバー小項目の設定 */
.sidebar li {
	margin-top: 10px;
	color: #333333;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	text-align: left;
	line-height: 120%;
	list-style-type: none;
	}

/* サイドバー内画像の枠 */
.sidebar img {
	border: 1px solid #666666;
	margin-bottom: 5px;
	}

/* サイドバー内リンク設定 */
.link-note {
	margin-bottom: 15px;
	padding: 3px;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	text-align: left;
	line-height: 150%;
	}


/* プロフィール写真の配置 */
.photo {
	margin-bottom: 5px;
	text-align: center;
	}

/* プロフィール写真の枠 */
.photo img {
	border: 1px solid #666666;
	}


#powered {
	margin-top: 50px;
	color: #333333;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	text-align: left;
	line-height: 150%;
	}



/* コメント設定 */
#comment-data {
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	width: 180px;
	border-right: 1px dashed #999999;
	text-align: left;
	}
	
/* ページ最下部フッターの枠設定 */
#footer {
	padding: 15px;
	height: 30px;
	border-top: 1px solid #999999;
	border-left: 0px solid #999999;
	border-right: 0px solid #999999;
	border-bottom: 0px solid #999999;
	background-color: #FFD5CD;
	/* background:url(../img/banner_back.jpg) no-repeat center center; */
	color: #FFFFFF;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	text-align: left;
	}


/* コメント入力フォーム設定 */
textarea[id="comment-text"] {
	font-family: "Hiragino Kaku Gothic Pro W3", "Osaka", "MS PGothic", "MS PMincho", "Hiragino Mincho Pro W3", "Trebuchet MS", Trebuchet, verdana, arial, sans-serif;
	width: 80%;
	}

textarea.comment-text {
	font-family: "Hiragino Kaku Gothic Pro W3", "Osaka", "MS PGothic", "MS PMincho", "Hiragino Mincho Pro W3", "Trebuchet MS", Trebuchet, verdana, arial, sans-serif;
	}
	
	
/*============================================================
ClearFix
============================================================*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: 1%;
  display:block;
  overflow: hidden;
  /**/
}