@charset "utf-8";
h1,h2,h3,h4,h5,h6,p,address,
ul,ol,li,dl,dt,dd,table,th,td,img{
	margin:0;
	padding:0;
	border:none;
	font-size:100%;
	line-height:1.4;
	font-style:normal;
	list-style-type:none;
	font-weight:normal;
	text-align:left;
}

form{
margin:0;
padding:0;
overflow:auto;
line-height:100%;
font-style:normal;
list-style-type:none;
font-weight:normal;
text-align:left;
}
textarea{
font-size:100%;
overflow:auto;
}
img{
vertical-align:bottom;
}
form{
margin:0px;
padding:0px;
}
a {
text-decoration:none;
}
a:link {
	text-decoration:none;
}
a:visited {
text-decoration:none;
}
a:hover {
text-decoration:none;
}

/*===========================================================
validatorここから
===========================================================*/
div.baloon {
position: absolute;
background: url("../img/baloon.gif") no-repeat top left;
z-index: 1;
padding-left: 5px;
color: red;
font-size: 110%;
}
div.baloon a {
margin-right: 2px;
padding: 2px;
color: red;
text-decoration: none;
}
div.baloon a:hover {
background-color: #eef;
}
div.baloon div {
padding: 7px 7px 14px 0;
background: url("../img/baloon_right.gif") no-repeat top right;
white-space: nowrap;
}
.ramune_sample {
	clear: both;
}
