@charset "utf-8";


/*------------------------------------------------------------contents*/

#contents{
	background-image:url(../image/bg_contents_orderform.jpg);
	background-repeat:no-repeat;
	margin-bottom:0px;
	border-top:1px solid #AF7E4E;
}


/*--------------------------------------------------------contentsleft*/

#contentsleft{
	width:184px;
	height:750px;
	float:left;
	padding:0px;
	margin:0px;
	background-image:url(../image/session_side_bg.jpg);
	background-repeat:no-repeat;
}

/*--------------------------------------------------------contentsright*/

#contentsright{
	width:630px;
	float:left;
	padding:0px 0px 0px 30px;
	margin-bottom:50px;
}


#contentsright #ttl{
	margin-left:-30px;
}

#contentsright p{
	line-height:1.4em;
	font-size:13px;
	margin:20px 0px 0px 0px;
}

#contentsright h2{
	margin-top:50px;
}

#image1{
	float:right;
	margin:20px;
	margin-right:0px;
}

strong{
	line-height:120%;
}
strong a{
	font-weight:bold;
}

#contentsright table{
	margin-top:25px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}
#contentsright td{
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding-left:10px;
	color:#000000;
}
#contentsright tr.lineA{
	background-color:#EDE4EB;
}
#contentsright tr.lineB{
	background-color:#E0CFDC;
}



#footer{
	margin:0px;
}