/* CSS Document */
*{
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",sans-serif; 
}
.clear_b{
	clear: both;
}
body{
}
#back {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#root{
	width: 800px;
	margin:0px auto;
}
h1{
	margin-bottom: 10px;
}
/* リンクの指定 */
A:link{
		color:#339966;
		text-decoration:underline;
		}
A:visited{
		color:#339966;
		text-decoration:underline;
		}
A:active{
		color:#339966;
		text-decoration:underline;
		}
A:hover{
		color:#666666;
		text-decoration:underline;
		}

/* 文字、行の指定 */
p,li,dl{
	line-height: 1.5em;
}
em{
	font-style: normal;
	font-weight: bold;
}
.red{
	color: #FF0000;
}
.font_120{
	font-size: 120%;
}
	/* あき */
.space_b{
	margin-bottom: 10px;
}
	/* 熨斗 */
#nosi{
	margin: 10px auto;
}
	#nosi p{
		margin: 0 auto;
		text-align: center;
	}
	#nosi p{
		font-size: 80%;
	}
/* キャンセル */
.cancel{
	margin: 5px auto;
	border-collapse: collapse;
	font-size: 90%;
}
table.cancel{
	border: 1px solid #000000;
}
.cancel tr{
}
.cancel td{
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 2px 4px 0;
}
.can_size{
	border-left: 1px solid #000000;
	width: 60px;
	text-align: left;
}
.can_en{
	text-align: right;
}

