@charset "utf-8";


/******  ******/

h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,blockquote,cite,q,address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

img {
	border-style: none;
}


div:after{
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0; 
	visibility:hidden;
}

li,ul{
	list-style-type: none;
}


a {
	outline: none;
	text-decoration:none;
}

a:link {
	color:#6666FF; 
}

a:visited {
	color:#66666FF; 
}

a:hover {
	color:#3300FF;
}

a:active {
	color:#6666FF; 
}


body {
	font-family: Arial, Helvetica, Tahoma, "trebuchet MS", Verdana, "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: normal ;
	margin: 10px ;
	margin-top: 0px ;
	padding-right: 10px ;
	line-height: 1.3em;
	font-size:12px;
}
/******  ******/

p {
	font-size: 12px;
	text-indent: 10px;
	line-height: 1.7;
}

p.inshouki {
	font-size: 12px;
	text-indent: 6px;
	line-height: 1.2;
}

p.form {
	font-size: 12px;
	text-indent: 0px;
	line-height: 1.7;
	margin-bottom:5px;
}

p.formback {
	text-align: right;
	font-size: 10px;
	text-indent: 0px;
	line-height: 1.7;
}

.red{
	color:#FF0000;
	font-size: 10px;
}



