/* bodyの設定 */
*{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

body {
	margin: 0px;
	text-align: center;
	font-size: 90%;
	line-height: 1.5;
	color:#333;
	background:url(../img/body_bg.gif) repeat-x center top;
	}

/* リンクカラー設定 */
	a {text-decoration:underline; color:#669900;background-color:#EEEEEE;padding:2px;}
	a:link {text-decoration:underline; color:#669900;}
	a:visited {text-decoration:underline; color:#669900;}
	a:hover {text-decoration:none; color:#FFF;background-color:#669900;}
	a:active {text-decoration:underline; color:#669900;}

/* 見出し用タグの設定 */
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
	

/* ブログ全体のサイズなどの設定 */
#container {
	margin-right:auto;
	margin-left:auto;
	width: 760px;
	background-color: #FFFFFF;
	text-align: left;
	line-height: 1.5;
	position: relative;
	left: 0px;
	top: 0px;
	}


/* バナー部分の枠設定 */
#banner {
	margin-bottom: 15px;
	height: 238px;
	background: url(../img/header.jpg) no-repeat top center;
	color: #FFFFFF;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	text-align: left;
	}


/* バナー部分のタイトルのサイズなど */
#banner h1 {
	margin: 0px;
	font-size: 140%;
	font-weight: bold;
	line-height:30px;
	letter-spacing: 0em;
	padding:70px 0 0 30px;
	color:#333;
	}
	

/*バナーのリンク*/
	#banner a{
		color:#000;
		text-decoration: none;
		background:none;
		}
	#banner a:hover {
		text-decoration:underline;
		color:#666;
		background:none;
	}


/* バナー部分のサブタイトル設定 */
#banner h2 {
	line-height: 15px;
	font-size: 100%;
	color:#333;	
	padding:0 0 0 30px;
	display:block;
	width:300px;
	height:30px;
	}

/* コンテンツブロック部分の枠設定 */
.content {
	margin-left: none;
	margin-right: none;
	padding: 0px 5px 0px 5px;
	border: none;
	color: #333333;
	}


/* コンテンツヘッダー設定 */
.contentheader {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	height: 0px;
	color: #333333;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', 'Osaka',' sans-serif';
	font-size: 80%;
	}


/* コンテンツセパレーター設定 */
.contentseparater{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	height: 0px;
	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;
	height: 0px;
	color: #333333;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', 'Osaka',' sans-serif';
	font-size: small;
	}


/* エントリブロック及びエントリ本文の設定 */
.entry {
	color:#333;
	margin: 0px ;
	padding: 0px ;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', 'Osaka',' sans-serif';
	font-size: small;
	}


/* エントリヘッダー（日付）設定 */
.entryheader {
	margin: 0;
	color: #666;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', 'Osaka',' sans-serif';
	font-size: 90%;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	border-left:4px solid #CCE07D;
	padding: 2px 0 2px 8px;
	}


/* エントリセパレータ設定 */
.entryseparater{
	margin: 0px 0px 15px 0px;
	padding: 0px;
	height: 15px;
	border-bottom: 1px dashed #666;
	}
	
/* エントリフッター */
.entryfooter{
	margin: 0px 0px 15px 0px;
	padding: 0px;
	height: 15px;
	border-bottom: 1px solid #666666;
	}
	
/* エントリpタグ設定 */
.entry  p {
	margin-bottom: 10px;
	color: #333;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', 'Osaka',' sans-serif';
	font-size: small;
	font-weight: normal;
	line-height: 1.5;
	}

/* エントリ本文の引用タグ設定*/
.entry  blockquote {
	line-height: 1.5;
	}

/* エントリ本文の設定<li>タグ */
.entry  li {
	line-height: 1.5;
	}
	
/* エントリh2設定 */
.entry  h2 {
	margin-bottom: 5px;
	color: #669900;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', 'Osaka',' sans-serif';
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	}

/* エントリタイトル設定 */
.entry  h3 {
	margin: 0 0 1em 0 ;
	padding: 0px;
	color: #000;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', 'Osaka',' sans-serif';
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	display: block;
	border-left:4px solid #CCE07D;
	padding: 2px 0 2px 8px;
	}

/* エントリ者情報設定 */
.entry  p.posted {
	padding: 5px;
	margin: 20px 0px 2em 0px;
	color: #333;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', 'Osaka',' sans-serif';
	font-size: 80%;
	font-weight: bold;
	line-height: 1.2;
	background-color: #EEEEEE;
	border:1px solid #E8E8E8;
	clear: both;
	text-align:right;
	}


.entry  p.posted a{
	padding:2px;
	}
	

/* サイドバーとフリーエリアの枠設定 */
.sidebar , .freearea{
	color:#333;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0 0 5px 0;

	}


/* サイドバーのリンク設定 */
.sidebar li a{
	text-decoration: none;
	color:#669900;
	display: block;
	background: url(../img/sidebar_link_icon.gif) no-repeat left top;
	padding-left: 15px;
	padding:3px 3px 3px 15px;
}

.sidebar li a:hover {
	text-decoration:underline;
	display: block;
	color:#FFF;
	background-color:#669900;
}	


/* サイドバータイトルとフリーエリアタイトル設定 */
.sidebar h2 , .freetitle{
	padding: 0px 5px 0px 3px;
	background:url(../img/sidebar_bg.gif) top center;
	color: #ffffff;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', 'Osaka',' sans-serif';
	font-size: 80%;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height:2;
	}

/* サイドバー小項目の配置 */
.sidebar ul {
	margin: 0px;
	padding: 5px 0px ;
	list-style-type: none;
	}

/* サイドバー小項目の設定 */
.sidebar li {
 	margin-top: 0px;  
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	line-height:1.2;
	color: #333;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', 'Osaka',' sans-serif';
	font-size: 80%;
	text-align: left; 
	}


/* サイドバー内画像の枠 */
.sidebar img {
	border: 0px;
	margin-bottom: 5px;
	}


/* プロフィール写真の配置 */
.photo {
	margin-bottom: 5px;
	text-align: center;
	}

/* プロフィール写真の枠 */
.photo img {
	border: 0px;
	}

/* ＲＳＳリンク設定 */     
#rss img {
        margin-top: 10px;
	margin-left: 10px;
        }

.sidebar .#rss a{
	text-decoration:none;
	padding-left: 20px;
	}
.sidebar #rss a:hover{ 
	text-decoration:none;
	background-color: #FFF;
	}

	


#powered {
	margin-top: 50px;
	color: #339900;
	font-family: 'MSPGothic', 'Hiragino Kaku Gothic Pro W3', 'Osaka',' sans-serif';
	font-size: small;
	text-align: left;
	line-height: 1.5%;
	}



/* コメント設定 */
#comment-data {
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	width: 180px;
	border-right: 1px dashed #666;
	text-align: left;
	}
	
	
/* ページ最下部フッターの枠設定 */
#footer {
	height: 81px;
	background-color: #FFFFFF;
	background:url(../img/footer.gif) no-repeat center top;
	color: #000000;
	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;
	}
