/*****************************************************************************/
/*                                                                           */
/*   スタイルシートファイル of BBS of ChaichanPAPA's world                   */
/*                                                                           */
/*****************************************************************************/
/* chaibbs.css VER1.1                       Author ChaichanPAPA  2001.07.19  */
/* Copyleft (c) 2001 chaichan@parkcity.ne.jp                                 */
/*---------H3 & H4要素で使用--------------------------------*/
.TAB1{
           line-height: 1.5em;
           background-color: #466666;
           margin: 6px 0% 6px 0%;
           border:none;
           color: #FFFFFF;
}
/*---------書き込みエリアで使用-----------------------------*/
.TAB2{
           margin: 1em 2em 1em 2em;
}
/*---------返信エリアで使用 --------------------------------*/
.TAB3{
           margin: 1em 2em 1em 3em;
}
/*---------- H1要素で使用 ----------------------------------*/
.TAB4{ 
	color:#3d7097;
	font-size:1.6em;
	font-family:"Courier New",Courier;
	font-weight:bold;
	margin:1em 1em 1em 6em;
	padding:0;
	border-top:0px;
	border-right:0px;
	border-bottom:1px solid gray;
	border-left:0px;
	text-align:right !important
}
/*---------- H2要素で使用 ----------------------------------*/
.TAB5{     color: #004488;
           text-align:center;
           font-size: 1.6em;
}
/*--------- フォームで使用----------------------------------*/
.bbsform{
	padding: 0 1em;
}
.bbsform p{
	margin: 0;
}
.bbsform label{
	font-weight: bold;
	display: run-in;
	width: 4em;
}
/*--------- 各テキストボックスで使用------------------------*/
.textbox{
	border-style: solid;
	border-width: 1px;
	border-color: #000080;
	line-height: 1;
        color: #000080;
        background-color: #BBBBFF;
}
/*--------- 書込みボタンで使用 -----------------------------*/
.bottun1{
        background-color:#9999FF;  
        color:white;
}
/*--------- 取消しボタンで使用 -----------------------------*/
.bottun2{
        background-color:#FFFFFF;  
        color: #7777DD;
}
/*--------- 書き込み文字列で使用 -----------------------------*/
.iro01{
        color: #7777DD;
}
.iro02{
        color: #DF0000;
}
.iro03{
        color: #008800;
}
.iro04{
        color: #0000FF;
}
.iro05{
        color: #C100C1;
}
.iro06{
        color: #FF66FF;
}
.iro07{
        color: #FF8040;
}
.iro08{
        color: #000080;
}
.iro09{
        color: #004444;
}
/*----------------------------------------------------------*/
/*----------以下は汎用要素に対して--------------------------*/
/*----------------------------------------------------------*/
body{ 
           color: Navy; 
/*         background:#FBF2E3 url(../chaiimg/chaichan_1.png) no-repeat fixed 95% 88px; */
           background-color: #EFFFEF;
           margin: 5px 4% 30px 5%;
}
/*----------------------------------------------------------*/
p{ 
           color: #004488;
           margin: 10px 1% 10px 1%;
           line-height: 1.4em;
}
/*----------------------------------------------------------*/
A:link { 
           text-decoration: underline;
           color: #44aa44;
}
A:visited { 
           text-decoration: none;
           color: #3399dd;
}
A:active  {
           text-decoration: none;
}
A:hover{  
           text-decoration: underline;
           color: #550055;
}
h1{
	color:#3d7097;
	font-size:1.6em;
	font-family:"Courier New",Courier;
	font-weight:bold;
	margin:1em 1em 1em 6em;
	padding:0;
	border-top:0px;
	border-right:0px;
	border-bottom:1px solid gray;
	border-left:0px;
	text-align:right !important
}

h2{
	color:#3d7097;
	font-size:1.3em;
	font-family:"Courier New",Courier;
	font-weight:normal;
	margin:2em 1em 1em;
	padding:0;
	border-top:0px;
	border-right:0px;
	border-bottom:1px solid #3d7097 ;
	border-left:0px;
	text-align:center !important
}

/*----------------------------------------------------------*/
h3{
           color: #FFFFFF;
/*           background-color: #d8d8ff;  */
           background-color: #466666;
           font-size: 1.4em;
           margin: 6px 0% 6px 0%;
} 
/*----------------------------------------------------------*/
h4{ 
        color: #FFFFFF;
        background-color: #466666;
        font-size: 1em;
	margin: 0px 0% 6px 0%;
	padding: 0 1em;   
	line-height: 1.5em;
}
q {
	quotes: " " " "
}
q:before {
	content: open-quote
}
q:after {
	content: close-quote
}
cite,q{
	color:#A86C6C;
}
table{
	color:#000;
	font-size:1em;
	font-style:normal;
}
th{
	color:#dddddd;
	font-family:"MS UI Gothic",Osaka;
	background-color:#466666;
	border:1px solid #6666CC;
}
table,tr,td{
	color:Navy;
	border:1px solid #6666CC;
	/* 橙色背景用 #F5D6A1 */
	/* 藤色背景用 #fffff0 */
}
input, textarea, select{
	font-size:1.0em; 
	font-family:'ＭＳ ゴシック',monospace; 
}
html{
	scrollbar-3dlight-color:#CDDDCD; /*threadhighlight; */
	scrollbar-arrow-color:buttontext;
	scrollbar-base-color:#ECF2FC;
	scrollbar-darkshadow-color:threaddarkshadow;
	scrollbar-face-color:#CDDDCD;
	scrollbar-highlight-color:#FBF2E3;
	scrollbar-shadow-color:#CDDDCD;
}
form { display:none }

