

/* よく登場する要素のリセット */

h1, h2, h3, h4, h5, h6, p, address,

ul, ol, li, table, caption, th, td, img, form body {



	        margin: 0;

	        padding: 0;

	        border: none;

	        font-style: normal;

	        font-weight: normal;

	        font-size: 100%;

	        text-align: left;

	        list-style-type: none;

}



*  { 

          padding : 0px ; 

          margin : 0px ; 

} 



/* テキストエリア内文字サイズのブラウザ間での差異をなくす */



textarea { font-size: 100%; }







/* 画像の下にできる隙間をなくす */



img { vertical-align: bottom; }



/*クリアフィックス*/







.clearfix:after {

	  content: "."; 

	  display: block; 

	  height: 0; 

	  clear: both; 

	  visibility: hidden;

}



.clearfix{

	min-height:1px;

}



*html .clearfix{



	height:1px;



	/*\*//*/



	height:auto;



	overflow:hidden;



	/**/



}

body{

	background: #FFFFFF url("/renewal/all_back.jpg") repeat;

}



/*全体の枠*/

div#wrap{

	width:750px;

	padding:0;

	margin:10px auto;

	background:#FFFFFF;

	color:#222222;

	font-size:14px;

}

/*左側*/

div#left{

	padding:0;

	margin:0;

	width:300px;

	float:right;

}



/*右側*/

div#right{

	padding:0;

	margin:0;

	width:400px;



}

p{

	text-align:right;

}

.jump{

	text-align:center;

}