@charset "utf-8";

/*
Theme Name: NinoNico Press
Theme URI: http: //hirokawaz.chicappa.jp/
Description: ニコニコ動画風に表示するテーマです。
Version: 2.2 夏
Author: ヒロカワズ
Author URI: http: //hirokawaz.chicappa.jp/
*/

/* Two-column with sidebar on left from the /examples/ folder  */
@import url(css/sidebar_right.css);
@import url(css/thumbnail.css);
@import url(css/NicoTubeReader.css);
@import url(css/widget.css);
@import url(css/extra.css);


body {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	font-family: arial,sans-serif;
	color: #333;
	background: #fff;
}

/* ----------------------------
        リンクカラー
---------------------------- */
/* リンク */
a { 
	font-weight: bold;
}
a:link {
	color: #0033ff;
	text-decoration: none;
}
a:visited {
	color: #006600;
	text-decoration: none;
}
a:hover {
	color: #00ff33;
	text-decoration: underline;
}

/* 記事内のリンク */

div.entry-content a {
}
div.entry-content a:link {
	color: #99cc00;
}
div.entry-content a:visited {
	color: #99cc00;
}

/* コンテントの画像リンク */
#content a:link img,#content a:visited img {
	border: 3px solid #ccc;
}
#content a:hover img {
	border: 3px solid #00b8fd;
}

/* 画像リンク */

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;
}



/* ----------------------------
	ヘッダーとフッターの幅
---------------------------- */
#header,#footer {
	width: 1000px;
}

/* ----------------------------
           ヘッダー
---------------------------- */
#header {
	text-align: center;
	background: #fff;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	border-bottom: 2px solid #ccc;
}

/* clearfix */
#header:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* clearfix IE向け */
#header {  
	height: 1%
}


/* サイトデータ */
#header div.site_date {
	clear: both;
	float: left;
}

/* サイトロゴ */
#header div.site_date h1.site_logo {
	background: url(images/logo.jpg) no-repeat;
	width: 700px;
	height: 50px;
	text-indent: -9998px;
	margin: 0px;
	padding: 0px;
}
#header div.site_date 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;
}


/* ----------------------------
           ラッパー
---------------------------- */

#wrapper {
	width: 1000px;
	background: #fff;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px
}

/* IE6向け */
* html #wrapper {
	border: none;
}

/* clearfix */
#wrapper:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* clearfix IE向け */
div.th_title {  
	height: 1%
}

/* ----------------------------
   グローバルナビゲーション
---------------------------- */

#g_navi {
	float: right;
	height: auto;
	overflow: hidden;
	padding: 0px;
	padding-bottom: 0px;
}
#g_navi ul {
	width: 100%;
	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;
}
#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;
	margin-bottom: 20px!important;
}
p.topic_path {
	margin: 0px;
	background: 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: url(images/input.jpg) repeat-x top;
	border-left: 5px solid #00cc00;
	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 #00cc00;
	margin-bottom: 10px;
}

#content ul {
	list-style-image: 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%;
}

/* 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 {
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px dashed #ccc;
}

/* 記事ナビゲーション */
#nav-above {
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

.nav-previous {
	float: left;
	line-height: 25px;
	display: inline;
	margin-right: 15px;
}
.nav-next {
	float: right;
	line-height: 25px;
	display: inline;
}


p.pageNavigation {
	background: #fcfcfc url(images/input.jpg) 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: 300px;
	margin-bottom: 20px!important;
}

.side_image {
	margin-bottom: 10px;
	padding-top: 155px;
	background: url(images/side_image.png) no-repeat;
}


#sidebar h3 {
	letter-spacing: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background: url(images/input.jpg) repeat-x top;
	border-left: 5px solid #00ff00;
	margin-bottom: 10px;
}
#sidebar h3 a:link,#sidebar h3 a:hover,#sidebar h3 a:visited {
	color: #000000;
	background: 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);
}


/* ----------------------------
           フッター
---------------------------- */

#footer {
	background: #fff;
	text-align: center;
	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 h3,#respond h3 {
	padding: 5px;
	padding-left: 10px;
	margin: 0px;
	margin-bottom: 5px;
}

#comments-list ul,#comments-list li {
	list-style: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}
.comment-author {
	float: left;
	margin: 0px!important;
	margin-top: 15px!important;
	padding: 0px!important;
	width: 64px!important;

}
span.fn {
}
.comment_text {
	float: right;
	width: 590px;
	margin: 0px;
	padding: 0px;	
}
.comment-meta {
	clear: both;
	padding: 0px!important;
	padding-bottom: 10px!important;
	margin: 0px!important;
	border-bottom: 2px dashed #ccc;
}
#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;
	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;
	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 #f1f1f1;
}

#trackbacks-list p {
	border-bottom: 2px dashed #ccc;
	padding-bottom: 10px;
	margin: 0px;
	margin-bottom: 10px;
	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: #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: #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: 0px;
	background: #fff url(images/s_bg.png);
	border: 1px solid #ccc;
	text-align: center;
}


#s {
	border: 1px solid #999;
	padding: 3px;
	margin: 0px;
	width: 300px;
	height: 20px;
	line-height: 16px;
	background: #fff;
	font-size: 16px;
	background: #fff;
}
	
.sbtn {
	font-family: arial,sans-serif;
	font-size: 15px;
	height: 1.85em;
	margin: 0.2em;
	height: 1.8em;
}

/* ----------------------------
            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: 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;
}

/* ----------------------------
             角丸
---------------------------- */
.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: 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: 620px;
	margin: 10px;
	background: #f6f6f6 url(images/block.);
	padding: 10px;
	border: 2px dashed #ccc;
	white-space: pre-wrap;
}

textarea {
	width: 530px;
	height: auto;
	margin: 10px;
	margin-left: 0px;
	padding: 5px;
	background: #f6f6f6;
	border: 1px solid #999;
}

/* 関連記事 */
.kanren li.image { 
background: url(images/spacer_kanren.jpg) no-repeat center!important;
} 
.kanren a { 
color: #0f8fcf!important;
}

/* pre 改行 */
pre {
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
}

