/* ------------------------------
名入れページ
------------------------------ */


div#name_top {
	width:630px;
	margin:0;
	padding:25px;
	background-color:#FFFFFF;
	background-image:url(../img/name/back.png) ;
	background-repeat: no-repeat; 
	background-position: right top; 
	overflow:hidden;
	-webkit-border-top-left-radius: 10px;  
    -webkit-border-top-right-radius: 10px;  
    -webkit-border-bottom-right-radius: 10px;  
    -webkit-border-bottom-left-radius: 10px;  
    -moz-border-radius-topleft: 10px;  
    -moz-border-radius-topright: 10px;  
    -moz-border-radius-bottomright: 10px;  
    -moz-border-radius-bottomleft: 10px;
}


.wrap {
	width:160px;
	float:left;
	margin:20px 0 ;
	padding-left:3px;
}
.name_text {
	width:460px;
	float:right;
	margin:20px 0;
}

.name_p {
	font-size:16px;
	font-weight:bold;
	letter-spacing:1.1;
	padding:0;
	margin:0;
	color:#59493f;
	line-height:1.3;
}

.name_p2 {
	font-size:14px;
	font-weight:bold;
	padding:10px 0 0 0;
	margin:0;
	color:#59493f;
	line-height:1.3;
}


table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
}

th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}
 
th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 5px 10px 5px 10px;
    text-align: left;    
}


.bordered th {
	background-color:#E9F6FC;
}


.bordered td.cen {
	text-align:center;
}


.bordered td a:link {
	color:#1A91CB;
	text-decoration: none;
}

.bordered td a:visited {
	color: #1A91CB;
	text-decoration: underline;
}

.bordered td a:hover {
	color:#785314;
	text-decoration: underline;
	opacity:0.7;
}







