@charset "utf-8";

/*
Theme Name: NicoNico Press
Theme URI: http://hirokawaz.podcaster.jp/
Description: ニコニコ動画風に表示するテーマです。
Version: 1.3 春
Author: ヒロカワズ
Author URI: http://hirokawaz.podcaster.jp/
*/

/* Two-column with sidebar on left from the /examples/ folder  */
@import url(examples/2c-r.css);


body {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	font-size:12px;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;
	color:#333;
	background-color:#fff;
}


/* ----------------------------
        リンクカラー
---------------------------- */
/* リンク */
a { 
	font-weight:bold;
}
a:link {
	color:#579;
	text-decoration:underline;
}
a:visited {
	color:#579;
	text-decoration:underline;
}
a:hover {
	color:#fff;
	text-decoration:none;
	background:#357;
}


/* コンテントの画像リンク */
#content a:link img,#content a:visited img {
	border:3px solid #ccc;
}
#content a:hover img {
	border:3px solid #00b8fd;
	background-color:transparent;
}


/* フッターのリンク */
#footer a:link {
	color:#222;
	font-weight:normal;
}
#footer a:hover {
	color:#666!important;
	background-color:transparent;
}
#footer a:visited {
	color:#222;
	font-weight:normal;
}


/* 画像リンク */

a:link img {
	border:none;
	text-decoration: none;
	background-color: transparent;
}

a:visited img{
	border:none;
	text-decoration:none;
	background-color: transparent;
}


a:hover img {
	border:none;
	text-decoration:none;
	background-color: transparent;
}

/* ----------------------------
           ラッパー
---------------------------- */

#wrapper {
	width:952px;
	text-align:left;
	background-color:#fff;
	border-left:10px solid #fff;
	border-right:10px solid #fff;
	margin-left:auto;
	margin-right:auto;
}

/* IE6向け */
* html #wrapper {
	border:none;
}


/* ----------------------------
           ヘッダー
---------------------------- */
#header {
	height:105px;
	width:952px;
	background-image:url(images/topline.png);
	background-repeat:no-repeat;
}


/* ページナビゲーション */
#header li.site_name {
	color:#ccc;
	list-style:none;
}

#header ul.page_navi {
	height:26px;
	list-style-image:none;
	line-height:14px;
	margin:0px;
	padding:0px;
	padding-left:10px;
}
/* IE6向け */
* html #header ul.page_navi {
	height:auto;
}

#header ul.page_navi li {
	list-style:none;
	float:left;
	width:auto;
	margin:5px;
	padding-left:0px;

}

#header ul.page_navi a:link,#header ul.page_navi a:visited {
	color:#fff;
	font-weight:normal;
}
#header ul.page_navi a:hover {
	text-decoration:none;
	background-color:transparent;
	font-weight:normal;
}

/* Googleリーダー */
div.google_reader {
	text-align:right;
	margin:0px;
	margin-top:-25px;
	padding:3px;
	padding-right:5px;
}


/* サイトデータ */
#header div.site_date {
	clear:both;
	float:left;
}


/* サイトロゴ */
#header div.site_date h1.site_logo {
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	width:261px;
	height:52px;
	text-indent:-9998px;
	margin:0px;
	padding:0px;
}
#header div.site_date h1 a {
	display:block;
	width:261px;
	height:52px;
	background-color:transparent;
}

/* ディスクリプション */
#header div.site_date p.description {
	text-align:left;
	margin:0px;
	margin-top:3px;
	padding:0px;
}


/* ヘッダーのアドセンス */
div.head_ads {
	float:right;
	margin-top:5px;
}

/* ----------------------------
   カテゴリーナビゲーション
---------------------------- */

#category_navi {
	clear:both;
	width:952px;
	height:auto;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:0px;
	overflow:hidden;
	padding:0px;
	padding-bottom:0px;
}

#category_navi li.rc2_right {
	height:0px!important;
	width:5px;
	background-image:none;
	text-indent:-9998px;
	border:none;
}

#category_navi ul {
	background-color:#fff;
	width:952px;
	height:auto;
	padding:0px;
	list-style-type:none;
	height:auto;
	margin:0px;
	border:none;
	clear:both;
	
}

#category_navi li {
	background-image:url(images/navi_b_off.gif);
	width:156px;
	height:21px;
	text-align:center;
	display:block;
	margin:0px;
	line-height:21px;
	float:left;
	padding:0px;
	border-top:1px solid #ccc;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #666;

}

#category_navi li a:link {
	display:block;
	color:#555;
	height:21px;
	font-weight:bold;
	text-decoration:none;
	line-height:21px;
	font-size:14px;


}

#category_navi li a:visited {
	display:block;
	margin:0px;
	padding:0px;
	height:21px;
	font-weight:bold;
	line-height:21px;
	color:#555;
	text-decoration:none;
	font-size:14px;


	
}

#category_navi li a:hover {
	display:block;
	text-align:center;
	background-image:url(images/navi_b_on.gif);
	color:#fff;
	line-height:21px;
	border-top:1px solid #557799;
	border-left:1px solid #325476;
	border-right:1px solid #325476;
	border-bottom:1px solid #113355;
	margin:-1px;

}

#category_navi li.current-cat a:visited {
	display:block;
	text-align:center;
	background-image:url(images/navi_b_current.gif);
	color:#fff;
	line-height:21px;
	border-top:1px solid #666;
	border-left:1px solid #333;
	border-right:1px solid #333;
	border-bottom:1px solid #000;
	margin:-1px;
}




/* ----------------------------
          コンテント
---------------------------- */
/* パーマリンクの本文の文字サイズ */
.single #content .post p {
	font-size:14px;
}

#content {
	margin:0px;
}

p.topic_path {
	margin:0px;
	background-image:url(images/input.jpg);
	background-repeat:repeat-x;
	background-position:top;
	border:1px solid #ccc;
	padding:3px;
	padding-left:5px;
}
p.topic_path a.home {
	background:url(images/home_list.png) no-repeat left;
	padding-left:20px;
	color:#579;
}

abbr.published {
	border:none;
}
.hentry {
	background-color:#fcfcfc;
	border:2px solid #ccc;
	padding:10px;
	margin-bottom:10px;
}

h2.page-title {
	background-color:#666;
	background-image:url(images/navi_b_current.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	margin:0px;
	margin-bottom:5px;
	padding:5px;
	padding-left:10px;
	color:#fff;
}

h2.entry-title {
	font-size:16px;
}

h3.entry-title {
	font-size:16px;
}

div.excerpt p {
	background-color:#fff;
	border:2px solid #ccc;
	padding:5px!important;
	padding-left:10px!important;
	font-size:12px!important;
	margin:0px;
	margin-bottom:10px;
}

span.comments-link {
	background:url(images/comments_list.png) no-repeat left;
	padding-left:20px;
}
span.edit-link {
	background:url(images/edit.png) no-repeat left;
	padding-left:20px;
}

/* コンテント内の見出し要素 */
#content h3,#content h4,#content h5 {
	color:#fff;
	font-size:14px;
	background:url(images/navi_b_current.gif) repeat-x #333;
	border:1px solid #333;
	padding:5px;
	padding-left:10px;
	margin-bottom:5px;
}

#content ul {
	list-style-image:url(images/content_list.gif);
}

/* 記事本文 */
.entry-content {
	padding:10px;
	background-color:#fff;
	border:2px solid #ccc;
}

/* cleafix */
div.entry-content:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
/* IE向け */
* html div.entry-content {
	height: 1%;
}



.entry-date {
	margin-bottom:5px;
}

.entry-meta {
	margin-top:10px;
}

/* 記事ナビゲーション */
#nav-below {
}

.nav-previous {
	line-height:25px;
	text-align:left;
	display:inline;
	margin-right:15px;
}
.nav-next {
	line-height:25px;
	text-align:right;
	display:inline;
}

p.pageNavigation {
	background-color:#fcfcfc;
	background-image:url(images/input.jpg);
	background-position:top;
	font-size:12px;
	text-align:center;
	margin:0px;
	margin-bottom:5px;
	padding:3px;
	border:1px solid #ccc;
}

p.pageNavigation a {
	padding:3px;
}


/* ----------------------------
        サイドバー
---------------------------- */

#sidebar {
	width:250px;
	float:right;
}

.side_image {
	margin-bottom:10px;
	padding-top:155px;
	background-image:url(images/side_image.png);
	background-repeat:no-repeat;
}


#sidebar h3 {
	font-size:14px;
	color:#fff;
	margin-bottom:5px;
	padding:5px;
	padding-left:10px;
	background-color:#333;
	background-image:url(images/navi_b_current.gif);
	background-repeat:repeat-x;
	background-position:top;
	border:1px solid #333;
}
#sidebar h3 a:link,#sidebar h3 a:hover,#sidebar h3 a:visited {
	color:#fff;
	background-color:transparent;
}

ul.link {
	list-style-image:url(images/link.png);
}

li.atom,li.rss,li.rss_comments {
	list-style-image:url(images/rss.png);
}

ul.meta {
	list-style-image:url(images/meta.png);
}
li.logout {
	list-style-image:url(images/logout.png);
}


/* ----------------------------
         ウィジェット
---------------------------- */
/* ウィジェットのボックス */
div.widgets {
	margin-bottom:10px;
}
/* ボックス内のリスト */
div.widgets ul li {
	list-style-image:url(images/content_list.gif);
}

/* カレンダー */
div#calendar_wrap {
	background-color:#fcfcfc;
}
div#calendar_wrap caption {
	background-color:#333;
	color:#fff;
		font-size:12px;
}
thead tr {
	background-image:url(images/block.gif);
}
div#calendar_wrap table {
	text-align:center;
	width:100%;
	border:none;
	margin:0px;
	padding:0px;
	font-size:12px;
}
div#calendar_wrap .pad {
	border:none;
}
div#calendar_wrap table td {
	margin:0px;
	padding:0px;
}
div#calendar_wrap table a:link {
	display:block;
	background-image:url(images/navi_b_on.gif);
	background-position:bottom;
	background-color:#357;
	border:1px solid #fff;
	color:#fff;	
	margin:0px;
	padding:0px;
}
div#calendar_wrap table a:hover {
	display:block;
	background-image:url(images/navi_b_current.gif);
	background-position:bottom;
	background-color:#357;
	border:1px solid #fff;
	color:#fff;	margin:0px;
	padding:0px;
}

/* 最近のコメント */
#recentcomments li {
	list-style-image:url(images/comments_list.png);
}
/* 最近の投稿 */
#recent-posts ul li {
	list-style-image:url(images/list.png);
}
/* RSS Links */
div#rss_links ul li {
	list-style-image:url(images/rss.png);
}

/* ----------------------------
  縦並びサムネイル付エントリーリスト
---------------------------- */
ul.entry_list {
	margin:0px;
	margin-bottom:5px;
	padding:0px;
	padding-bottom:5px;
	border-bottom:1px dashed #ccc;
}

/* clearfix */
ul.entry_list:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* clearfix IE向け */
ul.entry_list {  
	height: 1%
}
.entry_list ul,.entry_list li {
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-image:none;
}

.entry_list li.image {
	clear:both;
	float:left;
	margin-right:5px;
	border:2px solid #333;
	padding:0px;
}
.entry_list li.image a:link img,.entry_list li.image a:hover img,.entry_list li.image a:visited img {
	border:none!important;
}

.entry_list li.date {
	font-size:11px;
	line-height:13px;
}

.entry_list li.title {
	line-height:15px;
}

/* ----------------------------
  横並びサムネイル付エントリーリスト
---------------------------- */

ul.th_side_entry_list {
	margin:0px;
	margin-bottom:5px;
	margin-right:15px;
	padding:0px;
	padding-bottom:5px;
	border:none;
	float:left;
	width:220px;
}
/* 右側のリスト */
ul.th_side_entry_list_right {
	margin-right:0px!important;
}

div.th_side_entry_box {
	overflow:hidden;
}

/* clearfix */
div.th_side_entry_box:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
ul.th_side_entry_list:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

ul.th_side_entry_list {  
	height: 1%
}


.th_side_entry_list ul,.th_side_entry_list li {
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-image:none;
}
.th_side_entry_list li.image {
	clear:both;
	float:left;
	margin-right:10px;
	border:2px solid #333;
	padding:0px;
}
.th_side_entry_list li.image a:link img,.th_side_entry_list li.image a:hover img,.th_side_entry_list li.image a:visited img {
	border:none!important;
}
.th_side_entry_list li.date {
	font-size:11px;
	line-height:13px;
	font-weight:bold;
}
.th_side_entry_list li.category a,.th_side_entry_list li.category {
	color:#fff;
	text-decoration:none;
	background:#666 url(images/navi_b_current.gif) bottom repeat-x;
	text-align:center;
	padding:0px;
	margin-bottom:5px;
	display:block;

}

/* IE7向け */
*:first-child+html .th_side_entry_list li.category a,.th_side_entry_list li.category {
	margin-bottom:0px!important;
}

/* IE向け */
* html .th_side_entry_list li.category a,.th_side_entry_list li.category {
	height:1%;
}
.th_side_entry_list li.title {
	line-height:15px;
}

/* ----------------------------
           フッター
---------------------------- */

#footer {
	clear:both;
	height:100%;
	width:100%;
	overflow:hidden;
	padding-top:10px;
}

ul.footer_page_navi {
	padding:0px;
	padding-top:5px;
	margin:0px;
}

ul.footer_page_navi li.top {
	padding-left:0px;
	margin-left:0px;
}

ul.footer_page_navi li {
	float:left;
	list-style:none;
	list-style-image:none;
	padding:0px;
	margin:0px;
	padding-left:10px;
	margin-bottom:5px;
}

ul.copy {
	clear:both;
	margin:0px;
	padding:0px;
	padding-top:3px;
	border-top:2px solid #ccc;
}

ul.copy li {
	float:right;
	text-align:left;
	list-style:none;
	list-style-image:none;
}

p.Copyright{
	clear:both;
	text-align:center;
	font-style:normal;
	padding:5px;
	margin:5px;
}

/* ----------------------------
           コメント
---------------------------- */
/* コメントリスト */
#comments-list {
}
#comments-list li.comment {
	background-color:#fcfcfc;
	border:2px solid #ccc;
	margin-bottom:10px;
}
#comments-list h3,#respond h3 {
	background-image:url(images/navi_b_current.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#333;
	padding:5px;
	padding-left:10px;
	margin:0px;
	margin-bottom:5px;
	color:#fff;
}

#comments-list ul,#comments-list li {
	list-style:none;
	list-style-image:none;
	margin:0px;
	padding:0px;
}
.comment-author {
	padding:10px;
	padding-bottom:0px;
	font-weight:bold;
	font-size:14px;

}
span.fn {
	

}
.comment-meta {
	padding:0px;
	padding-left:10px;
	margin:0px;
}
#comments-list div {
	padding:5px;
	margin:10px;
	margin-top:5px;
	background-color:#fff;
	border:2px solid #ccc;
}
#comments-list p {
	padding:0px;
	margin-bottom:5px;
}

/* コメントフォーム */

#commentform {
	margin:0px;
	padding:0px;
}
#comments textarea {
	background-image:url(images/comments_bg.png);
	background-repeat:no-repeat;
	background-position:right top;
	background-color:#fff;
	margin:0px;
	margin-top:3px;
	height:200px;
	width:600px;
	border:2px solid #ccc;
}

#comments input {
	background-color:#fff;
	background-image:url(images/input.jpg);
	background-repeat:repeat-x;
	background-position:top;
	border:1px solid #ccc;
	margin-top:3px;
	margin-bottom:10px;
	padding:5px;
	width:250px;
}

#comments #submit {
	border:none;
	width:auto;
	height:auto;
	padding:0px;
	background-image:none;
}

/* ----------------------------
        トラックバック
---------------------------- */
/* トラックバックリスト */
#trackbacks-list ul {
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-image:none;
	margin-bottom:10px;
	background-color:#fcfcfc;
	border:2px solid #ccc;
	padding:10px!important;
}



#trackbacks-list li {
	list-style:none;
	list-style-image:none;
	margin:0px;
	margin-bottom:10px;
	padding:0px;
}
#trackbacks-list div.trackback_image {
	clear:both;
	float:left;
}


#trackbacks-list .comment-author {
	padding:0px;
	padding-bottom:5px;
	font-weight:normal;
	font-size:12px;
}

#trackbacks-list p {
	background-color:#fff;
	border:2px solid #ccc;
	padding:5px;
	margin:0px;
	margin-bottom:5px;;
}

/* トラックバックフォーム */
dl.info	{
padding:0px;
margin:0px;
	background-color:#fcfcfc;
	border:2px solid #ccc;
	padding: 10px;
}

.trackback dt {
	margin:5px;
}

dd.URL	{
	background-color:#fff;
	padding:5px;
	padding-left:10px;
	margin:0px;
	margin-top:3px;
	margin-bottom:3px;
	border:2px solid #ccc;
	font-size:14px;
}
dd.URL input {
	width:100%!important;
	background:#fff none!important;
	border:none!important;
	margin:0px!important;
	padding:0px!important;
	font-size:16px!important;
	letter-spacing:1px!important;
}

dl.info dd {
	margin-left:0px;
}

fieldset {
	background-color:#fff;
	border:1px solid #ccc;
}

/* ----------------------------
        検索フォーム
---------------------------- */
#searchform {
	height:31px;
	margin:5px;
	padding:0px;
	background-image:url(images/searchform_bg.png);
	background-repeat:no-repeat;
}

#s {
	border:1px solid #ccc;
	padding:0px;
	margin:0px;
	width:165px;
	height:19px;
	line-height:12px;
	background-color:#fff;
	border:1px solid #666;
}
	
.button {
	margin:0px;
	padding:0px;
	height:19px;

}


/* ----------------------------
            float
---------------------------- */
/* 記事内のフロート */
.alignleft {
	float:left;
	margin:0px;
	margin-right:10px!important;
	margin-bottom:10px!important;
}
.alignright {
	float:right;
	margin:0px;
	margin-left:10px!important;
	margin-bottom:10px!important;
}

/* ボックスのフロート */
.box_left {
	float:left;
	width:341px;
	margin:0px;
	margin-right:5px!important;
	margin-top:10px!important;
	margin-bottom:10px!important;
}
.box_right {
	float:right;
	width:341px;
	margin:0px;
	margin-left:5px!important;
	margin-top:10px!important;
	margin-bottom:10px!important;
}

/* フロート解除 */
.clear {
	clear:both;
	display:block;
}


/* ----------------------------
        各種エレメント
---------------------------- */



h1,h2,h3,h4,h5 {
	margin:0px;
	padding:5px;
	padding-left:0px;
	padding-bottom:5px;
	font-size:16px;
	letter-spacing:3px;
}




ul {
	padding:0px;
	padding-left:10px;
	margin:0px;
	margin-left:20px;
	margin-top:5px;
	list-style-image:url(images/list.png);
	list-style-position: outside;
}

li {
	padding-bottom:5px;
	margin:0px;

}
/* IE7向け */
*:first-child+html ul {
	padding-left:0px;
}
/* IE7向け */
*:first-child+html li {
	padding-left:10px;
}
/* IE6向け */
* html ul {
	margin-left:10px;
}
/* IE6向け */
* html li {
	padding-left:10px;
}

form {
	width:auto;
	margin-left:10px;
}



small {
	font-size:12px;
	margin:0px;
	margin-top:3px;
	margin-bottom:3px;
}

br {
	letter-spacing: 0;
}

p {
	margin: 0.5em 0px 1em;
	line-height: 1.8;
}


pre,
blockquote,
address,
cite {
	margin: 0.5em 0px 1em;
}

pre p,blockquote p {
	line-height:1.5;
	margin:0px;
}


blockquote,pre {
	width:auto;
	margin:10px;
	background-color:#f8f8f8;
	padding:10px;
	border:1px solid #ccc;	
	background-image:url(images/block.gif);
	white-space: pre-wrap;
}


textarea {
	width:530px;
	height:auto;
	margin:10px;
	margin-left:0px;
	padding:5px;
	background-color:#f6f6f6;
	border:1px solid #999;
}

