/* CSS Document */
#orderin{
	margin: 0 auto;
	width: 360px;
	background-color: #FFFFFF;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}


#orderin top{
	margin-top: 20px;
	}

#orderin table{
	width : 360px;
	margin-bottom: 5px;
	margin-right: auto;　
	margin-left: auto;
		}

#orderin h1.order{
	background-color: #CC0000;
	font-size: 14px;
	font-weight: normal;
	line-height: 32px;
	padding-left: 5px;
	color: #FFFFFF;
	height: 32px;
	}

#orderin p.sentence{
	width: 360px;
	font-size: 12px;
	color: #333366;
	text-align: center;
	line-height: 18px;
	}


#orderin p.triangle{
	width: 342px;
	border-top: 1px solid #999999;
	border-bottom: 1px dotted #999999;
	background-image: url(../img/triangle.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	font-size: 12px;
	line-height: 15px;
	color: #333366;
	margin: 5px 0px;
	}

#orderin p.prog_name{
	margin: 10px 0px;
	text-align: center;
	font-size: 12px;
	color: #CC0000;
	}
	
#orderin p.dotted{
	border-bottom: 1px dotted #999999;
	width: 360px;
	}
