@charset "Shift_JIS";

body {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ƒqƒ‰ƒMƒmŠpƒS Pro W3','‚l‚r ‚oƒSƒVƒbƒN', sans-serif;
	text-align: center;
	background:#fff;
}

/*link
-----------------------------------------------------*/
a:link{
	color: #CC0000;
	background: transparent;
}

a:visited{
	color: #CC0000;
	background: transparent;
}

a:hover, a:active{
	color: #003366;
	background: transparent;
}

/*text
-----------------------------------------------------*/
* {
margin: 0;
padding: 0;
}

p {
	color: #333333;
	line-height: 1.3em;
	margin-bottom: 0.5em;
	font-size: small;
}

h1{
color: #fff;
line-height: 1.3em;
margin: 5px auto 0.5em auto;
font-size: small;
width:400px;
font-weight:normal;
background:#000;
text-align:center;
padding:0 0 1px 0;
}



/*table
-----------------------------------------------------*/
table {border-collapse: collapse;}
td.center {text-align: center;}

/*wrapper
-----------------------------------------------------*/
#wrapper {
	width: 400px;
	margin: 50px auto 0 auto;
	padding: 0 0 150px 0;
	text-align:left;
}

#wrapper img {vertical-align: bottom;}



/*
-----------------------------------------------------*/
br.clear {
	clear: both;
	height: 0px;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
}

.x-small {font-size: x-small;}

.bold{
font-weight:bold;
}
