@charset "utf-8";
@import "bbsColorStyle.css";
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
　TOKYOHEADLINE　路地裏ダイヤモンド 
		/ vestall / BBSの基礎スタイル
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
* {
	margin: 0;
	padding: 0;
	font-family: Verdana,
			Arial,
			Osaka,
			"MS UI Gothic",
			"ＭＳ Ｐゴシック",
			sans-serif;
	}

body {
	font-size: small;
	text-align: center;
	margin: 20px auto;
	}

a {
	text-decoration: none;
	border: 0;
	padding: 0;
	}

h1, h2, h3, h4, h5, h6,
div, br, form, pre, blockquote,
dl, dt, dd, ul, li, table {
	font-weight: normal;
	line-height: 100%;
	margin: 0;
	padding: 0;
	}

ul {
	list-style: none;
	}

small {
	font-size: x-small;
	}

input, textarea {
	margin: 0;
	padding: 0;
	}

a img, hr {
	border: 0;
	}

.non {
	display: none;
	}

.clr {
	font-size: 0;
	line-height: 0;
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	padding: 0;
	border: 0;
	}

* html .pkg {
	display: inline-block;
	}
/* no ie mac \*/
* html .pkg { height: 1%; 	}
.pkg { display: block; 	}
/* */

/*-------------------------------------*/
.position-right {
	text-align: right;
	}

.position-center {
	text-align: center;
	}

.position-left {
	text-align: left;
	}


/*-------------------------------------
 著作権表示----------------------------*/
#copyright {
	font-size: x-small;
	line-height: 125%;
	margin: 5px auto;
	padding: 2px 0;
	}

#copyright small {
	font-size: 90%;
	}

.decoration-copy {
	font-weight: bold;
	}


/*-------------------------------------
	メイン 設定
---------------------------------------*/
#body-center {
	text-align: center;
	margin: 5px auto;
	}

#body-center table {
	text-align: center;
	margin: 0 auto;
	}

td {
	padding: 3px 2px;
	}

#page-header {
	margin: 0 0 5px;
	}

#page-header h1,
#page-header h2 {
	font-size: small;
	}

#page-header h1 {
	font-size: 120%;
	font-weight: bold;
	margin: -8px 0 0;
	padding: 3px;
	}

#page-header h2 {
	line-height: 125%;
	margin: 3px;
	padding: 2px;
	}


/*-------------------------------------
 記事部分以外の各パーツ----------------*/
#bbs-header {
	font-size: x-small;
	margin: 2px 0 6px;
	padding: 6px 0;
	border-width: 1px 0;
	border-style: solid;
	}

#note {
	margin: 40px 0 20px;
	}


/*-------------------------------------
 記事部分（ツリー型）------------------*/
#thread-article {
	font-size: x-small;
	text-align: left;
	margin: 5px 0 3px;
	}

#thread-article ul {
	margin: 5px 0 0;
	padding: 0 5px 10px;
	border-width: 0 0 1px;
	border-style: solid;
	}

#thread-article li {
	line-height: 155%;
	}

.chip {
	font-size: x-small;
	font-style: normal;
	padding: 0 0 0 2px;
	}

.article-header {
	font-size: 115%;
	padding: 0;
	}

.article-datemark {
	font-size: 94%;
	padding: 0 1px;
	}

ul.tree ul {
	margin: 0 0 0 3px!important;
	padding: 0 0 0!important;
	list-style: none!important;
	border: 0!important;
	}
/*
ul.tree ul {
	margin: 0!important;
	padding: 0!important;
	}*/

ul.tree ul li {
	margin: 0 !important;
	padding: 0 0 0 15px !important;
	background-image: url("http://www.tokyoheadline.com/blog/ranshin/images/tree_lst_dotted_w.gif");
	background-repeat: no-repeat !important;
	list-style: none!important;
	}

ul.tree ul li.end {
	background-image: url("http://www.tokyoheadline.com/blog/ranshin/images/tree_end_dotted_w.gif");
	list-style: none;
	}
/*
ul.tree {
	margin: 0 0 0 3px!important;
	padding: 0!important;
	font-size: 9px;
	list-style: none!important;
	}

ul.tree ul {
	margin: 0!important;
	padding: 0!important;
	}

ul.tree li {
	margin: 0 !important;
	padding: 0 0 0 13px !important;
	background-image: url("http://www.tokyoheadline.com/blog/ranshin/images/tree_lst_dotted_w.gif");
	background-repeat: no-repeat !important;
	list-style: none!important;
	}

ul.tree li.end {
	background-image: url("http://www.tokyoheadline.com/blog/ranshin/images/tree_end_dotted_w.gif");
	list-style: none;
	}
*/


/*-------------------------------------
 引用部分（ツリー型）------------------*/
#article-body {
	font-size: small;
	text-align: left;
	line-height: 140%;
	margin: 4px 0;
	}

#article-body h3.article-header {
	font-size: small;
	font-weight: bold;
	text-align: left;
	margin: 10px 3px 2px;
	padding: 3px 0 0 5px ;
	}

#article-data {
	text-align: left;
	line-height: 120%;
	padding: 0 0 0 15px;
	}

#article-data .chip,
#article-data .article-datemark {
	font-size: x-small;
	font-style: normal;
	padding: 4px 0 0 3px;
	}

#article-admin {
	font-size: x-small;
	position: relative;
	margin: 5px 0 -5px;
	width: 100%;
	}

#article-admin-inner {
	position: static;
	width: 100%;
	}

#article-admin em {
	font-size: 120%;
	font-weight: normal;
	font-style: normal;
}

#alpha, #beta {
	font-size: x-small;
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
	}
	
#alpha {
	width: 50%;
	}

#beta {
	width: 49%;
	}

#alpha-inner {
	position: static;
	text-align: left;
	padding: 2px 6px;
	}

#beta-inner {
	position: static;
	text-align: right;
	padding: 2px;
	}

.article-text {
	font-size: small;
	margin: 0;
	padding: 12px 0 15px;
	width: 100%;
	border-width:1px 0;
	border-style: solid;
	clear: both;
	}

.article-text h4 {
	font-size: 95%;
	font-weight: bold;
	margin: 0 0 6px;
	padding: 0 10px 0 15px;
	}

.article-text p {
	font-size: 90%;
	line-height: 150%;
	padding: 0 10px 0 20px;
	}


/*-------------------------------------
	コメント入力 設定
---------------------------------------*/
#comments-form {
	font-size: x-small;
	text-align: center;
	margin: 12px auto;
	width: 320px;
	}

#comments-input {
	text-align: left;
	margin: 3px 0 0;
	}

#comments-input p {
	line-height: 130%;
	margin: 5px 0;
	padding: 0 0 2px;
	}

#comments-form p.comment-textarea {
	margin: 5px 0 0;
	padding: 0;
	}

#comment-author, #comment-email,
#comment-url, #comment-password,
#comment-title, #comment-text {
	font-size: small;
	line-height: 140%;
	padding: 3px;
	width: 320px;
	border-width: 1px;
	border-style: solid;
	}

#comments-form label {
	font-size: 120%;
	margin: 2px 0;
	display: block;
	}


#comments-input .cap {
	font-size: x-small;
	}

#comments-footer {
	text-align: right;
	margin: 1px 0;
	}

.form-button {
	font-size: x-small;
	margin: 0 0 0 1px;
	padding: 2px 5px;
	border: 0;
	}


/*-------------------------------------
	検索ページ 設定
---------------------------------------*/
#search-body {
	text-align: center;
	margin: 20px auto 10px;
	width: 320px;
	}

#search-entry {
	font-size: x-small;
	text-align: center;
	width: 100%;
	}

#search-textinput {
	font-size: small;
	margin: 2px 0 5px;
	padding: 3px;
	width: 100%;
	border-width:1px;
	border-style: solid;
	}

#search-attention {
	font-size: 110%;
	line-height: 140%;
	margin: 5px 0;
	}

#search-attention input {
	vertical-align: middle;
	}

#search-attention .search-radio {
	padding: 0 10px;
	}

#search-footer {
	text-align: right;
	margin: 10px 0 12px;
	}


/*-------------------------------------
	検索結果 設定
---------------------------------------*/
#search-word {
	font-size: small;
	margin: 12px 0 8px;
	padding: 2px 0 8px;
	border-width: 0 0 1px 0;
	border-style: solid;
	}

#search-word small {
	font-size: x-small;
	}

#search-word em {
	font-size: 105%;
	font-weight: bold;
	font-style: normal;
	}

#search-result dl {
	font-size: x-small;
	text-align: left;
	margin: 0 0 12px;
	}

#search-result dt {
	font-size: 115%;
	line-height: 140%;
	margin: 0 0 2px;
	padding: 3px 4px;
	}

#search-result dd {
	font-size: 108%;
	line-height: 160%;
	padding: 6px 10px;
	border-width: 1px 0;
	border-style: solid;
	}


/*-------------------------------------
	エラー表示 設定
---------------------------------------*/
#error-display {
	font-size: medium;
	margin: 60px 0 30px;
	}

/*-------------------------------------*/
