/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
	}

body{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #666666;
	line-height: 1.5;
	}

#wrapper{
	width: 760px;
	margin: 0px auto;
	}

h1{
/*	position: relative;
	top: 40px;
*/
	padding-top:30px;
	text-align: center;
/*	line-height: 0;*/
	font-size: 15px;
	}

h2 {
	font-size: 13px;
	margin-left: 25px;
	}



/*ヘッダーエリアのスタイル↓↓*/

#line{
	background-image: url(img/line_pledge.png);
	background-repeat: repeat-x;
	}

#logo{
	margin: 10px 0px;
}

#bar{
	margin: 0 0 20px 0;
	}

/*コンテントエリアのスタイル↓↓*/

p#date{
	float: right;
	margin-right: 30px;
/*	position: relative;
	top: 35px;*/
	}

#section01{
	/*position: relative;*/
	margin: 15px 0 0 0;
	background: url(img/bg.png) no-repeat;
/*	width: 760px;*/
	height: 422px;
	}

#textarea01{
/*	position: relative;*/
	width: 690px;
	height: 230px;
	margin: 0 auto 0 auto;
	overflow-y: auto;
	}

#contract{
	width: 160px;
	margin: 30px auto 0 auto;
	}

#btn_radio{
	margin: 5px auto 0 auto;
	}

#btn_submit{
	margin: 10px 15px 0 5px;
	float: left;
	}

#cancel{
	margin: 10px 0 0 0;
	}


