/*
Theme Name: 不良少年
Description: 不良少年 テーマ
Author: かのう神路
Author URI: http://www.furyoshonen.com/
Memo: 各スタイルは Firefox を基準に、IE6 / IE7 でオーバーライドする
*/

/***********************************************
 * 共通
 */
*
{
	margin: 0;
	padding: 0;
	text-align: left;
}

html
{
	background: #c0c0c0 url(/image/bg_main.jpg) repeat-y scroll center;
}

body
{
	font: 0.9em/1.6em Verdana, Osaka, sans-serif;
	color: #000000;
	width: 802px;
	margin: 0 auto;
	text-align: center;
	padding-top: 200px;
}

p
{
	clear: both;
	width: 802px;
}

abbr
{
	border-bottom: 1px dotted #000000;
}

label
{
	float: left;
	clear: both;
	margin: 0;
	width: 160px;
}

li
{
	list-style-image: url(/image/list.png);
}

em
{
	color: #ff0000;
}


/***********************************************
 * リンク
 */
a
{
	color: #0000ff;
	text-decoration: underline;
}

a:visited
{
	color: #604080;
}

a:active
{
	color: #ff0000;
}

a:hover
{
	color: #ff4040;
}


/***********************************************
 * 画像
 */
img
{
	border: none;
	vertical-align: bottom;
}

/* DOM用タグ */
ins
{
	text-decoration: none;
}

/* 削除 */
del
{
	text-decoration: line-through;
}

/***********************************************
 * ルビ
 */

ruby
{
	position: relative;
}

rt
{
	position: absolute;
	bottom: 1.1em;
	left: 0;
	width: 100%;
	white-space: nowrap;
	font-size: 0.6em;
	text-align: center;
}

rp
{
	display: none;
}



/***********************************************
 * 見出し
 */
@media screen
{
	h1
	{
		position: fixed!important;
		position: absolute;
	}
}

h1
{
	display: block;
	z-index: 65535;
	position: absolute;
	top: 0px;
	margin-left: 102px;
	font-size: 14px;
	line-height: 20px;
	padding: 1px 4px;
	width: 688px;
	text-align: right;
	color: #e8e8e8;
	border-bottom: 1px dotted #eeeeee;
}

h2
{
	font-size: 14px;
	line-height: 22px;
	text-align: right;
	vertical-align: baseline;
	color: #d0d0de;
	background: #4b496c url(/image/header.png) repeat-x bottom;
	height: 28px;
	padding: 0 5px;
}


/***********************************************
 * ページ内アンカー
 */
.anchor
{
	display: block;
	padding-top: 150px;
	margin-top: -150px;
}


/***********************************************
 * ヘッダ
 */

/* ロゴ */
@media screen
{
	#logo
	{
		position: fixed!important;
		position: absolute;
	}
}

#logo
{
	display: block;
	position: absolute;
	top: 0;
	margin: 0 auto 0 0;
	width: 100px;
	height: 150px;
	background: url(/image/logo.png) no-repeat left;
}

#logo:hover, #logo:active
{
	background-position: right;
}

#logo span
{
	display: none;
}

/* ナビゲータ */
@media screen
{
	#navigator
	{
		position: fixed!important;
		position: absolute;
	}
}

#navigator
{
	display: block;
	position: absolute;
	top: 0;
	margin: 0 0 0 100px;
	width: 703px;
	height: 80px;
	font: 14px/24px "Arial Black", Osaka, sens-serif;
	color: #d8e0c0;
	background: url(/image/navigation.png) repeat-x;
	text-align: right;
	border-right: 1px solid #333333;
}

#navigator h2
{
	display: none;
}

#navigator ul
{
	display: block;
	position: relative;
	text-align: right;
	margin: 24px 0 0 auto;
}

#navigator ul li
{
	display: inline;
	list-style-type: none;
}

#navigator ul li a
{
	padding: 2px 10px;
	color: #f0f0f0;
	background: none;
	white-space: pre;
	text-decoration: none;
}

#navigator ul li a:active
{
	color: #ff8080;
}

#navigator ul li a:hover
{
	padding: 1px 9px;
	color: #ffc0c0;
	background: #202020;
	border: 1px dotted #ff8080;
}


/***********************************************
 * Google カスタム検索
 */

@media screen
{
	#search
	{
		position: fixed!important;
		position: absolute;
	}
}

#search
{
	display: block;
	position: absolute;
	top: 50px;
	margin: 0 0 0 305px;
	width: 495px;
	height: 24px;
}

#search h2
{
	display: none;
}

#search p
{
	width: auto;
}

#search img
{
	position: absolute;
	top: 1px;
	left:280px;
	width: 56px;
	margin: 0;
	padding: 0;
	font-size: 9px;
	text-align: right;
}

/* フォームボタン */
#q
{
	position: absolute;
	top: 0;
	left: 208px;
	width: 180px;
	height: 23px;
	border: none;
	margin: 0;
	padding: 0 10px;
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	line-height: 16px;
	background: url(/image/input.png) no-repeat left bottom;
}

#q:hover, #q:active
{
	cursor: text;
}

#sa
{
	position: absolute;
	top: 0;
	left: 408px;
	width: 85px;
	height: 23px;
	border: none;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	line-height: 16px;
	background: url(/image/button.png) no-repeat left bottom;
}

#sa:hover, #sa:active
{
	background-position: right bottom;
	cursor: pointer;
}


/***********************************************
 * TOPCAT 応援バナー
 */
#topcat
{
	display: block;
	position: absolute;
	clear: both;
	top: 94px;
	margin-left: 110px;
	width: 690px;
	height: 88px;
	border-top: 2px solid #d0d0de;
	border-left: 2px solid #d0d0de;
	border-right: 2px solid #a5a4b9;
	border-bottom: 2px solid #a5a4b9;
	background: #ffffff url(/image/bg_content.png) repeat-x bottom;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
}

#topcat p
{
	position: relative;
	top: 4px;
	left: 0;
	width: 192px;
	text-align: center;
}

#topcat ins, #topcat img
{
	position: absolute;
	right: 0;
}


/***********************************************
 * フッタ
 */

/* 先頭に戻るボタン */
#pagetop
{
	clear: both;
	position: static;
	display: block;
	margin: 0 0 0 605px;
	width: 200px;
	height: 26px;
	background: url(/image/pagetop.png) no-repeat;
}

#pagetop span
{
	display: none;
}

/* カウンタ */
#counter
{
	clear: both;
	position: static;
	bottom: 0;
	width: 804px;
	color: #c0c0c0;
	background: #333333;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 14px;
	line-height: 36px;
}

#counter img
{
	vertical-align: -2px;
}


/***********************************************
 * コンテナ
 */
#container
{
	width: 800px;
}


/***********************************************
 * メインコンテンツ
 */
#main
{
	float: left;
	width: 580px;
	margin-bottom: -24px;
}


/***********************************************
 * コンテンツ
 */
.content
{
	width: 100%;
	border-top: 2px solid #d0d0de;
	border-left: 2px solid #d0d0de;
	border-right: 2px solid #a5a4b9;
	border-bottom: 2px solid #a5a4b9;
	background: #ffffff url(/image/bg_content.png) repeat-x bottom;
	padding-bottom: 10px;
	margin-bottom: 14px;
}

.content p
{
	padding: 10px 20px;
	width: auto;
}

.content blockquote
{
	display: block;
	color: #000000;
	background: #f0f0f0;
	margin: 10px 20px;
	padding: 0;
	border: 1px dotted #808080;
}

.content pre
{
	width: auto;
	margin: 10px 20px;
	padding: 5px 8px;
	color: #000000;
	background-color: #f0f0f0;
	border: 1px dotted #808080;
	font-size: 0.9em;
	line-height: 1.2em;
	overflow-x: scroll;
}

.content pre code
{
	font-family: 'Lucida Console', Verdana, Osaka, sans-serif;
}

/* 記事表題 */
.content h3
{
	font-size: 24px;
	line-height: 28px;
	clear: both;
	margin: 10px 20px 0 20px;
	padding-bottom: 10px;
	color: #404080;
	border-bottom: 2px solid #e0e0ff;
}

.content h3 a
{
	color: #404080;
	text-decoration: none;
}

.content h3 a:hover
{
	color: #ff4040;
}

.content h4
{
	clear: both;
	color: #404080;
	font-size: 16px;
	line-height: 24px;
	margin: 24px 20px 10px 10px;
	padding-left: 4px;
	border-left: 8px solid #e0e0ff;
	border-top: 2px solid #e0e0ff;
}

.content h5
{
	color: #404080;
	font-size: 14px;
	line-height: 22px;
	margin: 20px 20px 10px 20px;
	border-bottom: 1px solid #e0e0ff;
}

/* 箇条書き */
.content ul
{
	margin-left: 40px;
}

.content ol
{
	margin-left: 40px;
}

.content li
{
	margin: 10px 30px 10px 10px;
}

.content ol li
{
	list-style: decimal none outside;
}


/***********************************************
 * 記事情報
 */
.postinfo
{
	position: relative;
	clear: both;
	width: 560px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 12px;
	text-align: right;
	vertical-align: middle;
}


/***********************************************
 * 続きを読む
 */
a.more-link, a.more-link:visited
{
	display: block;
	clear: both;
	width: 85px;
	height: 23px;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	background: url(/image/button.png) no-repeat left bottom;
	text-decoration: none;
	font-size: 12px;
	line-height: 23px;
}

a.more-link:hover
{
	color: #000000;
	background-position: right bottom;
}

a.more-link:active
{
	color: #c00000;
	background-position: right bottom;
}


/***********************************************
 * コメント
 */
#commentlist, #trackbacklist
{
	padding: 0 20px 20px 20px;
}

#commentlist dt, #trackbacklist dt
{
	color: #867b64;
	font-family: Osaka, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding-top: 10px;
}

#commentlist dt img, #trackbacklist dt img
{
	vertical-align: middle;
}

#commentlist dd, #trackbacklist dd
{
	background: #ffffe0;
	border: 1px dotted #808080;
	font-size: 12px;
	line-height: 20px;
	margin-left: 20px;
}

#trackbacklist dd strong
{
	display: block;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}

/* コメント入力フォーム */
#commentform
{
	padding: 10px;
}

#commentform p
{
	clear: both;
}

#commentform p input, #commentform p textarea
{
	float: left;
	font-size: 12px;
	padding: 2px;
}


/***********************************************
 * サイドバー
 */
#sidebar
{
	float: right;
	width: 200px;
	font-size: 12px;
	line-height: 22px;
}

#sidebar p
{
	width: auto;
	padding: 5px 10px;
}

#sidebar div
{
	width: 100%;
	border-top: 2px solid #d0d0de;
	border-left: 2px solid #d0d0de;
	border-right: 2px solid #a5a4b9;
	border-bottom: 2px solid #a5a4b9;
	background: #ffffff url(/image/bg_content.png) repeat-x bottom;
	margin: 0 0 14px 0;
}

#sidebar div#calendar
{
	text-align: center;
}

#sidebar ul
{
	position: relative;
	padding: 5px;
}

#sidebar ul li
{
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul li img
{
	margin: 2px 0;
	list-style-type: none;
}

#sidebar ul li ul
{
	padding: 0 0 0 10px;
}

#sidebar dl dt
{
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	margin-left: 4px;
}

#sidebar dl dd
{
	margin-left: 16px;
}

#sidebar dl dd img
{
	vertical-align: top;
}

.sunday
{
	color: #ff0000;
}


/***********************************************
 * code ブロック
 */

/* キーワード */
.keyword
{
	color: #0000ff;
}

/* コメント */
.comment
{
	color: #008000;
}

/* リテラル文字列 */
.string
{
	color: #ff0000;
}


/***********************************************
 * 以下、WordPress 用スタイル
 */

/* トラックバックURL */
input#trackback_url
{
	width: 535px;
	font-family: Arial, Verdana, 'Lucida Console', Osaka, sans-serif;
}

/* コメントフォーム */
input#author, input#email, input#url
{
	width: 280px;
}

#commentform textarea
{
	width: 350px;
}

/* キャプション */
.wp-caption
{
	border: 1px solid #c0c0c0;
	background: #e4e4e4;
	text-align: center;
	margin: 10px;
	padding-top: 5px;
}

.wp-caption p
{
	padding: 0;
	margin: 0;
	text-align: center;
}

/* 検索フォーム */
#searchform
{
	margin: 2px 0 5px 8px;
}

#searchform input
{
	width: 40px;
	text-align: center;
}

#searchform input#s
{
	width: 136px;
	text-align: left;
	font-family: Arial, Verdana, 'Lucida Console', Osaka, sans-serif;
}

#commentlist p.meta, #commentlist p.meta a
{
	text-align: right;
	color: #867b64;
	font-family: Osaka, Verdana, sans-serif;
	font-size: 11px;
}

#trackbacklist p.meta, #trackbacklist p.meta a
{
	color: #867b64;
	font-family: Osaka, Verdana, sans-serif;
	font-size: 11px;
}

/* カレンダー */
#wp-calendar
{
	position: relative;
	top: 2px;
	width: 180px;
	margin: 0 auto;
	font: 12px/18px Osaka, Verdana, sans-serif;
}

#wp-calendar #today
{
	font-weight: bold;
}

#wp-calendar #next a
{
	padding-right: 10px;
	text-align: right;
	background: none;
}

#wp-calendar #prev a
{
	padding-left: 10px;
	text-align: left;
	background: none;
}

#wp-calendar a
{
	display: block;
	margin: 1px;
	background-color: #e8e8ff;
	text-align: center;
	text-decoration: none;
}

#wp-calendar a:hover
{
	margin: 0;
	background-color: #ffe8e8;
	border: 1px dotted #ff8080;
}

#wp-calendar caption
{
	text-align: center;
	padding: 8px 0;
	width: 100%;
}

#wp-calendar td
{
	text-align: center;
	vertical-align: middle;
}

#wp-calendar th
{
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover
{
	/* Doesn't work in IE */
}

/* その他 */
.comment-number {
	font: italic 28px 'Times New Roman', Times, serif;
	color: #73a0c5;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	margin: 0;
	padding: 10px;
}

.none {
	margin: 0;
	padding: 10px;
}

#ed_toolbar input {
	border: 1px solid #dcdcdc;
	background-color: #e6eadb;
	margin: 0 1px 0 0;
}

.amazon
{
	display: block;
	float: left;
	max-width: 150px;
	max-height: 150px;
	margin: 10px auto 10px 20px;
}

p a.amazon
{
	margin: 0 10px 0 0;
}

.review_info
{
	float: right;
	background: #fff4f0;
	margin: 10px 20px 10px auto;
	border: 1px solid #f0dcdc;
	padding: 0;
	width: 385px;
	height: 150px;
}

.review_info td
{
	border: 1px solid #f0dcdc;
	margin: 0;
	padding-left: 4px;
	vertical-align: middle;
	font: 13px/20px Verdana, Osaka, sans-serif;
}

.review_info td.brand
{
	width: 50px;
}

.pagebar
{
	margin: 10px 0;
	text-align: center;
	font-size: 12px;
}

.pagebar a
{
	padding: 2px 8px;
	background-color: #ffffff;
	border: 1px solid #e0e0ff;
	text-decoration: none;
}

.pagebar a:hover, .this-page
{
	background-color: #ffe8e8;
	border: 1px dotted #ff8080;
}

.this-page
{
	padding: 2px 8px;
	background-color: #e0e0ff;
	border: 1px solid #0000ff;
}
