@charset "utf-8";

/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; font-style: normal; }
abbr,acronym { border:0; }
table { border-collapse:collapse; border-spacing:0; }

/* GLOBAL NAV */
a.contact {
	background-position: -400px -265px;
	cursor: default;
}
a:hover.contact {
	background-position: -400px -265px;
}

/* TYPE MAINCOL */
#maincol p {
	margin: 20px 65px 0 30px;
	padding: 0;
	font-size: 73%;
	font-family: 'Verdana','Hiragino Kaku Gothic Pro','qMmpS Pro W3','lr oSVbN', sans-serif;
	line-height: 1.8em;
	color: #333;
	text-align: left;
}
#maincol a {
	text-decoration: none;
	color: #333;
}
#maincol a:hover {
	text-decoration: none;
	border-bottom: dashed 1px #AD495A;
}
#maincol h3.thanks {
	margin: 25px 65px 20px 30px;
	font-size: 93%;
	font-family: 'Verdana','Hiragino Kaku Gothic Pro','qMmpS Pro W3','lr oSVbN', sans-serif;
	font-weight: bold;
	color: #333;
}
/* My Form */
p, h3, form, button { border:0; margin:0; padding:0; }
.spacer { clear:both; height:1px; }

/* stylized */
#maincol .stylized {
	margin: 25px 65px 0 30px;
	padding: 20px;
	width: 446px;
	border: solid 2px #973549;
	background: #e7c5cc;
}
#maincol .stylized h3 {
	margin-bottom: 20px;
	font-size: 93%;
	font-family: 'Verdana','Hiragino Kaku Gothic Pro','qMmpS Pro W3','lr oSVbN', sans-serif;
	font-weight: bold;
	color: #333;
}
#maincol .stylized h4 {
	font-size: 73%;
	color: #333;
	margin-bottom: 25px;
	border-bottom: solid 1px #973549;
	padding-bottom: 10px;
}
#maincol .stylized p {
	font-size: 73%;
	color: #333;
	margin-bottom: 20px;
	border-bottom: solid 1px #973549;
	padding-bottom: 10px;
}
#maincol .stylized label {
	margin: 7px 0 0 0;
	display: block;
	font-weight: bold;
	text-align: right;
	width: 140px;
	float: left;
	font-size: 73%;
	color: #333;
}
#maincol .stylized input {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #973549;
	width: 250px;
	margin: 2px 0 20px 10px;
}
#maincol .stylized textarea {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #973549;
	width: 250px;
	height: 200px;
	margin: 2px 0 20px 10px;
}
#maincol .stylized button {
	clear: both;
	margin-left: 150px;
	width: 125px;
	height: 31px;
	background: #666666 url(../images/button.png) no-repeat;
	text-align: center;
	line-height: 31px;
	color: #FFFFFF;
	font-size: 73%;
	font-family: 'Verdana','Hiragino Kaku Gothic Pro','qMmpS Pro W3','lr oSVbN', sans-serif;
	font-weight: bold;
}


