/* CSS Document */




/*お絵描き掲示板*/

.oeb_back   {
       margin-bottom:3px;
       padding:4px;
	   width:422px;
	   height:102px;
	   background: url(oeb_bg.jpg) no-repeat;
}

.oeb_back2  {
       margin-bottom:3px;
       padding:4px;
	   width:422px;
	   height:102px;
	   background: url(oeb_bg2.jpg) no-repeat;
}

.oeb   {
       margin:0;
       padding:5px;
	   padding-left:6px;
}

 p.oeb-title {
        font-weight: bold;
		background: url(top_arrow2.gif) no-repeat left center;
		text-indent: 20px;
		font-size:13px !important;
		margin: 0;
		padding-top:2px;
}

.oeb a:hover .oeb-title  {
     background: url(top_arrow2_2.gif) no-repeat left center;
}

p.note  {
       margin:4px 0 4px 7px;
	   font-size: 12px !important;
	   color: #444;
	   line-height:1.5;
}

.thumb  {
         float:right;
         margin:0 12px 0 4px;
		 border:0;
}


.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*コピーライト*/
address   { font-style:normal;
            font-size:8pt;
			width:800px;
			text-align:right;
			margin-top:5px;
			
			margin-bottom:5px;
			padding-right:8px;
}

/*当サイトについて/ファイターについて*/

div.site   {
       margin:0 5px;
       padding:0;
	   width:420px;
}

div.site p  {
      font-size:12px;
      color:#444;
	  margin-bottom:10px;
	  padding:0;
	   line-height:150%;
}

div.site p span {
      color:blue;
	  font-size:11px;
}

.admin{
      font-size:12px;
	  font-family:verdana;
      color:#666;
	  margin:50px 0 20px 0;
	  padding-top: 4px;
	  border-top: solid 2px #777;
}

div.button {
     text-align:center;
	 margin:20px 0;
	 padding:0;
}

div.button a{
     border:solid 1px #888;
	 padding: 4px 7px;
	 background: #99ffff;
	 font-weight: bold;
}

div.button a:hover{
     border:solid 1px #333;
	 background: #0066cc;
	 color:#fff;
	 text-decoration:none !important;
}

/*利用規約*/
 ul.kiyaku{
         padding:0;
		 margin:0;
		 list-style-type:none;	 
		 color:#444;
}

li.kiyaku{
         margin-left:6px;
         margin-bottom:10px;
         line-height:150%;
		 font-size:12px;
		 
}

/*使い方*/

 ul.howto{
        padding-left:0;
		 margin-left:0;
		 color:#444;
		 list-style-type:none;		 
}

li.howto{margin-left:3px;
         margin-bottom:10px;
         line-height:150%;
		 font-size:12px;
		 
}

/*インラインフレーム*/

#info   {
      width:420px;
	  height:290px;
	  margin-bottom:10px;
}

#fighter  {
      width:420px;
	  height:350px;
	  margin-bottom:10px;
}

