@charset "utf-8";

/*
Theme Name: NinoNico Press
Theme URI: http: //hirokawaz.podcaster.jp/
Description: ニコニコ動画風に表示するテーマです。
Version: 2.3 夏
Author: ヒロカワズ
Author URI: http: //hirokawaz.podcaster.jp/
*/

@import url(css/default.css);
@import url(css/sidebar_right.css);
@import url(css/thumbnail.css);
@import url(css/NicoTubeReader.css);
@import url(css/widget.css);
@import url(css/twitter.css);
@import url(css/extra.css);

/* ----------------------------
       サイト全体の定義
---------------------------- */
body {
	margin: 0px;
	font-size: 14px;
	font-family: 'メイリオ','verdana', 'trebuchet ms', sans-serif;
	color: #333;
	background: #fff url(images/bodyback.gif);
}

/* ----------------------------
        リンクカラー
---------------------------- */
/* リンク */
a { 
	font-weight: bold;
}
a:link {
	color: #0f8fcf;
	text-decoration: none;
}
a:visited {
	color: #0f8fcf;
	text-decoration: none;
}
a:hover {
	color: #0f8fcf;
	text-decoration: underline;
}

/* 記事内のリンク */

div.entry-content a {
}
div.entry-content a:link {
	color: #99cc00;
}
div.entry-content a:visited {
	color: #99cc00;
}
/* 記事内の画像は角丸に */
div.entry-content a img {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;	
}

/* 記事内の画像リンク */
.entry-content a:link img, .entry-content a:visited img {
	border: 5px solid #e0e0e0;
}
.entry-content a:hover img {
	border: 5px solid #3cbcfc;
}

/* 画像リンク */

a:link img {
	border: none;
	text-decoration: none;
	background: transparent;
}
a:visited img{
	border: none;
	text-decoration: none;
	background: transparent;
}
a:hover img {
	border: none;
	text-decoration: none;
	background: transparent;
}

/* ----------------------------
           ラッパー
---------------------------- */

#wrapper {
	width: 1000px;
	background: #fff;
	margin: 0 auto 0 auto;
	padding: 0 10px 0 10px;
	border-left: 5px solid #f9f9f9;
	border-right: 5px solid #f9f9f9;
	border-bottom: 5px solid #f9f9f9;
}

/* IE6向け */
* html #wrapper {
	border: none;
}


/* ----------------------------
           ヘッダー
---------------------------- */
#header {
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 2px solid #ccc;
}

/* サイトデータ */
#header div.site_data {
	clear: both;
	float: left;
}

/* サイトロゴ */
#header div.site_data h1.site_logo {
	background: url(images/logo.png) no-repeat;
	width: 261px;
	height: 52px;
	text-indent: -9998px;
	margin: 0px;
	padding: 0px;
}
#header div.site_data h1 a {
	display: block;
	width: 261px;
	height: 52px;
	background: transparent;
}

/* ディスクリプション */
#header p.description {
	text-align: right;
	margin: 0px;
	margin-top: 3px;
	padding: 0px;
}


/* ヘッダーのアドセンス */
div.head_ads {
	float: right;
	margin-top: 5px;
}

/* ----------------------------
   グローバルナビゲーション
---------------------------- */

#g_navi {
	float: right;
	height: auto;
	overflow: hidden;
	padding: 0px;
	padding-bottom: 0px;
}
#g_navi ul {
	height: auto;
	padding: 0px;
	list-style-type: none;
	height: auto;
	margin: 0px;
	border: none;	
}
#g_navi li {
	text-align: center;
	display: block;
	margin: 5px;
	padding: 0px;
	float: left;
}
/* IE7向け */
*:first-child+html #g_navi li {
	padding-bottom: 5px;
}
#g_navi li a:link {
	display: block;
	font-weight: bold;
}
#g_navi li a:visited {
	display: block;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#g_navi li a:hover {
	display: block;
	text-align: center;
}
#g_navi li.current-cat a:visited {
	display: block;
	text-align: center;
	background: url(images/navi_b_current.gif);
	color: #ccc;
}

/* ----------------------------
          コンテント
---------------------------- */
/* パーマリンクの本文の文字サイズ */
#content {
	margin: 0px;
}
p.topic_path {
	margin: 0px;
	background: #fff url(images/input.jpg) top repeat-x;
	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 {
	
	margin-bottom: 10px;
}

h2.entry-title,h2.page-title {
	letter-spacing: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background: #fff url(images/input.jpg) repeat-x top;
	border-left: 5px solid #ff4f84;
	margin-bottom: 10px;
}


/* 記事内のh3,h4 */
div.entry-content h3,div.entry-content h4 {
	color: #333!important;
	font-size: 18px!important;
	background: none!important;
	border: none!important;
	border-bottom: 4px solid #eee!important;
	letter-spacing: normal!important;
	padding: 0px!important;
	padding-top: 5px!important;
	padding-bottom: 5px!important;
}

h3.entry-title {
	font-size: 16px;
}

div.excerpt p {
	background: #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 {
	letter-spacing: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background: url(images/input.jpg) repeat-x top;
	border-left: 5px solid #ff4f84;
	margin-bottom: 10px;

}

.entry-content ul li {
	padding: 0px;
	margin: 3px;
	list-style: url(images/content_list.gif);
}

/* 続きを読む */
a.more-link {
	float: right;
	letter-spacing: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background: #fff url(images/input.jpg) repeat-x top;
	border-left: 5px solid #99cc00;
	display: block;
}


/* 記事本文 */
.entry-content {
	font-size: 110%;
}

.entry-date {
	margin-bottom: 5px;
}

.entry-meta {
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px dashed #ccc;
}

/* 記事ナビゲーション */
#nav-above {
	margin: 10px 0 10px 0;
	padding: 0px;
	overflow: hidden;
}

.nav-previous {
	float: left;
	line-height: 25px;
	list-style: none!important;
}
.nav-next {
	float: right;
	line-height: 25px;
	list-style: none!important;
}

p.pageNavigation {
	font-size: 12px;
	text-align: center;
}
p.pageNavigation span.current {
	padding: 5px;
	border: 2px solid #ccc;
	background: url(images/s_bg.png) bottom;
	color: #fff;
	font-weight:bold;
}
a.prev, a.next, p.pageNavigation a{
	font-weight:bold;
	color: #666;
	text-decoration: none;
}
p.pageNavigation a{
	padding: 5px;
	border: 2px solid #ccc;
}


/* ----------------------------
        サイドバー
---------------------------- */

#sidebar {
	width: 300px;
}
.main {
	margin-bottom: 10px;
	padding-top: 160px;
	background: url(images/side_image.png) no-repeat;
}
#sidebar h3 {
	letter-spacing: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background: #fff url(images/input.jpg) repeat-x top;
	border-left: 5px solid #f7c05f;
	margin-top: 5px;
	margin-bottom: 2px;
}
#sidebar h3 a:link,#sidebar h3 a:hover,#sidebar h3 a:visited {
	color: #fff;
	background: transparent;
}
/* カテゴリーリスト */
ul.category {
	margin: 0px!important;
	padding: 0px!important;
}
ul.category li.cat-item {
	line-height: 17px;
	background: url(images/category.png) 0px 3px no-repeat;
	padding: 10px 10px 10px 35px;
}
ul.category li.cat-item ul {
	line-height: 17px;
	margin: 0px!important;
	padding: 0px!important;
}
/* アーカイブリスト */
ul.archives {
	margin: 0px!important;
	padding: 0px!important;
}
ul.archives li {
	line-height: 17px;
	background: url(images/cal.png) 0px 2px no-repeat;
	padding: 10px 0px 10px 35px!important;
	border-bottom: 2px dashed #ccc;
}
ul.link {
	list-style-image: url(images/link.png);
}
ul.twitters {
	margin: 0px!important;
	padding: 0px!important;

}
ul.twitters li {
	background: url(images/twitters.png) 0px 5px no-repeat;
	margin-left: 5px;
	padding: 5px 0px 5px 20px;
}
ul.links {
	margin: 0px!important;
	padding: 0px!important;

}
ul.links li {
	background: url(images/link.png) 0px 5px no-repeat;
	margin-left: 5px;
	padding: 5px 0px 5px 20px;
}
ul.feed {
	margin: 0px!important;
	padding: 0px!important;
}
ul.feed li {
	background: url(images/rss.png) 0px 5px no-repeat;
	margin-left: 5px;
	padding: 5px 0px 5px 20px!important;
}
ul.meta {
	margin: 0px!important;
	padding: 0px!important;

}
ul.meta li {
	background: url(images/meta.png) 0px 5px no-repeat;
	margin-left: 5px;
	padding: 5px 0px 5px 20px;
}
ul.meta li.logout {
	background: url(images/logout.png) 0px 5px no-repeat;
	margin-left: 5px;
	padding: 5px 0px 5px 20px;
}


/* ----------------------------
           フッター
---------------------------- */

#footer {
	clear: both;
	height: 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;
	font-size: 90%;
}

p.Copyright{
	clear: both;
	text-align: center;
	font-style: normal;
	padding: 5px;
	margin: 5px;
}

/* ----------------------------
           コメント
---------------------------- */
/* コメントリスト */
#comments {
	clear: both;
}
#comments-list {
}
#comments-list li.comment {
	margin-bottom: 10px;
}
#comments-list h2,#respond h2 {
	letter-spacing: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background: #fff url(images/input.jpg) repeat-x top;
	border-left: 5px solid #ff4f84;
	margin-bottom: 10px;
}

#comments-list ul,#comments-list li {
	list-style: none!important;
	margin: 0px;
	padding: 0px;
}
.comment-author {
	float: left;
	margin: 0px!important;
	margin-bottom: 5px!important;
	padding: 0px!important;
	width: 94px!important;
	font-size: 12px;
	background: #e2e2e2;
}
span.fn {
	display: block;
	text-align: center;
	padding: 2px;
	margin: 0px;
	background: #eee;
}
.comment-author img {
	clear: both;
	display: block;
	padding: 0px;
	margin: 10px auto -5px auto;
}
.comment_text {
	float: right;
	width: 560px;
	margin: 0px!important;
	padding: 0px;
}
.comment-meta {
	clear: both;
	text-align: right;
	padding: 0 10px 0 0!important;
	padding-bottom: 10px!important;
	margin: 0px!important;
	border-bottom: 2px dashed #ccc;
}
.comment_posts {
	text-indent: -9998px;
	height: 30px!important;
	width: 160px!important;
	background: url(images/comments_post.png)!important;
	margin: 5px 0 10px 0;
}
#comments-list div {
	margin: 10px;
	margin-top: 5px;
	
}
#comments-list p {
	padding: 0px;
	margin-bottom: 5px;
}

/* コメントフォーム */

#commentform {
	margin: 0px;
	padding: 0px;
}
#comments textarea {
	background: #f9f9f9 url(images/comments_bg.png) no-repeat right top;
	margin: 0px;
	margin-top: 3px;
	height: 200px;
	width: 600px;
	border: 2px dashed #ccc;
}

#comments input {
	background: #fff url(images/input.jpg) repeat-x top;
	border: 2px dashed #ccc;
	margin-top: 3px;
	margin-bottom: 10px;
	padding: 5px;
	width: 250px;
}

#comments #submit {
	border: none;
	width: auto;
	height: auto;
	padding: 0px;
	background: none;
}

/* ----------------------------
        トラックバック
---------------------------- */
/* トラックバックリスト */
#trackbacks-list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	margin-bottom: 10px;
}



#trackbacks-list li {
	list-style: none!important;
	list-style-image: none;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
#trackbacks-list div.trackback_image {
	clear: both;
	float: left;
}
#trackbacks-list .track-author {
	padding: 0px;
	padding-left: 10px;
	padding-bottom: 5px;
	font-weight: normal;
	width: auto;
	border-left: 5px solid #eee;
}
#trackbacks-list p {
	margin: 0px;
	padding-left: 15px;
}
#trackback-list li.trackback {
	border-bottom: 2px dashed #ccc;
	padding-bottom: 10px;
	margin: 0px;
	margin-bottom: 10px;
}

/* トラックバックフォーム */
dl.info	{
padding: 0px;
margin: 0px;
}

.trackback dt {
	margin: 5px;
}
dd.URL	{
	padding: 5px;
	padding-left: 10px;
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px dashed #ccc;
	font-size: 14px;
}
dd.URL input {
	width: 100%!important;
	background: 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: #fff;
	border: 1px solid #ccc;
}

/* ----------------------------
        検索フォーム
---------------------------- */

#h_searchform {
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dashed #ccc;
}

#searchform {
	height: auto;
	margin: 0px;
	padding: 3px 0 2px 0;
	background: #fff url(images/s_bg.png);
	border: 1px solid #ccc;
	text-align: center;
}
.searchform {
	margin: auto;
}
table.searchform td {
	vertical-align: middle;
}
#s {
	border: 1px solid #999;
	padding: 3px;
	margin: 0px;
	width: 300px;
	height: 20px;
	line-height: 16px;
	background: #fff;
	font-size: 16px;
	background: #fff url(images/input.jpg);
}
	
.sbtn {
	font-family: arial,sans-serif;
	font-size: 15px;
	height: 1.85em;
	margin: 0.2em;
	height: 1.8em;
}

/* ----------------------------
            フロート
---------------------------- */
/* 記事内のフロート */
.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: 330px;
	margin: 0px;
	margin-right: 5px!important;
	margin-top: 10px!important;
	margin-bottom: 10px!important;
}
.box_right {
	float: right;
	width: 330px;
	margin: 0px;
	margin-left: 5px!important;
	margin-top: 10px!important;
	margin-bottom: 10px!important;
}

/* 3カラムのボックスのフロート */
.box3_left {
	float: left;
	width: 220px;
	margin: 0px;
	margin-right: 10px!important;
	margin-top: 10px!important;
	margin-bottom: 10px!important;
}
.box3_right {
	float: right;
	width: 220px;
	margin: 0px;
	margin-left: 0px!important;
	margin-top: 10px!important;
	margin-bottom: 10px!important;
}

/* フロート解除 */
.clear {
	clear: both;
	display: block;
}


/* ----------------------------
       クリアフィックス
---------------------------- */
.clearfix:after {
    content: ".";
    font-size: 0.1em;
    line-height: 0;
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
	zoom: 1;/* IE7 */
}

/* ----------------------------
             角丸
---------------------------- */
.radius {
	border-radius: 6px; /* CSS3 */
	-webkit-border-radius: 6px; /* Safari, GoogleChrome */
	-moz-border-radius: 6px; /* Firefox */
}

/* ----------------------------
        各種エレメント
---------------------------- */



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: 10px;
	margin-top: 5px;
}

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 {
	background: #f1f1f1;
}

pre p,blockquote p {
	line-height: 1.3;
	margin: 0px;
}


blockquote,pre {
	margin: 10px 30px 15px 30px;
	padding: 10px;
	white-space: pre-wrap;
	font-size: 14px;
}
blockquote {
	background: #f1f1f1 url(images/block_bg_top.png) 10px 10px no-repeat;
}
blockquote p {
	background: url(images/block_bg_bottom.png) right bottom no-repeat;
	padding: 35px;
	margin: 0px;
}

textarea {
	width: 530px;
	height: auto;
	margin: 10px;
	margin-left: 0px;
	padding: 5px;
	background: #f7f7f7;
	border: 1px solid #999;
}

blockquote,pre,textarea,input {
	border-radius: 6px; /* CSS3 */
	-webkit-border-radius: 6px; /* Safari, GoogleChrome */
	-moz-border-radius: 6px; /* Firefox */
}
