@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.4;
	*line-height: 2;
	color: #333333;
}
* html body { 
  font-size: x-small; /* IE 6 or sooner */
} 
/* text-link */
a:link	{
	text-decoration: underline;
	color: #336600;
}

a:hover	{
	text-decoration: underline;
	color: #99CC00;
}

a:active	{
	text-decoration: underline;
	color: #99CC00;
}

a:visited	{
	text-decoration: underline;
	color: #336600;
}
div.box-contents {
	margin-bottom: 29px;
	padding-bottom: 1px;
	clear: both;
}

div.box-contents-left {
	width: 355px;
	margin-bottom: 29px;
	padding-bottom: 1px;
	float: left;
}

div.box-contents-right {
	width: 355px;
	margin-bottom: 29px;
	padding-bottom: 1px;
	float: right;
}

.caution {
	color: #FF0000;
} 

.caption {
  font-size: x-small;
} 
table {  
    border-collapse:collapse;   
    border-spacing:0; 
	font-size: small;
	border: 1px #E7E7E7 solid;
} 


table td {
	padding: 4px;
	border: 1px #E7E7E7 solid;
	color: #666666;
}

table th {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 4px;
	border: 1px #E7E7E7 solid;
	background-color: #F3FAE4;
	color: #666666;
}

caption,th {  
    text-align:left;  
    font-style:normal;   
    font-weight:normal;  
	padding-right: 3px;
} 

p.sammary {
	margin-bottom: 10px;
	font-size: 12px;
	color: #666666;
} 

input,textarea {
	border: 1px #E7E7E7 solid;
} 

p.text-confirm {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	color: #666666;
} 

p.text-confirm {
	margin-top: 20px;
	margin-bottom: 20px;
} 

.btn-contact-block .btn-submit {
	position: absolute;
	left: 0px;
	width: 112px;
	height: 25px;
	display: block;
	text-indent: -9999%;
	font: 0/0 normal;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../../contact/img/btn_send.gif);
	cursor: pointer;
	border: none;
}

.btn-contact-block .btn-reset {
	position: absolute;
	left: 122px;
	width: 112px;
	height: 25px;
	display: block;
	text-indent: -9999%;
	font: 0/0 normal;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../../contact/img/btn_reset.gif);
	cursor: pointer;
	border: none;
}
input.btn-submit:hover,input.btn-reset:hover {
	background-position: 0 100%;
}
h1#trial {
	font-size: 16px;
	padding: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

