#contact a {
	height: 33px;
	width: 94px;
	background-image: url(images/07_global_nav.gif);
}
.crea{
	clear: left;
}
#menu_a{
	background-color: #99CC99;
	float: left;
	height: 50px;
	width: 150px;
	margin-right:2px;
	margin-top: 10px;
}
#menu_b{
	background-color: #0099FF;
	float: left;
	height: 50px;
	width: 150px;
	margin-right:2px;
	margin-top: 10px;
	
}
#menu_c{
	background-color: #CC0066;
	float: left;
	height: 50px;
    width: 150px;
	margin-right:2px;
	margin-top: 10px;
}
#menu_d{
	background-color: #99CC99;
	float: left;
	height: 50px;
    width: 150px;
	margin-right:2px;
	margin-top: 10px;}
#menu_e{
	background-color: #0099FF;
	float: left;
	height: 50px;
    width: 150px;
	margin-right:2px;
	margin-top: 10px;;
}
#menu_f{
	background-color: #CC0066;
	float: left;
	height: 50px;
	width: 150px;
	margin-right:2px;
	margin-top: 10px;
}
/* オーダーフォーム
---------------------------------------------*/
#orderform  {
width:493px;
margin-left:80px;
}
#orderform fieldset {
	margin-top: 10px;
	border: 1px solid #ccc;
}
#orderform legend {
	padding-top: 1px;
	color: #333333;
	font-weight: bold;
}
#orderform dl {
	padding: 5px 10px 10px 10px;
}
#ordeform dt {
	height: 60px;
	width: 400px;
}
#orderform dd {
	padding: 2px 0 5px 0;
	border-bottom: 1px solid #CCCCCC;
}
#orderform em {
	color: #DC0101;
	font-style: normal;
}
#orderform .submit {
	margin-top: 0px;
	text-align: center;
	background-color: #FFFF00;
	height: 40px;
	width: 500px;
	padding-top: 10px;
}
#orderform select {
	background: #F7F7F7;
}
#orderform .assist {
	color: #666666;
	font-size: 80%;
}
#orderform .text1 {
	width: 150px;
}
#orderform .text2 {
	width: 4em;
}
#orderform .text3 {
	width: 200px;
}
#orderform .text4 {
	width: 35px;
}
#orderform .text1,#orderform .text2,#orderform .text3 {
	background: #FFFFFF;
	border: 3px double #CCCCCC;
	padding: 2px;
}