body {
	color: #333;
	background: #eee;
	font-family: 'CI','meiryo','MS UI Gothic',Verdana, Geneva, sans-serif;
}
a {
    text-decoration:none;
}
table.cont1 td, .cont1 th
{
border-collapse:collapse;
color:#000000;
border:1px solid #999;
 padding: 3px 5px ;
font-size: 13px;
}
.name
{
        padding:0;
        margin: 0;
       font-size: 11px;
       text-align:center;
        line-height:12px
}
.title
{
       font-size: 16px;
	color: #000;
        font-weight: bold;
        padding: 5px 0 10px 20px;
}
.title span
{
	color: #008000;
}
.sample{
	position:relative;
	background:url(img/bg_a.png) no-repeat;
        padding: 20px 0 0 5px;
        margin: 0;
	width:480px;
	height:530px;
}
.Order{
	font-size: 14px;
	text-align: center;
        padding:0;
}
.Order, .Order a{
	color: #a80000;
}
.Order, .Order a:hover {
	color: #ff8040;
}
.credit {
	position:absolute;
	font-size: 9px;
	text-align: center;
	color: #663300;
        bottom:20px;
        left:120px;
}
.credit a {
	color: #008000;
        font-weight: bold;
}
.credit a:hover {
	color: #00bf00;
}
div#s-menu ul {
	position:absolute;
	right:30px;
	top:35px;

   float:right;
   margin:0;

}

div#s-menu li {
   margin:0;
   padding:0;
   float:left;
   font-size:11px;
   color:#333;
   text-align:center;
   list-style-type:none;
}

div#s-menu li span {
   font-family:verdana;
   font-size:11px;
   color:#fff;
}

div#s-menu li a{
   display:block;
   width:60px;
   padding:2px;
   color:#fff;
   background:url(/img/bg_menu.gif) 0 100% repeat-x;
}

div#s-menu li a:hover{
   text-decoration:none;
   color:#462300;
   background:url(/img/bg_menu.gif) 100% 100% repeat-x;
}