@charset "utf-8";

/*--------------------------------------
 * エントリーエリア
 * ---------------------------------------*/
 /*カテゴリータイトル*/
#secondaryArea h3.blog {
	width: 145px;
	background: url(../images/title_blog.gif) no-repeat 6px 0px;
	}

/*エントリー*/
.entry {
	padding: 0px 0px 45px 0px;
	clear: both;
	width: 507px;
	}

/*エントリー日時*/
.entry-date {
	padding: 0px 0px 10px 6px;
	font-size: 10px;
	font-family: Arial,Helvetica,"メイリオ","ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-weight: bold;
	line-height: 100%;
	background: url(../images/line.gif) no-repeat 6px bottom;
	}

/*エントリータイトル*/
.entry-title h2 {
	padding: 6px 6px 3px 6px;
	font-weight: bold;
	font-size: 16px;
	line-height: 135%;
	}

/*エントリー本文*/
.entry-content {
	clear: both;
	padding: 14px 6px 8px 6px;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W6", 'Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", "メイリオ","Meiryo","Osaka", verdana, sans-serif;
	line-height: 160%;
	}

/*エントリー本文段落*/
.entry-content p {
	
	}

/*エントリー本文段落*/
.entry-content a {
	text-decoration: underline;
	}

/*エントリー本文画像*/
.entry-content p img {
	padding: 5px 0px;
	}


/*エントリー情報*/
.entry-post {
	height: 14px;
	}
	

ul.entry-category {
	}

ul.entry-category li {
	padding: 0px 3px 0px 8px;
	float: right;
	}
	
ul.entry-category li a {
	font-size: 10px;
	line-height: 100%;
	font-family: Arial,Helvetica,"メイリオ","ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-weight: bold;
	}

/*videoplayer*/
.videoplayer {
	margin: 0px auto;
	clear: both;
	width: 330px;
	}


