/* Basic */
body{
	color:#000000;
	background-color:#ffffff;
	margin:0px;
}
a:link{
	color: #039;
	background-color:transparent;
	text-decoration: none;
}
a:visited{
	color:purple;
	background-color:transparent;
	text-decoration: none;
}
a:hover{
	color:blue;
	background-color:transparent;
	text-decoration: none;
}
a:active{
	color:#FF6600;
	background-color:transparent;
	text-decoration: none;
}
p,ul,ol,dl{
	line-height:1.5;
}
em{
	color:#000000;
	background-color:transparent;
	font-style:bold;
}
strong{
	color:#ff0000;
	background-color:transparent;
	font-style:bold;
}
address{
	font-size:small;
	font-style:normal;
}

/* Class */
.bg-white{
	color:#000000;
	background-color:#ffffff;
}
.order {  font-family: "Courier New", "Courier", "mono"; font-size: 14px; line-height: 120%; font-weight: normal}
.order_s { font-family: "Courier New", "Courier", "mono"; font-size: 12px; line-height: normal; font-weight: normal }




table.fsp {
	width: 550px;
	margin: 8px auto 0;
	border-collapse: collapse;
	border: 1px solid #CDD;
}
table.fsp td {
	text-align: left;
	padding: 8px;
}
table.fsp th {
	padding: 6px;
	border: 1px solid #CDD;
	text-align: left;
	background-color: #EDEDED;
}

/* 文字修飾用 */

.strike {
	text-decoration: line-through;
}
.u {
	text-decoration: underline;
}
.txcenter {
	text-align: center;
	display: block;
}
.txleft {
	text-align: left;
	display: block;
}
.txright {
	text-align: right;
	display: block;
}

/* 色定義 */
.blue {
	color: blue;
}
.darkblue {
	color: darkblue;
}
.green {
	color: green;
}
.red {
	color: red;
}
.vermillion {
	color: #CC0033;
}

/* 画像位置指定用 */
.img_l {
	float: left;
	display: block;
	margin-right: 5px
}
.img_r {
	float: right;
	display: block;
	margin-left: 5px;
}
.img_c {
	display: block;
	clear: both;
	text-align: center;
	margin: 5px auto;
}
