@charset "UTF-8";

/* Reset browser defaults */
@import url('reset.css');


body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	color: #777777;
	font-family: Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
body,td,th {
	font-size: 100%;
	color: #777777;
	line-height:1.2em;
}
th {
	text-align: right;
	padding-right:3px;
	font-size: 80%;
	line-height:1.2em;
}
radio {
	margin:0px;
	padding:0px;
}
a:link {
	color: #3cb371;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3cb371;
}
a:hover {
	text-decoration: none;
	color: #7ED7A6;
}
a:active {
	text-decoration: none;
	color: #3cb371;
}
p,h1,h2 {
	margin: 0px;
	padding: 0px;
}
#container {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 400px;
	position:relative;
	text-align:left;
}
#header h1{
	height:111px;
	width: 400px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:center;
	text-indent: -500em;
	outline-style: none;
}

#productname {
width: 400px;
height:150px;
border: 1px solid #CCCCCC;
background: #FFFFFF;
}
#firstname, #mail, #lastname, #address, #address2, #city, #state, #zip, #tel  {
width: 400px;
border: 1px solid #CCCCCC;
background: #FFFFFF;
padding:3px;
}

textarea {
	color: #333333;
	font-family: Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	line-height:1.5em;
}
input {
	color: #333333;
	font-family: Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
}

.border {
	border-top:#999 dotted 1px;
	margin-top:15px;
	padding-top:15px;
	width: 389px;
}

.green{
	color:#090;
}
.small {
	font-size:9px;
}
.text1{
	font-size:90%;
	line-height:1.3em;
}
.text1 p{
	margin-bottom:40px;
}

.text2{
	font-size:90%;
	line-height:1.3em;
	margin-right:5px;
}
.text3{
	font-size:80%;
	line-height:1.3em;
}
.text3 p{
	margin-bottom:40px;
}
.text4{
	font-size:80%;
	display:inline;
}
.spacerow {
font-size:5px;
line-height:1em;
height:5px;
}