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

#contents p{
	text-indent: 10px;
	margin-top: 10px;
	font-size: 18px;
	color: #F03;
}
#contact{
	margin-left:20px;
	background-image: url(../images/baggio2_01.gif);
	background-position: center;
	background-repeat: no-repeat;
}
#name{
	margin-left: 50px;
	border-style: double;
	border-width: 1px;
}
#kana{
	margin-left: 50px;
	border-style: double;
	border-width: 1px;
}
#tell{
	margin-left: 50px;
	border-style: double;
	border-width: 1px;
}
#email{
	margin-left: 50px;
	border-style: double;
	border-width: 1px;
}
#title{
	margin-left: 50px;
	border-style: double;
	border-width: 1px;
}
#text_box{
	margin-left: 50px;
	border-style: double;
	border-width: 1px;
}
#button{
	margin-left: 200px;
	margin-top: 20px;
	cursor: pointer;
	border-style: ridge;
	border-width: 5px;
	background-color: #039;
	color: #FFC;
	font-weight: bolder;
}
#button2{
	margin-left: 10px;
	margin-top: 20px;
	cursor: pointer;
	border-style: ridge;
	border-width: 5px;
	background-color: #C00;
	color: #FFF;
	font-weight: bolder;
}