/* CSS Document */

.jw780{ 
		width:780px;
		background-color:#EAE9E6;
		font-size:12px;
		color:#555555;
		line-height:180%;
		margin:0 auto;
		}
		
.jw_in{	margin:6px;
		width:766px;
		background-color:#F9F8F4;
		border:1px #F9F8F4 solid;
		text-align:center;
		padding-bottom:5px;
		}
		
.jw_cont{
		margin:6px 6px 0 6px;
		background-color:#FFFFFF;
		border-bottom:1px #D9D9D9 solid;
		clear:both;
		}

.jw_gray{border-bottom:1px #D9D9D9 solid;
         }		
		
.jw_title{
		background-color:#FA8BB1;
		border-color:#FCAFCA #F96F9F #F96F9F #FCAFCA;
		border-style:solid;
		border-width:1px;
	    color:#FFFFFF;
		letter-spacing:0.2em;
		padding:2px;
		text-align:center;
		}

.jw_c{ border-top:1px #FFFFFF solid;}
		
.jw_c_left{
		float:left;
		width:200px;
		background-color:#D9D9D9;
		text-align:center;
		padding:2px;
		margin-right:7px;
		}
		
.jw_c_right{
	background:#FFFFFF;
	text-align:left;
	padding:2px;
	}
	
.jw_c_waku{background-color:#D9D9D9;
			line-height:180%;
			padding:6px;
    }
	
.jw_c_waku_in{background-color:#ffffff;
			 text-align:left;
			 padding:5px;
           }
		   
		   
.botan{color:#F5729F;
}	   

.jw_c_left_botom{
        width: 120px;
		float:left;
		text-align:center;
		padding:0px;
		margin-right:7px;
		}	

.jw_c_center_botom{
        width: 500px;
	float: left;
		}			

.jw_c_right_botom{
		float:right;
		width:120px;
		text-align:center;
		padding:2px;
		margin-right:7px;
		}		
	
div#jw_c_right_botom p.tit {
	background:#006600;
	color: #FFFFFF;
	padding: 3px;
}

div#jw_c_right_botom p.txt {
	color: #CC6600;
}	

.jw_botom{backgroun:#ffffff;
         }

div#jw_c_right_botom p.txt span {
	color: #FF0000;
	font-size: 1.2em;
}
	
div#ft {
	width: 780px;
	border-top: 1px #cccccc solid;
	padding: 15px 0 0 0;
	margin: 0 0 25px 0;
	font-size:12px;
}


div#ft-left {
	width: 120px;
	float: left;
}


div#ft-center {
	width: 530px;
	float: left;
}
div#ft-center a.link {
	text-decoration: underline;
}
div#ft-center span a {
	color:#006600;
	font-weight: bold;
	text-decoration: underline;
}


div#ft-right {
	width: 120px;
	float: right;
	border: 1px #006600 solid;
	text-align: center;
	font-size: 0.8em;
}
div#ft-right p.tit {
	background:#006600;
	color: #FFFFFF;
	padding: 3px;
}
div#ft-right p.txt {
	color: #CC6600;
}
div#ft-right p.txt span {
	color: #FF0000;
	font-size: 1.2em;
}		 
	
.jw_cyui{ border:1px #cccccc solid;
          padding:7px;
         }	
		   
/*  作った		   
<br>
<div class="jw780">  <!-- 外枠　-->
  <div class="jw_in">    <!-- 外中枠　-->
  
    <div class="jw_cont">      <!-- ピンクタイトル含むコンテンッ -->
      <div class="jw_title">        <!-- ピンクタイトル　-->
        title </div>      <!-- ピンクタイトル　end -->
      <div class="jw_c">        <!-- 空白　-->
        <div class="jw_c_left">          <!-- グレータイトル -->
          c_left </div>        <!-- グレータイトル　end -->
        <div class="jw_c_right">          <!-- 右側箱　-->
          right </div>        <!-- 右側箱 end -->
        <div style=" clear:both;"></div>        <!-- float かけたから取り消し　-->
      </div>      <!-- 空白　end -->
    </div>    <!-- ピンクタイトル含むコンテンッ end -->
			   
*/		   
		   
		   
		   
		   
		   