@charset "utf-8";

/*
Theme Name: NinoNico Press
Theme URI: http: //hirokawaz.podcaster.jp/
Description: ニコニコ動画風に表示するテーマです。
Version: 2.1 夏
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: 14px;
	font-family: 'メイリオ','verdana', 'trebuchet ms', sans-serif;
	color: #333;
	background: #fff;
}

/* ----------------------------
        リンクカラー
---------------------------- */
/* リンク */
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: #0f8fcf;
}
div.entry-content a:visited {
	color: #0f8fcf;
}

/* コンテントの画像リンク */
#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-color: transparent;
}
a:visited img{
	border: none;
	text-decoration: none;
	background-color: transparent;
}
a:hover img {
	border: none;
	text-decoration: none;
	background-color: 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-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 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;
	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-image: url(images/navi_b_current.gif);
	color: #ccc;
}

/* ----------------------------
          コンテント
---------------------------- */
/* パーマリンクの本文の文字サイズ */

#content {
	margin: 0px;
	margin-bottom: 20px!important;
}
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 {
	
	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 #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-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 {
	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;
}
#content .rankrank01 {
	background-image: url(http://yougaku.org/wordpress/wp-content/themes/niconico_press_20/images/2001.jpg);
	background-repeat: no-repeat;
	font-size: 25px;
	color: #333;
	padding-top: 43px;
	padding-left: 100px;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 22px;
	margin-bottom: 10px;
	}



#content .rankrank02 {
	background-image: url(http://yougaku.org/wordpress/wp-content/themes/niconico_press_20/images/2002.jpg);
	background-repeat: no-repeat;
	font-size: 25px;
	color: #333;
	padding-top: 43px;
	padding-left: 100px;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 22px;
	margin-bottom: 10px;
	}

#content .rankrank03 {
	background-image: url(http://yougaku.org/wordpress/wp-content/themes/niconico_press_20/images/2003.jpg);
	background-repeat: no-repeat;
	font-size: 25px;
	color: #333;
	padding-top: 43px;
	padding-left: 100px;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 22px;
	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-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;
}


/* ----------------------------
        コンテンツBOX
---------------------------- */

#content .box3 {
	text-align: center;
	width: 210px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #EEE8DF;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #F9F7F4;
}
.box3 .btn a {
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	margin-top: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	line-height: 14px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EBE1CF;
	border-right-color: #EBE1CF;
	border-bottom-color: #EBE1CF;
	border-left-color: #EBE1CF;
	background-repeat: repeat-x;
	background-position: center top;
}
.box3 .btn a:hover {
	color: #FFFFFF;
	background-color: #ECC64D;
	background-image: url(img/btn_ov.gif);
}
.box3 a img {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	border: 1px solid #E2DBCD;
}
.box3 a:hover img {
	border-top-color: #D7C693;
	border-right-color: #D7C693;
	border-bottom-color: #D7C693;
	border-left-color: #D7C693;
}
#content .box3:hover {
	background-color: #FFFBEC;
	border-top-color: #CFBE89;
	border-right-color: #CFBE89;
	border-bottom-color: #CFBE89;
	border-left-color: #CFBE89;
}



/* ----------------------------
        テーブル
---------------------------- */

.table_01 {
width:100%;margin:0px 0px 10px 0px;padding:0px;
border-collapse:collapse;
border-top:1px dotted #999999;
}
.table_01 th {
width:13%;padding:4px 2px 2px 4px;
text-align:left;vertical-align:top;color:#666666;
background-color:#EEEEEE;
border-bottom:1px dotted #999999;border-left:5px solid #FF9900;
}
.table_01 td {
padding:4px 2px 2px 4px;
border-bottom:1px dotted #999999;border-left:3px double #CCCCCC;
}

/* ----------------------------
        サイドバー
---------------------------- */

#sidebar {
	width: 300px;
	float: right;
	margin-bottom: 20px!important;
}

.side_image {
	margin-bottom: 10px;
	padding-top: 155px;
	background-image: url(images/side_image.png);
	background-repeat: 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 #f7c05f;
	margin-bottom: 10px;
}
#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 {

}
/* 最近の投稿 */
#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);
}

/* ----------------------------
  サムネイル付きタイトル
---------------------------- */
div.th_title {
	clear: both;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	padding-bottom: 5px;
}

/* clearfix */
div.th_title: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%
}

div.th_title div.image {
	clear: both;
	float: left;
	margin-right: 10px;
	border: 1px solid #ccc;
	padding: 2px;
}
div.th_title div.image a:link img,.th_title div.image a:hover img,.th_title div.image a:visited img {
	border: none!important;
}

.th_title div.date {
}
.th_title div.date h2 {
	
}

.th_title div.title a {
	font-size: 22px;
	letter-spacing: 2px;
	color: #fe4ba7;
}

/* ----------------------------
  縦並びサムネイル付エントリーリスト
---------------------------- */
ul.entry_list {
	margin: 0px;
	margin-bottom: 6px;
	padding: 0px;
	padding-bottom: 6px;
	border-bottom: 2px 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: 1px solid #ccc;
	padding: 2px;
}
.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 {
	
}

.entry_list li.title {
	
}

/* ----------------------------
  横並びサムネイル付エントリーリスト
---------------------------- */

ul.th_side_entry_list {
	margin: 0px;
	margin-bottom: 5px;
	margin-right: 10px;
	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;
	border-bottom: 2px dashed #ccc;
	margin-bottom: 10px;
}

/* 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: 1px solid #ccc;
	padding: 2px;
}
.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: 12px;
	font-weight: bold;
}

.th_side_entry_list li.title a{
	line-height: 15px;
}

/* ----------------------------
           フッター
---------------------------- */

#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-color: #f9f9f9;
	margin: 0px;
	margin-top: 3px;
	height: 200px;
	width: 600px;
	border: 2px dashed #ccc;
}

#comments input {
	background-color: #fff;
	background-image: url(images/input.jpg);
	background-repeat: repeat-x;
	background-position: 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-image: 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 url(images/input.jpg);
}
	
.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-color: #f6f6f6;
	border: 1px solid #999;
}


/* 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+ */
}

/* 関連記事 */
.kanren li.image {
	background: url(/images/spacer_kanren.jpg) no-repeat center!important;
}
.kanren a {
	color: #0f8fcf!important;
}


/* 枠の色を定義します */
.AmazonSearchTB1 table {
    border: 1px solid #F5F5F5; 
    background-color : #F5F5F5;
    color: #F5F5F5;
    margin: 0px; padding: 0px; font-size: 11px;
}

/* Ads by drk7.jp の font 色を定義します */
.AmazonSearchTB2 a,
.AmazonSearchTB2 a:link,
.AmazonSearchTB2 a:link:hover,
.AmazonSearchTB2 a:link:active {
    color: #ffffff; text-decoration: underline ; background: none;
}
.AmazonSearchTB2 table{ border: none; margin: 0px; padding: 1px; }

/* 広告部分の背景色を定義します */
.AmazonSearchTB3 table{
    background-color : #ffffff;
    border: none; margin: 0px; padding: 3px;
}

/* 商品名のfont定義 */
.AmaS_title a,
.AmaS_title a:link,
.AmaS_title a:link:hover,
.AmaS_title a:link:active {
    color: #004499;
    text-decoration: underline ; background: none;
    font-weight: bold;
}

/* 値段のfont定義 */
.AmaS_price { color: #006600; font-weight: bold; }

/* 説明文のfont定義 */
.AmaS_com { color: #000000; }

/* 画像のボーダー定義 */
.AmaS_img img{ border: 1px solid #aaaaaa; }

strong{ color:#006600; }  
  
.small {
	font-size: 12px;
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}  

.RakuS-TB1 {
  background-color : #ff6600;
  color: #000000;
  text-align:left;
}

.RakuS-TB2 a,
.RakuS-TB2 a:link,
.RakuS-TB2 a:link:hover,
.RakuS-TB2 a:link:active {
  color: #ffffff; text-decoration: underline ; background: none;
}
.RakuS-TB2 {
  background-color : #ff6600;
}

.RakuS-TB3 {
  color: #006600; font-weight: bold;
  background-color : #ffffff;
}

.RakuS-TB3 a,
.RakuS-TB3 a:link,
.RakuS-TB3 a:link:hover,
.RakuS-TB3 a:link:active {
  color: #004499;
  text-decoration: underline ; background: none;
  font-weight: bold;
}
.RakuS-TB3 img{
  border: none;
}

