@charset "Shift_JIS";

*{
	margin:0px;
	padding:0px;
	font-weight: normal;
}

body{
	font-size: 90%;
	line-height: 1.4;
	color: #525252;
	background-color: #FFFFFF;
	background-image: url(../images/bg-gray.gif);
	font-family: sans-serif,‚l‚rƒSƒVƒbƒN;
}
.all{
	background-image: url(../images/bcline02.gif);
	background-repeat: repeat-y;
	width: 650px;
	margin:0px auto;
}
.box{
	padding:10px 75px 0px 75px;
	text-align: center;
}
a{
	color: #1273DE;
	text-decoration: none;
}
a:hover{
	color: #28ACC8;
	text-decoration:underline;
}
.mess{
	padding: 15px 0px 0px 0px;
	text-align: left;
	line-height: 1.4em;
	font-size: 10pt;
}
img{
	vertical-align: bottom;
}
.ind{
	margin: 0px 0px 0px 40px;
	text-align: left;
}
h1{
	font-size: 120%;
	font-weight: bold;
	margin:;
}
h2{
	font-size: 100%;
	margin:15px 0px 0px 0px;
}
table{
	text-align: center;
	text-decoration: none;
}
hr{
	margin: 13px 0px 5px 0px;
}
.footer{
	font-size: 9pt;
	padding-bottom:20px;
}
.footer a{
	color:#999;
}