@charset "shift-jis";

/*基本的な設定*/

body {
	margin:0 auto;
	text-align:center;
	font-size: 12px;
	line-height:1.2em;
	color: #666666;
	background-attachment:fixed;
	background-color:#FFFFFF;
	background-image:url(../images/background.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

td{
	text-align:center;
	font-size: 12px;
	line-height:1.2em;
	color: #666666;
}
.td-nomal{
	text-align:left;
	font-size: 12px;
	line-height:1.2em;
	color: #666666;
}

a:link {
	color: #3366FF;
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

h1,h2,h3{
	position:absolute;
	top:-9999px;
	left:-9999px;
}

p{
	margin:0px 0px 5px 0px;
}

hr {
	display:none;
	margin:0px;
	padding:0px;
}

.hr {
	background: url(../images/line.gif) repeat-x;
	height:1px;
	margin:15px;
	padding:0px;
}

