/* 全体指定 */

body{

}

.children{
	width:800px;
}

.fukidashi{
	margin-top:150px;
}


.right{
	margin-top:20px;
	margin-bottom:40px;
	width:327px;
	margin-left:350px;
	line-height:1.5em;
	text-align: left;	
	}
	
.right p{
	font-size: 14pt
	color: #666;
	padding:10px 30px;
	background: url(img/round_bg_r.gif);
	border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
	
.left{
	width:327px;
	margin-top:20px;
	margin-bottom:40px;
	margin-left:120px;
	line-height:1.5em;
	text-align: left;	
	}
	
.left p{
	font-size: 14pt
	color: #666;
	padding:10px 30px;
	background: url(img/round_bg.gif);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.mid{
　width:500px;
　margin:0 auto;
 text-align: center;
	
	}
	


