@charset "UTF-8";
/* CSS Document */

/*利用規約　全体設定*/
#content_guid {
	font :11px 'Lucida Grande','ヒラギノ角ゴ Pro W3',Helvetica, Verdana, sans-serif;
	line-height:20px;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	margin-top: 20px
}

h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,form,img {
	margin         : 0px;
	padding        : 0px;
	vertical-align : top;
	border         : none;
}

#Guid_top{
	background-image: url(../img/guide_back_top.png);
	width:850px;
	height:70px;
	display: block;
	background-repeat: no-repeat;
	padding-bottom:0px;
}
	
#Guid_mid{
	background-image: url(../img/back_mid.png);
	width: 770px;
	height: auto;
	display: block;
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: justify;
}

/*リード*/
#lead {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-align: justify;
}
/*小見出し*/
#Guid_mid h5{
	font-size: 14px;
	text-indent: 20px;
	background-image: url(../img/h5.png);
	background-repeat: no-repeat;
	background-position: 0%;
	margin-top: 20px; 
}
	
/*本文*/	
#Guid_mid p{
	font-size:12px ;
	line-height: 20px;
	text-align: justify;
	margin-top: 5px;
}

#Guid_bot{
	background-image: url(../img/back_bot.png);
	width:850px;
	height:40px;
	display: block;
	background-repeat: no-repeat;
}
