body {margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;}

.style1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Red Button (start) */
        .red-button, .red-button .text {
	cursor: pointer;
	background: #cb0000 url(http://www.sannas.jp/skin/frontend/sannas/default/images/bg_red-button_w.png) no-repeat;
	display:-moz-inline-stack;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display:inline-block; 
	height: 31px;
	line-height: 31px;
}

.red-button {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}

.red-button {
	position: relative;
	overflow: hidden;
}

.red-button .text {
	font-size: 12px;
	display: inline-block;
	margin: 0 0 0 9px;
	padding: 0 9px 0 0;
	overflow: hidden;
	text-transform: uppercase;
	color: #FFF;
	background-position: right top;
	border:0;
	white-space:nowrap;
}

.red-button:hover, .red-button:hover .text { background-color: #d90000; }

.red-button input:focus { border: 1px solid #000; }

.red-button:active, .red-button:active .text { background-color: #f00; }

a.red-button:hover { text-decoration: none; }

input.input-text,  textarea {
	border:1px;
	font: 12px arial, "Hiragino Kaku Gothic Pro", Verdana, sans-serif;
}


